From 5d509fdac56415cb8a26010671a1c79c18fe976c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 23:30:09 +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 7b5e3a7..b4071ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-mushroom-soup-inside-plate-dark-space_140725-79207.jpg", imageAlt: "Delicious Indian butter chicken dish"}, { - imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-with-penne-cream-sauce_74190-544.jpg", imageAlt: "Tender juicy chicken curry Indian"}, + imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-with-penne-cream-sauce_74190-544.jpg?_wi=1", imageAlt: "Tender juicy chicken curry Indian"}, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-dish-with-meat_23-2148825106.jpg", imageAlt: "Creamy Shahi Paneer dish"}, { @@ -184,7 +184,7 @@ export default function LandingPage() { }, { title: "Healthy Comfort", description: "Wholesome food designed to make you feel good after eating.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-with-penne-cream-sauce_74190-544.jpg", imageAlt: "authentic indian home cooked meal" + imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-with-penne-cream-sauce_74190-544.jpg?_wi=2", imageAlt: "authentic indian home cooked meal" }, items: [], reverse: false, -- 2.49.1