Files
fa6edd5e-e3ef-4bad-9358-b6c…/src/app/services/page.tsx

271 lines
10 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import Link from "next/link";
import { Wrench, AlertTriangle, Zap, Shield, Eye, Sparkles, Phone, CheckCircle } from "lucide-react";
export default function ServicesPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
background="aurora"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
>
{/* Navbar */}
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Empire NYC Plumbers"
navItems={[
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-us" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
]}
button={{
text: "Call Now",
href: "tel:+16463496213",
}}
animateOnLoad={true}
/>
</div>
{/* Services Detail Section */}
<div id="services-detail" data-section="services-detail">
<FeatureCardTen
features={[
{
id: "1",
title: "Emergency Plumbing Repair",
description: "Burst pipes, major leaks, and urgent issues handled immediately. Our technicians are on call 24/7 to prevent water damage and restore your system. Whether it's a middle-of-the-night emergency or a weekend crisis, we respond fast with professional expertise.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-putting-surfboard-water_23-2148021610.jpg?_wi=2",
imageAlt: "emergency plumbing burst pipe repair",
},
items: [
{
icon: AlertTriangle,
text: "Immediate 24/7 emergency response",
},
{
icon: Zap,
text: "Fast leak detection and repair",
},
{
icon: Shield,
text: "Prevent costly water damage",
},
],
reverse: false,
},
{
id: "2",
title: "Drain Cleaning & Unclogging",
description: "Slow drains, backups, and clogs removed quickly and effectively. We use advanced cleaning equipment including professional drain snakes and hydro-jetting to clear blockages and restore water flow. Our technicians can handle everything from minor clogs to complex drainage issues.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/person-protective-equipment-disinfecting_23-2148848578.jpg?_wi=2",
imageAlt: "professional drain cleaning plumbing service",
},
items: [
{
icon: Zap,
text: "Professional drain snaking equipment",
},
{
icon: CheckCircle,
text: "Complete blockage removal",
},
{
icon: Sparkles,
text: "Preventative maintenance programs",
},
],
reverse: true,
},
{
id: "3",
title: "Sewer Line Repair & Replacement",
description: "Root intrusions, cracks, and breaks handled with minimal disruption to your property. We diagnose issues with advanced camera inspection technology and repair or replace as needed. Our trenchless repair options minimize excavation and reduce costs.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-47046.jpg?_wi=2",
imageAlt: "sewer line excavation repair work",
},
items: [
{
icon: Eye,
text: "Advanced sewer camera inspection",
},
{
icon: Wrench,
text: "Trenchless repair technology",
},
{
icon: CheckCircle,
text: "Complete sewer line replacement",
},
],
reverse: false,
},
]}
title="Complete Plumbing Solutions"
description="Comprehensive service offerings for residential and commercial properties across New York City. From emergency repairs to planned maintenance, we have the expertise and equipment to handle any plumbing challenge."
tag="Expert Technicians"
tagIcon={Wrench}
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
{/* Services Contact & FAQ */}
<div id="services-contact" data-section="services-contact">
<ContactFaq
faqs={[
{
id: "1",
title: "How quickly can you respond to emergency calls?",
content: "We aim to respond to emergency calls within 15-30 minutes of your call. Our dispatch team works 24/7 to coordinate the nearest available technician to your location across all five NYC boroughs.",
},
{
id: "2",
title: "What payment methods do you accept?",
content: "We accept all major credit cards, cash, and checks. We also offer flexible payment plans for larger jobs. Financing options are available for customers who need assistance.",
},
{
id: "3",
title: "Do you offer service agreements or maintenance plans?",
content: "Yes, we offer comprehensive maintenance plans that include regular inspections, drain cleaning, and priority emergency response. Custom plans are available based on your specific needs.",
},
{
id: "4",
title: "What should I do while waiting for emergency service?",
content: "Turn off the main water supply if there's a leak or flood. Avoid using drains if there's a backup. Keep the area accessible for our technician. We'll provide detailed instructions when you call.",
},
{
id: "5",
title: "Are your technicians background checked?",
content: "Yes, all our technicians undergo thorough background checks, are licensed and insured. You can trust them in your home or business.",
},
{
id: "6",
title: "Do you provide written estimates?",
content: "Absolutely. We always provide detailed written estimates before starting any work. Our transparent pricing means no surprises when the job is complete.",
},
]}
ctaTitle="Schedule Your Service Today"
ctaDescription="Call our expert plumbers now for service, maintenance, or emergency repairs."
ctaButton={{
text: "Call +1 (646) 349-6213",
href: "tel:+16463496213",
}}
ctaIcon={Phone}
useInvertedBackground={false}
animationType="slide-up"
accordionAnimationType="smooth"
showCard={true}
/>
</div>
{/* Footer */}
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Empire NYC Plumbers"
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "/",
},
{
label: "Our Services",
href: "/services",
},
{
label: "Service Areas",
href: "/#service-areas",
},
{
label: "Reviews",
href: "/#reviews",
},
],
},
{
title: "Services",
items: [
{
label: "Emergency Plumbing",
href: "/services#emergency",
},
{
label: "Drain Cleaning",
href: "/services#drain",
},
{
label: "Sewer Repair",
href: "/services#sewer",
},
{
label: "Leak Detection",
href: "/services#leak",
},
],
},
{
title: "Contact",
items: [
{
label: "Call 24/7",
href: "tel:+16463496213",
},
{
label: "Get Quote",
href: "#services-contact",
},
{
label: "NYC Service Areas",
href: "/#service-areas",
},
{
label: "Emergency Service",
href: "tel:+16463496213",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
{
label: "Contact Us",
href: "#services-contact",
},
],
},
]}
copyrightText="© 2025 Empire NYC Plumbers, Drain & Sewer Cleaning. Licensed & Insured. All rights reserved."
/>
</div>
</ThemeProvider>
);
}