diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index aa9649e..a1d1659 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -49,7 +49,7 @@ export default function MenuPage() { name: "Hazelnut Cappuccino", price: "₹220", variant: "Signature espresso blend with hazelnut", - imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-fancy-glass-with-cake_78826-3326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-fancy-glass-with-cake_78826-3326.jpg?_wi=2", imageAlt: "Hazelnut Cappuccino", }, { @@ -57,7 +57,7 @@ export default function MenuPage() { name: "Lotus Biscoff Pancakes", price: "₹350", variant: "Fluffy pancakes with lotus spread and biscoff crumble", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-freshly-made-delicious-pumpkin-pancakes-breakfast-table_181624-38549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-freshly-made-delicious-pumpkin-pancakes-breakfast-table_181624-38549.jpg?_wi=2", imageAlt: "Lotus Biscoff Pancakes", }, { @@ -65,7 +65,7 @@ export default function MenuPage() { name: "Chipotle Chicken Wrap", price: "₹280", variant: "Grilled chicken with chipotle mayo and fresh veggies", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-chicken-bell-peppers-black-beans-fresh-vegetables_2829-20051.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-chicken-bell-peppers-black-beans-fresh-vegetables_2829-20051.jpg?_wi=2", imageAlt: "Chipotle Chicken Wrap", }, { @@ -73,7 +73,7 @@ export default function MenuPage() { name: "Butter Croissants", price: "₹180", variant: "Freshly baked French butter croissants", - imageSrc: "http://img.b2bpic.net/free-photo/glass-milky-creamy-cocktail-with-cinamon-powder-dry-fruits_114579-4257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-milky-creamy-cocktail-with-cinamon-powder-dry-fruits_114579-4257.jpg?_wi=2", imageAlt: "Butter Croissants", }, ]}