Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2efb48d149 | |||
| b4f76ffaca |
@@ -47,7 +47,7 @@ export default function LandscapingPage() {
|
|||||||
<HeroOverlayTestimonial
|
<HeroOverlayTestimonial
|
||||||
tag="Premium Cleaning & Restoration"
|
tag="Premium Cleaning & Restoration"
|
||||||
tagIcon={Sparkle}
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Get Your Free Quote", href: "#contact" },
|
{ text: "Get Your Free Quote", href: "#contact" },
|
||||||
@@ -225,9 +225,12 @@ export default function LandscapingPage() {
|
|||||||
multiSelect={{
|
multiSelect={{
|
||||||
name: "serviceOfInterest", label: "Select Service of Interest", options: [
|
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"
|
"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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user