From 25c44e612f18817f4aaf3cd1f61837e8de858d22 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:05:39 +0000 Subject: [PATCH 1/2] 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 c1bdb8b..3b78a65 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -57,19 +57,19 @@ export default function LandingPage() { id: "p1", name: "Momos (Fry & Steam)", price: "₹50", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg?_wi=3", }, { id: "p2", name: "Chowmein", price: "₹60", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-chinese-cabbage-salad-plate-black-slate-background_123827-20928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-chinese-cabbage-salad-plate-black-slate-background_123827-20928.jpg?_wi=2", }, { id: "p3", name: "Chili Paneer", price: "₹90", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beyti-kebab-served-with-ayran-pickles_141793-2020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beyti-kebab-served-with-ayran-pickles_141793-2020.jpg?_wi=2", }, ]} title="Our Menu" -- 2.49.1 From c5b8de5846136075b2e30ebcf81505b5922c3a5f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:05:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ec12f5..da70c7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,19 +73,19 @@ export default function LandingPage() { imageAlt: "Cafe Vibe", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg?_wi=1", imageAlt: "Momos", }, { - imageSrc: "http://img.b2bpic.net/free-photo/healthy-chinese-cabbage-salad-plate-black-slate-background_123827-20928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-chinese-cabbage-salad-plate-black-slate-background_123827-20928.jpg?_wi=1", imageAlt: "Chowmein", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beyti-kebab-served-with-ayran-pickles_141793-2020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beyti-kebab-served-with-ayran-pickles_141793-2020.jpg?_wi=1", imageAlt: "Chili Paneer", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg?_wi=2", imageAlt: "Momos again", }, ]} -- 2.49.1