From db128fe1a05dbf36071c30d5eec859b095c311ac Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:08:58 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 45d4271..1bf155f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,7 +44,7 @@ export default function AboutPage() { tag="About Us" tagIcon={Shield} tagAnimation="none" - imageSrc="http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg" + imageSrc="http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg?_wi=2" imageAlt="City Hospital Maternity Home - Our Dedicated Team" buttons={[{ text: "Visit Our Services", href: "/services" }]} buttonAnimation="none" -- 2.49.1 From 945891a2525a1da9b810d567886817ca44b66244 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:09:01 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 268e9e6..ddb0b1f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -61,7 +61,7 @@ export default function ContactPage() { { 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" + 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=3" 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." -- 2.49.1 From 4da6bd409d769fe16e0bdcc49996fb865f7ad01c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:09:02 +0000 Subject: [PATCH 3/5] Update src/app/doctors/page.tsx --- src/app/doctors/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/doctors/page.tsx b/src/app/doctors/page.tsx index 23d99f7..53c7f78 100644 --- a/src/app/doctors/page.tsx +++ b/src/app/doctors/page.tsx @@ -44,7 +44,7 @@ export default function DoctorsPage() { tag="Meet Our Team" tagIcon={Shield} tagAnimation="none" - imageSrc="http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg" + imageSrc="http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg?_wi=3" imageAlt="City Hospital Medical Team" buttons={[{ text: "Book a Consultation", href: "/contact" }]} buttonAnimation="none" -- 2.49.1 From 604b74ffc68cb27009cbc985ea58fea612e3a333 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:09:03 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f328b5..0ef6c1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function HomePage() { tag="Our Commitment" tagIcon={Shield} tagAnimation="none" - imageSrc="http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg" + imageSrc="http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg?_wi=1" imageAlt="City Hospital Maternity Home - Professional Team" buttons={[{ text: "Learn About Our Team", href: "/doctors" }]} buttonAnimation="none" @@ -129,17 +129,17 @@ export default function HomePage() { Date: Mon, 2 Mar 2026 20:09:04 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0ab50e1..983b56a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -68,7 +68,7 @@ export default function ServicesPage() { { id: "3", title: "What postpartum care is provided?", content: "After delivery, we provide comprehensive postpartum care including wound care, lactation support, newborn care assistance, postnatal exercises, and emotional counseling. Extended stay options are available for additional recovery time."}, ]} - 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" + 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" imageAlt="Comprehensive Healthcare Services" title="Common Questions About Our Services" description="Get detailed information about our maternal care offerings and what to expect during your journey with City Hospital." -- 2.49.1