4 Commits

Author SHA1 Message Date
34c3e38a1c Update src/app/page.tsx 2026-04-02 23:43:44 +00:00
70720380b0 Update src/app/page.tsx 2026-04-02 23:41:04 +00:00
2903d25cf4 Update src/app/page.tsx 2026-04-02 23:40:35 +00:00
36d1f49870 Update src/app/layout.tsx 2026-04-02 23:40:34 +00:00
2 changed files with 33 additions and 40 deletions

View File

@@ -11,8 +11,8 @@ import { Libre_Baskerville, Inter } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'Home | Webild', title: 'Home | Western MT Plumbing & Heating',
description: 'Welcome to our platform. Discover innovative digital solutions.', description: 'Reliable, owner-operated plumbing and heating in Missoula.',
openGraph: { openGraph: {
"title": "Western MT Plumbing & Heating", "title": "Western MT Plumbing & Heating",
"description": "Reliable, owner-operated plumbing and heating in Missoula.", "description": "Reliable, owner-operated plumbing and heating in Missoula.",

View File

@@ -1,6 +1,5 @@
'use client'; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
@@ -9,13 +8,14 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
const navItems = [
{ name: 'Home', id: '/' },
{ name: 'About', id: '/about' },
{ name: 'Contact', id: '/contact' }
];
export default function Page() { 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 ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="text-stagger"
@@ -34,54 +34,47 @@ export default function Page() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
title="Welcome to Our Platform" title="Western MT Plumbing & Heating"
description="Experience the future of digital solutions with our innovative tools." description="Reliable, owner-operated plumbing and heating in Missoula."
background={{ variant: "gradient-bars" }} background={{ variant: "plain" }}
mediaItems={[{ imageSrc: "https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=1600", imageAlt: "Digital innovation" }]} mediaItems={[{ imageSrc: "https://images.unsplash.com/photo-1585704032915-c3400ca199e7", imageAlt: "Plumbing services" }]}
/> />
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardTwelve <FeatureCardTwelve
animationType="blur-reveal"
title="Our Services" title="Our Services"
description="Comprehensive solutions designed for your growth." description="Expert plumbing and heating solutions."
animationType="blur-reveal"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ 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"] }]}
{ id: '1', label: 'Tech', title: 'Technology', items: ['AI Integration', 'Cloud Services'] },
{ id: '2', label: 'Consult', title: 'Consulting', items: ['Strategy', 'Execution'] }
]}
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
heading={[{ type: "text", content: "About Our Team" }]}
useInvertedBackground={false} 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>
<div id="reviews" data-section="reviews"> <div id="reviews" data-section="reviews">
<TestimonialCardTwelve <TestimonialCardTwelve
cardTitle="Client Success" 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" }]}
cardTag="Testimonials" cardTitle="What Our Clients Say"
cardTag="Reviews"
cardAnimation="blur-reveal" cardAnimation="blur-reveal"
useInvertedBackground={false} 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>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactText
text="Get in touch today" text="Get in touch with us for your plumbing and heating needs."
background={{ variant: "animated-grid" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBase
columns={[{ title: 'Company', items: [{ label: 'About', href: '/about' }, { label: 'Contact', href: '/contact' }] }]} columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, { label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }] }]}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>