Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24bd0f78ee | |||
| afd6882b99 | |||
| 606eae8ac5 |
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user