From 32717761afb91774f924172cb46cbe63fa0238c2 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 16:38:47 +0000 Subject: [PATCH 1/3] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4e4f783..ab2f49f 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sat, 13 Jun 2026 16:38:57 +0000 Subject: [PATCH 2/3] Update src/components/Layout.tsx --- src/components/Layout.tsx | 57 ++++++++++++--------------------------- 1 file changed, 17 insertions(+), 40 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ab2f49f..ebd0ec3 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Home", - "href": "#hero" + "name": "Home", "href": "#hero" }, { - "name": "Menu", - "href": "#menu" + "name": "Menu", "href": "#menu" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Desserts", - "href": "#desserts" + "name": "Desserts", "href": "#desserts" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,29 +49,19 @@ export default function Layout() { brand="Mio Mondo Sousse" columns={[ { - title: "Location", - items: [ + title: "Location", items: [ { - label: "Boulevard du 14 Janvier", - href: "#", - }, + label: "Boulevard du 14 Janvier", href: "#"}, { - label: "Khézema, Sousse, Tunisia", - href: "#", - }, + label: "Khézema, Sousse, Tunisia", href: "#"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "+216 73 273 243", - href: "tel:+21673273243", - }, + label: "+216 73 273 243", href: "tel:+21673273243"}, { - label: "+216 50 727 071", - href: "tel:+21650727071", - }, + label: "+216 50 727 071", href: "tel:+21650727071"}, ], }, ]} @@ -88,13 +69,9 @@ export default function Layout() { imageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=l91tng" links={[ { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ]} /> -- 2.49.1 From e1ad72117c7dd1194ca0b0b28a7fc594bdcbc484 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 16:38:58 +0000 Subject: [PATCH 3/3] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 166 +++++++++-------------------------------- 1 file changed, 35 insertions(+), 131 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index be69ad1..a6319ac 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -16,30 +16,16 @@ export default function HomePage() { @@ -50,9 +36,7 @@ export default function HomePage() { @@ -65,26 +49,11 @@ export default function HomePage() { description="From morning espresso to evening shisha lounge, we cater to every part of your day." steps={[ { - tag: "07:00 AM", - title: "Breakfast Classics", - subtitle: "Petit Déjeuner", - description: "Express and Tunisian breakfast options served fresh daily.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg", - }, + tag: "07:00 AM", title: "Breakfast Classics", subtitle: "Petit Déjeuner", description: "Express and Tunisian breakfast options served fresh daily.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg"}, { - tag: "Drinks", - title: "Coffee & Refreshments", - subtitle: "Specialty Beverages", - description: "Hot espressos, iced lattes, and premium fresh fruit juices.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-delicious-coffee-cup_23-2148865585.jpg", - }, + tag: "Drinks", title: "Coffee & Refreshments", subtitle: "Specialty Beverages", description: "Hot espressos, iced lattes, and premium fresh fruit juices.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-delicious-coffee-cup_23-2148865585.jpg"}, { - tag: "Mains", - title: "Signature Savories", - subtitle: "Lunch & Dinner", - description: "Wood-fired pizzas, gourmet burgers, and authentic pasta.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-raw-italian-pasta-little-formed-inside-brown-plate-wooden-table-pasta-italian-food-meal_140725-26341.jpg", - }, + tag: "Mains", title: "Signature Savories", subtitle: "Lunch & Dinner", description: "Wood-fired pizzas, gourmet burgers, and authentic pasta.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-raw-italian-pasta-little-formed-inside-brown-plate-wooden-table-pasta-italian-food-meal_140725-26341.jpg"}, ]} /> @@ -98,47 +67,19 @@ export default function HomePage() { description="Indulge in our famous selection of sweets and artisanal gelato." items={[ { - title: "Artisanal Gelato", - description: "Rotating Italian ice cream flavors.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-breakfast-wooden-desk_329181-1014.jpg", - }, + title: "Artisanal Gelato", description: "Rotating Italian ice cream flavors.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/sweet-breakfast-wooden-desk_329181-1014.jpg"}, { - title: "Nutella Waffles", - description: "Loaded with fresh strawberries and nuts.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-brown-desk_140725-13833.jpg", - }, + title: "Nutella Waffles", description: "Loaded with fresh strawberries and nuts.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-brown-desk_140725-13833.jpg"}, { - title: "Fresh Pastries", - description: "Daily mille-feuille, tarts, and cakes.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cake-sweet-snacks_181624-27093.jpg", - }, + title: "Fresh Pastries", description: "Daily mille-feuille, tarts, and cakes.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cake-sweet-snacks_181624-27093.jpg"}, { - title: "Crepe Specialties", - description: "White and milk chocolate delights.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-plate-with-tea-white-wooden-black-background_176474-3860.jpg", - }, + title: "Crepe Specialties", description: "White and milk chocolate delights.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-plate-with-tea-white-wooden-black-background_176474-3860.jpg"}, { - title: "Cheesecakes", - description: "Rich, velvet smooth textures.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-table-feast-flowers-multicolored-macaroons_501050-555.jpg", - }, + title: "Cheesecakes", description: "Rich, velvet smooth textures.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/sweet-table-feast-flowers-multicolored-macaroons_501050-555.jpg"}, { - title: "Shisha Flavors", - description: "Love 66, Mint, and more.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-night-out-together_23-2149173684.jpg", - }, + title: "Shisha Flavors", description: "Love 66, Mint, and more.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-night-out-together_23-2149173684.jpg"}, { - title: "Hot Cocoa", - description: "Thick, indulgent hot chocolate.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fresh-frappe-arrangement-black-cloth_23-2148623250.jpg", - }, + title: "Hot Cocoa", description: "Thick, indulgent hot chocolate.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fresh-frappe-arrangement-black-cloth_23-2148623250.jpg"}, ]} /> @@ -152,20 +93,11 @@ export default function HomePage() { description="Nearly 1,000 happy guests can't be wrong." metrics={[ { - icon: Star, - title: "Community Rating", - value: "4.1", - }, + icon: "Star", title: "Community Rating", value: "4.1"}, { - icon: Clock, - title: "Hours Open", - value: "18h+", - }, + icon: "Clock", title: "Hours Open", value: "18h+"}, { - icon: Coffee, - title: "Daily Guests", - value: "500+", - }, + icon: "Coffee", title: "Daily Guests", value: "500+"}, ]} /> @@ -176,42 +108,23 @@ export default function HomePage() { @@ -222,19 +135,14 @@ export default function HomePage() { @@ -246,13 +154,9 @@ export default function HomePage() { tag="Book Now" text="Reserve your table today: +216 73 273 243" primaryButton={{ - text: "Call Now", - href: "tel:+21673273243", - }} + text: "Call Now", href: "tel:+21673273243"}} secondaryButton={{ - text: "WhatsApp", - href: "https://wa.me/21650727071", - }} + text: "WhatsApp", href: "https://wa.me/21650727071"}} /> -- 2.49.1