diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 0a064c7..5979ea1 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -28,30 +28,16 @@ export default function LandingPage() {
@@ -63,27 +49,16 @@ export default function LandingPage() {
description="Ready to transform your space? Fill out the form below, and we'll get back to you to discuss your needs and schedule a consultation."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number (Optional)",
- },
+ name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your organizing needs...",
- rows: 4,
+ name: "message", placeholder: "Tell us about your organizing needs...", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-looking-plans_23-2148819849.jpg?_wi=4"
@@ -100,37 +75,20 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "What areas do you serve?",
- content: "We primarily serve Waxhaw, NC, and surrounding areas. Please contact us to confirm service availability in your specific location.",
- },
+ id: "1", title: "What areas do you serve?", content: "We primarily serve Waxhaw, NC, and surrounding areas. Please contact us to confirm service availability in your specific location."},
{
- id: "2",
- title: "How long does a typical organizing project take?",
- content: "Project durations vary depending on the scope and client needs. After an initial consultation, we provide an estimated timeline.",
- },
+ id: "2", title: "How long does a typical organizing project take?", content: "Project durations vary depending on the scope and client needs. After an initial consultation, we provide an estimated timeline."},
{
- id: "3",
- title: "Do I need to be present during the organizing process?",
- content: "While your input is valuable, especially during decluttering, your presence is flexible. We can work independently or collaboratively.",
- },
+ id: "3", title: "Do I need to be present during the organizing process?", content: "While your input is valuable, especially during decluttering, your presence is flexible. We can work independently or collaboratively."},
{
- id: "4",
- title: "Are your cleaning products truly eco-friendly?",
- content: "Yes, we exclusively use biodegradable, non-toxic, and sustainable cleaning products that are safe for your family, pets, and the environment.",
- },
+ id: "4", title: "Are your cleaning products truly eco-friendly?", content: "Yes, we exclusively use biodegradable, non-toxic, and sustainable cleaning products that are safe for your family, pets, and the environment."},
{
- id: "5",
- title: "What is your cancellation policy?",
- content: "Please refer to our detailed Terms and Conditions for information on our cancellation and rescheduling policies.",
- },
+ id: "5", title: "What is your cancellation policy?", content: "Please refer to our detailed Terms and Conditions for information on our cancellation and rescheduling policies."},
]}
ctaTitle="Have More Questions?"
ctaDescription="We're here to help! Reach out directly if you can't find your answer below."
ctaButton={{
- text: "Call Us Now",
- href: "tel:+17045551234",
- }}
+ text: "Call Us Now", href: "tel:+17045551234"}}
ctaIcon={Phone}
/>
@@ -139,21 +97,16 @@ export default function LandingPage() {
@@ -162,54 +115,33 @@ export default function LandingPage() {