From b38620f3d5183ac4f4fbb402914c57e4cf094230 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 22:00:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 369 ++++++++++++++--------------------------------- 1 file changed, 112 insertions(+), 257 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e0df5d..113d1a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,271 +14,126 @@ import { Sparkles } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + - +
); -- 2.49.1