From feb2eaa10bff84d34b9efe556fa40bcb7ec7ce04 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 10:12:16 +0000 Subject: [PATCH] Update src/app/privacy/page.tsx --- src/app/privacy/page.tsx | 217 ++++++++++++--------------------------- 1 file changed, 64 insertions(+), 153 deletions(-) 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 ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);