14 Commits

Author SHA1 Message Date
dbc8fde35f Merge version_3 into main
Merge version_3 into main
2026-04-20 16:10:04 +00:00
3a310e64d9 Update src/app/services/water-heater-repair/page.tsx 2026-04-20 16:10:00 +00:00
1fe939901a Update src/app/services/drain-cleaning/page.tsx 2026-04-20 16:10:00 +00:00
596a97805c Merge version_3 into main
Merge version_3 into main
2026-04-20 16:09:32 +00:00
72b4ba5e2a Add src/app/services/water-heater-repair/page.tsx 2026-04-20 16:09:29 +00:00
9b8213a19f Add src/app/services/drain-cleaning/page.tsx 2026-04-20 16:09:28 +00:00
6807c63213 Update src/app/page.tsx 2026-04-20 16:09:28 +00:00
44cd5da837 Merge version_2 into main
Merge version_2 into main
2026-04-20 00:58:38 +00:00
a6a033f4aa Update src/app/services/page.tsx 2026-04-20 00:58:35 +00:00
f19f06bb34 Update src/app/reviews/page.tsx 2026-04-20 00:58:35 +00:00
7b665f0e60 Update src/app/page.tsx 2026-04-20 00:58:35 +00:00
fbc25c4204 Update src/app/contact/page.tsx 2026-04-20 00:58:34 +00:00
42f5552f10 Update src/app/about/page.tsx 2026-04-20 00:58:34 +00:00
8dda87d5e7 Merge version_1 into main
Merge version_1 into main
2026-04-20 00:46:34 +00:00
7 changed files with 237 additions and 460 deletions

View File

@@ -27,25 +27,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="The Plumbing Company"
/>
@@ -57,9 +47,9 @@ export default function LandingPage() {
title="Dedicated to Excellence in Every Drop"
buttons={[
{
text: "Contact Us",
href: "/contact",
},
text: "Call (517) 899-5499", href: "tel:5178995499"},
{
text: "Contact Us", href: "/contact"},
]}
/>
</div>
@@ -70,20 +60,14 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
title="Our Impact"
description="Numbers that speak to our expertise."
description="Numbers that speak to our expertise. Call (517) 899-5499."
metrics={[
{
id: "n1",
icon: Wrench,
title: "Jobs Completed",
value: "5000+",
},
id: "n1", icon: Wrench,
title: "Jobs Completed", value: "5000+"},
{
id: "n2",
icon: Users,
title: "Service Pros",
value: "25",
},
id: "n2", icon: Users,
title: "Service Pros", value: "25"},
]}
/>
</div>
@@ -92,40 +76,23 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "/",
},
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms", href: "#" },
],
},
]}
logoText="The Plumbing Company"
logoText="The Plumbing Company (517) 899-5499"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -27,25 +27,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="The Plumbing Company"
/>
@@ -57,20 +47,14 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
title="Get in Touch"
description="We are ready to help."
description="We are ready to help. Call (517) 899-5499."
metrics={[
{
id: "c1",
icon: Phone,
title: "Phone Support",
value: "Available 24/7",
},
id: "c1", icon: Phone,
title: "Phone Support", value: "(517) 899-5499"},
{
id: "c2",
icon: Mail,
title: "Email Us",
value: "support@plumbingco.com",
},
id: "c2", icon: Mail,
title: "Email Us", value: "support@plumbingco.com"},
]}
/>
</div>
@@ -79,13 +63,10 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
sideTitle="Booking Info"
sideDescription="Typical lead times for appointments."
sideDescription="Typical lead times for appointments. Call (517) 899-5499 to book."
faqs={[
{
id: "q1",
title: "How long until a technician arrives?",
content: "Usually within 2-4 hours for standard service.",
},
id: "q1", title: "How long until a technician arrives?", content: "Usually within 2-4 hours for standard service. Call (517) 899-5499 for emergencies."},
]}
faqsAnimation="slide-up"
/>
@@ -95,40 +76,23 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "/",
},
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms", href: "#" },
],
},
]}
logoText="The Plumbing Company"
logoText="The Plumbing Company (517) 899-5499"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -9,6 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,109 +29,48 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Reviews", id: "/reviews" },
{ name: "Call Now: (517) 899-5499", id: "tel:5178995499" },
]}
brandName="The Plumbing Company"
brandName="The Plumbing Company - East Lansing"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "plain",
}}
title="Premium Plumbing Service Without the Stress"
description="Fast, dependable plumbing for homes and businesses. Emergency service, honest pricing, and professional workmanship you can trust."
variant: "plain"}}
title="Premium Plumbing Services in East Lansing"
description="Fast, dependable plumbing for homes and businesses across East Lansing and the greater Lansing region. Emergency service, honest pricing, and professional workmanship you can trust. Call us today at (517) 899-5499 for a free estimate."
kpis={[
{
value: "24/7",
label: "Emergency Service",
},
{
value: "Licensed",
label: "Insured/Bonded",
},
{
value: "Local",
label: "Fast Response",
},
{ value: "24/7", label: "East Lansing Emergency Service" },
{ value: "Licensed", label: "Fully Insured/Bonded" },
{ value: "Local", label: "Fast Lansing Response" },
]}
enableKpiAnimation={true}
buttons={[
{
text: "Call Now",
href: "tel:5550123",
},
{
text: "Request a Quote",
href: "/contact",
},
{ text: "Call Now (517) 899-5499", href: "tel:5178995499" },
{ text: "Request a Quote", href: "/contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/white-modern-sink-faucet-bathroom_74190-6105.jpg?_wi=1"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg",
alt: "Satisfied client portrait",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
alt: "Satisfied client portrait",
},
{
src: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg",
alt: "Satisfied client portrait",
},
{
src: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg",
alt: "Satisfied client portrait",
},
{
src: "http://img.b2bpic.net/free-photo/businesswomen-discussing-having-fun_53876-119798.jpg",
alt: "Satisfied client portrait",
},
{ src: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", alt: "Satisfied client portrait" },
{ src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Satisfied client portrait" },
{ src: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", alt: "Satisfied client portrait" },
{ src: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg", alt: "Satisfied client portrait" },
{ src: "http://img.b2bpic.net/free-photo/businesswomen-discussing-having-fun_53876-119798.jpg", alt: "Satisfied client portrait" },
]}
avatarText="Trusted by 500+ happy clients"
avatarText="Trusted by 500+ happy clients in East Lansing"
marqueeItems={[
{
type: "text",
text: "Leak Repair",
},
{
type: "text",
text: "Drain Cleaning",
},
{
type: "text",
text: "Water Heaters",
},
{
type: "text",
text: "Pipe Installation",
},
{
type: "text",
text: "Emergency Repairs",
},
{ type: "text", text: "East Lansing Leak Repair" },
{ type: "text", text: "Lansing Drain Cleaning" },
{ type: "text", text: "Water Heaters" },
{ type: "text", text: "Pipe Installation" },
{ type: "text", text: "Emergency Repairs" },
]}
/>
</div>
@@ -142,29 +82,13 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
features={[
{
title: "Fast Response",
description: "We understand emergencies can't wait. Our local team is ready to deploy.",
imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap-droplet-icon-sign_53876-128089.jpg",
},
{
title: "Professional Workmanship",
description: "Decades of combined expertise ensure every fix is a lasting one.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pipe-wrench-left-side-wooden-background-with-copy-space_141793-15202.jpg",
},
{
title: "Honest Pricing",
description: "No hidden fees, no surprises. Just straightforward, fair pricing.",
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg",
},
{
title: "Respect for Property",
description: "We treat your home or business like its our own—clean and tidy.",
imageSrc: "http://img.b2bpic.net/free-photo/man-overall-smiling-with-crossed-arms_23-2148073071.jpg",
},
{ title: "Fast East Lansing Response", description: "We understand emergencies can't wait. Our local East Lansing team is ready to deploy. Reach us 24/7 at (517) 899-5499.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap-droplet-icon-sign_53876-128089.jpg" },
{ title: "Professional Workmanship", description: "Decades of combined expertise serving Lansing homeowners and businesses ensure every fix is a lasting one.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pipe-wrench-left-side-wooden-background-with-copy-space_141793-15202.jpg" },
{ title: "Honest Pricing", description: "No hidden fees, no surprises. Just straightforward, fair pricing for the East Lansing community.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg" },
{ title: "Respect for Property", description: "We treat your East Lansing home or business like its our own—clean, tidy, and professional.", imageSrc: "http://img.b2bpic.net/free-photo/man-overall-smiling-with-crossed-arms_23-2148073071.jpg" },
]}
title="Why Choose Us"
description="We don't just fix pipes; we provide peace of mind through professional service and transparent results."
title="Why Choose Us for East Lansing Plumbing"
description="We don't just fix pipes; we provide peace of mind through local professional service and transparent results in the Lansing region."
/>
</div>
@@ -174,63 +98,19 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
role: "Homeowner",
company: "East Lansing",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
},
{
id: "t2",
name: "David Chen",
role: "Owner",
company: "Lansing Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-shaking-hands-with-her-female-patient-while-meeting-clinic-focus-is-happy-woman_637285-1785.jpg",
},
{
id: "t3",
name: "Michael Roberts",
role: "Manager",
company: "Business Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg",
},
{
id: "t4",
name: "Emily Davis",
role: "Homeowner",
company: "DeWitt",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg",
},
{
id: "t5",
name: "Jason Lee",
role: "Client",
company: "Grand Ledge",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg",
},
{ id: "t1", name: "Sarah Miller", role: "Homeowner", company: "East Lansing", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg" },
{ id: "t2", name: "David Chen", role: "Owner", company: "Lansing Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-shaking-hands-with-her-female-patient-while-meeting-clinic-focus-is-happy-woman_637285-1785.jpg" },
{ id: "t3", name: "Michael Roberts", role: "Manager", company: "Lansing Business Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg" },
{ id: "t4", name: "Emily Davis", role: "Homeowner", company: "DeWitt", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg" },
{ id: "t5", name: "Jason Lee", role: "Client", company: "Grand Ledge", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg" },
]}
kpiItems={[
{
value: "5.0",
label: "Average Rating",
},
{
value: "500+",
label: "Happy Clients",
},
{
value: "10y",
label: "Experience",
},
{ value: "5.0", label: "Average Lansing Rating" },
{ value: "500+", label: "Happy East Lansing Clients" },
{ value: "10y", label: "Experience in Lansing" },
]}
title="Trusted by Your Neighbors"
description="See why Lansing trusts us with their plumbing needs."
title="Trusted by Your Neighbors in East Lansing"
description="See why residents and businesses throughout Lansing trust us with their plumbing needs. Need help? Call (517) 899-5499."
/>
</div>
@@ -240,21 +120,11 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Quality Plumbing Hardware"
description="We install and service only the highest quality brands for your home."
title="Quality Plumbing Hardware for Lansing Homes"
description="We install and service only the highest quality brands for your East Lansing property."
products={[
{
id: "p1",
name: "Modern Faucet",
price: "$150",
imageSrc: "http://img.b2bpic.net/free-photo/sink-faucet_74190-7197.jpg",
},
{
id: "p2",
name: "Shower Valve",
price: "$220",
imageSrc: "http://img.b2bpic.net/free-photo/metal-tap-head-with-knob_53876-88573.jpg",
},
{ id: "p1", name: "Modern Faucet", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/sink-faucet_74190-7197.jpg" },
{ id: "p2", name: "Shower Valve", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/metal-tap-head-with-knob_53876-88573.jpg" },
]}
/>
</div>
@@ -264,18 +134,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
title="Still have questions?"
description="Get in touch with our team today."
description="Our East Lansing plumbing team is here to help. Get in touch with us today at (517) 899-5499."
faqs={[
{
id: "m1",
title: "How do I schedule?",
content: "Call our office or use the online contact form.",
},
{
id: "m2",
title: "What is the warranty?",
content: "We offer a 1-year warranty on all parts and labor.",
},
{ id: "m1", title: "How do I schedule service in East Lansing?", content: "Call our Lansing office at (517) 899-5499 or use the online contact form." },
{ id: "m2", title: "What is the warranty for local repairs?", content: "We offer a 1-year warranty on all parts and labor across our entire service area." },
]}
imageSrc="http://img.b2bpic.net/free-photo/worker-with-checklist_1187-1558.jpg"
mediaAnimation="slide-up"
@@ -287,40 +149,23 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "/",
},
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms", href: "#" },
],
},
]}
logoText="The Plumbing Company"
logoText="The Plumbing Company - East Lansing (517) 899-5499"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="The Plumbing Company"
/>
@@ -56,24 +46,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
title="Client Stories"
description="Hear from our satisfied customers."
description="Hear from our satisfied customers. Questions? Call (517) 899-5499."
testimonials={[
{
id: "tr1",
name: "John Doe",
handle: "@johndoe",
testimonial: "Excellent service and very fast response.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-mobile-phone-cafe_1170-547.jpg",
imageAlt: "clean plumbing service van",
},
id: "tr1", name: "John Doe", handle: "@johndoe", testimonial: "Excellent service and very fast response.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-mobile-phone-cafe_1170-547.jpg", imageAlt: "clean plumbing service van"},
{
id: "tr2",
name: "Jane Smith",
handle: "@janesmith",
testimonial: "Very professional and clean work.",
imageSrc: "http://img.b2bpic.net/free-photo/white-modern-sink-faucet-bathroom_74190-6105.jpg?_wi=2",
imageAlt: "clean plumbing service van",
},
id: "tr2", name: "Jane Smith", handle: "@janesmith", testimonial: "Very professional and clean work.", imageSrc: "http://img.b2bpic.net/free-photo/white-modern-sink-faucet-bathroom_74190-6105.jpg?_wi=2", imageAlt: "clean plumbing service van"},
]}
/>
</div>
@@ -87,15 +65,7 @@ export default function LandingPage() {
description="Recent community updates."
blogs={[
{
id: "b1",
category: "News",
title: "Serving Lansing for 10 years",
excerpt: "Celebrating a decade of excellence.",
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447184.jpg",
authorName: "The Team",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
date: "Jan 2025",
},
id: "b1", category: "News", title: "Serving Lansing for 10 years", excerpt: "Celebrating a decade of excellence.", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447184.jpg", authorName: "The Team", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", date: "Jan 2025"},
]}
/>
</div>
@@ -104,40 +74,23 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "/",
},
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms", href: "#" },
],
},
]}
logoText="The Plumbing Company"
logoText="The Plumbing Company (517) 899-5499"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -0,0 +1,48 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
export default function DrainCleaningPage() {
return (
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Drain Cleaning", id: "/services/drain-cleaning" },
{ name: "Water Heater Repair", id: "/services/water-heater-repair" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
title="Expert Drain Cleaning Services"
description="Clogged drains can disrupt your daily routine. Our professional team provides fast, efficient cleaning for kitchen, bathroom, and main sewer lines."
kpis={[{ value: "Fast", label: "Response" }, { value: "Advanced", label: "Equipment" }, { value: "100%", label: "Satisfaction" }]}
buttons={[{ text: "Schedule Service", href: "/contact" }]}
background={{ variant: "plain" }}
enableKpiAnimation={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
]}
logoText="The Plumbing Company (517) 899-5499"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="The Plumbing Company"
/>
@@ -58,28 +48,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Leak Repair",
description: "Instant fixes for any leak, big or small.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-plumbing-logo_742173-6825.jpg",
},
title: "Leak Repair", description: "Instant fixes for any leak, big or small. Call (517) 899-5499.", imageSrc: "http://img.b2bpic.net/free-vector/flat-plumbing-logo_742173-6825.jpg"},
{
title: "Drain Cleaning",
description: "Clear clogs and maintain pipe health.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wrench-set_23-2148557979.jpg",
},
title: "Drain Cleaning", description: "Clear clogs and maintain pipe health.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wrench-set_23-2148557979.jpg"},
{
title: "Emergency Plumbing",
description: "24/7 service when you need it most.",
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-taking-notes-mini-notebook-white-t-shirt-helmet-looking-busy-front-view_176474-9981.jpg",
},
title: "Emergency Plumbing", description: "24/7 service when you need it most. Call (517) 899-5499.", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-taking-notes-mini-notebook-white-t-shirt-helmet-looking-busy-front-view_176474-9981.jpg"},
{
title: "Commercial Plumbing",
description: "Professional support for your business.",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-red-uniform-cap-talking-mobile-phone-looking-aside-with-serious-face-standing_141793-22515.jpg",
},
title: "Commercial Plumbing", description: "Professional support for your business.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-red-uniform-cap-talking-mobile-phone-looking-aside-with-serious-face-standing_141793-22515.jpg"},
]}
title="Comprehensive Plumbing Solutions"
description="From emergency repairs to commercial pipe installations, we have the tools and experience."
description="From emergency repairs to commercial pipe installations, we have the tools and experience. Questions? Call (517) 899-5499."
/>
</div>
@@ -88,20 +66,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer emergency services?",
content: "Yes, we are available 24/7 for all emergencies.",
},
id: "f1", title: "Do you offer emergency services?", content: "Yes, we are available 24/7 for all emergencies at (517) 899-5499."},
{
id: "f2",
title: "What areas do you serve?",
content: "East Lansing, Lansing, DeWitt, Mason, Grand Ledge, Jackson, and beyond.",
},
id: "f2", title: "What areas do you serve?", content: "East Lansing, Lansing, DeWitt, Mason, Grand Ledge, Jackson, and beyond."},
{
id: "f3",
title: "Can I request a quote online?",
content: "Yes, use our contact page for all inquiries.",
},
id: "f3", title: "Can I request a quote online?", content: "Yes, use our contact page or call us at (517) 899-5499."},
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about our premium services."
@@ -113,40 +82,23 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "/",
},
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms", href: "#" },
],
},
]}
logoText="The Plumbing Company"
logoText="The Plumbing Company (517) 899-5499"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -0,0 +1,48 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
export default function WaterHeaterRepairPage() {
return (
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Drain Cleaning", id: "/services/drain-cleaning" },
{ name: "Water Heater Repair", id: "/services/water-heater-repair" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
title="Reliable Water Heater Repair & Installation"
description="No hot water? Our certified technicians specialize in diagnosing and fixing all types of water heater issues quickly. From routine maintenance to full system replacements."
kpis={[{ value: "Same Day", label: "Repair" }, { value: "Full", label: "Installation" }, { value: "Expert", label: "Service" }]}
buttons={[{ text: "Call for Service", href: "tel:5178995499" }]}
background={{ variant: "plain" }}
enableKpiAnimation={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
]}
logoText="The Plumbing Company (517) 899-5499"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}