From caf4c1f59f791afc5496ff54150a5df7bde03cd1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:44:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 545 ++++++++++++++--------------------------------- 1 file changed, 161 insertions(+), 384 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 20c37b7..f837393 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,402 +18,179 @@ import { Rocket } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1