Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-07 09:53:06 +00:00
parent 18e2e0c9b6
commit 77941d5f86

View File

@@ -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",
},
]}