diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2fcedcb..06a6155 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -82,7 +82,7 @@ export default function AboutPage() { { value: "15+", title: "Years of Service" }, { value: "2,000+", title: "Lives Transformed" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-playing-with-cute-dog-up-adoption_23-2148682991.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-playing-with-cute-dog-up-adoption_23-2148682991.jpg?_wi=3" imageAlt="Shelter team caring for animals" useInvertedBackground={false} mediaAnimation="slide-up" @@ -104,7 +104,7 @@ export default function AboutPage() { tag: "Founder", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Dr. Sarah Mitchell", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-cute-rabbit_23-2149514560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-cute-rabbit_23-2149514560.jpg?_wi=2", }, { id: "2", @@ -115,7 +115,7 @@ export default function AboutPage() { tag: "Veterinarian", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", avatarAlt: "Marcus Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-family-dog_329181-20491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-family-dog_329181-20491.jpg?_wi=2", }, { id: "3", @@ -126,7 +126,7 @@ export default function AboutPage() { tag: "Adoption Specialist", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Rebecca Torres", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-leaning-dog-green-grass_23-2147902026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-leaning-dog-green-grass_23-2147902026.jpg?_wi=2", }, ]} textboxLayout="default" @@ -136,7 +136,7 @@ export default function AboutPage() {