Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-20 05:05:43 +00:00

View File

@@ -16,296 +16,144 @@ import { AlertTriangle, Droplets, Search } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
defaultButtonVariant="expand-hover"
defaultTextAnimation="entrance-slide"
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">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Elk River Septic"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="Elk River Septic"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "plain",
}}
title="Reliable Septic Services in Phillips, WI"
description="Professional septic tank cleaning, inspection, and maintenance services you can trust for your home or business. We keep your system running smoothly year-round."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-oilfield-worker-standing-by-gas-pipe-construction-site_342744-366.jpg?_wi=1",
imageAlt: "Septic service truck",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg?_wi=1",
imageAlt: "Septic system inspection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/heavy-dump-truck-driving-forest-road-with-motion-blur-industrial-transport-logistics_169016-71806.jpg",
imageAlt: "Professional septic maintenance",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lanterns-fairy-wood-lights-back_1203-4982.jpg",
imageAlt: "Septic service team",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/oil-worker-orange-uniform-helmet-working-with-pipe-wrench-near-oil-pump-jack_651396-2454.jpg",
imageAlt: "System check",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/athlete-stairs-looking-watch_23-2147618045.jpg",
imageAlt: "Wastewater management",
},
]}
mediaAnimation="slide-up"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{ variant: "plain" }}
title="Reliable Septic Services in Phillips, WI"
description="Professional septic tank cleaning, inspection, and maintenance services you can trust for your home or business. We keep your system running smoothly year-round."
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-oilfield-worker-standing-by-gas-pipe-construction-site_342744-366.jpg", imageAlt: "Septic service truck" },
{ imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg", imageAlt: "Septic system inspection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/heavy-dump-truck-driving-forest-road-with-motion-blur-industrial-transport-logistics_169016-71806.jpg", imageAlt: "Professional septic maintenance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lanterns-fairy-wood-lights-back_1203-4982.jpg", imageAlt: "Septic service team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/oil-worker-orange-uniform-helmet-working-with-pipe-wrench-near-oil-pump-jack_651396-2454.jpg", imageAlt: "System check" },
]}
mediaAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={true}
title="Professional Septic Solutions for Our Community"
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={true}
title="Professional Septic Solutions for Our Community"
/>
</div>
<div id="features" data-section="features">
<FeatureBento
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Septic Tank Cleaning",
description: "Scheduled maintenance and cleaning services to prevent costly backups and system failures.",
bentoComponent: "reveal-icon",
icon: Droplets,
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721526.jpg",
imageAlt: "septic tank repair service professional",
},
{
title: "Expert Inspections",
description: "Thorough system health checks for real estate transactions or routine maintenance assurance.",
bentoComponent: "reveal-icon",
icon: Search,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-oilfield-worker-standing-by-gas-pipe-construction-site_342744-366.jpg?_wi=2",
imageAlt: "septic tank repair service professional",
},
{
title: "24/7 Emergency Support",
description: "We understand septic issues are urgent. Our team is ready to assist when you need us most.",
bentoComponent: "reveal-icon",
icon: AlertTriangle,
imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg?_wi=2",
imageAlt: "septic tank repair service professional",
},
]}
title="Our Specialized Septic Services"
description="Comprehensive wastewater management solutions tailored to your property needs in Phillips and the surrounding North Wisconsin region."
/>
</div>
<div id="features" data-section="features">
<FeatureBento
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Septic Tank Cleaning", description: "Scheduled maintenance and cleaning services to prevent costly backups and system failures.", bentoComponent: "reveal-icon", icon: Droplets
},
{
title: "Expert Inspections", description: "Thorough system health checks for real estate transactions or routine maintenance assurance.", bentoComponent: "reveal-icon", icon: Search
},
{
title: "24/7 Emergency Support", description: "We understand septic issues are urgent. Our team is ready to assist when you need us most.", bentoComponent: "reveal-icon", icon: AlertTriangle
},
]}
title="Our Specialized Septic Services"
description="Comprehensive wastewater management solutions tailored to your property needs in Phillips and the surrounding North Wisconsin region."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "20+",
title: "Years Experience",
items: [
"Serving Phillips area",
"Expert local knowledge",
"Dedicated service team",
],
},
{
id: "m2",
value: "500+",
title: "Satisfied Customers",
items: [
"Residential properties",
"Small business sites",
"Recurring maintenance",
],
},
{
id: "m3",
value: "4.6",
title: "Google Rating",
items: [
"Based on 24 reviews",
"High client satisfaction",
"Trusted local provider",
],
},
]}
title="Experience You Can Count On"
description="Trusted by hundreds of homeowners and businesses throughout Northern Wisconsin."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{ id: "m1", value: "20+", title: "Years Experience", items: ["Serving Phillips area", "Expert local knowledge", "Dedicated service team"] },
{ id: "m2", value: "500+", title: "Satisfied Customers", items: ["Residential properties", "Small business sites", "Recurring maintenance"] },
{ id: "m3", value: "4.6", title: "Google Rating", items: ["Based on 24 reviews", "High client satisfaction", "Trusted local provider"] },
]}
title="Experience You Can Count On"
description="Trusted by hundreds of homeowners and businesses throughout Northern Wisconsin."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Homeowner",
testimonial: "Very professional and arrived right on time. Highly recommend for septic cleaning.",
imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg",
},
{
id: "2",
name: "Michael R.",
role: "Local Business Owner",
testimonial: "Excellent service. They solved our wastewater issue quickly and efficiently.",
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
},
{
id: "3",
name: "Emily D.",
role: "Homeowner",
testimonial: "Great local company. Very knowledgeable about our local septic systems.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-girl-with-flying-darkhaired-girl-is-turn-around-camera-while-walking-down-road-with-green-yellow-trees-happy-girl-walking-city_291650-2409.jpg",
},
{
id: "4",
name: "David W.",
role: "Real Estate Agent",
testimonial: "I use Elk River for all my property inspections. Always prompt and reliable.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg",
},
{
id: "5",
name: "Susan M.",
role: "Homeowner",
testimonial: "Best service in the Phillips area. Polite, clean, and fair pricing.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg",
},
]}
title="What Our Clients Say"
description="Don't just take our word for it—read what our satisfied customers have to say about our professional service."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Very professional and arrived right on time. Highly recommend for septic cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg" },
{ id: "2", name: "Michael R.", role: "Local Business Owner", testimonial: "Excellent service. They solved our wastewater issue quickly and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg" },
{ id: "3", name: "Emily D.", role: "Homeowner", testimonial: "Great local company. Very knowledgeable about our local septic systems.", imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-girl-with-flying-darkhaired-girl-is-turn-around-camera-while-walking-down-road-with-green-yellow-trees-happy-girl-walking-city_291650-2409.jpg" },
{ id: "4", name: "David W.", role: "Real Estate Agent", testimonial: "I use Elk River for all my property inspections. Always prompt and reliable.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg" },
{ id: "5", name: "Susan M.", role: "Homeowner", testimonial: "Best service in the Phillips area. Polite, clean, and fair pricing.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg" },
]}
title="What Our Clients Say"
description="Don't just take our word for it—read what our satisfied customers have to say about our professional service."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How often should I clean my septic tank?",
content: "Most residential tanks require professional cleaning every 3-5 years, depending on usage and household size.",
},
{
id: "f2",
title: "Are emergency services available?",
content: "Yes, we prioritize emergency septic issues and offer fast response times for our clients.",
},
{
id: "f3",
title: "How do I know if my system needs help?",
content: "Slow drains, unpleasant odors, or standing water near the drain field are common warning signs.",
},
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={true}
faqs={[
{ id: "f1", title: "How often should I clean my septic tank?", content: "Most residential tanks require professional cleaning every 3-5 years, depending on usage and household size." },
{ id: "f2", title: "Are emergency services available?", content: "Yes, we prioritize emergency septic issues and offer fast response times for our clients." },
{ id: "f3", title: "How do I know if my system needs help?", content: "Slow drains, unpleasant odors, or standing water near the drain field are common warning signs." },
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Schedule Your Service Today"
description="Ready to get your septic system in top shape? Contact our team in Phillips, Wisconsin today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email Address",
},
]}
textarea={{
name: "message",
placeholder: "Describe your service needs...",
rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/utility-vehicle-quiet-street-work-progress_169016-69895.jpg"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Schedule Your Service Today"
description="Ready to get your septic system in top shape? Contact our team in Phillips, Wisconsin today."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
{ name: "email", type: "email", placeholder: "Your Email Address" },
]}
textarea={{ name: "message", placeholder: "Describe your service needs...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/utility-vehicle-quiet-street-work-progress_169016-69895.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Elk River Septic"
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Services",
href: "#features",
},
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Emergency",
href: "#contact",
},
],
},
]}
copyrightText="© 2024 Elk River Septic Services. All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Elk River Septic"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }] },
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Emergency", href: "#contact" }] },
]}
copyrightText="© 2024 Elk River Septic Services. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);