2 Commits

Author SHA1 Message Date
afd6882b99 Update src/app/page.tsx 2026-03-17 18:47:23 +00:00
606eae8ac5 Merge version_1 into main
Merge version_1 into main
2026-03-17 18:36:20 +00:00

View File

@@ -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"
}}
/>
</div>
@@ -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}