From 661e06be68303b3fa379643c9592411da6710871 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:10:50 +0000 Subject: [PATCH 1/2] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 35048f3..e74d3cd 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -43,7 +43,7 @@ export default function GalleryPage() { useInvertedBackground={false} features={[ { id: "1", title: "Cozy Vibes", description: "Where every corner feels like home.", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-fried-eggplants-tomatoes-olives-chopped-scallion-sesame-seeds_140725-8039.jpg" }, - { id: "2", title: "Freshly Prepared", description: "Our kitchen at work.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg" }, + { id: "2", title: "Freshly Prepared", description: "Our kitchen at work.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg?_wi=1" }, { id: "3", title: "Locals Loved", description: "Serving smiles daily.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-chinese-cabbage-salad-plate-black-slate-background_123827-20928.jpg" }, { id: "4", title: "Signature Dishes", description: "Flavors you'll crave.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beyti-kebab-served-with-ayran-pickles_141793-2020.jpg" } ]} -- 2.49.1 From 7c987b9379e185f7b4379d063a4b572c35c980da Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:10:50 +0000 Subject: [PATCH 2/2] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index fce04d6..1ba618e 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -35,7 +35,7 @@ export default function MenuPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "p1", name: "Veg Momos", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg" }, + { id: "p1", name: "Veg Momos", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg?_wi=2" }, { id: "p2", name: "Paneer Momos", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg?_wi=1" }, { id: "p3", name: "Veg Chowmein", price: "₹90", imageSrc: "http://img.b2bpic.net/free-photo/healthy-chinese-cabbage-salad-plate-black-slate-background_123827-20928.jpg?_wi=1" }, { id: "p4", name: "Chili Paneer", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beyti-kebab-served-with-ayran-pickles_141793-2020.jpg?_wi=1" }, -- 2.49.1