From 50e9fb22827df63eae85030299c9f5ce406a8ffc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:03:33 +0000 Subject: [PATCH 1/2] 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 ffd75d2..e7a644b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { useInvertedBackground={false} title="95 Years of Excellence in St. John's" description="Established in 1929, Hubley's Plumbing & Heating is proud to be a staple of the St. John's community. With 6 licensed plumbers, we serve both residential and commercial needs with integrity and high-quality workmanship." - imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=3" /> -- 2.49.1 From 339e9da59540873d26dd0b58bf508c9302f36ddf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:03:34 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5904677..285638d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "Resident", testimonial: "Hubley's saved my basement when a pipe burst at 2 AM. Reliable and professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg?_wi=1", imageAlt: "plumbing emergency service professional", }, { @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "Commercial Client", testimonial: "They have maintained our office HVAC systems for years. Always on time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=1", imageAlt: "plumbing emergency service professional", }, { @@ -106,7 +106,7 @@ export default function LandingPage() { href: "/contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg?_wi=2" imageAlt="Hubley's plumbing professional technician" avatars={[ { @@ -257,7 +257,7 @@ export default function LandingPage() { quote: "They fixed my leak in record time.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg?_wi=3", imageAlt: "Plumber assembling pipe", }, { @@ -268,7 +268,7 @@ export default function LandingPage() { quote: "Always my first call for heating.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=2", imageAlt: "Plumber assembling pipe", }, ]} -- 2.49.1