From 957799430a4b3556ab954f2c4d73984562ea3ae8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 01:58:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 364 +++++++++++++---------------------------------- 1 file changed, 100 insertions(+), 264 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3a4e2a..f469dce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,278 +14,114 @@ import { Award, Camera, Clock } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1