diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index e6a24e3..80d08aa 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -27,41 +27,21 @@ export default function LandingPage() {
@@ -72,27 +52,16 @@ export default function LandingPage() {
description="Whether you have a question about our platform, need assistance with a listing, or want to provide feedback, we're here to listen."
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: "subject",
- type: "text",
- placeholder: "Subject",
- },
+ name: "subject", type: "text", placeholder: "Subject"},
]}
textarea={{
- name: "message",
- placeholder: "Your Message",
- rows: 5,
+ name: "message", placeholder: "Your Message", rows: 5,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288223.jpg?_wi=2"
@@ -110,20 +79,11 @@ export default function LandingPage() {
tag="Trust & Support"
metrics={[
{
- id: "1",
- value: "24/7",
- description: "Customer Support",
- },
+ id: "1", value: "24/7", description: "Customer Support"},
{
- id: "2",
- value: "98%",
- description: "Satisfaction Rate",
- },
+ id: "2", value: "98%", description: "Satisfaction Rate"},
{
- id: "3",
- value: "15 min",
- description: "Avg. Response Time",
- },
+ id: "3", value: "15 min", description: "Avg. Response Time"},
]}
metricsAnimation="blur-reveal"
/>
@@ -135,20 +95,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "How long does it take to get a response?",
- content: "We aim to respond to all inquiries within 24 hours, but typically you'll hear back from us within 15 minutes during business hours.",
- },
+ id: "1", title: "How long does it take to get a response?", content: "We aim to respond to all inquiries within 24 hours, but typically you'll hear back from us within 15 minutes during business hours."},
{
- id: "2",
- title: "Can I report a problematic user?",
- content: "Yes, please use the report function on the user's profile or listing, or contact us directly with details. We take community safety very seriously.",
- },
+ id: "2", title: "Can I report a problematic user?", content: "Yes, please use the report function on the user's profile or listing, or contact us directly with details. We take community safety very seriously."},
{
- id: "3",
- title: "What are your business hours?",
- content: "Our support team is available 24/7, though response times may vary slightly during off-peak hours.",
- },
+ id: "3", title: "What are your business hours?", content: "Our support team is available 24/7, though response times may vary slightly during off-peak hours."},
]}
title="Quick Answers for Common Queries"
description="Before sending a message, you might find your answer in our frequently asked questions section below."
@@ -160,50 +111,31 @@ export default function LandingPage() {