From 1658edd764db4b5a53ed36f18146358e7a3f33c2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 09:42:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a55063c..125bca0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg?_wi=1" showDimOverlay={true} avatars={[ { @@ -116,7 +116,7 @@ export default function LandingPage() { title: "Ingredients", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -133,7 +133,7 @@ export default function LandingPage() { id: "p1", name: "Authentic Biryani", price: "₹250", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-green-cream-dark-surface_140725-115366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-green-cream-dark-surface_140725-115366.jpg?_wi=1", }, { id: "p2", @@ -186,7 +186,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/spices-dry-fruits-tray-textile_23-2148080939.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg?_wi=2", imageAlt: "delicious indian biryani gourmet platter", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-soup-with-seasonings-dark-grey-space_140725-79500.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=2", imageAlt: "delicious indian biryani gourmet platter", }, { @@ -210,7 +210,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-salad-sandwich-with-different-vegetables-grey-surface-food-salad-sandwich-meal-snack_140725-102079.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-green-cream-dark-surface_140725-115366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-green-cream-dark-surface_140725-115366.jpg?_wi=2", imageAlt: "delicious indian biryani gourmet platter", }, ]} -- 2.49.1