Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -193,11 +193,16 @@ export default function LandscapingPage() {
|
||||
{
|
||||
id: "1", title: "What types of properties does RESET™ service?", content: "We provide specialized cleaning and restoration for residential homes (including luxury estates), commercial properties (offices, showrooms, hotels), and construction sites (post-build cleanup)."},
|
||||
{
|
||||
id: "2", title: "How do I request a personalized quote?", content: "You can easily request a free, no-obligation quote by filling out the contact form on our website or calling us directly. We'll assess your needs and provide a tailored estimate."},n {
|
||||
id: "3", title: "Are your cleaning products safe and eco-friendly?", content: "Yes, RESET™ prioritizes safety and sustainability. We use professional-grade, eco-friendly, and non-toxic cleaning solutions that are safe for your family, pets, and the environment."},n {
|
||||
id: "4", title: "What is your service guarantee?", content: "We are committed to delivering exceptional results. If you're not completely satisfied with our service, please contact us within 24 hours, and we will make it right."},n {
|
||||
id: "5", title: "Do you offer recurring cleaning and maintenance services?", content: "Absolutely. We provide customized recurring service plans for commercial clients and can arrange periodic maintenance for residential properties based on your specific requirements."},n {
|
||||
id: "6", title: "What is the typical timeframe for a restoration project?", content: "Project duration varies greatly depending on the scope and complexity. During your initial consultation, we'll provide a detailed project timeline and keep you informed every step of the way."},n ]}
|
||||
id: "2", title: "How do I request a personalized quote?", content: "You can easily request a free, no-obligation quote by filling out the contact form on our website or calling us directly. We'll assess your needs and provide a tailored estimate."},
|
||||
{
|
||||
id: "3", title: "Are your cleaning products safe and eco-friendly?", content: "Yes, RESET™ prioritizes safety and sustainability. We use professional-grade, eco-friendly, and non-toxic cleaning solutions that are safe for your family, pets, and the environment."},
|
||||
{
|
||||
id: "4", title: "What is your service guarantee?", content: "We are committed to delivering exceptional results. If you're not completely satisfied with our service, please contact us within 24 hours, and we will make it right."},
|
||||
{
|
||||
id: "5", title: "Do you offer recurring cleaning and maintenance services?", content: "Absolutely. We provide customized recurring service plans for commercial clients and can arrange periodic maintenance for residential properties based on your specific requirements."},
|
||||
{
|
||||
id: "6", title: "What is the typical timeframe for a restoration project?", content: "Project duration varies greatly depending on the scope and complexity. During your initial consultation, we'll provide a detailed project timeline and keep you informed every step of the way."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -220,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