From f7ee4ceef9ad018363508be1d3872f5b24b05a5e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:53:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e609f1f..e66640b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -214,7 +214,7 @@ export default function LandingPage() { animationType="reveal-blur" buttons={[ { text: "Request Free Estimate", href: "#contact" }, - { text: "Call Now" } + { text: "Schedule Free Inspection", href: "tel:+1234567890" } ]} background={{ variant: "glowing-orb" }} useInvertedBackground={true}