From 31f0465db8fdbe2fccfda2a502143352c3041f08 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 19:38: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 af8e8b8..a835656 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,11 +96,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brown-cow-grazing-yellow-field_169016-4865.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brown-cow-grazing-yellow-field_169016-4865.jpg?_wi=1", imageAlt: "Jersey cows grazing in a lush green pasture", }, { - imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-producing-milk-gruyere-cheese-france-spring_181624-34746.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-producing-milk-gruyere-cheese-france-spring_181624-34746.jpg?_wi=1", imageAlt: "Close-up of a friendly Jersey cow", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sheep-farm_23-2151468568.jpg", imageAlt: "A Jersey cow resting comfortably in a clean barn stall", }, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brown-cow-grazing-yellow-field_169016-4865.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brown-cow-grazing-yellow-field_169016-4865.jpg?_wi=2", imageAlt: "lush green pasture rotation aerial", }, { @@ -195,7 +195,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-blank-slate-moss-shovel-black-dirt_23-2148044459.jpg", imageAlt: "Organic farm compost pile", }, - imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-producing-milk-gruyere-cheese-france-spring_181624-34746.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-producing-milk-gruyere-cheese-france-spring_181624-34746.jpg?_wi=2", imageAlt: "lush green pasture rotation aerial", }, ]}