Merge version_1 into main #2
@@ -49,47 +49,24 @@ export default function ContactPage() {
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
faqsAnimation="none"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the clinic's operating hours?",
|
||||
content: "Divya Clinic operates in two sessions: Morning (9:00 AM - 1:00 PM) and Evening (5:00 PM - 9:00 PM). We are open six days a week to serve our patients' convenience.",
|
||||
},
|
||||
id: "1", title: "What are the clinic's operating hours?", content: "Divya Clinic operates in two sessions: Morning (9:00 AM - 1:00 PM) and Evening (5:00 PM - 9:00 PM). We are open six days a week to serve our patients' convenience."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How can I book an appointment?",
|
||||
content: "You can call us at 0172-260-4000, use WhatsApp for quick appointment booking, or visit our clinic directly at SCF 45-46 Circular Road, Burail, Sector 45, Chandigarh. We also have an online booking option available.",
|
||||
},
|
||||
id: "2", title: "How can I book an appointment?", content: "You can call us at 0172-260-4000, use WhatsApp for quick appointment booking, or visit our clinic directly at SCF 45-46 Circular Road, Burail, Sector 45, Chandigarh. We also have an online booking option available."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is Dr. Anil Kumar experienced with child care?",
|
||||
content: "Yes, Dr. Anil Kumar is a certified Child Specialist with extensive experience treating infants, children, and adolescents. He combines pediatric expertise with compassionate care for young patients.",
|
||||
},
|
||||
id: "3", title: "Is Dr. Anil Kumar experienced with child care?", content: "Yes, Dr. Anil Kumar is a certified Child Specialist with extensive experience treating infants, children, and adolescents. He combines pediatric expertise with compassionate care for young patients."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you have laboratory testing facilities?",
|
||||
content: "Yes, Divya Clinic & Clinical Laboratory offers on-site diagnostic testing including blood work, pathology tests, and routine health screenings. Results are typically available quickly.",
|
||||
},
|
||||
id: "4", title: "Do you have laboratory testing facilities?", content: "Yes, Divya Clinic & Clinical Laboratory offers on-site diagnostic testing including blood work, pathology tests, and routine health screenings. Results are typically available quickly."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What insurance plans do you accept?",
|
||||
content: "We accept various health insurance plans. Please call us at 0172-260-4000 to confirm if your insurance provider is accepted or to discuss payment options.",
|
||||
},
|
||||
id: "5", title: "What insurance plans do you accept?", content: "We accept various health insurance plans. Please call us at 0172-260-4000 to confirm if your insurance provider is accepted or to discuss payment options."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How long are typical consultations?",
|
||||
content: "Dr. Anil Kumar conducts thorough consultations that typically last 15-30 minutes depending on your medical needs. We prioritize quality time with each patient for accurate diagnosis and personalized treatment.",
|
||||
},
|
||||
id: "6", title: "How long are typical consultations?", content: "Dr. Anil Kumar conducts thorough consultations that typically last 15-30 minutes depending on your medical needs. We prioritize quality time with each patient for accurate diagnosis and personalized treatment."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Can I get a prescription online?",
|
||||
content: "For follow-up consultations and prescriptions, you may contact us via phone or WhatsApp. For new patients or complex cases, an in-clinic visit is recommended for proper examination and diagnosis.",
|
||||
},
|
||||
id: "7", title: "Can I get a prescription online?", content: "For follow-up consultations and prescriptions, you may contact us via phone or WhatsApp. For new patients or complex cases, an in-clinic visit is recommended for proper examination and diagnosis."},
|
||||
{
|
||||
id: "8",
|
||||
title: "What should I bring for my first visit?",
|
||||
content: "Please bring your health insurance card, ID proof, and any previous medical records or test reports. If you have specific symptoms, please note them down to help Dr. Kumar understand your condition better.",
|
||||
},
|
||||
id: "8", title: "What should I bring for my first visit?", content: "Please bring your health insurance card, ID proof, and any previous medical records or test reports. If you have specific symptoms, please note them down to help Dr. Kumar understand your condition better."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,19 +93,13 @@ export default function ContactPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:01722604000",
|
||||
ariaLabel: "Call Divya Clinic",
|
||||
},
|
||||
href: "tel:01722604000", ariaLabel: "Call Divya Clinic"},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
href: "https://wa.me/919216504000",
|
||||
ariaLabel: "WhatsApp Divya Clinic",
|
||||
},
|
||||
href: "https://wa.me/919216504000", ariaLabel: "WhatsApp Divya Clinic"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://maps.app.goo.gl/drfVATfWQUWDpNwGA",
|
||||
ariaLabel: "Google Maps - Divya Clinic Location",
|
||||
},
|
||||
href: "https://maps.app.goo.gl/drfVATfWQUWDpNwGA", ariaLabel: "Google Maps - Divya Clinic Location"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user