diff --git a/src/app/page.tsx b/src/app/page.tsx index 1177bd5..0812c5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "Local Pet Owner", testimonial: "Kind, compassionate, and professional during a very difficult time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-jeans-is-resting-living-room-playing-with-dog_197531-14792.jpg", imageAlt: "veterinarian comforting dog home peaceful"}, + imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-jeans-is-resting-living-room-playing-with-dog_197531-14792.jpg?_wi=1", imageAlt: "veterinarian comforting dog home peaceful"}, { name: "Mark D.", handle: "Local Pet Owner", testimonial: "Made saying goodbye peaceful and respectful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-pet-lifestyle_23-2149180492.jpg", imageAlt: "veterinarian comforting dog home peaceful"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-pet-lifestyle_23-2149180492.jpg?_wi=1", imageAlt: "veterinarian comforting dog home peaceful"}, { name: "Elena R.", handle: "Local Pet Owner", testimonial: "They truly care about the animal and the family.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-cute-cat_23-2149339569.jpg", imageAlt: "veterinarian comforting dog home peaceful"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-cute-cat_23-2149339569.jpg?_wi=1", imageAlt: "veterinarian comforting dog home peaceful"}, { name: "Tom K.", handle: "Local Pet Owner", testimonial: "In-home care made such a difference in my dog's stress level.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-cute-chihuahua-dog_23-2150264973.jpg", imageAlt: "veterinarian comforting dog home peaceful"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-cute-chihuahua-dog_23-2150264973.jpg?_wi=1", imageAlt: "veterinarian comforting dog home peaceful"}, { name: "Jen L.", handle: "Local Pet Owner", testimonial: "Supportive and gentle throughout the entire process.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-cute-greyhound-dog_23-2150231829.jpg", imageAlt: "veterinarian comforting dog home peaceful"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-cute-greyhound-dog_23-2150231829.jpg?_wi=1", imageAlt: "veterinarian comforting dog home peaceful"}, ]} buttons={[ { @@ -73,7 +73,7 @@ export default function LandingPage() { { text: "Book Appointment", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/charming-woman-jeans-is-resting-living-room-playing-with-dog_197531-14792.jpg" + imageSrc="http://img.b2bpic.net/free-photo/charming-woman-jeans-is-resting-living-room-playing-with-dog_197531-14792.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/home-lifestyle-concept-beautiful-young-woman-with-dog-sitting-sofa-eating-cereals-hugging_1258-195211.jpg", alt: "Portrait of smiling pet owner"}, @@ -111,13 +111,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pet-lifestyle_23-2149180492.jpg"}, + id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pet-lifestyle_23-2149180492.jpg?_wi=2"}, { - id: "2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-cute-cat_23-2149339569.jpg"}, + id: "2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-cute-cat_23-2149339569.jpg?_wi=2"}, { - id: "3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-cute-chihuahua-dog_23-2150264973.jpg"}, + id: "3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-cute-chihuahua-dog_23-2150264973.jpg?_wi=2"}, { - id: "4", name: "Tom K.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-cute-greyhound-dog_23-2150231829.jpg"}, + id: "4", name: "Tom K.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-cute-greyhound-dog_23-2150231829.jpg?_wi=2"}, { id: "5", name: "Jen L.", imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-with-her-pet_23-2149284090.jpg"}, ]}