From c7dc5b3597d13bd882ce046dcf9f7a4cbf1c55e4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:24:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 073db9e..338b194 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,10 +94,10 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg", imageAlt: "Professional plumber at work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", imageAlt: "Drain cleaning service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg", imageAlt: "Water heater installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Leak detection equipment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Emergency plumbing response" }, + { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=1", imageAlt: "Drain cleaning service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg?_wi=1", imageAlt: "Water heater installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "Leak detection equipment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", imageAlt: "Emergency plumbing response" }, ]} ariaLabel="USA Plumbing - Hero Section with Carousel" /> @@ -112,7 +112,7 @@ export default function HomePage() { author: "Professional Service", description: "Fast and effective drain cleaning services using advanced equipment. We handle everything from slow drains to complete blockages.", tags: ["Drain Cleaning", "Fast Service", "Same-Day"], - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=2", imageAlt: "Drain cleaning service", }, { @@ -121,7 +121,7 @@ export default function HomePage() { author: "Expert Technicians", description: "Professional water heater repair and installation. We work with all major brands and ensure your hot water is always available.", tags: ["Water Heater", "Installation", "Repair"], - imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg?_wi=2", imageAlt: "Water heater service", }, { @@ -130,7 +130,7 @@ export default function HomePage() { author: "Advanced Technology", description: "We detect even the smallest leaks using state-of-the-art equipment and fix them before they cause major damage.", tags: ["Leak Detection", "Prevention", "Inspection"], - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=3", imageAlt: "Leak detection service", }, { @@ -139,7 +139,7 @@ export default function HomePage() { author: "Comprehensive Solutions", description: "Complete sewer line inspection, cleaning, and repair services. We handle tree root removal and line replacement.", tags: ["Sewer Line", "Inspection", "Replacement"], - imageSrc: "http://img.b2bpic.net/free-photo/two-men-crouched-near-pipe-construction-site_259150-57633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-men-crouched-near-pipe-construction-site_259150-57633.jpg?_wi=1", imageAlt: "Sewer line service", }, { @@ -148,7 +148,7 @@ export default function HomePage() { author: "Always Available", description: "Burst pipes, major leaks, or overflowing toilets? We're available 24/7 for emergency situations. Rapid response guaranteed.", tags: ["24/7 Available", "Emergency", "Quick Response"], - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=4", imageAlt: "Emergency plumbing service", }, { @@ -157,7 +157,7 @@ export default function HomePage() { author: "Business Solutions", description: "Dedicated plumbing services for businesses, restaurants, and commercial properties. We minimize downtime and maintain code compliance.", tags: ["Commercial", "Business", "Maintenance"], - imageSrc: "http://img.b2bpic.net/free-photo/investor-visiting-industry-40-solar-panels-plant-talking-with-engineers_482257-126172.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/investor-visiting-industry-40-solar-panels-plant-talking-with-engineers_482257-126172.jpg?_wi=1", imageAlt: "Commercial plumbing service", }, ]} @@ -196,12 +196,12 @@ export default function HomePage() {