Merge version_1 into main #2
338
src/app/page.tsx
338
src/app/page.tsx
@@ -16,244 +16,122 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Mahoney Plumbing LLC"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Mahoney Plumbing LLC"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="24/7 Emergency Plumbing in Augusta, GA"
|
||||
description="Fast, affordable, and trusted service you can count on for your home or business."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (706) 723-2039",
|
||||
href: "tel:17067232039",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=1",
|
||||
imageAlt: "professional plumber emergency plumbing service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=1",
|
||||
imageAlt: "professional plumber emergency plumbing service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg?_wi=1",
|
||||
imageAlt: "professional plumber emergency plumbing service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=1",
|
||||
imageAlt: "professional plumber emergency plumbing service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg",
|
||||
imageAlt: "professional plumber emergency plumbing service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990697.jpg",
|
||||
imageAlt: "professional plumber emergency plumbing service",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="24/7 Emergency Plumbing in Augusta, GA"
|
||||
description="Fast, affordable, and trusted service you can count on for your home or business."
|
||||
buttons={[
|
||||
{ text: "Call Now: (706) 723-2039", href: "tel:17067232039" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg", imageAlt: "professional plumber emergency plumbing service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "professional plumber emergency plumbing service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg", imageAlt: "professional plumber emergency plumbing service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", imageAlt: "professional plumber emergency plumbing service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg", imageAlt: "professional plumber emergency plumbing service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990697.jpg", imageAlt: "professional plumber emergency plumbing service" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Proudly Serving Augusta Since Day One",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-male-builder-wearing-uniform-safety-helmet-showing-okey-gesture-purple_141793-74515.jpg",
|
||||
alt: "plumber technician smiling professional",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Proudly Serving Augusta Since Day One" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/smiling-young-male-builder-wearing-uniform-safety-helmet-showing-okey-gesture-purple_141793-74515.jpg", alt: "plumber technician smiling professional" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Emergency Plumbing",
|
||||
descriptions: [
|
||||
"Available 24/7 for all your urgent plumbing needs.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-is-sitting-toilet_1204-357.jpg",
|
||||
imageAlt: "plumbing repair tools and pipes",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Leak Detection",
|
||||
descriptions: [
|
||||
"Advanced detection and repair for hidden leaks.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=2",
|
||||
imageAlt: "plumbing repair tools and pipes",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Drain Cleaning",
|
||||
descriptions: [
|
||||
"Professional drain clearing and maintenance services.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-builder-wearing-uniform-safety-helmet-showing-okey-gesture-purple_141793-74515.jpg",
|
||||
imageAlt: "plumbing repair tools and pipes",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Water Heaters",
|
||||
descriptions: [
|
||||
"Complete repair and installation of water heating systems.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=2",
|
||||
imageAlt: "plumbing repair tools and pipes",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Pipe Repair",
|
||||
descriptions: [
|
||||
"Reliable pipe repair and total system replacement.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg?_wi=2",
|
||||
imageAlt: "plumbing repair tools and pipes",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Residential Plumbing",
|
||||
descriptions: [
|
||||
"Comprehensive plumbing solutions for all residential needs.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2",
|
||||
imageAlt: "plumbing repair tools and pipes",
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We solve plumbing problems the right way — the first time."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "1", title: "Emergency Plumbing", descriptions: ["Available 24/7 for all your urgent plumbing needs."], imageSrc: "http://img.b2bpic.net/free-photo/man-is-sitting-toilet_1204-357.jpg", imageAlt: "plumbing repair tools and pipes" },
|
||||
{ id: "2", title: "Leak Detection", descriptions: ["Advanced detection and repair for hidden leaks."], imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg", imageAlt: "plumbing repair tools and pipes" },
|
||||
{ id: "3", title: "Drain Cleaning", descriptions: ["Professional drain clearing and maintenance services."], imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-builder-wearing-uniform-safety-helmet-showing-okey-gesture-purple_141793-74515.jpg", imageAlt: "plumbing repair tools and pipes" },
|
||||
{ id: "4", title: "Water Heaters", descriptions: ["Complete repair and installation of water heating systems."], imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "plumbing repair tools and pipes" },
|
||||
{ id: "5", title: "Pipe Repair", descriptions: ["Reliable pipe repair and total system replacement."], imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg", imageAlt: "plumbing repair tools and pipes" },
|
||||
{ id: "6", title: "Residential Plumbing", descriptions: ["Comprehensive plumbing solutions for all residential needs."], imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", imageAlt: "plumbing repair tools and pipes" },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We solve plumbing problems the right way — the first time."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Customer service was exceptional from the start. Professional, fast, and accurate work."
|
||||
rating={5}
|
||||
author="Kim J."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741192.jpg",
|
||||
alt: "professional plumber emergency plumbing service",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg",
|
||||
alt: "Household repair Middle aged man inspecting pipe touching hand under sink in stylish modern kitchen",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593824.jpg",
|
||||
alt: "Auto service salon doign car wrapping",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg",
|
||||
alt: "Side view man working as plumber",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990708.jpg",
|
||||
alt: "Male plumber working to fix problems at client's house",
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Customer service was exceptional from the start. Professional, fast, and accurate work."
|
||||
rating={5}
|
||||
author="Kim J."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741192.jpg", alt: "professional plumber emergency plumbing service" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg", alt: "Household repair Middle aged man inspecting pipe touching hand under sink in stylish modern kitchen" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593824.jpg", alt: "Auto service salon doign car wrapping" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg", alt: "Side view man working as plumber" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990708.jpg", alt: "Male plumber working to fix problems at client's house" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
text="Ready to get started? Call us at (706) 723-2039. We are located at 3603 Soham Ct, Hephzibah, GA 30815."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:17067232039",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
text="Ready to get started? Call us at (706) 723-2039. We are located at 3603 Soham Ct, Hephzibah, GA 30815."
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:17067232039" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Mahoney Plumbing LLC"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2026 Mahoney Plumbing LLC | All Rights Reserved"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Mahoney Plumbing LLC"
|
||||
columns={[
|
||||
{
|
||||
title: "Links", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2026 Mahoney Plumbing LLC | All Rights Reserved"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user