From ac5fcd3a556ce57f4fdc2d3d8d1d5099bb486556 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 21:09:05 +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 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", }, ]} -- 2.49.1