From c7166cba2ce2bd68fbcba631ad30e2d2f7b656c2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:56:23 +0000 Subject: [PATCH 1/3] 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 b324788..ff3db29 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -76,7 +76,7 @@ export default function ContactPage() { { text: "Call Now: (603) 686-3047", href: "tel:+16036863047" }, { text: "Send an Email", href: "mailto:info@yetilandcare.com" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/attractive-gardener-posing-while-trimming-conifer-bush-by-electric-hedge-clippers-sunny-day_7502-10442.jpg" + imageSrc="http://img.b2bpic.net/free-photo/attractive-gardener-posing-while-trimming-conifer-bush-by-electric-hedge-clippers-sunny-day_7502-10442.jpg?_wi=3" imageAlt="Professional landscaping team" showDimOverlay={true} /> @@ -90,7 +90,7 @@ export default function ContactPage() { tagIcon={CheckCircle} background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/attractive-gardener-posing-while-trimming-conifer-bush-by-electric-hedge-clippers-sunny-day_7502-10442.jpg" + imageSrc="http://img.b2bpic.net/free-photo/attractive-gardener-posing-while-trimming-conifer-bush-by-electric-hedge-clippers-sunny-day_7502-10442.jpg?_wi=4" imageAlt="Contact Yeti Landcare for free estimate" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1 From 8d20b35c378a41a329e27ed4ca67acad2ef4dd00 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:56:24 +0000 Subject: [PATCH 2/3] 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 1b94bc3..78fd667 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function HomePage() { { text: "Call Now for a Free Estimate", href: "tel:+16036863047" }, { text: "Request a Quote", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg" + imageSrc="http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=1" imageAlt="Professional landscaping transformation" showDimOverlay={true} /> @@ -214,7 +214,7 @@ export default function HomePage() { tagIcon={CheckCircle} background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/attractive-gardener-posing-while-trimming-conifer-bush-by-electric-hedge-clippers-sunny-day_7502-10442.jpg" + imageSrc="http://img.b2bpic.net/free-photo/attractive-gardener-posing-while-trimming-conifer-bush-by-electric-hedge-clippers-sunny-day_7502-10442.jpg?_wi=1" imageAlt="Contact Yeti Landcare for free estimate" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1 From aaeb9d9d57e3f5c4a8aa074a36e02605ecdc4c8c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:56:24 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 48d1b9e..e9b9b53 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -79,7 +79,7 @@ export default function ServicesPage() { { text: "Get a Free Estimate", href: "tel:+16036863047" }, { text: "Request a Quote", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg" + imageSrc="http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=2" imageAlt="Professional landscaping services" showDimOverlay={true} /> @@ -223,7 +223,7 @@ export default function ServicesPage() { tagIcon={CheckCircle} background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/attractive-gardener-posing-while-trimming-conifer-bush-by-electric-hedge-clippers-sunny-day_7502-10442.jpg" + imageSrc="http://img.b2bpic.net/free-photo/attractive-gardener-posing-while-trimming-conifer-bush-by-electric-hedge-clippers-sunny-day_7502-10442.jpg?_wi=2" imageAlt="Contact Yeti Landcare for services" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1