Update src/app/page.tsx

This commit is contained in:
2026-04-11 16:38:55 +00:00
parent e409633597
commit f7a08603b7

View File

@@ -25,233 +25,101 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About Us",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="Woodhaven Plumbing"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Contact", id: "/contact" }
]}
brandName="Woodhaven Plumbing"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
title="Serving Woodhaven with Trusted Plumbing Excellence"
description="Over 35 years of dedicated, family-owned service. From emergency repairs to boiler installations, Woodhaven Plumbing & Heating is your reliable neighborhood partner in Queens, NY."
tag="Licensed Master Plumbers"
buttons={[
{
text: "Request a Quote",
href: "/contact",
},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=1",
imageAlt: "Professional plumber at work",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/digital-modern-thermostat-home_53876-146254.jpg",
imageAlt: "Boiler maintenance",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg",
imageAlt: "Male plumber working to fix problems at client's house",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721542.jpg",
imageAlt: "Plumbing professional doing his job",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg",
imageAlt: "High angle man working as plumber",
},
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Top-rated in Queens"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "gradient-bars" }}
title="Serving Woodhaven with Trusted Plumbing Excellence"
description="Over 35 years of dedicated, family-owned service. From emergency repairs to boiler installations, Woodhaven Plumbing & Heating is your reliable neighborhood partner in Queens, NY."
tag="Licensed Master Plumbers"
buttons={[{ text: "Request a Quote", href: "/contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg", imageAlt: "Professional plumber at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-modern-thermostat-home_53876-146254.jpg", imageAlt: "Boiler maintenance" }
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Top-rated in Queens"
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "John D.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-movie-streaming-service_23-2149026158.jpg",
},
{
id: "2",
name: "Mary S.",
imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg",
},
{
id: "3",
name: "Robert B.",
imageSrc: "http://img.b2bpic.net/free-photo/full-body-image-blond-hipster-male-drinks-coffee-room-with-loft-interior_613910-11613.jpg",
},
{
id: "4",
name: "Susan L.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg",
},
{
id: "5",
name: "David W.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-smiling-happy-relaxed-with-hands-head-sitting-sofa-home_839833-24407.jpg",
},
]}
cardTitle="What Our Neighbors Say"
cardTag="Customer Reviews"
cardAnimation="slide-up"
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-movie-streaming-service_23-2149026158.jpg" },
{ id: "2", name: "Mary S.", imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg" },
{ id: "3", name: "Robert B.", imageSrc: "http://img.b2bpic.net/free-photo/full-body-image-blond-hipster-male-drinks-coffee-room-with-loft-interior_613910-11613.jpg" },
{ id: "4", name: "Susan L.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg" },
{ id: "5", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-smiling-happy-relaxed-with-hands-head-sitting-sofa-home_839833-24407.jpg" }
]}
cardTitle="What Our Neighbors Say"
cardTag="Customer Reviews"
cardAnimation="slide-up"
/>
</div>
<div id="socialProof" data-section="socialProof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
title="Trusted by Queens Homeowners"
description="Join thousands of satisfied neighbors who trust Woodhaven Plumbing for their home comfort."
names={[
"Woodhaven Resident Association",
"Queens Plumbing Alliance",
"Local Business League",
"Energy Efficiency Board",
"Community Heating Experts",
]}
/>
</div>
<div id="socialProof" data-section="socialProof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
title="Trusted by Queens Homeowners"
description="Join thousands of satisfied neighbors who trust Woodhaven Plumbing for their home comfort."
names={[
"Woodhaven Resident Association", "Queens Plumbing Alliance", "Local Business League", "Energy Efficiency Board", "Community Heating Experts"
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardSix
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Meet Our Expert Team"
description="Our certified master plumbers bring decades of combined experience to every single service call."
members={[
{
id: "t1",
name: "Michael Smith",
role: "Master Plumber",
imageSrc: "http://img.b2bpic.net/free-photo/successful-cheerful-young-diverse-business-people_1262-1185.jpg",
},
{
id: "t2",
name: "Sarah Jones",
role: "Heating Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-working-as-team_23-2149307824.jpg",
},
{
id: "t3",
name: "David Miller",
role: "Drain Technician",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149307823.jpg",
},
{
id: "t4",
name: "Kevin White",
role: "System Installer",
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-reading-book-together_1262-5098.jpg",
},
{
id: "t5",
name: "Anna Brown",
role: "Service Manager",
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-953.jpg",
},
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardSix
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Meet Our Expert Team"
description="Our certified master plumbers bring decades of combined experience to every single service call."
members={[
{ id: "t1", name: "Michael Smith", role: "Master Plumber", imageSrc: "http://img.b2bpic.net/free-photo/successful-cheerful-young-diverse-business-people_1262-1185.jpg" },
{ id: "t2", name: "Sarah Jones", role: "Heating Specialist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-working-as-team_23-2149307824.jpg" },
{ id: "t3", name: "David Miller", role: "Drain Technician", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149307823.jpg" },
{ id: "t4", name: "Kevin White", role: "System Installer", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-reading-book-together_1262-5098.jpg" },
{ id: "t5", name: "Anna Brown", role: "Service Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-953.jpg" }
]}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Transparent Service Pricing"
description="Fair and upfront pricing for all your plumbing and heating needs."
plans={[
{
id: "p1",
name: "Standard Diagnostic",
price: "$89",
features: [
"Full system inspection",
"Pressure test",
"Problem report",
],
buttons: [
{
text: "Book Now",
href: "/contact",
},
],
},
{
id: "p2",
name: "Boiler Maintenance",
price: "$189",
features: [
"Complete flush",
"Efficiency check",
"Parts cleaning",
],
buttons: [
{
text: "Book Now",
href: "/contact",
},
],
},
{
id: "p3",
name: "Drain Cleaning",
price: "$150",
features: [
"Clog removal",
"Camera inspection",
"Pipe sanitization",
],
buttons: [
{
text: "Book Now",
href: "/contact",
},
],
},
]}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Transparent Service Pricing"
description="Fair and upfront pricing for all your plumbing and heating needs."
plans={[
{ id: "p1", name: "Standard Diagnostic", price: "$89", features: ["Full system inspection", "Pressure test", "Problem report"], buttons: [{ text: "Book Now", href: "/contact" }] },
{ id: "p2", name: "Boiler Maintenance", price: "$189", features: ["Complete flush", "Efficiency check", "Parts cleaning"], buttons: [{ text: "Book Now", href: "/contact" }] },
{ id: "p3", name: "Drain Cleaning", price: "$150", features: ["Clog removal", "Camera inspection", "Pipe sanitization"], buttons: [{ text: "Book Now", href: "/contact" }] }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Woodhaven Plumbing & Heating"
copyrightText="© 2025 Woodhaven Plumbing & Heating Corp. Serving Queens, NY."
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Woodhaven Plumbing & Heating"
copyrightText="© 2025 Woodhaven Plumbing & Heating Corp. Serving Queens, NY."
/>
</div>
</ReactLenis>
</ThemeProvider>
);