6 Commits

Author SHA1 Message Date
34f762413a Update src/app/page.tsx 2026-04-28 11:40:31 +00:00
8314893d89 Merge version_3 into main
Merge version_3 into main
2026-04-28 11:39:39 +00:00
d015704dd4 Update src/app/page.tsx 2026-04-28 11:39:35 +00:00
2c32438a64 Merge version_2 into main
Merge version_2 into main
2026-04-28 11:38:36 +00:00
1edbf01089 Update src/app/page.tsx 2026-04-28 11:38:33 +00:00
4eb3ddd8b5 Merge version_1 into main
Merge version_1 into main
2026-04-28 11:37:42 +00:00

View File

@@ -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"
@@ -236,6 +236,9 @@ export default function LandingPage() {
id: "q2", title: "Are your detergents safe?", content: "Yes, all our soaps are environmentally friendly and biodegradable."},
{
id: "q3", title: "Do I need to be home?", content: "Not necessarily for exterior-only services, provided we have access."},
{
id: "q4", title: "Do you offer a satisfaction guarantee?", content: "Absolutely. If you're not completely satisfied with our work, we will return and re-clean the area until it meets our high standards."
}
]}
title="Common Questions"
description="Find answers to our most frequently asked questions about our power cleaning process."
@@ -249,7 +252,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 +277,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}