4 Commits

Author SHA1 Message Date
01f4b0e37a Merge version_2 into main
Merge version_2 into main
2026-06-10 11:56:42 +00:00
2efb48d149 Update src/app/page.tsx 2026-06-10 11:56:39 +00:00
1311e0e33e Merge version_2 into main
Merge version_2 into main
2026-06-10 11:55:39 +00:00
b4f76ffaca Update src/app/page.tsx 2026-06-10 11:55:32 +00:00

View File

@@ -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>