Merge version_3 into main #7

Merged
bender merged 2 commits from version_3 into main 2026-03-11 08:26:48 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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')
}
]}
/>

View File

@@ -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"