From 31c66ab554a2deec64849dcbb7405ae8ca55c39b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:57:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4cf936..f899723 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,17 +73,17 @@ export default function PlumbingPage() { tagAnimation="slide-up" features={[ { - id: "repairs", title: "Pipe & Fixture Repairs", description: "Expert repair of leaky pipes, faucets, fixtures, and connections. Same-day emergency response available.", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Professional pipe repair work"}, + id: "repairs", title: "Pipe & Fixture Repairs", description: "Expert repair of leaky pipes, faucets, fixtures, and connections. Same-day emergency response available.", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", imageAlt: "Professional pipe repair work"}, { - id: "drain", title: "Drain Cleaning & Maintenance", description: "Professional drain cleaning, unclogging, and maintenance to prevent future issues.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Drain cleaning service"}, + id: "drain", title: "Drain Cleaning & Maintenance", description: "Professional drain cleaning, unclogging, and maintenance to prevent future issues.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1", imageAlt: "Drain cleaning service"}, { id: "water-heater", title: "Water Heater Installation & Repair", description: "Complete water heater services including installation, repair, and replacement.", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "Water heater installation"}, { id: "emergency", title: "24/7 Emergency Plumbing", description: "Round-the-clock emergency plumbing service for urgent issues. Licensed and insured technicians.", imageSrc: "http://img.b2bpic.net/free-photo/distraught-businesswoman-talking-phone-while-looking-time-her-wristwatch-office_637285-5282.jpg", imageAlt: "Emergency plumbing response"}, { - id: "inspection", title: "Plumbing Inspection & Assessment", description: "Thorough plumbing inspections to identify potential issues before they become costly problems.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Professional plumbing inspection"}, + id: "inspection", title: "Plumbing Inspection & Assessment", description: "Thorough plumbing inspections to identify potential issues before they become costly problems.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2", imageAlt: "Professional plumbing inspection"}, { - id: "commercial", title: "Commercial Plumbing Solutions", description: "Reliable plumbing services for businesses, offices, and commercial properties in NYC.", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Commercial plumbing work"}, + id: "commercial", title: "Commercial Plumbing Solutions", description: "Reliable plumbing services for businesses, offices, and commercial properties in NYC.", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2", imageAlt: "Commercial plumbing work"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -103,7 +103,7 @@ export default function PlumbingPage() { description="We've been serving NYC families and businesses with reliable, professional plumbing services. Our commitment to fast response times, transparent pricing, and exceptional customer service makes us the trusted choice for emergency plumbing needs." tag="About Us" tagIcon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=1" imageAlt="Professional plumbing team" buttons={[ { text: "Call (646) 349-3219", href: "tel:+16463493219" }, @@ -169,10 +169,10 @@ export default function PlumbingPage() { testimonials={[ { id: "1", name: "John Martinez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "John Martinez" }, { id: "2", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson" }, - { id: "3", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen" }, + { id: "3", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Michael Chen" }, { id: "4", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Emily Rodriguez" }, { id: "5", name: "David Williams", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "David Williams" }, - { id: "6", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Lisa Anderson" }, + { id: "6", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Lisa Anderson" }, ]} cardTitle="Over 1,000+ satisfied customers trust APA's Sewer & Plumbing for their emergency plumbing needs in NYC" cardTag="See What They Say" @@ -204,7 +204,7 @@ export default function PlumbingPage() { { id: "6", title: "Can you handle commercial plumbing?", content: "Yes, we provide comprehensive commercial plumbing services for offices, restaurants, retail spaces, and other business properties throughout NYC."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=1" imageAlt="Professional plumbing consultation" mediaAnimation="slide-up" mediaPosition="left" @@ -228,7 +228,7 @@ export default function PlumbingPage() { tagAnimation="slide-up" background={{ variant: "downward-rays-static" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=2" imageAlt="Ready to schedule plumbing service" mediaAnimation="slide-up" mediaPosition="right" @@ -248,7 +248,7 @@ export default function PlumbingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=2" imageAlt="Contact our plumbing team" mediaAnimation="slide-up" mediaPosition="left"