Merge version_1 into main #2
386
src/app/page.tsx
386
src/app/page.tsx
@@ -1,301 +1,107 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import Link from "next/link";
|
||||
|
||||
export default function LandingPage() {
|
||||
const navItems = [{ name: "Home", id: "/" }];
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="noise"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
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: "home",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Western MT Plumbing"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Plumbing & Heating Done Right, Done Honestly."
|
||||
description="Dave Dill brings old-school craftsmanship and genuine care to every job — from leaky pipes to full heating systems. No upsells, no runaround. Just solutions."
|
||||
tag="Serving Western Montana Since 2008"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Dave Today",
|
||||
href: "tel:+14065429674",
|
||||
},
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg?_wi=1",
|
||||
imageAlt: "Professional plumbing repair services in Western Montana",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg",
|
||||
imageAlt: "Water heater maintenance service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/owner-holding-cat-turning-up-heat_23-2149339579.jpg",
|
||||
imageAlt: "Furnace and heating inspection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg",
|
||||
imageAlt: "Precision pipe repair work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045778.jpg",
|
||||
imageAlt: "Local plumbing professional Dave Dill",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg?_wi=2",
|
||||
imageAlt: "Montana home plumbing services",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Repair",
|
||||
title: "Water Heater Repair",
|
||||
items: [
|
||||
"Tank service",
|
||||
"Tankless repair",
|
||||
"Honest diagnosis",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Heating",
|
||||
title: "Heating Systems",
|
||||
items: [
|
||||
"Furnace service",
|
||||
"Thermostat repair",
|
||||
"Radiant heat",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Piping",
|
||||
title: "Drain & Pipe Repair",
|
||||
items: [
|
||||
"Clog removal",
|
||||
"Burst pipes",
|
||||
"Leak detection",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
label: "Fixture",
|
||||
title: "Toilet Repair",
|
||||
items: [
|
||||
"Replacement",
|
||||
"Running toilet repair",
|
||||
"Wax rings",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
label: "Energy",
|
||||
title: "Recirculation Systems",
|
||||
items: [
|
||||
"Energy savings",
|
||||
"Instant hot water",
|
||||
"System optimization",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f6",
|
||||
label: "Remodel",
|
||||
title: "Remodeling & New Build",
|
||||
items: [
|
||||
"Full plumbing",
|
||||
"Additions",
|
||||
"Precision construction",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Full-Service Solutions"
|
||||
description="From emergency repairs to installations, Dave handles your plumbing and heating with care."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Meet Dave Dill",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045778.jpg",
|
||||
alt: "Dave Dill owner-operator",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: "Owner-Operator for over 15 years.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Lam Nguyen-Bull",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-holding-clean-folded-clothes-home_1262-18067.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Katherine Christensen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Deborah Sloan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Christian Dill",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "mamamsla",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598986.jpg",
|
||||
},
|
||||
]}
|
||||
cardTitle="Trusted Across Montana"
|
||||
cardTag="4.1 Stars"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
text="Don't wait on a plumbing emergency. Call Dave Dill directly today at (406) 542-9674 for honest, reliable service in Missoula and surrounding areas."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Dave Now",
|
||||
href: "tel:+14065429674",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Water Heaters",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Heating",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Repairs",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Western MT Plumbing"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple navItems={navItems} brandName="Western MT Plumbing" />
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Plumbing & Heating Done Right, Done Honestly."
|
||||
description="Dave Dill brings old-school craftsmanship and genuine care to every job — from leaky pipes to full heating systems. No upsells, no runaround. Just solutions."
|
||||
tag="Serving Western Montana Since 2008"
|
||||
buttons={[{ text: "Call Dave Today", href: "tel:+14065429674" }, { text: "View Services", href: "#services" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg", imageAlt: "Professional plumbing repair services in Western Montana" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Water heater maintenance service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/owner-holding-cat-turning-up-heat_23-2149339579.jpg", imageAlt: "Furnace and heating inspection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", imageAlt: "Precision pipe repair work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045778.jpg", imageAlt: "Local plumbing professional Dave Dill" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg", imageAlt: "Montana home plumbing services" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Full-Service Solutions"
|
||||
description="From emergency repairs to installations, Dave handles your plumbing and heating with care."
|
||||
features={[
|
||||
{ id: "f1", label: "Repair", title: "Water Heater Repair", items: ["Tank service", "Tankless repair", "Honest diagnosis"] },
|
||||
{ id: "f2", label: "Heating", title: "Heating Systems", items: ["Furnace service", "Thermostat repair", "Radiant heat"] },
|
||||
{ id: "f3", label: "Piping", title: "Drain & Pipe Repair", items: ["Clog removal", "Burst pipes", "Leak detection"] },
|
||||
{ id: "f4", label: "Fixture", title: "Toilet Repair", items: ["Replacement", "Running toilet repair", "Wax rings"] },
|
||||
{ id: "f5", label: "Energy", title: "Recirculation Systems", items: ["Energy savings", "Instant hot water", "System optimization"] },
|
||||
{ id: "f6", label: "Remodel", title: "Remodeling & New Build", items: ["Full plumbing", "Additions", "Precision construction"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[{ type: "text", content: "Meet Dave Dill" }, { type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045778.jpg", alt: "Dave Dill owner-operator" }, { type: "text", content: "Owner-Operator for over 15 years." }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
cardTitle="Trusted Across Montana"
|
||||
cardTag="4.1 Stars"
|
||||
cardAnimation="slide-up"
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Lam Nguyen-Bull", imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-holding-clean-folded-clothes-home_1262-18067.jpg" },
|
||||
{ id: "t2", name: "Katherine Christensen", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg" },
|
||||
{ id: "t3", name: "Deborah Sloan", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg" },
|
||||
{ id: "t4", name: "Christian Dill", imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg" },
|
||||
{ id: "t5", name: "mamamsla", imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598986.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
text="Don't wait on a plumbing emergency. Call Dave Dill directly today at (406) 542-9674 for honest, reliable service in Missoula and surrounding areas."
|
||||
buttons={[{ text: "Call Dave Now", href: "tel:+14065429674" }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Water Heaters", href: "#services" }, { label: "Heating", href: "#services" }, { label: "Repairs", href: "#services" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Reviews", href: "#reviews" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] }
|
||||
]}
|
||||
logoText="Western MT Plumbing"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user