diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d66356a..55c2a58 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -77,7 +77,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" @@ -92,11 +92,11 @@ export default function AboutPage() { tag="Our Team" testimonials={[ { - id: "1", name: "Dr. Sarah Mitchell, Executive Director", date: "Date: Since 2010", title: "Founded with a passion for animal welfare", quote: "We started PawsHaven because we believed every animal deserves a second chance. Over the years, seeing families reunited with their perfect companions has been the greatest reward we could ask for.", 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"}, + id: "1", name: "Dr. Sarah Mitchell, Executive Director", date: "Date: Since 2010", title: "Founded with a passion for animal welfare", quote: "We started PawsHaven because we believed every animal deserves a second chance. Over the years, seeing families reunited with their perfect companions has been the greatest reward we could ask for.", 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?_wi=2"}, { - id: "2", name: "Marcus Johnson, Head of Veterinary Care", date: "Date: 12 Years", title: "Dedicated to animal health and wellness", quote: "My role is ensuring every animal receives the best medical care possible. From routine checkups to emergency interventions, we're here 24/7 to keep our animals healthy and ready for their new homes.", 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"}, + id: "2", name: "Marcus Johnson, Head of Veterinary Care", date: "Date: 12 Years", title: "Dedicated to animal health and wellness", quote: "My role is ensuring every animal receives the best medical care possible. From routine checkups to emergency interventions, we're here 24/7 to keep our animals healthy and ready for their new homes.", 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?_wi=2"}, { - id: "3", name: "Rebecca Torres, Adoption Counselor", date: "Date: 8 Years", title: "Making perfect matches every day", quote: "There's nothing more fulfilling than connecting the right pet with the right family. I take pride in ensuring every adoption is a success story that will last a lifetime.", 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"}, + id: "3", name: "Rebecca Torres, Adoption Counselor", date: "Date: 8 Years", title: "Making perfect matches every day", quote: "There's nothing more fulfilling than connecting the right pet with the right family. I take pride in ensuring every adoption is a success story that will last a lifetime.", 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?_wi=2"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -105,7 +105,7 @@ export default function AboutPage() {