From cf60c55f101162f10d75eab57b9f1673424ec60d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:36:52 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 59445dc..7acd6f2 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -91,7 +91,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" }, @@ -114,7 +114,7 @@ export default function ServicesPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-receiving-ultrasound-scan-stomach_107420-63777.jpg?_wi=3", buttons: [{ text: "Schedule Visit", href: "/contact" }], }, { @@ -123,7 +123,7 @@ export default function ServicesPage() { 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", + 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" }], }, { @@ -132,7 +132,7 @@ export default function ServicesPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/surgeons-performing-operation-operation-room_1170-2223.jpg?_wi=2", buttons: [{ text: "Learn More", href: "/contact" }], }, ]}