diff --git a/src/app/page.tsx b/src/app/page.tsx index edc8547..d34c9cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,12 +81,12 @@ export default function LandingPage() { carouselItems={[ { id: "hero-media-1", - imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-feeding-his-goats-milk-from-bottle-farm_23-2149211714.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-feeding-his-goats-milk-from-bottle-farm_23-2149211714.jpg?_wi=1", imageAlt: "Happy cows grazing in a lush green pasture", }, { id: "hero-media-2", - imageSrc: "http://img.b2bpic.net/free-photo/curious-chickens-looking-different-directions_23-2148315347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/curious-chickens-looking-different-directions_23-2148315347.jpg?_wi=1", imageAlt: "Chickens pecking at grain feed in a coop", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-beagle-dog-sitting-park_23-2148045779.jpg", imageAlt: "Energetic dog running in a field", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-feeding-his-goats-milk-from-bottle-farm_23-2149211714.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-feeding-his-goats-milk-from-bottle-farm_23-2149211714.jpg?_wi=2", imageAlt: "hand scooping organic chicken feed", }, { @@ -180,7 +180,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/elegant-girl-farm-wiith-horse_1157-38089.jpg", imageAlt: "Majestic horse in a green pasture", }, - imageSrc: "http://img.b2bpic.net/free-photo/curious-chickens-looking-different-directions_23-2148315347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/curious-chickens-looking-different-directions_23-2148315347.jpg?_wi=2", imageAlt: "hand scooping organic chicken feed", }, ]}