diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e5f8f7d..fa84614 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { icon: HeartHandshake, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/vet-with-nurse-examining-german-shepherd_7502-9552.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vet-with-nurse-examining-german-shepherd_7502-9552.jpg?_wi=2" imageAlt="veterinarian smiling with a happy dog" mediaAnimation="slide-up" /> @@ -110,28 +110,28 @@ export default function LandingPage() { id: "1", name: "Dr. Emily Chen", role: "Lead Veterinarian", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-cute-dog_23-2149271862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-cute-dog_23-2149271862.jpg?_wi=2", imageAlt: "portrait of Dr. Emily Chen", }, { id: "2", name: "Dr. David Lee", role: "Associate Veterinarian", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg?_wi=2", imageAlt: "portrait of Dr. David Lee", }, { id: "3", name: "Sarah Green", role: "Veterinary Technician", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143857.jpg?_wi=2", imageAlt: "portrait of Sarah Green", }, { id: "4", name: "Mark Wilson", role: "Practice Manager", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-owner-holding-cute-dog_23-2149143856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-owner-holding-cute-dog_23-2149143856.jpg?_wi=2", imageAlt: "portrait of Mark Wilson", }, ]} @@ -151,7 +151,7 @@ export default function LandingPage() { name: "Jessica S.", role: "Cat Owner", testimonial: "Dr. Emily and her team are amazing! They handled my nervous cat with such kindness and professionalism. I wouldn't trust anyone else with my furry friend.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-siamese-cat-room_1398-3805.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-siamese-cat-room_1398-3805.jpg?_wi=2", imageAlt: "Jessica S. portrait", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { name: "Michael R.", role: "Dog Owner", testimonial: "Truvet Pet Care always goes above and beyond. My dog loves coming here, and I always feel confident he's getting the best possible care.", - imageSrc: "http://img.b2bpic.net/free-photo/looking-proud-confident-cool-cheeky-arrogant-smiling-feeling-successful_1194-400217.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/looking-proud-confident-cool-cheeky-arrogant-smiling-feeling-successful_1194-400217.jpg?_wi=2", imageAlt: "Michael R. portrait", }, { @@ -167,7 +167,7 @@ export default function LandingPage() { name: "Olivia P.", role: "Bird Enthusiast", testimonial: "Professional, caring, and truly dedicated. They treated my exotic bird with the same expertise as a dog or cat. Highly recommend them for any pet needs.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-taking-selfie_23-2148260124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-taking-selfie_23-2148260124.jpg?_wi=2", imageAlt: "Olivia P. portrait", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { name: "Daniel K.", role: "Multiple Pet Owner", testimonial: "We've been bringing our pets here for years, and they consistently provide top-notch service. The staff is always friendly and knowledgeable.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-outdoors_23-2149557009.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-outdoors_23-2149557009.jpg?_wi=2", imageAlt: "Daniel K. portrait", }, ]}