From ff9daff5b7d0ecee1808fb2d0b3f48e723662d6e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:48:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 444 ++++++++++++++++------------------------------- 1 file changed, 145 insertions(+), 299 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d741c2..ea799b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,316 +17,162 @@ import { Clock, Coffee, MapPin } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1