Merge version_1 into main #3
@@ -2,191 +2,162 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const navItems = [
|
||||
{
|
||||
name: "Home", id: "/"
|
||||
},
|
||||
{
|
||||
name: "Services", id: "/services"
|
||||
},
|
||||
{
|
||||
name: "About Us", id: "/about"
|
||||
},
|
||||
{
|
||||
name: "Reviews", id: "/reviews"
|
||||
},
|
||||
{
|
||||
name: "Contact", id: "/contact"
|
||||
}
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="D & D Plumbing"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={navItems}
|
||||
brandName="D & D Plumbing"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Honest Plumbing. Done Right the First Time."
|
||||
description="Founded on principles of integrity and skilled craftsmanship, D & D Plumbing has been proudly serving the Crystal Lake area for over a decade. We believe in transparent service, lasting solutions, and building trust with every job we undertake."
|
||||
buttons={[
|
||||
{
|
||||
text: "See Our Services",
|
||||
href: "/services",
|
||||
},
|
||||
]}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Experienced Professionals",
|
||||
description: "Our licensed and insured plumbers bring years of expertise to every job, ensuring top-quality service and reliable solutions.",
|
||||
},
|
||||
{
|
||||
title: "Customer-Centric Approach",
|
||||
description: "We prioritize your needs, offering clear communication and tailored solutions to address your unique plumbing challenges.",
|
||||
},
|
||||
{
|
||||
title: "Reliable & Timely Service",
|
||||
description: "When you call, we respond promptly, understanding the urgency of your plumbing needs and striving for minimal disruption.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg?_wi=2"
|
||||
imageAlt="Plumber checking pipes with a confident look"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
title="Honest Plumbing. Done Right the First Time."
|
||||
description="Fast, reliable plumbing services in Crystal Lake — trusted by homeowners and businesses for years. From emergency repairs to comprehensive installations, we ensure quality work without the inflated price."
|
||||
background={{
|
||||
variant: "plain"
|
||||
}}
|
||||
tag="Trusted Local Plumbers"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now for Fast Service", href: "tel:(815) 900-1032"
|
||||
},
|
||||
{
|
||||
text: "Request a Quote", href: "/contact"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg", imageAlt: "Plumber fixing a pipe professionally"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-sitting-couch_23-2149335088.jpg", imageAlt: "Modern water heater installation"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={4.4}
|
||||
ratingText="Rating from Local Customers"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Meet Our Dedicated Team of Plumbing Experts"
|
||||
description="Our team of dedicated and skilled plumbers is committed to providing the best service in Crystal Lake, combining experience with a friendly approach."
|
||||
/>
|
||||
</div>
|
||||
<div id="about-team" data-section="about-team">
|
||||
<TeamCardTen
|
||||
title="Local. Experienced. Trusted."
|
||||
tag="Our Plumbers"
|
||||
tagAnimation="slide-up"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "dave", name: "Dave Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-adult-builder-man-uniform-stands-with-crossed-arms-holding-wrench-monkey-wrench-isolated-olive-green-wall_141793-66596.jpg", imageAlt: "Dave Johnson, expert plumber"
|
||||
},
|
||||
{
|
||||
id: "brian", name: "Brian Miller", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746367.jpg", imageAlt: "Brian Miller, skilled technician"
|
||||
},
|
||||
{
|
||||
id: "dan", name: "Dan Smith", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-construction-worker-looking-away_23-2148233678.jpg", imageAlt: "Dan Smith, lead plumber"
|
||||
}
|
||||
]}
|
||||
memberVariant="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Committed to Excellence in Every Detail"
|
||||
description="At D & D Plumbing, we're not just fixing pipes; we're building trust. Our commitment to quality, efficiency, and unwavering customer satisfaction sets us apart as your preferred local plumber."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years of Local Experience",
|
||||
},
|
||||
{
|
||||
value: "98%",
|
||||
title: "Customer Satisfaction",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Emergency Response",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127925.jpg?_wi=2"
|
||||
imageAlt="Organized plumbing equipment in a clean mechanical room"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Emergency Repair",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Water Heaters",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Leak Detection",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="D & D Plumbing"
|
||||
copyrightText="© 2024 D & D Plumbing. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Emergency Repairs", href: "/services"
|
||||
},
|
||||
{
|
||||
label: "Water Heater", href: "/services"
|
||||
},
|
||||
{
|
||||
label: "Leak Detection", href: "/services"
|
||||
},
|
||||
{
|
||||
label: "Drain Cleaning", href: "/services"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Our Team", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Reviews", href: "/reviews"
|
||||
},
|
||||
{
|
||||
label: "Contact Us", href: "/contact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "(815) 900-1032", href: "tel:(815) 900-1032"
|
||||
},
|
||||
{
|
||||
label: "1372 Mulberry Ln, Crystal Lake, IL", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Open daily until 11 PM", href: "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="D & D Plumbing"
|
||||
copyrightText="© 2024 D & D Plumbing. Licensed & Insured."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269663.jpg"
|
||||
imageAlt="Assortment of plumbing tools"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user