diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e7bbf9..27f7b2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,11 +51,11 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg?_wi=1", imageAlt: "plumber professional service repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg?_wi=1", imageAlt: "plumbing installation pipes modern", }, ]} @@ -77,7 +77,7 @@ export default function HomePage() { tag="Locally Owned & Operated" tagIcon={Home} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=1" imageAlt="team plumber professional worker" buttons={[{ text: "Learn Our Story", href: "/about" }]} buttonAnimation="slide-up" @@ -167,12 +167,12 @@ export default function HomePage() {