From ce18e3737b3f9463a17b6f09be43f7dd00208fce Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 08:18:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95c5a89..9391ae7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { href: "#features", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-gesturing-thumb-up_23-2147772204.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-gesturing-thumb-up_23-2147772204.jpg?_wi=1" /> @@ -83,7 +83,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Quality Plumbing You Can Rely On" description="With over 15 years of experience, FlowMaster Plumbing provides expert residential and commercial services across the city. We pride ourselves on transparent pricing and high-quality workmanship." - imageSrc="http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg" + imageSrc="http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=1" /> @@ -98,7 +98,7 @@ export default function LandingPage() { title: "Emergency Repairs", description: "Burst pipes or leaking mains? We are available 24/7.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg?_wi=1", }, items: [ { @@ -111,7 +111,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-gesturing-thumb-up_23-2147772204.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-gesturing-thumb-up_23-2147772204.jpg?_wi=2", imageAlt: "professional plumber working bathroom", }, { @@ -119,7 +119,7 @@ export default function LandingPage() { title: "Water Heaters", description: "Installation, maintenance, and repair of all tankless and tank models.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg?_wi=1", }, items: [ { @@ -132,7 +132,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=2", imageAlt: "plumber repairing pipe interior", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { title: "Drain Cleaning", description: "Clear your clogged drains quickly without damaging your pipes.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg?_wi=1", }, items: [ { @@ -153,7 +153,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg?_wi=2", imageAlt: "leaky pipe repair home", }, ]} @@ -202,7 +202,7 @@ export default function LandingPage() { quote: "FlowMaster saved us during a flood! Extremely quick service.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg?_wi=2", imageAlt: "water heater installation modern", }, { @@ -213,7 +213,7 @@ export default function LandingPage() { quote: "Fair pricing and professional installation of our water heater.", tag: "Installation", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg?_wi=2", imageAlt: "professional drain cleaning service", }, { @@ -280,7 +280,7 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Have questions? We have answers to help you stay informed." faqsAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-gesturing-thumb-up_23-2147772204.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-gesturing-thumb-up_23-2147772204.jpg?_wi=3" /> -- 2.49.1