From e4129ac3c028e505097a700b1371ed9b2bcba2c1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 05:41:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 477 ++++++++++++++++------------------------------- 1 file changed, 160 insertions(+), 317 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b27a529..b436324 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,334 +17,177 @@ import { Milk, Star, Utensils } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1