From 855206f7cbda6f3b15ca95ea3cc32efd3293ee5b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:47:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9422bf5..f2bb970 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Call Now (713) 352-1919", href: "tel:(713) 352-1919" }, + { text: "Schedule Free Inspection", href: "tel:(713) 352-1919" }, { text: "Request Service", href: "#contact" } ]} buttonAnimation="slide-up" @@ -232,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file