From 504d097078161fc8a5ee0b66e039351b0bd374e7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 01:21:44 +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 37899a3..dc7adef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,11 +91,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/field-night_1204-82.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/field-night_1204-82.jpg?_wi=1", imageAlt: "Sunny farm field with rows of green vegetables", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-picnic-basket_23-2148234228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-picnic-basket_23-2148234228.jpg?_wi=1", imageAlt: "Basket filled with freshly harvested organic vegetables", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/field-night_1204-82.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/field-night_1204-82.jpg?_wi=2", imageAlt: "rich organic soil hands planting", }, { @@ -209,7 +209,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-picnic-basket_23-2148234228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-picnic-basket_23-2148234228.jpg?_wi=2", imageAlt: "rich organic soil hands planting", }, ]}