From 159ac5e17d4da4bb17d29aa6006d152cc5c10742 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 12:04:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 436 ++++++++++++++--------------------------------- 1 file changed, 130 insertions(+), 306 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fb1502..581a0e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,314 +17,138 @@ import { Award, Clock, Shield, TrendingUp, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1