From 7bf793f6d2c3f3ab0802fd3afdacbcf4a2522e5c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:36:28 +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 4d31e1f..8f36788 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { ]} mediaAnimation="slide-up" buttons={[ - { text: "Call Now: 078 633 2213", href: "tel:0786332213" }, + { text: "Get Free Inspection", href: "tel:0786332213" }, { text: "Get Free Quote", href: "#contact" }, ]} buttonAnimation="slide-up" -- 2.49.1