Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b823cf5799 | |||
| ef793e5e7c | |||
| fc27286d44 | |||
| fe4cb05985 |
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
description="Professional crews. Clear pricing. Insurance handled. Most roofs done in just one day."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get My Free Roof Inspection", href: "#contact"},
|
||||
text: "Get Your Free Inspection Now", href: "#contact"},
|
||||
{
|
||||
text: "View Our Work", href: "#services"},
|
||||
]}
|
||||
@@ -180,19 +180,19 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "basic", tag: "Essential", price: "$4,000+", period: "/avg", description: "Gutters and soffit repairs.", button: {
|
||||
text: "Get Exact Quote"},
|
||||
text: "Claim Your Free Quote"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Materials", "Professional install", "Site cleanup"],
|
||||
},
|
||||
{
|
||||
id: "standard", tag: "Standard", price: "$8,000+", period: "/avg", description: "High-quality standard roof replacement.", button: {
|
||||
text: "Get Exact Quote"},
|
||||
text: "Claim Your Free Quote"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Lifetime shingles", "Flashing replacement", "Underlayment"],
|
||||
},
|
||||
{
|
||||
id: "custom", tag: "Premium", price: "$16,000+", period: "/avg", description: "Large or custom architectural roofing.", button: {
|
||||
text: "Get Exact Quote"},
|
||||
text: "Claim Your Free Quote"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Premium materials", "Extended warranty", "Detailed project plan"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user