19 Commits

Author SHA1 Message Date
966141d7f9 Update src/app/page.tsx 2026-04-02 23:26:49 +00:00
2375c28e27 Update src/app/page.tsx 2026-04-02 23:26:20 +00:00
6e4bfa82c5 Update src/app/page.tsx 2026-04-02 23:25:51 +00:00
af12fe2dbc Update src/app/page.tsx 2026-04-02 23:25:24 +00:00
3940532e17 Update src/app/page.tsx 2026-04-02 23:24:53 +00:00
6ead2cd1f9 Update src/app/page.tsx 2026-04-02 23:24:19 +00:00
b1ef2100e1 Update src/app/page.tsx 2026-04-02 23:23:40 +00:00
2e88e9dd39 Update src/app/layout.tsx 2026-04-02 23:23:40 +00:00
35aa0c316b Update src/app/layout.tsx 2026-04-02 23:23:10 +00:00
44657e3d67 Update src/app/page.tsx 2026-04-02 23:22:37 +00:00
9b106a826f Update src/app/page.tsx 2026-04-02 23:22:09 +00:00
cc7a658dfa Merge version_1 into main
Merge version_1 into main
2026-04-02 23:18:33 +00:00
7f0e0b498d Merge version_1 into main
Merge version_1 into main
2026-04-02 23:18:03 +00:00
8b6673c87d Merge version_1 into main
Merge version_1 into main
2026-04-02 23:17:26 +00:00
4e31a3f103 Merge version_1 into main
Merge version_1 into main
2026-04-02 23:04:18 +00:00
01a34daece Merge version_1 into main
Merge version_1 into main
2026-04-02 23:03:42 +00:00
a826eb23c7 Merge version_1 into main
Merge version_1 into main
2026-04-02 23:00:57 +00:00
68be9b0b20 Merge version_1 into main
Merge version_1 into main
2026-04-02 23:00:26 +00:00
6a4265c668 Merge version_1 into main
Merge version_1 into main
2026-04-02 22:59:58 +00:00
2 changed files with 53 additions and 33 deletions

View File

@@ -11,8 +11,8 @@ import { Libre_Baskerville, Inter } from "next/font/google";
export const metadata: Metadata = {
title: 'Home | Western MT Plumbing & Heating',
description: 'Reliable, owner-operated plumbing and heating in Missoula.',
title: 'Western MT Plumbing & Heating | Reliable Missoula Plumbing',
description: 'Owner-operated plumbing and heating services in Missoula, MT. Reliable, high-quality, professional solutions for your home.',
openGraph: {
"title": "Western MT Plumbing & Heating",
"description": "Reliable, owner-operated plumbing and heating in Missoula.",

View File

@@ -1,21 +1,23 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
'use client';
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
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 ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBase from '@/components/sections/footer/FooterBase';
import { CalendarDays } from 'lucide-react';
const navItems = [
{ name: 'Home', id: '/' },
{ name: 'About', id: '/about' },
{ name: 'Contact', id: '/contact' }
];
export default function Page() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" }
];
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -34,47 +36,65 @@ export default function Page() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
title="Western MT Plumbing & Heating"
description="Reliable, owner-operated plumbing and heating in Missoula."
background={{ variant: "plain" }}
mediaItems={[{ imageSrc: "https://images.unsplash.com/photo-1585704032915-c3400ca199e7", imageAlt: "Plumbing services" }]}
title="Welcome to Our Platform"
description="Experience the future of digital solutions with our innovative tools."
background={{ variant: "gradient-bars" }}
mediaItems={[{ imageSrc: "https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=1600", imageAlt: "Digital innovation" }]}
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwelve
title="Our Services"
description="Expert plumbing and heating solutions."
animationType="blur-reveal"
textboxLayout="default"
<FeatureCardTwelve
animationType="blur-reveal"
title="Our Services"
description="Comprehensive solutions designed for your growth."
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: '1', label: 'Tech', title: 'Technology', items: ['AI Integration', 'Cloud Services'] },
{ id: '2', label: 'Consult', title: 'Consulting', items: ['Strategy', 'Execution'] }
]}
/>
</div>
<div id="booking" data-section="booking">
<ContactCTA
tag="Booking"
tagIcon={CalendarDays}
title="Schedule Your Appointment"
description="Book a time that works best for you and our team."
buttons={[{ text: "Book Now", href: "#contact" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
features={[{ id: "1", label: "Plumbing", title: "Plumbing Repair", items: ["Leak detection", "Pipe repair", "Drain cleaning"] }, { id: "2", label: "Heating", title: "Heating Services", items: ["Boiler service", "Furnace repair", "Radiant heat"] }]}
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "About Our Team" }]}
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[{ type: 'text', content: 'About Us' }, { type: 'image', src: 'https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=800', alt: 'Team' }]}
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardTwelve
testimonials={[{ id: "1", name: "John Doe", imageSrc: "https://images.unsplash.com/photo-1535713875002-d1d0cf377fde" }, { id: "2", name: "Jane Smith", imageSrc: "https://images.unsplash.com/photo-1527980965255-d3b416303d12" }]}
cardTitle="What Our Clients Say"
cardTag="Reviews"
cardAnimation="blur-reveal"
<TestimonialCardTwelve
cardTitle="Client Success"
cardTag="Testimonials"
cardAnimation="blur-reveal"
useInvertedBackground={false}
testimonials={[
{ id: '1', name: 'John Doe', imageSrc: 'https://i.pravatar.cc/150?u=1' },
{ id: '2', name: 'Jane Smith', imageSrc: 'https://i.pravatar.cc/150?u=2' },
{ id: '3', name: 'Alex Brown', imageSrc: 'https://i.pravatar.cc/150?u=3' }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Get in touch with us for your plumbing and heating needs."
background={{ variant: "plain" }}
<ContactText
text="Get in touch today"
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, { label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }] }]}
<FooterBase
columns={[{ title: 'Company', items: [{ label: 'About', href: '/about' }, { label: 'Contact', href: '/contact' }] }]}
/>
</div>
</ThemeProvider>