From d6edc118e018a2e82a827aaedc02ae6ace237ac3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:26:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 545 +++++++++++++++-------------------------------- 1 file changed, 177 insertions(+), 368 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd45123..b78be11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,384 +16,193 @@ import { Award, Clock, Scissors, Sparkles } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1