From 47d7506e9f1d991a50fc8bea673737ed68fc61ce Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 13:06:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 419 +++++++++++++++-------------------------------- 1 file changed, 129 insertions(+), 290 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 380fc10..666f4c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,306 +16,145 @@ import { Utensils } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1