From 24a2c31bdc9bc95c4b4af3afe2c35e0fea327a3d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:18:17 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 13049fb..fab73c3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -48,7 +48,7 @@ export default function ContactPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg", imageAlt: "Beautiful green lawn maintained by Mark's Quality Lawn Care"}, + "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=1", imageAlt: "Beautiful green lawn maintained by Mark's Quality Lawn Care"}, { imageSrc: "http://img.b2bpic.net/free-photo/people-operating-heavy-duty-leaf-blower_1153-7263.jpg", imageAlt: "Professional lawn mowing service"}, @@ -60,7 +60,7 @@ export default function ContactPage() { "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Professional lawn fertilization treatment"}, { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg", imageAlt: "Manicured residential lawn"}, + "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=2", imageAlt: "Manicured residential lawn"}, ]} /> -- 2.49.1