Update src/app/services/page.tsx

This commit is contained in:
2026-03-02 19:40:19 +00:00
parent c038b85d64
commit 7af5059723

View File

@@ -85,7 +85,7 @@ export default function ServicesPage() {
tag="Our Services"
tagIcon={Stethoscope}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/pregnant-woman-receiving-ultrasound-scan-stomach_107420-63777.jpg"
imageSrc="http://img.b2bpic.net/free-photo/pregnant-woman-receiving-ultrasound-scan-stomach_107420-63777.jpg?_wi=2"
imageAlt="Professional maternity care services"
buttons={[
{ text: "Book Now", href: "/contact" },
@@ -104,15 +104,15 @@ export default function ServicesPage() {
features={[
{
id: 1,
tag: "Prenatal", title: "Antenatal Care & Monitoring", subtitle: "Comprehensive pregnancy monitoring from first trimester to delivery", description: "Our antenatal program includes regular health checkups, ultrasound scans, blood tests, and nutritional counseling. We monitor fetal development, assess maternal health, and provide personalized guidance throughout your pregnancy. High-risk pregnancies receive specialized attention with advanced monitoring technologies.", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-receiving-ultrasound-scan-stomach_107420-63777.jpg", buttons: [{ text: "Schedule Visit", href: "/contact" }],
tag: "Prenatal", title: "Antenatal Care & Monitoring", subtitle: "Comprehensive pregnancy monitoring from first trimester to delivery", description: "Our antenatal program includes regular health checkups, ultrasound scans, blood tests, and nutritional counseling. We monitor fetal development, assess maternal health, and provide personalized guidance throughout your pregnancy. High-risk pregnancies receive specialized attention with advanced monitoring technologies.", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-receiving-ultrasound-scan-stomach_107420-63777.jpg?_wi=3", buttons: [{ text: "Schedule Visit", href: "/contact" }],
},
{
id: 2,
tag: "Delivery", title: "Normal & Assisted Delivery", subtitle: "Experienced team for natural and assisted deliveries", description: "Our gynecologists provide expert guidance for normal vaginal deliveries with continuous fetal monitoring. For cases requiring assistance, we offer vacuum and forceps delivery options when medically appropriate, ensuring the safest delivery method for mother and baby.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-nurse-helping-pregnant-wife-sit-wheelchair-maternity-ward-hospital-young-caucasian-mother-preparing-childbirth-medical-assistance-with-father-baby_482257-30448.jpg", buttons: [{ text: "Book Delivery Package", href: "/contact" }],
tag: "Delivery", title: "Normal & Assisted Delivery", subtitle: "Experienced team for natural and assisted deliveries", description: "Our gynecologists provide expert guidance for normal vaginal deliveries with continuous fetal monitoring. For cases requiring assistance, we offer vacuum and forceps delivery options when medically appropriate, ensuring the safest delivery method for mother and baby.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-nurse-helping-pregnant-wife-sit-wheelchair-maternity-ward-hospital-young-caucasian-mother-preparing-childbirth-medical-assistance-with-father-baby_482257-30448.jpg?_wi=2", buttons: [{ text: "Book Delivery Package", href: "/contact" }],
},
{
id: 3,
tag: "Surgery", title: "Cesarean Section Surgery", subtitle: "Safe surgical delivery with modern techniques and care", description: "For planned or emergency cesarean sections, our team utilizes modern surgical techniques, advanced anesthesia protocols, and comprehensive post-operative care. We ensure optimal outcomes for complicated pregnancies requiring surgical intervention.", imageSrc: "http://img.b2bpic.net/free-photo/surgeons-performing-operation-operation-room_1170-2223.jpg", buttons: [{ text: "Learn More", href: "/contact" }],
tag: "Surgery", title: "Cesarean Section Surgery", subtitle: "Safe surgical delivery with modern techniques and care", description: "For planned or emergency cesarean sections, our team utilizes modern surgical techniques, advanced anesthesia protocols, and comprehensive post-operative care. We ensure optimal outcomes for complicated pregnancies requiring surgical intervention.", imageSrc: "http://img.b2bpic.net/free-photo/surgeons-performing-operation-operation-room_1170-2223.jpg?_wi=2", buttons: [{ text: "Learn More", href: "/contact" }],
},
]}
textboxLayout="default"