From 11faa890cde7e5bdbb7b909908df34600d205119 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:07:01 +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 5db32a9..1aaef91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { showDimOverlay={true} showBlur={true} buttons={[ - { text: "Unlock in 15 Minutes", href: "tel:561-452-1482" }, + { text: "Call Now: 561-452-1482", href: "tel:561-452-1482" }, { text: "Get a Quote", href: "#contact" } ]} buttonAnimation="slide-up" @@ -295,4 +295,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}