diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index 5b25c54..664c99c 100644 --- a/src/app/privacy-policy/page.tsx +++ b/src/app/privacy-policy/page.tsx @@ -1,51 +1,18 @@ "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 PrivacyPolicyPage() { - const navLinks = [ - { name: "الرئيسية", id: "/" }, - { name: "من نحن", id: "/#about" }, - { name: "خدماتنا", id: "/#features" }, - { name: "سياسة الخصوصية", id: "/privacy-policy" }, - { name: "تواصل معنا", id: "/#contact" }, - ]; +export default function PrivacyPage() { return ( - - - - + ); } \ No newline at end of file