From cdb5fcaf6aa422f2f8d1af73504e5b13b4fdc450 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:00:48 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cdeb4d9..eb1bea1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function AboutPage() { tagIcon={Heart} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-spending-time-with-cute-rescue-dogs-shelter_23-2148682966.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-spending-time-with-cute-rescue-dogs-shelter_23-2148682966.jpg?_wi=2" imageAlt="PawsHaven team with animals" imagePosition="right" mediaAnimation="blur-reveal" @@ -75,7 +75,7 @@ export default function AboutPage() { title: "Perfect Matches", description: "We use behavioral assessments to match each animal with the ideal family and lifestyle", icon: Lightbulb } ]} - imageSrc="http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=2" imageAlt="Happy family with rescued pet" imagePosition="left" mediaAnimation="opacity" @@ -96,11 +96,11 @@ export default function AboutPage() { features={[ { id: 1, - title: "Comprehensive Medical Care", description: "Every animal receives complete veterinary evaluations, vaccinations, spaying/neutering, microchipping, and treatment for any medical conditions.", imageSrc: "http://img.b2bpic.net/free-photo/young-puppy-veterinarian-going-health-checkup-professional-examining-dog-using-stethoscope_839833-8462.jpg", imageAlt: "Veterinary care" + title: "Comprehensive Medical Care", description: "Every animal receives complete veterinary evaluations, vaccinations, spaying/neutering, microchipping, and treatment for any medical conditions.", imageSrc: "http://img.b2bpic.net/free-photo/young-puppy-veterinarian-going-health-checkup-professional-examining-dog-using-stethoscope_839833-8462.jpg?_wi=2", imageAlt: "Veterinary care" }, { id: 2, - title: "Behavioral Assessment & Training", description: "Our trained behaviorists evaluate each animal's temperament and provide specialized training to prepare them for home life.", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg", imageAlt: "Animal behavioral training" + title: "Behavioral Assessment & Training", description: "Our trained behaviorists evaluate each animal's temperament and provide specialized training to prepare them for home life.", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg?_wi=7", imageAlt: "Animal behavioral training" }, { id: 3, @@ -125,19 +125,19 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "Max's Transformation", handle: "Rescued 2020", testimonial: "Found abandoned on the streets, Max received intensive medical treatment and training. Today, he's a certified therapy dog bringing joy to hospitals and nursing homes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Max" + imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg?_wi=10", imageAlt: "Max" }, { id: "2", name: "Luna's Journey", handle: "Rescued 2021", testimonial: "This sweet tabby was malnourished and frightened. After months of care and rehabilitation, Luna is now a confident, affectionate companion in a loving home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg", imageAlt: "Luna" + imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg?_wi=9", imageAlt: "Luna" }, { id: "3", name: "Charlie's New Life", handle: "Rescued 2022", testimonial: "Charlie arrived at our shelter traumatized and aggressive. Through patient rehabilitation and training, he's become the most loving family pet anyone could ask for.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-dogs-playing-with-flying-disc-park_342744-939.jpg", imageAlt: "Charlie" + imageSrc: "http://img.b2bpic.net/free-photo/two-dogs-playing-with-flying-disc-park_342744-939.jpg?_wi=6", imageAlt: "Charlie" }, { id: "4", name: "Bella's Story", handle: "Rescued 2023", testimonial: "Found in critical condition, Bella received emergency care and surgery. Now fully recovered, she's living her best life with a devoted family who adores her.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Bella" + imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg?_wi=11", imageAlt: "Bella" } ]} showRating={true}