From 2e88e9dd3934b0ecaba64d2d4e771499a9454ce2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 23:23:40 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4f41cf4..b7396b7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Libre_Baskerville, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Welcome to Our Platform', - description: 'Experience the future of digital solutions with our innovative tools.', + 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.", From b1ef2100e1526f0a2f845834f3d0ee30386d2016 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 23:23:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 79 ++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 49 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37f287c..f80f464 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,4 @@ -'use client'; - -import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; +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'; @@ -9,15 +7,11 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; +import { Zap, Star, Mail, MapPin, ArrowRight } from 'lucide-react'; -const navItems = [ - { name: 'Home', id: '/' }, - { name: 'About', id: '/about' }, - { name: 'Contact', id: '/contact' }, - { name: 'Booking', id: '/booking' } -]; +const navItems = [{ name: "Home", id: "/" }]; -export default function Page() { +export default function HomePage() { return (
-
-
-
-
-