From 2e4058502ab59a1e74e309c47075419f6f69f133 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 15:43:47 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 6455b45..515cc37 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -28,25 +28,44 @@ export default function HomePage() {
- +
- +
- +
- +
-- 2.49.1 From 4cd6c95d9968c3894543d2823caf5fd6821158dc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 15:43:50 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 52 ++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 515cc37..9a7b913 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -14,13 +14,9 @@ export default function HomePage() { brand="Simo Sushi" description="Premium Sushi in Tangier. Fresh • Tasty • High Quality." primaryButton={{ - text: "Order on WhatsApp", - href: "https://wa.me/212600000000", - }} + text: "Order on WhatsApp", href: "https://wa.me/212600000000"}} secondaryButton={{ - text: "View Menu", - href: "/menu", - }} + text: "View Menu", href: "/menu"}} imageSrc="http://img.b2bpic.net/free-photo/cream-cheese-sushi-rolls-with-ginger-leaf_114579-1107.jpg" /> @@ -28,43 +24,49 @@ export default function HomePage() {
-
-
-
-
-- 2.49.1