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", }, ]}