4 Commits

Author SHA1 Message Date
efca84ff22 Update src/app/page.tsx 2026-03-03 13:54:40 +00:00
a49bf38907 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:26:03 +00:00
40345f6235 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:24:57 +00:00
3803a21982 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:23:26 +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" }
]
}
]}