diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a951691..750857b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -85,7 +85,7 @@ export default function AboutPage() { description="We provide compassionate, high-quality, and affordable health care services. Our commitment to your wellbeing extends beyond treatment—we're dedicated to building healthier communities throughout the Southwest." tag="Our Mission" tagIcon={Heart} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8047p4" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8047p4&_wi=2" imageAlt="Diverse medical team" mediaAnimation="slide-up" metrics={[ @@ -174,16 +174,16 @@ export default function AboutPage() { testimonials={[ { id: "testimonial-1", title: "Outstanding Care", quote: "The doctors and staff at Dignity Health made me feel heard and cared for. The entire experience was professional and compassionate.", name: "Maria Rodriguez", role: "Patient, Phoenix", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mcyie0", imageAlt: "Maria Rodriguez"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mcyie0&_wi=2", imageAlt: "Maria Rodriguez"}, { id: "testimonial-2", title: "Trusted Healthcare Partner", quote: "For years, Dignity Health has been my family's healthcare provider. Their dedication to quality care is unmatched in our community.", name: "James Chen", role: "Patient, Los Angeles", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=786z5t", imageAlt: "James Chen"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=786z5t&_wi=2", imageAlt: "James Chen"}, { id: "testimonial-3", title: "Exceptional Emergency Care", quote: "When my son needed emergency care, the ER team was incredible. They were quick, efficient, and genuinely caring throughout.", name: "Sarah Williams", role: "Patient, Las Vegas", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2vmwmr", imageAlt: "Sarah Williams"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2vmwmr&_wi=2", imageAlt: "Sarah Williams"}, { id: "testimonial-4", title: "Life-Changing Treatment", quote: "The specialists at Dignity Health provided the treatment I needed. I'm grateful for their expertise and personalized approach.", name: "David Martinez", role: "Patient, Phoenix", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ou1yze", imageAlt: "David Martinez"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ou1yze&_wi=2", imageAlt: "David Martinez"}, ]} containerClassName="max-w-7xl mx-auto px-4" textBoxTitleClassName="text-4xl md:text-5xl font-light" @@ -193,7 +193,7 @@ export default function AboutPage() {