diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b2a9036..23fe219 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function ContactPage() { return ( diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f6e319c..d844a64 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,8 +12,8 @@ import { DM_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'Mike\'s Plumbing Austin | Trusted Plumbers', - description: 'Professional plumbing services in Austin, Texas. Fast repairs, fair prices, and local expertise. Get your free quote today.', + title: 'Contact Us | Mike\'s Plumbing', + description: 'Get in touch with Mike\'s Plumbing for professional services and free quotes in Austin, TX.', openGraph: { "siteName": "Mike's Plumbing", "type": "website"