From 323b2ca4b671208e92bd30b7c019efaa8535a4df Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:38:25 +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 24b320f..1a9fc31 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { useInvertedBackground={false} title="35 Years of Integrity" description="We are a local, family-owned business in Woodhaven, Queens. For over three decades, we've treated every home like our own, ensuring honest service and fair pricing." - imageSrc="http://img.b2bpic.net/free-photo/excited-funny-asian-manager-colleagues_1262-5011.jpg" + imageSrc="http://img.b2bpic.net/free-photo/excited-funny-asian-manager-colleagues_1262-5011.jpg?_wi=2" /> -- 2.49.1 From 8a512c3cfb0fba07e183a6062e29e5fbefc62cf7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:38:26 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a0290b..1cd7e84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=1", imageAlt: "Professional plumber at work", }, { -- 2.49.1 From ceb9ac36ab31fa48afaa2989a1cf0f08e4862471 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:38:26 +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 127c27c..79480f7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { descriptions: [ "High-efficiency water heater installation, replacement, and maintenance.", ], - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=2", imageAlt: "Water tap prevention Concentrated man leaning over water faucet touching spout pipe", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { descriptions: [ "Prompt drain cleaning, sewer line repair, and leak detection services.", ], - imageSrc: "http://img.b2bpic.net/free-photo/excited-funny-asian-manager-colleagues_1262-5011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-funny-asian-manager-colleagues_1262-5011.jpg?_wi=1", imageAlt: "Water tap prevention Concentrated man leaning over water faucet touching spout pipe", }, ]} -- 2.49.1