From 77941d5f86ccf4ae06182a9e2e99b23201dff3ad Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:53:06 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 40dfe9f..68fdb6d 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -83,7 +83,7 @@ export default function GalleryPage() { title="Our Food Gallery" description="Explore the vibrant visual journey of authentic Indo-Chinese cuisine at Eats Corner. From our signature momos to perfectly fried rice, every dish tells a story of flavor and tradition." tag="Visual Feast" - imageSrc="http://img.b2bpic.net/free-photo/close-up-bowl-vegetables-noodles_23-2148382863.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-bowl-vegetables-noodles_23-2148382863.jpg?_wi=4" imageAlt="Delicious Chinese food spread with fried rice, noodles, and momos" textPosition="bottom-left" showBlur={true} @@ -111,28 +111,28 @@ export default function GalleryPage() { id: "1", title: "Signature Momos", description: "Handmade dumplings with authentic fillings, steamed to perfection. Our most loved specialty!", - imageSrc: "http://img.b2bpic.net/free-photo/baker-flattening-dough-with-rolling-pin-chopping-board_23-2147872759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baker-flattening-dough-with-rolling-pin-chopping-board_23-2147872759.jpg?_wi=2", imageAlt: "Steamed momos served with sauce", }, { id: "2", title: "Perfect Noodles", description: "Hakka noodles, chow mein, and thukpa prepared fresh daily with the finest spices", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-noodles-concept_23-2148773772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-noodles-concept_23-2148773772.jpg?_wi=2", imageAlt: "Bowl of steaming Chinese noodles", }, { id: "3", title: "Fried Rice Perfection", description: "Egg fried rice, vegetable fried rice, and more. Cooked fresh to order with vibrant flavors", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-chicken-salad-inside-plate-grey-diet-health-food-salad_140725-123841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-chicken-salad-inside-plate-grey-diet-health-food-salad_140725-123841.jpg?_wi=2", imageAlt: "Plate of colorful fried rice", }, { id: "4", title: "Restaurant Ambiance", description: "Experience dining in our warm, inviting interior designed for comfort and connection", - imageSrc: "http://img.b2bpic.net/free-photo/terrace-night-with-bokeh-lights_23-2148232015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/terrace-night-with-bokeh-lights_23-2148232015.jpg?_wi=2", imageAlt: "Cozy interior of Eats Corner Restaurant", }, ]}