Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 01f4b0e37a | |||
| 2efb48d149 | |||
| 1311e0e33e | |||
| b4f76ffaca |
@@ -47,7 +47,7 @@ export default function LandscapingPage() {
|
||||
<HeroOverlayTestimonial
|
||||
tag="Premium Cleaning & Restoration"
|
||||
tagIcon={Sparkle}
|
||||
title="Cleaning and Restoration Excellence for Every Space"
|
||||
title="Experience the Transformation: Your Space, Renewed and Reimagined by RESET™"
|
||||
description="From residential to commercial, RESET™ delivers professional-grade cleaning, detailing, and restoration across eight specialized service categories. See real results and request your personalized quote instantly."
|
||||
buttons={[
|
||||
{ text: "Get Your Free Quote", href: "#contact" },
|
||||
@@ -225,9 +225,12 @@ export default function LandscapingPage() {
|
||||
multiSelect={{
|
||||
name: "serviceOfInterest", label: "Select Service of Interest", options: [
|
||||
"Exterior House Cleaning", "Solar Panel Care", "Marble & Natural Stone Restoration", "Post-Construction Cleanup", "Commercial Detailing", "Window & Glass Washing", "Tile & Grout Cleaning", "High-Pressure Washing", "Other / Not Listed"
|
||||
],
|
||||
]
|
||||
}}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your cleaning or restoration needs...", rows: 4,
|
||||
required: true
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your cleaning or restoration needs...", rows: 4, required: true }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user