From 8fac5bf70b744874313873202746cb954c9f9562 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 08:01:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 469 +++++++++++++++-------------------------------- 1 file changed, 146 insertions(+), 323 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11dcee5..506ebfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,340 +17,163 @@ import { Award, Clock, Home, PhoneCall, Shield, ShieldCheck } from "lucide-react export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1