From 1c7ec30481e7e6948db44813f4db39fe446b0c4a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 12:00:06 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ( -- 2.49.1 From 4eb11aadfe371df194679ce9d55ab1ff8a6ce12a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 12:00:07 +0000 Subject: [PATCH 2/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 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" -- 2.49.1