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