From b1a5dae7ea1568fd1e3b2fd4193f8b521e6e6b79 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 03:45:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 464 ++++++++++++++--------------------------------- 1 file changed, 137 insertions(+), 327 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b0d0a3..5335e07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,344 +17,154 @@ import { CheckCircle, TrendingUp, Zap } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1