diff --git a/public/appicon.svg b/public/appicon.svg index 3ba8586..a6f4fe7 100644 --- a/public/appicon.svg +++ b/public/appicon.svg @@ -1,279 +1,132 @@ - - + + - - - - diff --git a/public/favicon.ico b/public/favicon.ico index 4447643..645e5e2 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx index 9fc8d53..13ff938 100644 --- a/src/app/[locale]/layout.tsx +++ b/src/app/[locale]/layout.tsx @@ -44,7 +44,7 @@ export default async function LocaleLayout({ {/* }}*/} {/* />*/} {/**/} - + {children} diff --git a/src/app/[locale]/privacy-policy/PageComponent.tsx b/src/app/[locale]/privacy-policy/PageComponent.tsx new file mode 100644 index 0000000..c32fd20 --- /dev/null +++ b/src/app/[locale]/privacy-policy/PageComponent.tsx @@ -0,0 +1,55 @@ +import Header from '~/components/Header'; +import Footer from '~/components/Footer'; +import HeadInfo from "~/components/HeadInfo"; + +const PageComponent = ({ + locale='', + data, + dataIndex, + }) => { + + return ( + <> + +
+
+
+

+ {data('h1')} +

+

{data('date')}

+

{data('desc')}

+

{data('h4_1')}

+

{data('h4_1_pa')}

+

{data('h4_1_pb')}

+

{data('h4_2')}

+

{data('h4_2_p')}

+

{data('h4_3')}

+

{data('h4_3_p')}

+

{data('h4_4')}

+

{data('h4_4_p')}

+

{data('h4_5')}

+

{data('h4_5_p')}

+

{data('h4_6')}

+

+ {data('h4_6_p')}{" "}hello@sorawebui.com. +

+
+
+