From 6a0a4b9e71006c0f19089b2e431edc1c9685efd9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:28:10 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e241e0..e4f65fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ const HomePage = () => { title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, leaks, and urgent issues. Fast arrival times across NYC.", tag: "Emergency", - imageSrc: "http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg?_wi=1", imageAlt: "emergency plumbing burst water", }, { @@ -45,7 +45,7 @@ const HomePage = () => { title: "Leak Detection", description: "Advanced technology to locate hidden leaks quickly and prevent water damage to your property.", tag: "Detection", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=1", imageAlt: "leak water detection tools", }, { @@ -53,7 +53,7 @@ const HomePage = () => { title: "Drain Cleaning", description: "Professional drain cleaning and unclogging services using state-of-the-art equipment.", tag: "Maintenance", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=1", imageAlt: "drain cleaning plumbing professional", }, { @@ -61,7 +61,7 @@ const HomePage = () => { title: "Water Heater Services", description: "Repair, installation, and maintenance of water heaters for consistent hot water supply.", tag: "Installation", - imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=1", imageAlt: "water heater installation tank", }, { @@ -69,7 +69,7 @@ const HomePage = () => { title: "Pipe Repair & Replacement", description: "Replace aging pipes and repair damaged lines with quality materials and expert craftsmanship.", tag: "Repair", - imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1", imageAlt: "pipe repair replacement plumbing", }, { @@ -77,7 +77,7 @@ const HomePage = () => { title: "Commercial Plumbing", description: "Specialized plumbing solutions for office buildings, restaurants, and commercial properties.", tag: "Commercial", - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=1", imageAlt: "commercial plumbing office professional", }, ]; -- 2.49.1 From 66c0b96a6e8de9f7f4d7f356c47f131817821fff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:28:10 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8ce2928..4ab99fa 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -24,7 +24,7 @@ const ServicesPage = () => { title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, leaks, and urgent issues. Fast arrival times across NYC.", tag: "Emergency", - imageSrc: "http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg?_wi=2", imageAlt: "emergency plumbing burst water", }, { @@ -32,7 +32,7 @@ const ServicesPage = () => { title: "Leak Detection", description: "Advanced technology to locate hidden leaks quickly and prevent water damage to your property.", tag: "Detection", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2", imageAlt: "leak water detection tools", }, { @@ -40,7 +40,7 @@ const ServicesPage = () => { title: "Drain Cleaning", description: "Professional drain cleaning and unclogging services using state-of-the-art equipment.", tag: "Maintenance", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=2", imageAlt: "drain cleaning plumbing professional", }, { @@ -48,7 +48,7 @@ const ServicesPage = () => { title: "Water Heater Services", description: "Repair, installation, and maintenance of water heaters for consistent hot water supply.", tag: "Installation", - imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=2", imageAlt: "water heater installation tank", }, { @@ -56,7 +56,7 @@ const ServicesPage = () => { title: "Pipe Repair & Replacement", description: "Replace aging pipes and repair damaged lines with quality materials and expert craftsmanship.", tag: "Repair", - imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2", imageAlt: "pipe repair replacement plumbing", }, { @@ -64,7 +64,7 @@ const ServicesPage = () => { title: "Commercial Plumbing", description: "Specialized plumbing solutions for office buildings, restaurants, and commercial properties.", tag: "Commercial", - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=2", imageAlt: "commercial plumbing office professional", }, ]; -- 2.49.1