diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx new file mode 100644 index 0000000..1c12d47 --- /dev/null +++ b/src/app/privacy/page.tsx @@ -0,0 +1,61 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import LegalSection from '@/components/legal/LegalSection'; + +export default function PrivacyPage() { + return ( + + + +
+ +
+ +
+
+ ); +} \ No newline at end of file