diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 5631974..996c71e 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -4,57 +4,51 @@ 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 ( -