262 lines
14 KiB
TypeScript
262 lines
14 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
|
import MediaAbout from "@/components/sections/about/MediaAbout";
|
|
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
|
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
|
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
|
import { Award, Zap, CheckCircle, Users } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="directional-hover"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="soft"
|
|
contentWidth="compact"
|
|
sizing="largeSizeMediumTitles"
|
|
background="fluid"
|
|
cardStyle="subtle-shadow"
|
|
primaryButtonStyle="shadow"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="bold"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingOverlay
|
|
brandName="Montana Pump Co"
|
|
navItems={[
|
|
{ name: "Services", id: "services" },
|
|
{ name: "Why Us", id: "about" },
|
|
{ name: "Testimonials", id: "testimonials" },
|
|
{ name: "FAQ", id: "faq" },
|
|
{ name: "Contact", id: "contact" },
|
|
]}
|
|
button={{
|
|
text: "Call Now", href: "tel:+14065551234"
|
|
}}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroOverlay
|
|
title="When Your Water Stops, We Show Up"
|
|
description="Fast, honest, expert well and pump service across Montana — restoring your water the same day you call"
|
|
tag="24/7 Emergency Service"
|
|
imageSrc="http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg"
|
|
imageAlt="Montana pump emergency service"
|
|
textPosition="bottom-left"
|
|
showBlur={true}
|
|
showDimOverlay={false}
|
|
buttons={[
|
|
{
|
|
text: "Call Now for Emergency Service", href: "tel:+14065551234"
|
|
},
|
|
{
|
|
text: "Learn About Our Services", href: "#services"
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<MediaAbout
|
|
title="Montana's Most Trusted Emergency Well Specialists"
|
|
description="With over 25 years serving rural Montana families, we understand the urgency of losing water access. We're local, licensed, and committed to honest pricing. No hidden fees. No excuses. Just fast, professional service when you need it most."
|
|
tag="Why Montana Families Choose Us"
|
|
imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg"
|
|
imageAlt="Montana Pump Company expert team"
|
|
buttons={[
|
|
{
|
|
text: "Get Emergency Help Now", href: "tel:+14065551234"
|
|
},
|
|
]}
|
|
useInvertedBackground={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<FeatureCardTwentySeven
|
|
title="Our Emergency Well & Pump Services"
|
|
description="Same-day response to restore your water access. We handle all emergency and preventive needs."
|
|
tag="Expert Solutions"
|
|
features={[
|
|
{
|
|
id: "1", title: "Emergency Response", description: "24/7 availability with same-day service. When your water stops, we show up immediately with the tools and expertise to get you back online fast.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-notes_23-2149478463.jpg", imageAlt: "Emergency pump repair service"
|
|
},
|
|
{
|
|
id: "2", title: "Well Inspection & Testing", description: "Comprehensive water system diagnostics to identify problems before they become emergencies. Honest assessments, no pressure to overspend.", imageSrc: "http://img.b2bpic.net/free-photo/petroleum-engineer-using-laptop-oil-field_651396-2142.jpg", imageAlt: "Professional well inspection"
|
|
},
|
|
{
|
|
id: "3", title: "Pump Installation", description: "Professional installation of new wells and pump systems with full warranty coverage and transparent pricing upfront.", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg", imageAlt: "Expert pump installation"
|
|
},
|
|
{
|
|
id: "4", title: "Preventive Maintenance", description: "Regular service plans to keep your system running reliably and avoid costly emergencies down the road.", imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881677.jpg", imageAlt: "Preventive system maintenance"
|
|
},
|
|
]}
|
|
gridVariant="two-columns-alternating-heights"
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground="noInvert"
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardOne
|
|
title="Why Homeowners Trust Montana Pump Company"
|
|
description="Real numbers that prove our commitment to emergency response, reliability, and local expertise."
|
|
tag="Our Track Record"
|
|
metrics={[
|
|
{
|
|
id: "1", value: "25", title: "Years", description: "Serving rural Montana families with dependable expertise", icon: Award,
|
|
},
|
|
{
|
|
id: "2", value: "4", title: "Hours", description: "Average emergency response time across Montana", icon: Zap,
|
|
},
|
|
{
|
|
id: "3", value: "98", title: "%", description: "First-call fix rate on emergency repairs", icon: CheckCircle,
|
|
},
|
|
{
|
|
id: "4", value: "500", title: "+", description: "Satisfied families relying on our service yearly", icon: Users,
|
|
},
|
|
]}
|
|
gridVariant="uniform-all-items-equal"
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardFifteen
|
|
testimonial="Lost water access on a Friday evening. Called Montana Pump and they were at our house within 2 hours. Professional, honest about the repair, fair pricing. They didn't try to upsell us. This is exactly the kind of trustworthy service rural Montana needs."
|
|
rating={5}
|
|
author="Sarah Mitchell, Rural Montana Homeowner"
|
|
avatars={[
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", alt: "Sarah Mitchell"
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", alt: "Customer testimonial"
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", alt: "Customer testimonial"
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", alt: "Customer testimonial"
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", alt: "Customer testimonial"
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", alt: "Customer testimonial"
|
|
},
|
|
]}
|
|
ratingAnimation="slide-up"
|
|
avatarsAnimation="slide-up"
|
|
useInvertedBackground={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
<SocialProofOne
|
|
title="Licensed, Certified & Trusted"
|
|
description="Montana Pump Company is fully licensed and backed by industry-leading certifications and partnerships."
|
|
tag="Credentials & Trust"
|
|
names={[
|
|
"Montana Pump Company", "Licensed & Insured", "Certified Service Partner", "Local Montana Business", "Emergency Specialist", "Family-Owned & Operated", "25+ Years Experience"
|
|
]}
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
speed={40}
|
|
showCard={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqBase
|
|
title="Common Questions About Emergency Well & Pump Service"
|
|
description="Answers to help you understand what to expect and how we can help restore your water access."
|
|
tag="FAQs"
|
|
faqs={[
|
|
{
|
|
id: "1", title: "How quickly can you respond to an emergency call?", content: "We aim to respond to emergency calls within 2-4 hours depending on your location in Montana. Call us immediately at any time—24/7—and we'll dispatch our nearest technician to get your water back online as fast as possible."
|
|
},
|
|
{
|
|
id: "2", title: "What if the repair is more expensive than expected?", content: "We always provide honest, transparent estimates upfront before starting work. No surprises. If a repair seems costly, we'll explain your options including preventive maintenance plans that can help avoid future emergencies."
|
|
},
|
|
{
|
|
id: "3", title: "Do you serve remote areas?", content: "Yes. We're proud to serve all of rural Montana, including remote properties. We understand that rural families often can't wait days for help. We're committed to reaching you, no matter where you are."
|
|
},
|
|
{
|
|
id: "4", title: "Is your service covered by homeowners insurance?", content: "Many emergency repairs are covered by homeowners or well maintenance insurance. We're familiar with common policies and can work directly with your insurance company to help. Ask us—we're happy to help coordinate claims."
|
|
},
|
|
{
|
|
id: "5", title: "What maintenance can prevent future emergencies?", content: "Regular inspections, pump maintenance, and water quality testing can catch small issues before they become big problems. We offer flexible maintenance plans to keep your system reliable year-round."
|
|
},
|
|
{
|
|
id: "6", title: "Do you offer warranties?", content: "Yes. All our work includes a service warranty, and we stand behind our installations with full manufacturer warranties on new pumps and systems. We're here to support you long-term."
|
|
},
|
|
]}
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
faqsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCenter
|
|
tag="Emergency Service"
|
|
title="Don't Wait—Call Now for Immediate Help"
|
|
description="When your water stops, every minute matters. Contact Montana Pump Company immediately for same-day emergency response. We're here 24/7."
|
|
background={{ variant: "downward-rays-animated" }}
|
|
useInvertedBackground={false}
|
|
buttonText="Call (406) 555-1234"
|
|
inputPlaceholder="Your phone number"
|
|
termsText="By submitting your information, you consent to be contacted about emergency well service. We respect your privacy and will never share your information."
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterMedia
|
|
imageSrc="http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg"
|
|
imageAlt="Montana landscape"
|
|
logoText="Montana Pump Company LLC"
|
|
copyrightText="© 2025 Montana Pump Company LLC. All rights reserved."
|
|
columns={[
|
|
{
|
|
title: "Service", items: [
|
|
{ label: "Emergency Response", href: "#services" },
|
|
{ label: "Well Inspection", href: "#services" },
|
|
{ label: "Installation", href: "#services" },
|
|
{ label: "Maintenance Plans", href: "#services" },
|
|
],
|
|
},
|
|
{
|
|
title: "Company", items: [
|
|
{ label: "About Us", href: "#about" },
|
|
{ label: "Why Choose Us", href: "#metrics" },
|
|
{ label: "Testimonials", href: "#testimonials" },
|
|
{ label: "Contact", href: "#contact" },
|
|
],
|
|
},
|
|
{
|
|
title: "Support", items: [
|
|
{ label: "FAQ", href: "#faq" },
|
|
{ label: "Emergency Hotline", href: "tel:+14065551234" },
|
|
{ label: "Privacy Policy", href: "#" },
|
|
{ label: "Terms of Service", href: "#" },
|
|
],
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
}
|