diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 02c5051..d20aa15 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -57,7 +57,7 @@ export default function MenuPage() { name: "Hyderabadi Biryani", price: "₹220-350", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-cooked-rice-along-with-seasonings-dark-surface-food-dish-photo-meal_140725-82227.jpg", + "http://img.b2bpic.net/free-photo/top-view-cooked-rice-along-with-seasonings-dark-surface-food-dish-photo-meal_140725-82227.jpg?_wi=1", imageAlt: "Authentic Biryani", }, { @@ -65,7 +65,7 @@ export default function MenuPage() { name: "Paneer Tikka Masala", price: "₹280", imageSrc: - "http://img.b2bpic.net/free-photo/pakistani-dish-arrangement-view_23-2148825114.jpg", + "http://img.b2bpic.net/free-photo/pakistani-dish-arrangement-view_23-2148825114.jpg?_wi=1", imageAlt: "North Indian Paneer", }, { @@ -97,7 +97,7 @@ export default function MenuPage() { name: "Tandoori Naan", price: "₹40-60", imageSrc: - "http://img.b2bpic.net/free-photo/delicious-assortment-nutritious-roti_23-2149033975.jpg", + "http://img.b2bpic.net/free-photo/delicious-assortment-nutritious-roti_23-2149033975.jpg?_wi=1", imageAlt: "Fresh Tandoori Naan", }, ]}