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"}, ]} />