From 7dde7796e1881c0677d5796c21836f26c80fda6d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 03:42:08 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 80982f0..9dff42e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { placeholder: "Tell us about your project", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=6" /> -- 2.49.1 From 812760c9ba64a583b620ba99b587039f81add7a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 03:42:08 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fade36b..74f03df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,23 +73,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=1", imageAlt: "Technician working in upscale kitchen", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=2", imageAlt: "Technician inspecting bathroom fixture", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=3", imageAlt: "Pristine kitchen plumbing upgrade", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=4", imageAlt: "Emergency repair service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=5", imageAlt: "Maintenance inspection check", }, ]} @@ -138,14 +138,14 @@ export default function LandingPage() { name: "Mark", handle: "Local Guide", testimonial: "Mark is amazing... Cleaned up and did excellent!!!! I’m very happy with the outcome!", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg?_wi=1", }, { id: "2", name: "Denise Garry", handle: "Homeowner", testimonial: "Highly recommend — came out quick & fixed! Support local contractors.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=1", }, { id: "3", @@ -159,7 +159,7 @@ export default function LandingPage() { name: "David", handle: "Homeowner", testimonial: "Professional, clean, and knowledgeable. Will definitely call again.", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg?_wi=1", }, { id: "5", @@ -203,19 +203,19 @@ export default function LandingPage() { id: "m1", name: "Gene Ford", role: "Founder & Master Plumber", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg?_wi=2", }, { id: "m2", name: "Sarah J.", role: "Service Technician", - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=2", }, { id: "m3", name: "Mike R.", role: "Maintenance Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg?_wi=2", }, ]} /> -- 2.49.1 From 47df6edf28396838b26d3ca3ba502aadac2ec990 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 03:42:09 +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 1803087..2b78319 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -64,13 +64,13 @@ export default function LandingPage() { id: "s1", name: "Alex", role: "Plumber", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg?_wi=3", }, { id: "s2", name: "John", role: "Technician", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg?_wi=3", }, ]} /> -- 2.49.1