From 9bb90136e446bfc81e162ed8784b61e7ee4592d0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 23:29:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fb217c..1834842 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { description="Experience Fresno’s most loved fresh kitchen—where every dish is made from scratch, packed with flavor, and served with care." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-mushroom-soup-inside-plate-dark-space_140725-79207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-mushroom-soup-inside-plate-dark-space_140725-79207.jpg?_wi=1", imageAlt: "Delicious Indian butter chicken dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-with-penne-cream-sauce_74190-544.jpg", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-dish-with-meat_23-2148825106.jpg?_wi=1", imageAlt: "Creamy Shahi Paneer dish", }, { @@ -259,7 +259,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-mushroom-soup-inside-plate-dark-space_140725-79207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-mushroom-soup-inside-plate-dark-space_140725-79207.jpg?_wi=2", imageAlt: "authentic indian home cooked meal", }, { @@ -277,11 +277,11 @@ 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", + imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-with-penne-cream-sauce_74190-544.jpg?_wi=2", }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-dish-with-meat_23-2148825106.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-dish-with-meat_23-2148825106.jpg?_wi=2", imageAlt: "authentic indian home cooked meal", }, ]} @@ -304,7 +304,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-mushroom-soup-inside-plate-dark-space_140725-79207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-mushroom-soup-inside-plate-dark-space_140725-79207.jpg?_wi=3", imageAlt: "fresh garden vegetable salad", }, ]} -- 2.49.1