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" /> 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() {