Update src/app/contact/page.tsx
This commit is contained in:
@@ -48,23 +48,14 @@ export default function ContactPage() {
|
|||||||
<ContactFaq
|
<ContactFaq
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "What's the fastest way to reach you?", content:
|
||||||
title: "What's the fastest way to reach you?",
|
"Call +91-XXXXXXX or WhatsApp us immediately. We respond within 30 minutes during business hours. For emergency services, WhatsApp us anytime."},
|
||||||
content:
|
|
||||||
"Call +91-XXXXXXX or WhatsApp us immediately. We respond within 30 minutes during business hours. For emergency services, WhatsApp us anytime.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Can I book a service online?", content:
|
||||||
title: "Can I book a service online?",
|
"Yes! Call or WhatsApp with your service requirements. We'll confirm appointment details, required documents, and service fee. Payment can be made online or at office."},
|
||||||
content:
|
|
||||||
"Yes! Call or WhatsApp with your service requirements. We'll confirm appointment details, required documents, and service fee. Payment can be made online or at office.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Do you offer home service or door pickup?", content:
|
||||||
title: "Do you offer home service or door pickup?",
|
"For document collection in Karawal Nagar and nearby areas, we can arrange. Call us for details. Service fee may apply based on location."},
|
||||||
content:
|
|
||||||
"For document collection in Karawal Nagar and nearby areas, we can arrange. Call us for details. Service fee may apply based on location.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ctaTitle="Book Your Service Now"
|
ctaTitle="Book Your Service Now"
|
||||||
ctaDescription="Contact us immediately to schedule your appointment. We're available Monday-Saturday 9AM-6PM."
|
ctaDescription="Contact us immediately to schedule your appointment. We're available Monday-Saturday 9AM-6PM."
|
||||||
@@ -79,53 +70,29 @@ export default function ContactPage() {
|
|||||||
<FaqDouble
|
<FaqDouble
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "What are your office hours?", content:
|
||||||
title: "What are your office hours?",
|
"Monday-Saturday: 9 AM - 6 PM | Sunday: 10 AM - 4 PM | Closed on National Holidays. WhatsApp available 24/7 for urgent queries and bookings."},
|
||||||
content:
|
|
||||||
"Monday-Saturday: 9 AM - 6 PM | Sunday: 10 AM - 4 PM | Closed on National Holidays. WhatsApp available 24/7 for urgent queries and bookings.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Where is your office located?", content:
|
||||||
title: "Where is your office located?",
|
"We are located in Karawal Nagar, Delhi. Our office is easily accessible by metro and car. DM us on WhatsApp for exact address and directions."},
|
||||||
content:
|
|
||||||
"We are located in Karawal Nagar, Delhi. Our office is easily accessible by metro and car. DM us on WhatsApp for exact address and directions.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "What payment methods do you accept?", content:
|
||||||
title: "What payment methods do you accept?",
|
"We accept UPI, net banking, NEFT transfer, and cash. Online payments get 2% discount. Receipt and invoice provided for all transactions."},
|
||||||
content:
|
|
||||||
"We accept UPI, net banking, NEFT transfer, and cash. Online payments get 2% discount. Receipt and invoice provided for all transactions.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Do you provide follow-up support?", content:
|
||||||
title: "Do you provide follow-up support?",
|
"Yes! We provide complete follow-up support for your service. Status updates via WhatsApp. We'll inform you immediately once documents are ready."},
|
||||||
content:
|
|
||||||
"Yes! We provide complete follow-up support for your service. Status updates via WhatsApp. We'll inform you immediately once documents are ready.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Can I visit without appointment?", content:
|
||||||
title: "Can I visit without appointment?",
|
"We prefer scheduled appointments to ensure you meet the right consultant. Walk-ins are welcome but you might have to wait. Call ahead for guaranteed consultation."},
|
||||||
content:
|
|
||||||
"We prefer scheduled appointments to ensure you meet the right consultant. Walk-ins are welcome but you might have to wait. Call ahead for guaranteed consultation.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", title: "How do I track my application status?", content:
|
||||||
title: "How do I track my application status?",
|
"Send your request on WhatsApp and we'll provide real-time status updates. You can also visit office for direct update. We update customers regularly."},
|
||||||
content:
|
|
||||||
"Send your request on WhatsApp and we'll provide real-time status updates. You can also visit office for direct update. We update customers regularly.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "7",
|
id: "7", title: "Do you handle urgent/emergency services?", content:
|
||||||
title: "Do you handle urgent/emergency services?",
|
"Yes! For urgent services, contact us immediately. We can prioritize your application for express service. Additional urgent service fees may apply."},
|
||||||
content:
|
|
||||||
"Yes! For urgent services, contact us immediately. We can prioritize your application for express service. Additional urgent service fees may apply.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "8",
|
id: "8", title: "What if I have a complaint or concern?", content:
|
||||||
title: "What if I have a complaint or concern?",
|
"We value feedback. Contact our manager directly. We address all concerns within 24 hours. Your satisfaction is our priority. Guaranteed resolution."},
|
||||||
content:
|
|
||||||
"We value feedback. Contact our manager directly. We address all concerns within 24 hours. Your satisfaction is our priority. Guaranteed resolution.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Common questions about contacting us and booking services"
|
description="Common questions about contacting us and booking services"
|
||||||
@@ -159,9 +126,7 @@ export default function ContactPage() {
|
|||||||
items: [
|
items: [
|
||||||
{ label: "📞 Call: +91-XXXXXXX", href: "tel:+919876543210" },
|
{ label: "📞 Call: +91-XXXXXXX", href: "tel:+919876543210" },
|
||||||
{
|
{
|
||||||
label: "💬 WhatsApp: +91-XXXXXXX",
|
label: "💬 WhatsApp: +91-XXXXXXX", href: "https://wa.me/919876543210"},
|
||||||
href: "https://wa.me/919876543210",
|
|
||||||
},
|
|
||||||
{ label: "📍 Karawal Nagar, Delhi", href: "#" },
|
{ label: "📍 Karawal Nagar, Delhi", href: "#" },
|
||||||
{ label: "⏰ Mon-Sat: 9AM-6PM", href: "#" },
|
{ label: "⏰ Mon-Sat: 9AM-6PM", href: "#" },
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user