6 Commits

Author SHA1 Message Date
f6d254b147 Merge version_3 into main
Merge version_3 into main
2026-04-17 03:26:18 +00:00
3988b30450 Update src/app/page.tsx 2026-04-17 03:26:12 +00:00
c640523324 Merge version_2 into main
Merge version_2 into main
2026-04-17 03:25:52 +00:00
a8b8e8e290 Merge version_3 into main
Merge version_3 into main
2026-04-17 03:25:43 +00:00
71e529ca4b Update src/app/page.tsx 2026-04-17 03:25:40 +00:00
f067a94605 Merge version_2 into main
Merge version_2 into main
2026-04-17 03:25:25 +00:00

View File

@@ -37,28 +37,28 @@ export default function LandingPage() {
{ name: "FAQ", id: "faq" }, { name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
brandName="Precision Plumbing" brandName="Clearwater Plumbing"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
title="Reliable Plumbing Services for Your Home" title="Clearwater Plumbing: Professional Care for Your Pipes"
description="From leaky faucets to full pipe installations, we provide prompt, professional plumbing solutions in your local area." description="Top-tier residential and commercial plumbing services in the Clearwater area. We handle everything from minor repairs to major installations with expertise."
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
buttons={[{ text: "Get a Quote", href: "#contact" }]} buttons={[{ text: "Book a Visit", href: "#contact" }]}
imageSrc="https://img.b2bpic.net/free-photo/plumber-fixing-sink_23-2148763143.jpg" imageSrc="https://img.b2bpic.net/free-photo/plumber-fixing-sink_23-2148763143.jpg"
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<SplitAbout <SplitAbout
title="Your Local Plumbing Experts" title="Your Neighborhood Plumbing Specialists"
description="With over 15 years of experience, we pride ourselves on honesty, quality workmanship, and transparent pricing. We treat your home as if it were our own." description="With over a decade of dedication to Clearwater homes, our team provides reliable, efficient, and friendly plumbing solutions. We prioritize your peace of mind and the long-term health of your home's infrastructure."
bulletPoints={[ bulletPoints={[
{ title: "Certified Professionals", description: "Fully licensed and insured team.", icon: ShieldCheck }, { title: "Expert Technicians", description: "Highly trained, fully licensed and insured.", icon: ShieldCheck },
{ title: "24/7 Emergency Support", description: "Here for you when you need us most.", icon: Wrench }, { title: "Emergency Ready", description: "Available when the unexpected happens.", icon: Wrench },
{ title: "Local Family Business", description: "Serving our community with pride.", icon: Droplets } { title: "Community Focused", description: "Quality care for our local homeowners.", icon: Droplets }
]} ]}
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
@@ -67,30 +67,30 @@ export default function LandingPage() {
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardTwentyThree <FeatureCardTwentyThree
title="Comprehensive Services" title="Core Plumbing Services"
description="No job is too big or too small for our skilled technicians." description="Reliable service backed by experience."
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ id: "1", title: "Drain Cleaning", tags: ["Maintenance", "Emergency"] }, { id: "1", title: "Drain & Sewer Cleaning", tags: ["Maintenance", "Cleaning"] },
{ id: "2", title: "Water Heater Installation", tags: ["Installation", "Efficiency"] }, { id: "2", title: "Heater & Boiler Repair", tags: ["Heating", "Repair"] },
{ id: "3", title: "Leak Detection", tags: ["Repair", "Diagnostics"] } { id: "3", title: "Pipe & Leak Detection", tags: ["Emergency", "Diagnostics"] }
]} ]}
/> />
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<ProductCardFour <ProductCardFour
title="Residential Solutions" title="Our Plumbing Solutions"
description="Quality repairs, installations, and upgrades." description="High-quality residential plumbing installations and maintenance."
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "p1", name: "Faucet Repair", price: "$99+", variant: "Standard", imageSrc: "https://img.b2bpic.net/free-photo/faucet-repair_23-2148516904.jpg" }, { id: "p1", name: "Faucet & Fixture", price: "From $85", variant: "Standard", imageSrc: "https://img.b2bpic.net/free-photo/faucet-repair_23-2148516904.jpg" },
{ id: "p2", name: "Pipe Inspection", price: "$150+", variant: "Advanced", imageSrc: "https://img.b2bpic.net/free-photo/pipe-repair_23-2148794097.jpg" }, { id: "p2", name: "Advanced Pipe Check", price: "From $120", variant: "Inspection", imageSrc: "https://img.b2bpic.net/free-photo/pipe-repair_23-2148794097.jpg" },
{ id: "p3", name: "Water Softener", price: "$400+", variant: "Efficiency", imageSrc: "https://img.b2bpic.net/free-photo/softener_23-2148510907.jpg" } { id: "p3", name: "Efficiency Softener", price: "From $350", variant: "Efficiency", imageSrc: "https://img.b2bpic.net/free-photo/softener_23-2148510907.jpg" }
]} ]}
textboxLayout="default" textboxLayout="default"
/> />
@@ -98,38 +98,38 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
<PricingCardOne <PricingCardOne
title="Simple Pricing Plans" title="Transparent Pricing"
description="Transparent flat-rate options for common repairs." description="Simple, flat-rate options for common plumbing repairs."
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ id: "basic", badge: "Quick", price: "$99", subtitle: "Basic Repair", features: ["Up to 1 hour work", "Parts not included", "Standard service call"] }, { id: "basic", badge: "Quick", price: "$85", subtitle: "Quick Fix", features: ["Up to 1 hour diagnostic", "Standard call-out", "Parts separate"] },
{ id: "pro", badge: "Most Popular", price: "$249", subtitle: "Premium Repair", features: ["Up to 3 hours work", "Minor parts included", "Priority scheduling"] } { id: "pro", badge: "Popular", price: "$220", subtitle: "Comprehensive", features: ["Up to 3 hours labor", "Minor hardware included", "Priority response"] }
]} ]}
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve <TestimonialCardTwelve
cardTitle="Customer Reviews" cardTitle="Customer Success Stories"
cardTag="Our Reputation" cardTag="Our Reputation"
cardAnimation="slide-up" cardAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ id: "1", name: "John Doe", imageSrc: "https://img.b2bpic.net/free-photo/satisfied-client_23-2147717174.jpg" }, { id: "1", name: "Alex Rivers", imageSrc: "https://img.b2bpic.net/free-photo/satisfied-client_23-2147717174.jpg" },
{ id: "2", name: "Jane Smith", imageSrc: "https://img.b2bpic.net/free-photo/happy-customer_23-2150517420.jpg" } { id: "2", name: "Sarah Jennings", imageSrc: "https://img.b2bpic.net/free-photo/happy-customer_23-2150517420.jpg" }
]} ]}
/> />
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitMedia <FaqSplitMedia
title="Questions & Answers" title="Frequently Asked Questions"
description="Common plumbing queries solved." description="Answers to common plumbing concerns."
faqs={[ faqs={[
{ id: "q1", title: "Are you licensed?", content: "Yes, we are fully licensed and bonded in the state." }, { id: "q1", title: "How quick can you respond?", content: "We offer same-day service for critical leaks and emergencies." },
{ id: "q2", title: "Do you provide quotes?", content: "Yes, all quotes are provided upfront before we start work." } { id: "q2", title: "Are you fully insured?", content: "Yes, our team is fully licensed and bonded for every job." }
]} ]}
faqsAnimation="slide-up" faqsAnimation="slide-up"
textboxLayout="split" textboxLayout="split"
@@ -139,9 +139,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
tag="Contact Us" tag="Contact Clearwater"
title="Ready for a fix?" title="Need Plumbing Help?"
description="Speak with a friendly expert today and book your visit." description="Reach out to our experts today for your home plumbing needs."
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -150,14 +150,14 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] }, { title: "Clearwater Plumbing", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] } { title: "Help & Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] }
]} ]}
bottomLeftText="© 2024 Precision Plumbing" bottomLeftText="© 2025 Clearwater Plumbing"
bottomRightText="Serving Our Community" bottomRightText="Your Local Plumbing Pros"
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }