diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index e36a09d..69df275 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -60,7 +60,7 @@ export default function MenuPage() { id: "pork", name: "Pork Dumplings", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-plate-appetizing-dish-stuffed-cabbage-with-herbs-lemon-sauce-white-plate-right-side-black-table_140725-110556.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-plate-appetizing-dish-stuffed-cabbage-with-herbs-lemon-sauce-white-plate-right-side-black-table_140725-110556.jpg?_wi=2", imageAlt: "Steamed pork dumplings", initialQuantity: 1, }, @@ -68,7 +68,7 @@ export default function MenuPage() { id: "chicken", name: "Chicken Dumplings", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/fried-dumplings_74190-4351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-dumplings_74190-4351.jpg?_wi=3", imageAlt: "Steamed chicken dumplings", initialQuantity: 1, }, @@ -76,7 +76,7 @@ export default function MenuPage() { id: "vegetarian", name: "Vegetarian Dumplings", price: "$11", - imageSrc: "http://img.b2bpic.net/free-photo/fried-dumplings_74190-4351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-dumplings_74190-4351.jpg?_wi=4", imageAlt: "Fresh vegetarian dumplings", initialQuantity: 1, }, @@ -84,7 +84,7 @@ export default function MenuPage() { id: "fried", name: "Fried Dumplings", price: "$13", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimp-with-sauce-middle-plate_181624-60071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimp-with-sauce-middle-plate_181624-60071.jpg?_wi=2", imageAlt: "Crispy fried dumplings", initialQuantity: 1, }, @@ -92,7 +92,7 @@ export default function MenuPage() { id: "combo-1", name: "Mixed Dumpling Combo", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-gurza-lamb-dumplings-with-sour-cream-plate_141793-3646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-gurza-lamb-dumplings-with-sour-cream-plate_141793-3646.jpg?_wi=2", imageAlt: "Mixed dumpling platter", initialQuantity: 1, }, @@ -100,7 +100,7 @@ export default function MenuPage() { id: "spicy", name: "Spicy Chili Dumplings", price: "$12.50", - imageSrc: "http://img.b2bpic.net/free-photo/meat-fritters-close_1220-141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-fritters-close_1220-141.jpg?_wi=2", imageAlt: "Spicy chili dumplings", initialQuantity: 1, }, @@ -157,7 +157,7 @@ export default function MenuPage() { {/* Footer */}