From 3e885f1d2748048c518c02afa0baf2f55eaa5d8d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 16:16:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 441 ++++++++++++++++------------------------------- 1 file changed, 150 insertions(+), 291 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 213f8d9..022bd29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,308 +16,167 @@ import { Award, Clock, Gauge, Phone, ShieldCheck, Zap } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1