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 +}