Update src/app/menu/page.tsx

This commit is contained in:
2026-03-11 18:09:00 +00:00
parent 8f732e93f1
commit cbef7a4eac

View File

@@ -54,7 +54,7 @@ export default function MenuPage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-6794.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-6794.jpg?_wi=2"
imageAlt="Complete bakery menu selection"
mediaAnimation="slide-up"
/>
@@ -72,42 +72,42 @@ export default function MenuPage() {
id: "1",
name: "Sourdough Loaf",
price: "Rs 350",
imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg?_wi=2",
imageAlt: "Fresh sourdough loaf",
},
{
id: "2",
name: "Butter Croissant",
price: "Rs 200",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg?_wi=2",
imageAlt: "Buttery croissant",
},
{
id: "3",
name: "NY Cheesecake",
price: "Rs 450",
imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg?_wi=2",
imageAlt: "Fresh cheesecake slice",
},
{
id: "4",
name: "Almond Baguette",
price: "Rs 280",
imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg?_wi=3",
imageAlt: "Crispy almond baguette",
},
{
id: "5",
name: "Chocolate Eclair",
price: "Rs 180",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg?_wi=3",
imageAlt: "Chocolate eclair",
},
{
id: "6",
name: "Whole Wheat Roll",
price: "Rs 120",
imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg?_wi=3",
imageAlt: "Whole wheat roll",
},
]}