From 8eeda7c98e3e8b53538645c98dffb7968132c582 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:50:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6313ea..731b36b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/dairy-products_114579-8756.jpg", imageAlt: "Fresh dairy products" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cow-milking-facility-mechanized-milking-equipment_1150-12764.jpg", imageAlt: "Dairy production process" + imageSrc: "http://img.b2bpic.net/free-photo/cow-milking-facility-mechanized-milking-equipment_1150-12764.jpg?_wi=1", imageAlt: "Dairy production process" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cows-grazing-farm-grassland_181624-59078.jpg", imageAlt: "Happy cows grazing" @@ -221,7 +221,7 @@ export default function LandingPage() { id: "5", title: "Are your packaging materials sustainable?", content: "Yes! We use recyclable and biodegradable packaging materials. Our glass bottles are 100% recyclable, and we encourage customers to return bottles for refilling." } ]} - imageSrc="http://img.b2bpic.net/free-photo/cow-milking-facility-mechanized-milking-equipment_1150-12764.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cow-milking-facility-mechanized-milking-equipment_1150-12764.jpg?_wi=2" imageAlt="Dairy production process" mediaPosition="left" mediaAnimation="slide-up" -- 2.49.1