diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1ef631d..451d348 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,7 +49,7 @@ export default function AboutPage() { { value: "20+", title: "Years of Service" }, { value: "1000+", title: "Happy Homeowners" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg?_wi=7" imageAlt="professional plumbing team working together" useInvertedBackground={false} mediaAnimation="slide-up" @@ -71,7 +71,7 @@ export default function AboutPage() { tag: "Homeowner", avatarSrc: "http://img.b2bpic.net/free-photo/business-people-shaking-hands-finishing-up-meeting-deals-business-concept_1150-2981.jpg", avatarAlt: "satisfied customer portrait professional", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg?_wi=8", imageAlt: "professional plumbing team working together", }, { @@ -83,7 +83,7 @@ export default function AboutPage() { tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg", avatarAlt: "professional portrait business person", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15627.jpg?_wi=5", imageAlt: "professional plumber working on pipes", }, { @@ -95,7 +95,7 @@ export default function AboutPage() { tag: "Water Heater", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman_23-2148603016.jpg", avatarAlt: "customer success portrait photo", - imageSrc: "http://img.b2bpic.net/free-vector/waters-supply-plumbing-service-isomertic-banners_1284-17769.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/waters-supply-plumbing-service-isomertic-banners_1284-17769.jpg?_wi=4", imageAlt: "water heater installation repair", }, { @@ -107,7 +107,7 @@ export default function AboutPage() { tag: "Professional Service", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804639.jpg", avatarAlt: "professional portrait happy customer", - imageSrc: "http://img.b2bpic.net/free-photo/engineer-assembling-hvac-unit-manometers_482257-92713.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/engineer-assembling-hvac-unit-manometers_482257-92713.jpg?_wi=4", imageAlt: "furnace heating system installation", }, { @@ -119,7 +119,7 @@ export default function AboutPage() { tag: "Expert Service", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", avatarAlt: "happy customer professional portrait", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg?_wi=4", imageAlt: "drain cleaning pipe maintenance", }, ]} @@ -130,7 +130,7 @@ export default function AboutPage() {