From f1862e5d6db1231d7d6132437cfdf98f877e6804 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:51:28 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 3ebed15..d2c4198 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -62,7 +62,7 @@ export default function MenuPage() { name: "Chur Chur Naan", price: "₹180", imageSrc: - "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034026.jpg", + "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034026.jpg?_wi=2", imageAlt: "Crispy Chur Chur Naan", }, { @@ -70,7 +70,7 @@ export default function MenuPage() { name: "Cold Coffee", price: "₹150", imageSrc: - "http://img.b2bpic.net/free-photo/delicious-iced-coffee-table-beans_23-2149600676.jpg", + "http://img.b2bpic.net/free-photo/delicious-iced-coffee-table-beans_23-2149600676.jpg?_wi=2", imageAlt: "Refreshing Cold Coffee", }, { @@ -78,7 +78,7 @@ export default function MenuPage() { name: "Pizza", price: "₹250", imageSrc: - "http://img.b2bpic.net/free-photo/mixed-pizza-with-sausages-tomato_140725-3789.jpg", + "http://img.b2bpic.net/free-photo/mixed-pizza-with-sausages-tomato_140725-3789.jpg?_wi=2", imageAlt: "Wood-fired Pizza", }, { @@ -86,7 +86,7 @@ export default function MenuPage() { name: "Cigar Rolls", price: "₹120", imageSrc: - "http://img.b2bpic.net/free-photo/egg-roll-fried-spring-rolls-white-plate-thai-food-top-view_1150-21489.jpg", + "http://img.b2bpic.net/free-photo/egg-roll-fried-spring-rolls-white-plate-thai-food-top-view_1150-21489.jpg?_wi=2", imageAlt: "Crispy Cigar Rolls", }, { @@ -94,7 +94,7 @@ export default function MenuPage() { name: "Fusion Appetizers", price: "₹200", imageSrc: - "http://img.b2bpic.net/free-photo/eggplant-dolma-with-tomato-belly-pepper_140725-4615.jpg", + "http://img.b2bpic.net/free-photo/eggplant-dolma-with-tomato-belly-pepper_140725-4615.jpg?_wi=2", imageAlt: "Creative fusion appetizers", }, { @@ -102,7 +102,7 @@ export default function MenuPage() { name: "Dessert Platter", price: "₹180", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream_141793-4312.jpg", + "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream_141793-4312.jpg?_wi=2", imageAlt: "Assorted desserts", }, ]}