diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..1fca118 --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,44 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import MediaAbout from "@/components/sections/about/MediaAbout"; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; + +export default function AboutPage() { + return ( + + + + + ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index b45c7f4..79d7558 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,6 +32,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 36f0daf..62d468a 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -22,6 +22,7 @@ export default function PrivacyPolicyPage() {