From c4c2cfcf737f77f53f2a841298103562be69ac85 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 10:51:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 544 ++++++++++++++--------------------------------- 1 file changed, 155 insertions(+), 389 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47ce589..d73cbf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,406 +17,172 @@ import { Circle, Settings, Shield } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1