Merge version_1 into main #1
@@ -86,20 +86,17 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "soft-washing", label: "Soft Wash", title: "Gentle Cleaning for Delicate Surfaces", items: [
|
||||
"Roof cleaning and moss removal", "Vinyl siding preservation", "Stucco and delicate exterior care", "Eco-friendly cleaning solutions"
|
||||
],
|
||||
buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
], buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "pressure-washing", label: "Pressure Wash", title: "Deep Cleaning Power for Tough Jobs", items: [
|
||||
"Driveway and concrete cleaning", "Deck and patio restoration", "Commercial property cleaning", "Heavy-duty stain removal"
|
||||
],
|
||||
buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
], buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "gutter-cleaning", label: "Gutters", title: "Complete Gutter Maintenance and Care", items: [
|
||||
"Gutter cleaning and flushing", "Debris removal and inspection", "Downspout cleaning", "Preventive maintenance plans"
|
||||
],
|
||||
buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
], buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -129,7 +126,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
animationType="opacity"
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Why choose us metrics"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user