Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d015704dd4 | |||
| 2c32438a64 | |||
| 1edbf01089 | |||
| 4eb3ddd8b5 |
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Driveway Cleaning", "Gutter Clearance", "Basic Cleanup"],
|
||||
"Remove Surface Grime", "Gutter Clearance", "Surface Sanitation"],
|
||||
},
|
||||
{
|
||||
id: "standard", price: "$399", name: "Medium Property", buttons: [
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Full Home Exterior", "Deck Power Wash", "Sidewalk Cleaning"],
|
||||
"Restore Property Curb Appeal", "Revive Deck Finish", "Deep Sidewalk Cleaning"],
|
||||
},
|
||||
{
|
||||
id: "premium", price: "$599", name: "Large Property", buttons: [
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Deep Exterior Clean", "Roof Soft Wash", "Garage Floor Detail"],
|
||||
"Restore Full Home Exterior", "Eliminate Roof Moss", "Rejuvenate Garage Floor"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
@@ -249,7 +249,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "rotated-rays-animated"}}
|
||||
tag="Get Started"
|
||||
title="Ready for a Cleaner Home?"
|
||||
title="Get Your Free Power Cleaning Quote"
|
||||
description="Sign up for our newsletter for seasonal maintenance tips and exclusive discounts."
|
||||
/>
|
||||
</div>
|
||||
@@ -274,4 +274,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user