From ac9697aaa3ac9f09f99a374b0435beec652452d2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 13:51:20 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7490858..61533c8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,7 +51,7 @@ export default function AboutPage() { { value: "Expert", label: "Compassionate Care" }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/side-view-doctor-is-unhappy-posing_179666-43652.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-doctor-is-unhappy-posing_179666-43652.jpg?_wi=1" imageAlt="Red Barn Veterinary Team" mediaAnimation="blur-reveal" /> @@ -80,7 +80,7 @@ export default function AboutPage() { id: "1", name: "Dr. Sarah March, DVM", role: "Founder & Lead Veterinarian", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-is-unhappy-posing_179666-43652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-is-unhappy-posing_179666-43652.jpg?_wi=2", imageAlt: "Dr. Sarah March", }, ]} @@ -97,9 +97,9 @@ export default function AboutPage() {