From 60e1505ee02edebf078e22e8e688cdc745d42e02 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 21:18:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a95aa7..c317d75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,8 +153,8 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain" }} tag="Contact Us" - title="Ready for a Pest-Free Home?" - description="Contact us today for a free inspection in San Angelo." + title="Get in Touch - San Angelo Office" + description="Serving the San Angelo area. Call us at (325) 555-0199 or visit our local office to schedule your inspection." tagIcon={Phone} /> @@ -162,13 +162,15 @@ export default function LandingPage() { ); -} +} \ No newline at end of file