From 85c5af98d0c6ee80348c6eda0706a9e8624bab1d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:44:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f8b5d7..83fd942 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721577.jpg", imageAlt: "Professional plumber at work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg", imageAlt: "Leaking faucet repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg?_wi=1", imageAlt: "Leaking faucet repair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "Drainage system repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=1", imageAlt: "Drainage system repair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", imageAlt: "Water heater installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg?_wi=1", imageAlt: "Water heater installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg", imageAlt: "Professional plumbing team"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg?_wi=1", imageAlt: "Professional plumbing team"}, ]} buttons={[ { text: "Find a Contractor", href: "#contact" }, @@ -77,13 +77,13 @@ export default function LandingPage() { features={[ { id: "1", title: "Emergency Repairs", author: "24/7 Available", description: "Immediate response to leaking faucets, burst pipes, and urgent plumbing issues. Our network of local contractors ensures fast service when you need it most.", tags: ["Quick Response", "Reliable"], - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg", imageAlt: "Emergency plumbing repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg?_wi=2", imageAlt: "Emergency plumbing repair"}, { id: "2", title: "Drainage Solutions", author: "Expert Diagnosis", description: "Professional assessment and repair of drainage issues. Whether it's a simple clog or complex pipe flow problems, our contractors have the expertise to fix it right.", tags: ["Thorough", "Professional"], - imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "Drainage system repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=2", imageAlt: "Drainage system repair"}, { id: "3", title: "Water Heater Services", author: "Quality Brands", description: "Installation and maintenance of top-rated water heaters including Whirlpool, Kenmore, and Bradford White models. Ensure your home has reliable hot water year-round.", tags: ["Installation", "Maintenance"], - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", imageAlt: "Water heater installation service"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg?_wi=2", imageAlt: "Water heater installation service"}, ]} /> @@ -98,7 +98,7 @@ export default function LandingPage() { { value: "500+", title: "Verified Contractors" }, { value: "98%", title: "Customer Satisfaction" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg?_wi=2" imageAlt="Professional plumbing contractors" useInvertedBackground={true} mediaAnimation="slide-up" -- 2.49.1