diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ba14432..8d3b9fe 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -55,7 +55,7 @@ export default function AboutPage() { { value: "20+", title: "Years of NYC Excellence" }, { value: "5,000+", title: "Satisfied Customers" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg" + imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg?_wi=2" imageAlt="Advanced plumbing diagnostic equipment" useInvertedBackground={true} mediaAnimation="blur-reveal" @@ -78,7 +78,7 @@ export default function AboutPage() { id: "1", title: "Inspect Thoroughly", description: "Complete property assessment to understand the full scope of the issue", media: { imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-female-scientists-lab_23-2148492122.jpg"}, + "http://img.b2bpic.net/free-photo/high-angle-female-scientists-lab_23-2148492122.jpg?_wi=2"}, items: [ { icon: Eye, text: "Visual Inspection" }, { icon: Shield, text: "Advanced Diagnostics" }, @@ -89,7 +89,7 @@ export default function AboutPage() { { id: "2", title: "Diagnose Precisely", description: "Identify the root cause, not just the symptom", media: { imageSrc: - "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg"}, + "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg?_wi=2"}, items: [ { icon: Wrench, text: "Expert Analysis" }, { icon: AlertCircle, text: "Root Cause ID" }, @@ -100,7 +100,7 @@ export default function AboutPage() { { id: "3", title: "Present Clear Options", description: "Transparent recommendations with pricing and timeline", media: { imageSrc: - "http://img.b2bpic.net/free-photo/productive-project-discussion-colleagues_1098-16019.jpg"}, + "http://img.b2bpic.net/free-photo/productive-project-discussion-colleagues_1098-16019.jpg?_wi=2"}, items: [ { icon: CheckCircle, text: "Written Proposal" }, { icon: Shield, text: "Fixed Pricing" }, @@ -127,17 +127,17 @@ export default function AboutPage() { id: "1", name: "George Pittman", handle: "Manhattan Property Owner", testimonial: "Lucas and his team worked diligently until they located the source of a sewer smell in my apartment. They found the problem where others couldn't. Highly professional and trustworthy.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"}, { id: "2", name: "Sarah Chen", handle: "Commercial Property Manager", testimonial: "Dealing with multiple plumbing contractors can be a nightmare. New York Plumbing Works was different. They diagnosed our building's issue in one visit and fixed it completely.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"}, + "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2"}, { id: "3", name: "Michael Rodriguez", handle: "Brooklyn Homeowner", testimonial: "They found a persistent leak that two other plumbers missed. Their diligence and attention to detail is exactly what you want in a plumbing contractor.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2"}, ]} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0d7184f..376211d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -61,13 +61,13 @@ export default function ContactPage() { metrics={[ { id: "1", value: "24/7", title: "Phone Support", description: "Call us anytime for emergencies", imageSrc: - "http://img.b2bpic.net/free-photo/talk-co-workers_1098-14399.jpg", imageAlt: "phone support communication"}, + "http://img.b2bpic.net/free-photo/talk-co-workers_1098-14399.jpg?_wi=2", imageAlt: "phone support communication"}, { id: "2", value: "Fast", title: "Response Time", description: "We reply within 1 hour", imageSrc: - "http://img.b2bpic.net/free-photo/productive-project-discussion-colleagues_1098-16019.jpg", imageAlt: "fast response time"}, + "http://img.b2bpic.net/free-photo/productive-project-discussion-colleagues_1098-16019.jpg?_wi=3", imageAlt: "fast response time"}, { id: "3", value: "Expert", title: "Free Diagnosis", description: "Honest assessment of your issue", imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-female-scientists-lab_23-2148492122.jpg", imageAlt: "expert diagnosis assessment"}, + "http://img.b2bpic.net/free-photo/high-angle-female-scientists-lab_23-2148492122.jpg?_wi=3", imageAlt: "expert diagnosis assessment"}, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index dfecde9..6f94363 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function HomePage() { name: "George Pittman", handle: "Property Owner", testimonial: "Lucas and his team worked diligently until they located the source of a sewer smell in my apartment. They found the problem where others couldn't. This is a great company. I recommend them for any plumbing issues.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, ]} buttons={[ { text: "Request Service", href: "/contact" }, @@ -100,7 +100,7 @@ export default function HomePage() { { value: "20+", title: "Years of NYC Excellence" }, { value: "5,000+", title: "Satisfied Customers" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg" + imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg?_wi=1" imageAlt="Advanced plumbing diagnostic equipment" useInvertedBackground={true} mediaAnimation="blur-reveal" @@ -123,7 +123,7 @@ export default function HomePage() { id: "1", title: "Residential Plumbing", description: "Complete solutions for leaks, fixtures, pipe repairs, and water heater installations in NYC apartments and homes.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/back-view-man-crouching-near-kitchen-sink_259150-58255.jpg"}, + "http://img.b2bpic.net/free-photo/back-view-man-crouching-near-kitchen-sink_259150-58255.jpg?_wi=1"}, items: [ { icon: Droplet, text: "Leak Detection & Repair" }, { icon: Wrench, text: "Pipe Replacement" }, @@ -135,7 +135,7 @@ export default function HomePage() { id: "2", title: "Sewer & Odor Detection", description: "Advanced diagnostics to identify persistent sewer problems that others miss. We locate and resolve the source.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg"}, + "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg?_wi=1"}, items: [ { icon: AlertCircle, text: "Odor Source Location" }, { icon: Eye, text: "Video Inspection" }, @@ -147,7 +147,7 @@ export default function HomePage() { id: "3", title: "Commercial Plumbing", description: "Reliable service for apartments, office buildings, retail spaces, and commercial properties across NYC.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg"}, + "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg?_wi=1"}, items: [ { icon: Building2, text: "Multi-Unit Systems" }, { icon: Clock, text: "Scheduled Maintenance" }, @@ -159,7 +159,7 @@ export default function HomePage() { id: "4", title: "Emergency Plumbing", description: "24/7 rapid response for urgent plumbing emergencies throughout New York City.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/handsome-young-male-paramedic-talking-by-portable-radio-while-sitting-ambulance_657921-1517.jpg"}, + "http://img.b2bpic.net/free-photo/handsome-young-male-paramedic-talking-by-portable-radio-while-sitting-ambulance_657921-1517.jpg?_wi=1"}, items: [ { icon: AlertTriangle, text: "Always Available" }, { icon: Zap, text: "Fast Arrival" }, @@ -188,22 +188,22 @@ export default function HomePage() { id: "1", name: "George Pittman", handle: "Manhattan Property Owner", testimonial: "Lucas and his team worked diligently until they located the source of a sewer smell in my apartment. They found the problem where others couldn't. This is a great company. I recommend them for any plumbing issues. They strive for problem resolution and customer satisfaction.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, { id: "2", name: "Sarah Chen", handle: "Commercial Property Manager", testimonial: "Dealing with multiple plumbing contractors can be a nightmare. New York Plumbing Works was different. They diagnosed our building's issue in one visit and fixed it completely. Now they're our go-to service provider.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"}, + "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1"}, { id: "3", name: "Michael Rodriguez", handle: "Brooklyn Homeowner", testimonial: "They found a persistent leak that two other plumbers missed. Their diligence and attention to detail is exactly what you want in a plumbing contractor. Highly professional and trustworthy.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1"}, { id: "4", name: "Meagel Jones", handle: "Real Estate Developer", testimonial: "They pay on time and deliver on their promises. Professional integrity is rare in this business, but New York Plumbing Works embodies it in everything they do.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, { id: "5", name: "Jessica Thompson", handle: "Upper East Side Resident", testimonial: "Called them for an emergency water leak at 11 PM on a Sunday. They arrived in 45 minutes and had it fixed in 2 hours. That's the kind of reliability and persistence you need when disaster strikes.", rating: 5, @@ -213,7 +213,7 @@ export default function HomePage() { id: "6", name: "David Kim", handle: "Building Superintendent", testimonial: "I've worked with dozens of plumbers over my 15 years in this role. New York Plumbing Works stands apart. They find what others miss, and they solve it completely. That's professional integrity.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"}, ]} /> @@ -230,19 +230,19 @@ export default function HomePage() { metrics={[ { id: "1", value: "100%", title: "Problem Resolution", description: "We don't leave until it's solved", imageSrc: - "http://img.b2bpic.net/free-photo/motivation-notes-with-word-impossible-notebook_140725-104893.jpg", imageAlt: "success solution problem-solving resolution checkmark"}, + "http://img.b2bpic.net/free-photo/motivation-notes-with-word-impossible-notebook_140725-104893.jpg?_wi=1", imageAlt: "success solution problem-solving resolution checkmark"}, { id: "2", value: "Expert", title: "Diagnostic Precision", description: "We find what others miss", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-scientist-man-looking-camera-sitting-modern-equipped-laboratory-scientist-doctor-examining-virus-evolution-using-high-tech-typing-computer-chemistry-tools-scientific-research_482257-12807.jpg", imageAlt: "diagnostic precision accuracy analysis detection"}, + "http://img.b2bpic.net/free-photo/portrait-scientist-man-looking-camera-sitting-modern-equipped-laboratory-scientist-doctor-examining-virus-evolution-using-high-tech-typing-computer-chemistry-tools-scientific-research_482257-12807.jpg?_wi=1", imageAlt: "diagnostic precision accuracy analysis detection"}, { id: "3", value: "Transparent", title: "Honest Pricing", description: "No surprise fees or markups", imageSrc: - "http://img.b2bpic.net/free-photo/arrangement-finances-elements-with-empty-smartphone_23-2148793741.jpg", imageAlt: "pricing transparent invoice cost budget"}, + "http://img.b2bpic.net/free-photo/arrangement-finances-elements-with-empty-smartphone_23-2148793741.jpg?_wi=1", imageAlt: "pricing transparent invoice cost budget"}, { id: "4", value: "Respectful", title: "Property Care", description: "We protect your home or building", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-man-receiving-package-from-courier-signing-paperwork-front-his-house_637285-1270.jpg", imageAlt: "care protection property respect service"}, { id: "5", value: "Clear", title: "Communication", description: "You always know what's happening", imageSrc: - "http://img.b2bpic.net/free-photo/talk-co-workers_1098-14399.jpg", imageAlt: "communication clarity conversation dialogue professional"}, + "http://img.b2bpic.net/free-photo/talk-co-workers_1098-14399.jpg?_wi=1", imageAlt: "communication clarity conversation dialogue professional"}, { id: "6", value: "Relentless", title: "Professional Integrity", description: "We deliver on every promise", imageSrc: "http://img.b2bpic.net/free-photo/business-team-concept_23-2147707162.jpg", imageAlt: "integrity trust professional reliable honest"}, @@ -264,7 +264,7 @@ export default function HomePage() { id: "1", title: "Inspect Thoroughly", description: "Complete property assessment to understand the full scope of the issue", media: { imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-female-scientists-lab_23-2148492122.jpg"}, + "http://img.b2bpic.net/free-photo/high-angle-female-scientists-lab_23-2148492122.jpg?_wi=1"}, items: [ { icon: Eye, text: "Visual Inspection" }, { icon: Zap, text: "Advanced Diagnostics" }, @@ -275,7 +275,7 @@ export default function HomePage() { { id: "2", title: "Diagnose Precisely", description: "Identify the root cause, not just the symptom", media: { imageSrc: - "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg"}, + "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg?_wi=1"}, items: [ { icon: Wrench, text: "Expert Analysis" }, { icon: AlertCircle, text: "Root Cause ID" }, @@ -286,7 +286,7 @@ export default function HomePage() { { id: "3", title: "Present Clear Options", description: "Transparent recommendations with pricing and timeline", media: { imageSrc: - "http://img.b2bpic.net/free-photo/productive-project-discussion-colleagues_1098-16019.jpg"}, + "http://img.b2bpic.net/free-photo/productive-project-discussion-colleagues_1098-16019.jpg?_wi=1"}, items: [ { icon: CheckCircle, text: "Written Proposal" }, { icon: Zap, text: "Fixed Pricing" }, diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c675fc9..4de382b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -64,7 +64,7 @@ export default function ServicesPage() { id: "1", title: "Residential Plumbing", description: "Complete solutions for leaks, fixtures, pipe repairs, and water heater installations in NYC apartments and homes.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/back-view-man-crouching-near-kitchen-sink_259150-58255.jpg"}, + "http://img.b2bpic.net/free-photo/back-view-man-crouching-near-kitchen-sink_259150-58255.jpg?_wi=2"}, items: [ { icon: Droplet, text: "Leak Detection & Repair" }, { icon: Wrench, text: "Pipe Replacement" }, @@ -76,7 +76,7 @@ export default function ServicesPage() { id: "2", title: "Sewer & Odor Detection", description: "Advanced diagnostics to identify persistent sewer problems that others miss. We locate and resolve the source.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg"}, + "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg?_wi=2"}, items: [ { icon: AlertCircle, text: "Odor Source Location" }, { icon: Eye, text: "Video Inspection" }, @@ -88,7 +88,7 @@ export default function ServicesPage() { id: "3", title: "Commercial Plumbing", description: "Reliable service for apartments, office buildings, retail spaces, and commercial properties across NYC.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg"}, + "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg?_wi=2"}, items: [ { icon: Building2, text: "Multi-Unit Systems" }, { icon: Clock, text: "Scheduled Maintenance" }, @@ -100,7 +100,7 @@ export default function ServicesPage() { id: "4", title: "Emergency Plumbing", description: "24/7 rapid response for urgent plumbing emergencies throughout New York City.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/handsome-young-male-paramedic-talking-by-portable-radio-while-sitting-ambulance_657921-1517.jpg"}, + "http://img.b2bpic.net/free-photo/handsome-young-male-paramedic-talking-by-portable-radio-while-sitting-ambulance_657921-1517.jpg?_wi=2"}, items: [ { icon: AlertTriangle, text: "Always Available" }, { icon: Zap, text: "Fast Arrival" }, @@ -126,13 +126,13 @@ export default function ServicesPage() { metrics={[ { id: "1", value: "100%", title: "Problem Resolution", description: "We don't leave until it's solved", imageSrc: - "http://img.b2bpic.net/free-photo/motivation-notes-with-word-impossible-notebook_140725-104893.jpg", imageAlt: "success solution problem-solving resolution checkmark"}, + "http://img.b2bpic.net/free-photo/motivation-notes-with-word-impossible-notebook_140725-104893.jpg?_wi=2", imageAlt: "success solution problem-solving resolution checkmark"}, { id: "2", value: "Expert", title: "Diagnostic Precision", description: "We find what others miss", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-scientist-man-looking-camera-sitting-modern-equipped-laboratory-scientist-doctor-examining-virus-evolution-using-high-tech-typing-computer-chemistry-tools-scientific-research_482257-12807.jpg", imageAlt: "diagnostic precision accuracy analysis detection"}, + "http://img.b2bpic.net/free-photo/portrait-scientist-man-looking-camera-sitting-modern-equipped-laboratory-scientist-doctor-examining-virus-evolution-using-high-tech-typing-computer-chemistry-tools-scientific-research_482257-12807.jpg?_wi=2", imageAlt: "diagnostic precision accuracy analysis detection"}, { id: "3", value: "Transparent", title: "Honest Pricing", description: "No surprise fees or markups", imageSrc: - "http://img.b2bpic.net/free-photo/arrangement-finances-elements-with-empty-smartphone_23-2148793741.jpg", imageAlt: "pricing transparent invoice cost budget"}, + "http://img.b2bpic.net/free-photo/arrangement-finances-elements-with-empty-smartphone_23-2148793741.jpg?_wi=2", imageAlt: "pricing transparent invoice cost budget"}, ]} />