From 1fc05db7fdc68fb5f7e138c782fd3abd8e9e094a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 14:42:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 463 ++++++++++++++++------------------------------- 1 file changed, 154 insertions(+), 309 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2eb9049..277d2a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,326 +17,171 @@ import { Instagram, Linkedin, Shield } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1