From 32883a610337fb993569011d669ceceaa903fce7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 16:46:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 554 +++++++++++++---------------------------------- 1 file changed, 154 insertions(+), 400 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8feaf1c..5bbf3c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,417 +17,171 @@ import { Award, CheckCircle, Shield, Sparkles, Star } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1