From 80459ee554f9587da529e1cab066f2aacf49f8e9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 07:11:05 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 36379e1..69f37ce 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -61,37 +61,37 @@ export default function LandingPage() { id: "m1", name: "Paneer Special", price: "₹349", - imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=3", }, { id: "m2", name: "Gardenia Garden Salad", price: "₹199", - imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=4", }, { id: "m3", name: "Chocolate Lava Cake", price: "₹249", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg?_wi=2", }, { id: "m4", name: "Mint Cooler", price: "₹149", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631801.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631801.jpg?_wi=2", }, { id: "m5", name: "Classic Dal Makhani", price: "₹299", - imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=5", }, { id: "m6", name: "Seasonal Fruit Tart", price: "₹229", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg?_wi=3", }, ]} title="Our Full Menu" @@ -115,7 +115,7 @@ export default function LandingPage() { price: "₹349", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=6", }, { id: "s2", @@ -124,7 +124,7 @@ export default function LandingPage() { price: "₹299", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg?_wi=4", }, ]} />