From 531a87932832ea87cb910f5ab2f872cf8adbfa0a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 19:52:18 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9e9e40d..eb821ff 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,18 +7,20 @@ import FooterBase from "@/components/sections/footer/FooterBase"; export default function ContactPage() { return ( - - -
+ + +
Date: Sat, 11 Apr 2026 19:52:18 +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 9bcb3ab..a508be6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,8 +18,8 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: 'LaunchPad Local | Web Design for Local Business', - description: 'Professional web design and local SEO services to help your business grow online.', + title: 'Contact Us | LaunchPad Local', + description: 'Have questions or ready to start your project? Get in touch with the LaunchPad Local team today.', }; export default function RootLayout({ -- 2.49.1