From 3dc8587de45cb5a86c186164672ba851649ccdfa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:31:36 +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 c688d78..552f1ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,7 +129,7 @@ export default function LandingPage() { animationType="entrance-slide" buttons={[ { text: "Request a Quote", href: "#" }, - { text: "Call Us Now", href: "#" }, + { text: "Call 01223 XXX XXX", href: "tel:01223XXXXXX" }, ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1