From 389a2b70a91c5114ad90bc8095535ef4c0e4b70a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:08:42 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c96ecd1..fa313c2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,7 @@ export default function AboutPage() { { value: "Fair", title: "Honest Pricing" }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-96326.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-96326.jpg?_wi=2" imageAlt="Professional plumbing team" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1 From 15a3121ce65f8160b605e6df2a3cd39a7711d28f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:08:42 +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 d05cebd..7044378 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,7 +132,7 @@ export default function HomePage() { { value: "Fair", title: "Honest Pricing" }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-96326.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-96326.jpg?_wi=1" imageAlt="Professional plumbing team" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -180,7 +180,7 @@ export default function HomePage() { { id: "5", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured. Your peace of mind is important to us. We stand behind all our work with a satisfaction guarantee."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg?_wi=1" imageAlt="Professional plumber providing service" mediaAnimation="slide-up" faqsAnimation="slide-up" -- 2.49.1 From bb58da211e16088be81d2e9232bd66f1e137dfa8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:08:42 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index aa86465..f191009 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -94,7 +94,7 @@ export default function ServicesPage() { { id: "5", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured. Your peace of mind is important to us. We stand behind all our work with a satisfaction guarantee."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg?_wi=2" imageAlt="Professional plumber providing service" mediaAnimation="slide-up" faqsAnimation="slide-up" -- 2.49.1