From 74e7531bd5d9c8a01d2ad5572b621d2abd398393 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 20:58:54 +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 43f058a..e7f6f59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,9 +60,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22886.jpg", imageAlt: "Professional tree removal in progress"}, + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22886.jpg?_wi=1", imageAlt: "Professional tree removal in progress"}, { - imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10694.jpg", imageAlt: "Arborist trimming a large tree"}, + imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10694.jpg?_wi=1", imageAlt: "Arborist trimming a large tree"}, { imageSrc: "http://img.b2bpic.net/free-photo/leaves-basket-smiling-young-adult-man-standing-sideways-camera-sprinkling-leaves-wicker-basket-green-lawn-garden-autumn-day_259150-59037.jpg", imageAlt: "Stump grinding after tree removal"}, { @@ -220,7 +220,7 @@ export default function LandingPage() { inputPlaceholder="Enter your email for updates" buttonText="Request a Call Back" termsText="By requesting a call back, you agree to our terms and conditions." - imageSrc="http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22886.jpg" + imageSrc="http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22886.jpg?_wi=2" imageAlt="Tree care professional working" mediaAnimation="opacity" mediaPosition="right" @@ -229,7 +229,7 @@ export default function LandingPage() {