Merge version_1 into main #2
191
src/app/page.tsx
191
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="LZ Manhattan Plumbing"
|
||||
/>
|
||||
@@ -53,22 +45,17 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Fast, Reliable Plumbing in Manhattan"
|
||||
description="From clogged drains to burst pipe emergencies — we fix it right the first time. Licensed technicians, honest pricing, lasting results."
|
||||
tag="Available Now · Same-Day Service"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+12125550100",
|
||||
},
|
||||
text: "Call Now", href: "tel:+12125550100"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg"
|
||||
tagIcon={Sparkles}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,94 +67,58 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Drain Cleaning",
|
||||
description: "Grease, hair, debris — fully cleared",
|
||||
icon: Droplets,
|
||||
title: "Drain Cleaning", description: "Grease, hair, debris — fully cleared", icon: Droplets,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg?_wi=3",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg?_wi=4",
|
||||
imageAlt: "professional plumbing repair service manhattan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Toilet Repairs",
|
||||
description: "Mechanisms, clogs, constant running",
|
||||
icon: Home,
|
||||
title: "Toilet Repairs", description: "Mechanisms, clogs, constant running", icon: Home,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg?_wi=5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg?_wi=6",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg?_wi=1",
|
||||
imageAlt: "satisfied residential customer portrait",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Leak Detection",
|
||||
description: "Find and fix hidden leaks fast",
|
||||
icon: Search,
|
||||
title: "Leak Detection", description: "Find and fix hidden leaks fast", icon: Search,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg?_wi=7",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg?_wi=8",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148826978.jpg?_wi=1",
|
||||
imageAlt: "professional nyc business owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Water Heater",
|
||||
description: "Repair, replacement, maintenance",
|
||||
icon: Flame,
|
||||
title: "Water Heater", description: "Repair, replacement, maintenance", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg?_wi=9",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg?_wi=10",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4455.jpg?_wi=1",
|
||||
imageAlt: "happy residential client nyc",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Emergency Plumbing",
|
||||
description: "Burst pipes, flooding — 24/7",
|
||||
icon: AlertTriangle,
|
||||
title: "Emergency Plumbing", description: "Burst pipes, flooding — 24/7", icon: AlertTriangle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg?_wi=11",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg?_wi=12",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-hair-while-moving-into-house_329181-18218.jpg?_wi=1",
|
||||
imageAlt: "professional residential client portrait",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Apartment Service",
|
||||
description: "NYC apartment specialists",
|
||||
icon: Building,
|
||||
title: "Apartment Service", description: "NYC apartment specialists", icon: Building,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg?_wi=13",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg?_wi=14",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576466.jpg",
|
||||
imageAlt: "plumber technician working residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-industrial-factory-employee-using-virtual-reality-gear_482257-125795.jpg"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="What We Fix"
|
||||
@@ -182,40 +133,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria T.",
|
||||
role: "Upper West Side Resident",
|
||||
testimonial: "The grease buildup was removed professionally and completely. The sink drains perfectly now — you'd never know there was ever a problem.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Maria T.", role: "Upper West Side Resident", testimonial: "The grease buildup was removed professionally and completely. The sink drains perfectly now — you'd never know there was ever a problem.", imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David K.",
|
||||
role: "Midtown Resident",
|
||||
testimonial: "Our hot water pressure was noticeably lower than cold for months. After they came in, both pressures are completely equal now.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148826978.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "David K.", role: "Midtown Resident", testimonial: "Our hot water pressure was noticeably lower than cold for months. After they came in, both pressures are completely equal now.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148826978.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah L.",
|
||||
role: "Chelsea Resident",
|
||||
testimonial: "Professional, punctual, kept me informed throughout the whole process, and completed the job quickly and cleanly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4455.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Sarah L.", role: "Chelsea Resident", testimonial: "Professional, punctual, kept me informed throughout the whole process, and completed the job quickly and cleanly.", imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4455.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert A.",
|
||||
role: "East Village Resident",
|
||||
testimonial: "Burst pipe in my apartment — they came right away, no hesitation. Explained everything clearly before starting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-hair-while-moving-into-house_329181-18218.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Robert A.", role: "East Village Resident", testimonial: "Burst pipe in my apartment — they came right away, no hesitation. Explained everything clearly before starting.", imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-hair-while-moving-into-house_329181-18218.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica M.",
|
||||
role: "Financial District Resident",
|
||||
testimonial: "These guys are absolute lifesavers. Very transparent with pricing and super quick to respond on a Sunday night.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg?_wi=3",
|
||||
},
|
||||
id: "5", name: "Jessica M.", role: "Financial District Resident", testimonial: "These guys are absolute lifesavers. Very transparent with pricing and super quick to respond on a Sunday night.", imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg"},
|
||||
]}
|
||||
title="Real Results from Real Customers"
|
||||
description="Every review reflects a real problem solved. Here's what Manhattan residents say about us."
|
||||
@@ -227,9 +153,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Built on Reliability & Honesty"
|
||||
description={[
|
||||
"LZ Manhattan Plumbing was founded with a simple belief: every New Yorker deserves a plumber they can actually trust. We've built our reputation job by job, one satisfied customer at a time.",
|
||||
"We understand how stressful plumbing issues can be — that's why we focus on fast response, clear communication, and repairs that last.",
|
||||
]}
|
||||
"LZ Manhattan Plumbing was founded with a simple belief: every New Yorker deserves a plumber they can actually trust. We've built our reputation job by job, one satisfied customer at a time.", "We understand how stressful plumbing issues can be — that's why we focus on fast response, clear communication, and repairs that last."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -239,27 +163,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Yes, we are fully licensed and insured to work in New York City.",
|
||||
},
|
||||
id: "1", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured to work in New York City."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer 24/7 service?",
|
||||
content: "Yes, we offer emergency plumbing services 24/7 for all Manhattan residents.",
|
||||
},
|
||||
id: "2", title: "Do you offer 24/7 service?", content: "Yes, we offer emergency plumbing services 24/7 for all Manhattan residents."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What areas do you serve?",
|
||||
content: "We serve all of Manhattan and the surrounding boroughs.",
|
||||
},
|
||||
id: "3", title: "What areas do you serve?", content: "We serve all of Manhattan and the surrounding boroughs."},
|
||||
]}
|
||||
ctaTitle="Need a Plumber Right Now?"
|
||||
ctaDescription="Don't wait — every minute matters when it comes to plumbing. We're ready."
|
||||
ctaButton={{
|
||||
text: "Call (212) 555-0100",
|
||||
href: "tel:+12125550100",
|
||||
}}
|
||||
text: "Call (212) 555-0100", href: "tel:+12125550100"}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -270,29 +183,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "tel:+12125550100",
|
||||
},
|
||||
label: "Contact Us", href: "tel:+12125550100"},
|
||||
{
|
||||
label: "Emergency",
|
||||
href: "tel:+12125550100",
|
||||
},
|
||||
label: "Emergency", href: "tel:+12125550100"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user