diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 24b320f..1a9fc31 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { useInvertedBackground={false} title="35 Years of Integrity" description="We are a local, family-owned business in Woodhaven, Queens. For over three decades, we've treated every home like our own, ensuring honest service and fair pricing." - imageSrc="http://img.b2bpic.net/free-photo/excited-funny-asian-manager-colleagues_1262-5011.jpg" + imageSrc="http://img.b2bpic.net/free-photo/excited-funny-asian-manager-colleagues_1262-5011.jpg?_wi=2" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a0290b..1cd7e84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=1", imageAlt: "Professional plumber at work", }, { diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 127c27c..79480f7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { descriptions: [ "High-efficiency water heater installation, replacement, and maintenance.", ], - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=2", imageAlt: "Water tap prevention Concentrated man leaning over water faucet touching spout pipe", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { descriptions: [ "Prompt drain cleaning, sewer line repair, and leak detection services.", ], - imageSrc: "http://img.b2bpic.net/free-photo/excited-funny-asian-manager-colleagues_1262-5011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-funny-asian-manager-colleagues_1262-5011.jpg?_wi=1", imageAlt: "Water tap prevention Concentrated man leaning over water faucet touching spout pipe", }, ]}