Update src/app/page.tsx
This commit is contained in:
232
src/app/page.tsx
232
src/app/page.tsx
@@ -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 (
|
||||
@@ -29,25 +30,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,81 +47,45 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
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."
|
||||
description="Fast, dependable plumbing for homes and businesses. Emergency service, honest pricing, and professional workmanship you can trust. Call us at (517) 899-5499."
|
||||
kpis={[
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Emergency Service",
|
||||
},
|
||||
value: "24/7", label: "Emergency Service"},
|
||||
{
|
||||
value: "Licensed",
|
||||
label: "Insured/Bonded",
|
||||
},
|
||||
value: "Licensed", label: "Insured/Bonded"},
|
||||
{
|
||||
value: "Local",
|
||||
label: "Fast Response",
|
||||
},
|
||||
value: "Local", label: "Fast Response"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123",
|
||||
},
|
||||
text: "Call Now (517) 899-5499", href: "tel:5178995499"},
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
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/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/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-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/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/businesswomen-discussing-having-fun_53876-119798.jpg", alt: "Satisfied client portrait"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy clients"
|
||||
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: "Leak Repair" },
|
||||
{ type: "text", text: "Drain Cleaning" },
|
||||
{ type: "text", text: "Water Heaters" },
|
||||
{ type: "text", text: "Pipe Installation" },
|
||||
{ type: "text", text: "Emergency Repairs" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,25 +98,13 @@ export default function LandingPage() {
|
||||
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: "Fast Response", description: "We understand emergencies can't wait. Our local 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 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: "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: "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 it’s our own—clean and tidy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-overall-smiling-with-crossed-arms_23-2148073071.jpg",
|
||||
},
|
||||
title: "Respect for Property", description: "We treat your home or business like it’s our own—clean and tidy.", 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."
|
||||
@@ -175,62 +118,28 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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 Rating" },
|
||||
{ value: "500+", label: "Happy Clients" },
|
||||
{ value: "10y", label: "Experience" },
|
||||
]}
|
||||
title="Trusted by Your Neighbors"
|
||||
description="See why Lansing trusts us with their plumbing needs."
|
||||
description="See why Lansing trusts us with their plumbing needs. Need help? Call (517) 899-5499."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -244,17 +153,9 @@ export default function LandingPage() {
|
||||
description="We install and service only the highest quality brands for your home."
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Faucet",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sink-faucet_74190-7197.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",
|
||||
},
|
||||
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 +165,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Still have questions?"
|
||||
description="Get in touch with our team today."
|
||||
description="Get in touch with our team today at (517) 899-5499."
|
||||
faqs={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "How do I schedule?",
|
||||
content: "Call our office or use the online contact form.",
|
||||
},
|
||||
id: "m1", title: "How do I schedule?", content: "Call our office at (517) 899-5499 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: "m2", title: "What is the warranty?", content: "We offer a 1-year warranty on all parts and labor."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/worker-with-checklist_1187-1558.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -287,40 +182,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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user