Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-03 13:54:46 +00:00

View File

@@ -81,7 +81,7 @@ export default function LandingPage() {
"Comprehensive damage assessment", "Detailed written reports", "Insurance documentation", "Same-day service available"
],
buttons: [
{ text: "Schedule Now", href: "contact" }
{ text: "Free Inspection", href: "contact" }
]
},
{
@@ -89,7 +89,7 @@ export default function LandingPage() {
"Leak detection and fixes", "Shingle replacement", "Flashing repairs", "Storm damage restoration"
],
buttons: [
{ text: "Get Quote", href: "contact" }
{ text: "Get Quote Now", href: "contact" }
]
},
{
@@ -97,7 +97,7 @@ export default function LandingPage() {
"Quality material selection", "Expert installation", "Manufacturer warranties", "Financing available"
],
buttons: [
{ text: "Learn More", href: "contact" }
{ text: "See Pricing", href: "contact" }
]
}
]}