diff --git a/src/app/page.tsx b/src/app/page.tsx index cbce701..d789d06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,11 +65,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-buying-delicious-veggies-meals_23-2148648916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-buying-delicious-veggies-meals_23-2148648916.jpg?_wi=1", imageAlt: "Authentic Mexican Spices", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-souvenirs-shop-side-view_23-2149726228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-souvenirs-shop-side-view_23-2149726228.jpg?_wi=1", imageAlt: "Mexican Products Selection", }, { @@ -167,7 +167,7 @@ export default function LandingPage() { descriptions: [ "Need an ingredient for a recipe? Our team is always here to help you find what you need.", ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-buying-delicious-veggies-meals_23-2148648916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-buying-delicious-veggies-meals_23-2148648916.jpg?_wi=2", imageAlt: "Organic tasty vegetable in wicker basket for sale", }, { @@ -176,7 +176,7 @@ export default function LandingPage() { descriptions: [ "Proud to be a part of the St. Robert community and share our culinary heritage.", ], - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-souvenirs-shop-side-view_23-2149726228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-souvenirs-shop-side-view_23-2149726228.jpg?_wi=2", imageAlt: "Organic tasty vegetable in wicker basket for sale", }, ]}