Update src/app/doctors/page.tsx
This commit is contained in:
@@ -43,11 +43,11 @@ export default function DoctorsPage() {
|
||||
description="At City Hospital Maternity Home, we are proud to have assembled a team of highly qualified, compassionate healthcare professionals dedicated to delivering exceptional maternal care. Each member of our team brings years of specialized experience and a deep commitment to the wellbeing of mothers and newborns."
|
||||
tag="Meet Our Team"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="entrance-slide"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg?_wi=3"
|
||||
tagAnimation="none"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg"
|
||||
imageAlt="City Hospital Medical Team"
|
||||
buttons={[{ text: "Book a Consultation", href: "/contact" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -56,41 +56,23 @@ export default function DoctorsPage() {
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
title: "Senior Gynecologists",
|
||||
items: [
|
||||
"Specialists in obstetrics and gynecology",
|
||||
"Advanced training in high-risk pregnancies",
|
||||
"Certified in maternal fetal medicine",
|
||||
],
|
||||
id: "1", value: "15+", title: "Senior Gynecologists", items: [
|
||||
"Specialists in obstetrics and gynecology", "Advanced training in high-risk pregnancies", "Certified in maternal fetal medicine"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "30+",
|
||||
title: "Nursing & Midwifery Staff",
|
||||
items: [
|
||||
"Trained midwives with delivery experience",
|
||||
"Lactation consultants and coaches",
|
||||
"Postpartum care specialists",
|
||||
],
|
||||
id: "2", value: "30+", title: "Nursing & Midwifery Staff", items: [
|
||||
"Trained midwives with delivery experience", "Lactation consultants and coaches", "Postpartum care specialists"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "5+",
|
||||
title: "Specialist Support Team",
|
||||
items: [
|
||||
"Pediatricians for newborn care",
|
||||
"Anesthesiologists for surgical delivery",
|
||||
"Mental health counselors",
|
||||
],
|
||||
id: "3", value: "5+", title: "Specialist Support Team", items: [
|
||||
"Pediatricians for newborn care", "Anesthesiologists for surgical delivery", "Mental health counselors"],
|
||||
},
|
||||
]}
|
||||
title="Professional Excellence & Continuous Learning"
|
||||
description="Our medical staff undergoes regular training and stays updated with the latest maternal healthcare practices, ensuring you receive evidence-based care meeting international standards."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="entrance-slide"
|
||||
animationType="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,7 +82,7 @@ export default function DoctorsPage() {
|
||||
title="Schedule Your Doctor's Consultation"
|
||||
description="Meet with our experienced gynecologists to discuss your pregnancy, address your concerns, and develop a personalized care plan tailored to your specific needs and preferences."
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
Reference in New Issue
Block a user