From 00a11b87469dab9dc3a1cd1580ee6a7b010f63eb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:26:43 +0000 Subject: [PATCH] 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') } ]} />