diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 7cec94f..584cd98 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -6,8 +6,9 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Lock, FileText } from "lucide-react"; -export default function LandingPage() { +export default function PrivacyPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);