From 38abcf375367c9df32b752bb3d7bd31cb0871739 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:37:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05a4a56..1b59870 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg", imageAlt: "Restaurant ambience and dining area" + imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=1", imageAlt: "Restaurant ambience and dining area" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg?_wi=1", imageAlt: "Fresh culinary preparation in our kitchen" @@ -119,7 +119,7 @@ export default function LandingPage() { id: "7", name: "Spring Rolls", price: "₹240", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-asian-dumplings-with-meat-vegetables-served-with-soy-sauce-plate-rustic_141793-11562.jpg?_wi=1", imageAlt: "Crispy spring rolls with dipping sauce" }, { - id: "8", name: "Tandoori Fish", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg", imageAlt: "Smoky tandoori fish fillet" + id: "8", name: "Tandoori Fish", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=2", imageAlt: "Smoky tandoori fish fillet" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1