diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a86206..a6eb780 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=1" mediaAnimation="slide-up" imageAlt="Professional plumber working in a residential kitchen" /> @@ -96,7 +96,7 @@ export default function LandingPage() { title: "Sewer & Drain", description: "Expert clog removal, deep line cleaning, and emergency residential/commercial backups.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=2", }, items: [], reverse: false, @@ -106,7 +106,7 @@ export default function LandingPage() { title: "Plumbing Services", description: "Precision leak repairs, full pipe installations, and consistent water line maintenance.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=3", }, items: [], reverse: true, @@ -116,7 +116,7 @@ export default function LandingPage() { title: "Heating & HVAC", description: "Reliable boiler installation, water heater upgrades, and efficient radiator system repairs.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=4", }, items: [], reverse: false,