From b22a35700cf50f21db144702feafb4e228d43eb2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 14:55:23 +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 871fe2d..8965c77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,7 +126,7 @@ export default function LandingPage() { background={{ variant: "canvas-reveal" }} text="Need Reliable Roofing In London?" buttons={[ - { text: "Call Now", href: "tel:02012345678" }, + { text: "Speak to a Specialist", href: "tel:02012345678" }, { text: "Request Quote", href: "#contact" }, ]} /> @@ -145,4 +145,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1