Update src/app/contact/page.tsx

This commit is contained in:
2026-03-02 20:05:48 +00:00
parent f47391a573
commit 5a16bda4ec

View File

@@ -42,7 +42,7 @@ export default function ContactPage() {
title="Connect With City Hospital Maternity Home"
description="Ready to begin your journey with us? Enter your email below and our experienced appointment team will contact you within 24 hours to schedule your consultation with one of our gynecologists and discuss your maternity care options."
tagIcon={Calendar}
tagAnimation="entrance-slide"
tagAnimation="none"
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
@@ -55,32 +55,23 @@ export default function ContactPage() {
<FaqSplitMedia
faqs={[
{
id: "1",
title: "How do I book an appointment?",
content: "You can book an appointment by filling out the contact form above, calling us directly at +92 333 456 7890, or visiting our facility in person. Our reception team will help you schedule a time that works best for you.",
},
id: "1", title: "How do I book an appointment?", content: "You can book an appointment by filling out the contact form above, calling us directly at +92 333 456 7890, or visiting our facility in person. Our reception team will help you schedule a time that works best for you."},
{
id: "2",
title: "What should I bring to my first visit?",
content: "Please bring your CNIC, health insurance card (if available), any previous medical records, and a list of medications you're taking. For first prenatal visit, bring your menstrual history information.",
},
id: "2", title: "What should I bring to my first visit?", content: "Please bring your CNIC, health insurance card (if available), any previous medical records, and a list of medications you're taking. For first prenatal visit, bring your menstrual history information."},
{
id: "3",
title: "What are your operating hours?",
content: "City Hospital Maternity Home operates 24/7 for emergency services. Regular consultations are available from 9 AM to 6 PM, Monday through Friday, and 10 AM to 2 PM on Saturdays. Emergency services are available round-the-clock.",
},
id: "3", title: "What are your operating hours?", content: "City Hospital Maternity Home operates 24/7 for emergency services. Regular consultations are available from 9 AM to 6 PM, Monday through Friday, and 10 AM to 2 PM on Saturdays. Emergency services are available round-the-clock."},
]}
imageSrc="http://img.b2bpic.net/free-photo/childcare-healthcare-facility-staff-high-fiving-ill-kid-medical-treatment-nurse-doing-high-five-gesture-with-sick-girl-resting-hospital-pediatric-ward-patient-bed_482257-49741.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/childcare-healthcare-facility-staff-high-fiving-ill-kid-medical-treatment-nurse-doing-high-five-gesture-with-sick-girl-resting-hospital-pediatric-ward-patient-bed_482257-49741.jpg"
imageAlt="Contact and Appointment Information"
title="Frequently Asked Questions"
description="Find answers to common questions about scheduling appointments and what to expect during your visit to City Hospital."
tag="Help & Information"
tagIcon={HelpCircle}
tagAnimation="entrance-slide"
tagAnimation="none"
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="entrance-slide"
faqsAnimation="entrance-slide"
mediaAnimation="none"
faqsAnimation="none"
mediaPosition="left"
animationType="smooth"
/>