Update src/app/page.tsx

This commit is contained in:
2026-06-12 21:09:05 +00:00
parent 6ee162dd74
commit ac5fcd3a55

View File

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