Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-11 18:05:22 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Zap, Droplets, Wrench, Shield } from "lucide-react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -29,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Contact", id: "contact" },
]}
brandName="Affordable Plumbing, LLC"
/>
@@ -52,42 +41,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Reliable Plumbing Services, 24/7"
description="Affordable Plumbing, LLC serves Graniteville, SC, with top-tier professional care. From emergency leaks to routine maintenance, we're here whenever you need us."
buttons={[
{
text: "Call Now",
href: "tel:8036639429",
},
]}
buttons={[{ text: "Call Now", href: "tel:8036639429" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg?_wi=1",
imageAlt: "Plumbing service hero",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/ratchets-metallic-nozzles_23-2148180577.jpg",
imageAlt: "Plumbing repair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/water-gas-pipe-engineering-filtered-image-processed-vintage-effect_1232-4929.jpg",
imageAlt: "Emergency repair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-arrangement-pvc_23-2149062925.jpg",
imageAlt: "Routine maintenance",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/grille-pipe_23-2148107010.jpg",
imageAlt: "Kitchen plumbing",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg",
imageAlt: "Bathroom plumbing",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg", imageAlt: "Plumbing service hero" },
{ imageSrc: "http://img.b2bpic.net/free-photo/ratchets-metallic-nozzles_23-2148180577.jpg", imageAlt: "Plumbing repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/water-gas-pipe-engineering-filtered-image-processed-vintage-effect_1232-4929.jpg", imageAlt: "Emergency repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-arrangement-pvc_23-2149062925.jpg", imageAlt: "Routine maintenance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/grille-pipe_23-2148107010.jpg", imageAlt: "Kitchen plumbing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg", imageAlt: "Bathroom plumbing" },
]}
/>
</div>
@@ -96,12 +60,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
title="Serving Graniteville Since Years Ago"
buttons={[
{
text: "Contact Us",
href: "#contact",
},
]}
buttons={[{ text: "Contact Us", href: "#contact" }]}
/>
</div>
@@ -110,34 +69,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Emergency Repairs",
description: "24/7 availability for urgent plumbing leaks and pipe bursts.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg",
imageAlt: "friendly local plumber portrait",
},
{
title: "Drain Cleaning",
description: "Quickly clearing blocked drains and sewer lines efficiently.",
buttonIcon: "Droplets",
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg?_wi=2",
imageAlt: "friendly local plumber portrait",
},
{
title: "Fixture Installation",
description: "Expert installation for sinks, toilets, and faucets.",
buttonIcon: "Wrench",
imageSrc: "http://img.b2bpic.net/free-photo/couple-with-laptop-table_23-2147744891.jpg?_wi=1",
imageAlt: "friendly local plumber portrait",
},
{
title: "Pipe Maintenance",
description: "Preventative checks to keep your systems running smoothly.",
buttonIcon: "Shield",
imageSrc: "http://img.b2bpic.net/free-photo/young-business-people-talking-about-new-project_23-2148778077.jpg?_wi=1",
imageAlt: "friendly local plumber portrait",
},
{ title: "Emergency Repairs", description: "24/7 availability for urgent plumbing leaks and pipe bursts.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", imageAlt: "friendly local plumber portrait" },
{ title: "Drain Cleaning", description: "Quickly clearing blocked drains and sewer lines efficiently.", buttonIcon: Droplets, imageSrc: "http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg", imageAlt: "friendly local plumber portrait" },
{ title: "Fixture Installation", description: "Expert installation for sinks, toilets, and faucets.", buttonIcon: Wrench, imageSrc: "http://img.b2bpic.net/free-photo/couple-with-laptop-table_23-2147744891.jpg", imageAlt: "friendly local plumber portrait" },
{ title: "Pipe Maintenance", description: "Preventative checks to keep your systems running smoothly.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/young-business-people-talking-about-new-project_23-2148778077.jpg", imageAlt: "friendly local plumber portrait" },
]}
title="Our Professional Services"
description="Comprehensive plumbing solutions for your home and business."
@@ -150,41 +85,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "@sarah_m",
testimonial: "Fast, affordable, and professional service. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/couple-with-laptop-table_23-2147744891.jpg?_wi=2",
},
{
id: "2",
name: "John Davis",
handle: "@j_davis",
testimonial: "Came out for an emergency leak at midnight. Truly lifesaving.",
imageSrc: "http://img.b2bpic.net/free-photo/young-business-people-talking-about-new-project_23-2148778077.jpg?_wi=2",
},
{
id: "3",
name: "Emily Watson",
handle: "@emily_w",
testimonial: "Great work on my kitchen plumbing. Clean and efficient.",
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
},
{
id: "4",
name: "Mark Roberts",
handle: "@m_roberts",
testimonial: "Reliable experts. They solved my persistent drain issues.",
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg",
},
{
id: "5",
name: "Alice Green",
handle: "@alice_g",
testimonial: "Friendly team and very transparent with pricing.",
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg",
},
{ id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Fast, affordable, and professional service. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-laptop-table_23-2147744891.jpg" },
{ id: "2", name: "John Davis", handle: "@j_davis", testimonial: "Came out for an emergency leak at midnight. Truly lifesaving.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-people-talking-about-new-project_23-2148778077.jpg" },
{ id: "3", name: "Emily Watson", handle: "@emily_w", testimonial: "Great work on my kitchen plumbing. Clean and efficient.", imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg" },
{ id: "4", name: "Mark Roberts", handle: "@m_roberts", testimonial: "Reliable experts. They solved my persistent drain issues.", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg" },
{ id: "5", name: "Alice Green", handle: "@alice_g", testimonial: "Friendly team and very transparent with pricing.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg" },
]}
title="What Our Neighbors Say"
description="Highly rated service with 167+ reviews."
@@ -196,21 +101,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Are you really open 24/7?",
content: "Yes, we provide emergency support 24 hours a day, 7 days a week.",
},
{
id: "q2",
title: "Do you serve all of Graniteville?",
content: "Absolutely, we cover all local Graniteville and surrounding areas.",
},
{
id: "q3",
title: "Is my plumbing issue an emergency?",
content: "If you have severe leaking or water damage, it's definitely an emergency. Give us a call immediately.",
},
{ id: "q1", title: "Are you really open 24/7?", content: "Yes, we provide emergency support 24 hours a day, 7 days a week." },
{ id: "q2", title: "Do you serve all of Graniteville?", content: "Absolutely, we cover all local Graniteville and surrounding areas." },
{ id: "q3", title: "Is my plumbing issue an emergency?", content: "If you have severe leaking or water damage, it's definitely an emergency. Give us a call immediately." },
]}
title="Frequently Asked Questions"
description="Quick answers to common plumbing questions."
@@ -221,46 +114,17 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
text="Need help? Call us at (803) 663-9429 or visit us at 827 Ascauga Lake Rd."
buttons={[
{
text: "Call Now",
href: "tel:8036639429",
},
]}
buttons={[{ text: "Call Now", href: "tel:8036639429" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Services",
href: "#services",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
logoText="Affordable Plumbing, LLC"
/>