From 88706d72eebbff2cc00383acf09fb771b4c0f7e0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 21:22:00 +0000 Subject: [PATCH] Update src/app/privacy/page.tsx --- src/app/privacy/page.tsx | 60 ++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 33 deletions(-) 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 ( -