Update src/app/page.tsx

This commit is contained in:
2026-05-08 14:55:23 +00:00
parent 2d86790787
commit b22a35700c

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}