Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 74aaec31e0 | |||
| 79ac8b8b06 | |||
| 51e2347e36 | |||
| ca9993f73a | |||
| 509034bd52 | |||
| de725f6e4f | |||
| d907605c4d | |||
| d87a4be927 | |||
| 3cda27ab8d | |||
| 4126745cbf |
@@ -30,17 +30,17 @@ const HomePage = () => {
|
||||
|
||||
const serviceFeatures = [
|
||||
{
|
||||
id: "emergency", title: "Emergency Plumbing", description: "24/7 rapid response for urgent issues.", tag: "Emergency", imageSrc: "http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg", imageAlt: "emergency plumbing burst water"},
|
||||
id: "emergency", title: "Emergency Plumbing: 30-Min Response", description: "24/7 rapid response for urgent issues.", tag: "Emergency", imageSrc: "http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg", imageAlt: "emergency plumbing burst water"},
|
||||
{
|
||||
id: "leak-detection", title: "Leak Detection", description: "Advanced tech pinpoints hidden leaks.", tag: "Detection", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", imageAlt: "leak water detection tools"},
|
||||
id: "leak-detection", title: "Leak Detection: Advanced Tech", description: "Advanced tech pinpoints hidden leaks.", tag: "Detection", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", imageAlt: "leak water detection tools"},
|
||||
{
|
||||
id: "drain-cleaning", title: "Drain Cleaning", description: "Expert unclogging with state-of-art tools.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "drain cleaning plumbing professional"},
|
||||
id: "drain-cleaning", title: "Drain Cleaning: Same-Day Service", description: "Expert unclogging with state-of-art tools.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "drain cleaning plumbing professional"},
|
||||
{
|
||||
id: "water-heater", title: "Water Heater Services", description: "Install, repair & maintain heater systems.", tag: "Installation", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "water heater installation tank"},
|
||||
id: "water-heater", title: "Water Heater Services: Expert Install", description: "Install, repair & maintain heater systems.", tag: "Installation", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "water heater installation tank"},
|
||||
{
|
||||
id: "pipe-repair", title: "Pipe Repair & Replacement", description: "Replace damaged lines with quality.", tag: "Repair", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "pipe repair replacement plumbing"},
|
||||
id: "pipe-repair", title: "Pipe Repair & Replacement: Durable Solutions", description: "Replace damaged lines with quality.", tag: "Repair", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "pipe repair replacement plumbing"},
|
||||
{
|
||||
id: "commercial", title: "Commercial Plumbing", description: "Specialized solutions for businesses.", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", imageAlt: "commercial plumbing office professional"},
|
||||
id: "commercial", title: "Commercial Plumbing: Proven Expertise", description: "Specialized solutions for businesses.", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", imageAlt: "commercial plumbing office professional"},
|
||||
];
|
||||
|
||||
const metrics = [
|
||||
@@ -90,7 +90,7 @@ const HomePage = () => {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
title="NYC's Trusted 24/7 Emergency Plumbers"
|
||||
title="NYC's Trusted 24/7 Plumbers"
|
||||
description="Fast, reliable plumbing services across New York City. Licensed, experienced, and available anytime. We handle emergencies, repairs, and installations with expertise and professionalism."
|
||||
tag="Expert Plumbing"
|
||||
tagIcon={Wrench}
|
||||
@@ -106,7 +106,7 @@ const HomePage = () => {
|
||||
mediaAnimation="none"
|
||||
buttons={[
|
||||
{ text: "📞 Call Now (332) 222-0135", href: "tel:(332)222-0135" },
|
||||
{ text: "Request Service Online", href: "#contact" },
|
||||
{ text: "Schedule Online Appointment", href: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,7 +167,7 @@ const HomePage = () => {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "📞 Call Now", href: "tel:(332)222-0135" },
|
||||
{ text: "Request Service", href: "#contact" },
|
||||
{ text: "Schedule Online Appointment", href: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user