From 00a11b87469dab9dc3a1cd1580ee6a7b010f63eb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:26:43 +0000 Subject: [PATCH 1/2] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 4fc7027..9c8aaad 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -82,7 +82,7 @@ export default function MenuPage() { id: "2", name: "Belle's Benedict", price: "$16.00", variant: "Poached Eggs | Hollandaise | Smoked Salmon", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-preparing-coffee_1232-866.jpg?_wi=1", imageAlt: "Belle's Signature Eggs Benedict", onProductClick: () => console.log('Product clicked') }, { - id: "3", name: "Berry Granola Parfait", price: "$12.50", variant: "Yogurt | Fresh Berries | House Granola", imageSrc: "http://img.b2bpic.net/free-photo/communicating-with-multicultural-colleagues-small-local-cosy-restaurant-with-delicious-food_8353-10023.jpg", imageAlt: "Berry Granola Parfait", onProductClick: () => console.log('Product clicked') + id: "3", name: "Berry Granola Parfait", price: "$12.50", variant: "Yogurt | Fresh Berries | House Granola", imageSrc: "http://img.b2bpic.net/free-photo/communicating-with-multicultural-colleagues-small-local-cosy-restaurant-with-delicious-food_8353-10023.jpg?_wi=1", imageAlt: "Berry Granola Parfait", onProductClick: () => console.log('Product clicked') }, { id: "4", name: "Crispy Pancakes with Maple", price: "$13.00", variant: "Maple Syrup | Whipped Cream | Fresh Fruit", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-baked-croissant-fruits-tea-dryfruits-white-tablecloth_23-2147907266.jpg?_wi=1", imageAlt: "Crispy Pancakes with Maple Syrup", onProductClick: () => console.log('Product clicked') @@ -97,7 +97,7 @@ export default function MenuPage() { id: "7", name: "Single Origin Espresso", price: "$4.50", variant: "Double Shot | Ethiopian | Medium Roast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-preparing-coffee_1232-866.jpg?_wi=1", imageAlt: "Single Origin Espresso", onProductClick: () => console.log('Product clicked') }, { - id: "8", name: "Creamy Flat White", price: "$5.50", variant: "Espresso | Microfoam Milk | Latte Art", imageSrc: "http://img.b2bpic.net/free-photo/communicating-with-multicultural-colleagues-small-local-cosy-restaurant-with-delicious-food_8353-10023.jpg", imageAlt: "Creamy Flat White Coffee", onProductClick: () => console.log('Product clicked') + id: "8", name: "Creamy Flat White", price: "$5.50", variant: "Espresso | Microfoam Milk | Latte Art", imageSrc: "http://img.b2bpic.net/free-photo/communicating-with-multicultural-colleagues-small-local-cosy-restaurant-with-delicious-food_8353-10023.jpg?_wi=2", imageAlt: "Creamy Flat White Coffee", onProductClick: () => console.log('Product clicked') } ]} /> -- 2.49.1 From 6c65fbcf9bb5356e428d59c01c76387ceddfcc7e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:26:44 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f91c5d..aae5e0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,7 +112,7 @@ export default function LandingPage() { id: "02", title: "Signature Brunch Dishes", description: "Creative breakfast plates that blend local flavours with international techniques, Instagram-worthy and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sugar-cookies-with-strawberry-jelly-white-surface_140725-90426.jpg?_wi=1", imageAlt: "Beautifully plated brunch dish" }, { - id: "03", title: "Artistic Atmosphere", description: "Rotating local artist collections, vintage décor, and thoughtful design create an inspiring, gallery-like space.", imageSrc: "http://img.b2bpic.net/free-photo/communicating-with-multicultural-colleagues-small-local-cosy-restaurant-with-delicious-food_8353-10023.jpg", imageAlt: "Belle Café artistic interior with gallery ambiance" + id: "03", title: "Artistic Atmosphere", description: "Rotating local artist collections, vintage décor, and thoughtful design create an inspiring, gallery-like space.", imageSrc: "http://img.b2bpic.net/free-photo/communicating-with-multicultural-colleagues-small-local-cosy-restaurant-with-delicious-food_8353-10023.jpg?_wi=3", imageAlt: "Belle Café artistic interior with gallery ambiance" } ]} animationType="slide-up" -- 2.49.1