From afd6882b993c21cd4822c269406e42dc0dc15d04 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 18:47:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3653290..06d8d9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonials" } ]} button={{ - text: "Get Free Inspection", href: "#cta" + text: "Get Free Inspection", href: "tel:01329232104" }} /> @@ -45,8 +45,8 @@ export default function LandingPage() { logoText="Meadow Roofing" description="Trusted roofing specialists delivering honest advice, long-lasting repairs, and craftsmanship you can rely on." buttons={[ - { text: "Get a Free Roof Inspection", href: "#cta" }, - { text: "Call Meadow Roofing", href: "tel:+1234567890" } + { text: "Get a Free Roof Inspection", href: "tel:01329232104" }, + { text: "Call Meadow Roofing", href: "tel:01329232104" } ]} slides={[ { @@ -230,8 +230,8 @@ export default function LandingPage() { title="Protect Your Home Before the Next Storm" description="If you've noticed leaks, missing tiles, or roof damage, the sooner it's inspected the better. Meadow Roofing provides honest advice, rapid response, and high-quality repairs you can trust." buttons={[ - { text: "Get a Free Roof Inspection", href: "#" }, - { text: "Call Meadow Roofing", href: "tel:+1234567890" } + { text: "Get a Free Roof Inspection", href: "tel:01329232104" }, + { text: "Call Meadow Roofing", href: "tel:01329232104" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={true} -- 2.49.1