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.", 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 (
-
-
-
-
-