diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index de52daf..d34bdbf 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -48,42 +48,42 @@ export default function MenuPage() { id: "1", name: "Artisan Sourdough Bread", price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=4", imageAlt: "Fresh artisan sourdough bread loaf", }, { id: "2", name: "Golden Croissant", price: "$4.49", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg?_wi=3", imageAlt: "Butter croissant with coffee", }, { id: "3", name: "Grilled Sandwich", price: "$9.99", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-sandwiches-white-plate-marble-table_181624-32275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-sandwiches-white-plate-marble-table_181624-32275.jpg?_wi=3", imageAlt: "Toasted grilled sandwich with fresh ingredients", }, { id: "4", name: "Assorted Pastries", price: "$3.99", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273161.jpg?_wi=2", imageAlt: "Fresh assorted pastries display", }, { id: "5", name: "Homemade Cookies", price: "$2.99", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-plate-cookies-marble-background-high-quality-photo_114579-53236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-plate-cookies-marble-background-high-quality-photo_114579-53236.jpg?_wi=2", imageAlt: "Fresh baked homemade cookies", }, { id: "6", name: "Whole Grain Bread", price: "$6.49", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=5", imageAlt: "Sliced whole grain bread", }, ]}