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" 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." 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" 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() {