From 1e1232b02ac48a893dca2294ade2dde29fa6d3ed Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:21:08 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, ]}