diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ffd75d2..e7a644b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { useInvertedBackground={false} title="95 Years of Excellence in St. John's" description="Established in 1929, Hubley's Plumbing & Heating is proud to be a staple of the St. John's community. With 6 licensed plumbers, we serve both residential and commercial needs with integrity and high-quality workmanship." - imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=3" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 5904677..285638d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "Resident", testimonial: "Hubley's saved my basement when a pipe burst at 2 AM. Reliable and professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg?_wi=1", imageAlt: "plumbing emergency service professional", }, { @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "Commercial Client", testimonial: "They have maintained our office HVAC systems for years. Always on time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=1", imageAlt: "plumbing emergency service professional", }, { @@ -106,7 +106,7 @@ export default function LandingPage() { href: "/contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg?_wi=2" imageAlt="Hubley's plumbing professional technician" avatars={[ { @@ -257,7 +257,7 @@ export default function LandingPage() { quote: "They fixed my leak in record time.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg?_wi=3", imageAlt: "Plumber assembling pipe", }, { @@ -268,7 +268,7 @@ export default function LandingPage() { quote: "Always my first call for heating.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=2", imageAlt: "Plumber assembling pipe", }, ]}