From 4f4e2a1a930696b629d21080ceb9529c6742f6a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 09:14:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c9f6ed..065cdb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,17 +73,17 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-french-fries-side-view_141793-1757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-french-fries-side-view_141793-1757.jpg?_wi=1", imageAlt: "Traditional Maharashtrian Thali", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-rice-plate-with-loby-beans-variety-meat-sauce_141793-3943.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-rice-plate-with-loby-beans-variety-meat-sauce_141793-3943.jpg?_wi=1", imageAlt: "Authentic Indian Food", }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-who-is-eating-beef-salad-business-lunch_8353-10599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-who-is-eating-beef-salad-business-lunch_8353-10599.jpg?_wi=1", imageAlt: "Fresh Breakfast Snacks", }, { @@ -129,19 +129,19 @@ export default function LandingPage() { id: "p1", name: "Misal Pav", price: "₹150", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-french-fries-side-view_141793-1757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-french-fries-side-view_141793-1757.jpg?_wi=2", }, { id: "p2", name: "Maharashtrian Thali", price: "₹350", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-rice-plate-with-loby-beans-variety-meat-sauce_141793-3943.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-rice-plate-with-loby-beans-variety-meat-sauce_141793-3943.jpg?_wi=2", }, { id: "p3", name: "Khava Poli", price: "₹120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-who-is-eating-beef-salad-business-lunch_8353-10599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-who-is-eating-beef-salad-business-lunch_8353-10599.jpg?_wi=2", }, ]} title="Our Popular Dishes" @@ -161,7 +161,7 @@ export default function LandingPage() { role: "Traveler", company: "Pune", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg?_wi=1", }, { id: "t2", @@ -193,7 +193,7 @@ export default function LandingPage() { role: "Truck Driver", company: "Pune Express", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1