From 38505f4230ba8dc6ff64a047c8caa4525bbb2651 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 22:10:01 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c3815cb..75b1e95 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -69,10 +69,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg", imageAlt: "Plumber fixing a pipe professionally" + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg?_wi=1", imageAlt: "Plumber fixing a pipe professionally" }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-sitting-couch_23-2149335088.jpg", imageAlt: "Modern water heater installation" + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-sitting-couch_23-2149335088.jpg?_wi=1", imageAlt: "Modern water heater installation" } ]} mediaAnimation="slide-up" @@ -154,7 +154,7 @@ export default function LandingPage() { ]} logoText="D & D Plumbing" copyrightText="© 2024 D & D Plumbing. Licensed & Insured." - imageSrc="http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269663.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269663.jpg?_wi=1" imageAlt="Assortment of plumbing tools" /> -- 2.49.1 From e28ce149da98be8c736d6281b1200afa82d40846 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 22:10:01 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0681af0..4fb3028 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,9 +63,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg", imageAlt: "Plumber fixing a pipe professionally"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg?_wi=2", imageAlt: "Plumber fixing a pipe professionally"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-sitting-couch_23-2149335088.jpg", imageAlt: "Modern water heater installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-sitting-couch_23-2149335088.jpg?_wi=2", imageAlt: "Modern water heater installation"}, ]} mediaAnimation="slide-up" rating={4.4} @@ -257,7 +257,7 @@ export default function LandingPage() {