diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 40ac4ef..21183cb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -65,7 +65,7 @@ export default function AboutPage() { description="Irvine Plumbing & Drain" subdescription="Serving Orange County Since 2010" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721572.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721572.jpg?_wi=2" imageAlt="professional plumbing team photo licensed" useInvertedBackground={false} mediaAnimation="slide-up" @@ -120,7 +120,7 @@ export default function AboutPage() { title: "Drain Cleaning", subtitle: "Clear clogs fast", description: "From slow drains to complete blockages, we use advanced techniques to get your pipes flowing again. Same-day service available.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=4", imageAlt: "drain cleaning professional plumber unclogging", }, { @@ -129,7 +129,7 @@ export default function AboutPage() { title: "Water Heater Repair", subtitle: "Hot water restored", description: "Broken water heater? We repair or replace units quickly. Expert diagnostics to get you back to comfort fast.", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg?_wi=3", imageAlt: "water heater repair technician installation", }, { @@ -138,7 +138,7 @@ export default function AboutPage() { title: "Leak Detection", subtitle: "Find hidden problems", description: "Suspect a hidden leak? We locate it without invasive digging. Accurate diagnosis prevents water damage.", - imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=3", imageAlt: "leak detection plumber finding water damage", }, ]} @@ -147,7 +147,7 @@ export default function AboutPage() {