171 lines
8.9 KiB
TypeScript
171 lines
8.9 KiB
TypeScript
"use client";
|
||
|
||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||
import ReactLenis from "lenis/react";
|
||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||
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 (
|
||
<ThemeProvider
|
||
defaultButtonVariant="directional-hover"
|
||
defaultTextAnimation="reveal-blur"
|
||
borderRadius="rounded"
|
||
contentWidth="smallMedium"
|
||
sizing="mediumLargeSizeLargeTitles"
|
||
background="floatingGradient"
|
||
cardStyle="subtle-shadow"
|
||
primaryButtonStyle="double-inset"
|
||
secondaryButtonStyle="glass"
|
||
headingFontWeight="light"
|
||
>
|
||
<ReactLenis root>
|
||
<div id="nav" data-section="nav">
|
||
<NavbarLayoutFloatingOverlay
|
||
navItems={[
|
||
{ 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 - East Lansing"
|
||
/>
|
||
</div>
|
||
|
||
<div id="hero" data-section="hero">
|
||
<HeroSplitKpi
|
||
background={{
|
||
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: "East Lansing Emergency Service" },
|
||
{ value: "Licensed", label: "Fully Insured/Bonded" },
|
||
{ value: "Local", label: "Fast Lansing Response" },
|
||
]}
|
||
enableKpiAnimation={true}
|
||
buttons={[
|
||
{ 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" },
|
||
]}
|
||
avatarText="Trusted by 500+ happy clients in East Lansing"
|
||
marqueeItems={[
|
||
{ 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>
|
||
|
||
<div id="why-us" data-section="why-us">
|
||
<FeatureCardThree
|
||
animationType="slide-up"
|
||
textboxLayout="split"
|
||
gridVariant="four-items-2x2-equal-grid"
|
||
useInvertedBackground={false}
|
||
features={[
|
||
{ 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 it’s 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 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>
|
||
|
||
<div id="testimonials" data-section="testimonials">
|
||
<TestimonialCardSixteen
|
||
animationType="slide-up"
|
||
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: "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 Lansing Rating" },
|
||
{ value: "500+", label: "Happy East Lansing Clients" },
|
||
{ value: "10y", label: "Experience in Lansing" },
|
||
]}
|
||
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>
|
||
|
||
<div id="product" data-section="product">
|
||
<ProductCardThree
|
||
animationType="slide-up"
|
||
textboxLayout="default"
|
||
gridVariant="uniform-all-items-equal"
|
||
useInvertedBackground={false}
|
||
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" },
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="faq" data-section="faq">
|
||
<FaqSplitMedia
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
title="Still have questions?"
|
||
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 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"
|
||
faqsAnimation="slide-up"
|
||
/>
|
||
</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 - East Lansing (517) 899-5499"
|
||
/>
|
||
</div>
|
||
</ReactLenis>
|
||
</ThemeProvider>
|
||
);
|
||
} |