diff --git a/src/app/page.tsx b/src/app/page.tsx index bdea016..4971d6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,13 +55,13 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721571.jpg", imageAlt: "Professional plumbing service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg", imageAlt: "Emergency plumbing repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=1", imageAlt: "Emergency plumbing repair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg", imageAlt: "Pipe installation service"}, + imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg?_wi=1", imageAlt: "Pipe installation service"}, { imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", imageAlt: "Water heater maintenance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Professional drain cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=1", imageAlt: "Professional drain cleaning"}, ]} ariaLabel="Hero section showcasing plumbing services" /> @@ -77,7 +77,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Emergency Repairs", description: "24/7 emergency response for urgent plumbing issues. Fast arrival times and immediate solutions to prevent water damage and costly repairs.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg", imageAlt: "Emergency repair service"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=2", imageAlt: "Emergency repair service"}, items: [ { icon: Zap, text: "24/7 Emergency Response" }, { icon: Clock, text: "Fast Arrival Times" }, @@ -87,7 +87,7 @@ export default function LandingPage() { }, { id: "2", title: "Installation & Upgrades", description: "Expert installation of new plumbing systems, pipes, fixtures, and water heaters. Modern solutions for improved efficiency and performance.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg", imageAlt: "Professional pipe installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg?_wi=2", imageAlt: "Professional pipe installation"}, items: [ { icon: Hammer, text: "Expert Installation" }, { icon: Zap, text: "Energy Efficient" }, @@ -97,7 +97,7 @@ export default function LandingPage() { }, { id: "3", title: "Maintenance & Prevention", description: "Regular maintenance services including drain cleaning, leak detection, and system inspections to prevent problems before they start.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Professional drain cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=2", imageAlt: "Professional drain cleaning"}, items: [ { icon: Droplets, text: "Leak Detection" }, { icon: Filter, text: "System Cleaning" }, @@ -159,10 +159,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Riverside Residents", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1"}, { id: "2", name: "Michael Chen", role: "Property Manager", company: "Downtown Apartments", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2"}, { id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Local Restaurant", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg"},