From be933efad16a952a333136ef79653dabb5e01bec Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 06:59:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0499343..710b1f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,12 +74,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomato-near-spices-flour_23-2147749528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomato-near-spices-flour_23-2147749528.jpg?_wi=1", imageAlt: "Spice selection", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/travelling-iran_8327-273.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/travelling-iran_8327-273.jpg?_wi=1", imageAlt: "Fresh herbs", }, { @@ -269,7 +269,7 @@ export default function LandingPage() { button: { text: "Inquire Bulk", }, - imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomato-near-spices-flour_23-2147749528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomato-near-spices-flour_23-2147749528.jpg?_wi=2", imageAlt: "Exotic spices composition", }, { @@ -285,7 +285,7 @@ export default function LandingPage() { button: { text: "Contact Sales", }, - imageSrc: "http://img.b2bpic.net/free-photo/travelling-iran_8327-273.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/travelling-iran_8327-273.jpg?_wi=2", imageAlt: "Exotic spices composition", }, ]} -- 2.49.1