From d262b49b989abb78aeea0b9b49760d8fb7137450 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:42:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ad2643..57cef1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,15 +60,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "@sarahmvetpet", testimonial: "The care and attention our golden retriever received was exceptional. Dr. Johnson explained everything clearly and made Max feel completely comfortable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hugging-her-pet-dog_23-2149202529.jpg", imageAlt: "Sarah with her dog" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hugging-her-pet-dog_23-2149202529.jpg?_wi=1", imageAlt: "Sarah with her dog" }, { name: "James Chen", handle: "@jameschen2024", testimonial: "Excellent facility and incredibly knowledgeable staff. They went above and beyond to help our rescue kitten adjust and thrive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg", imageAlt: "James with his cat" + imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg?_wi=1", imageAlt: "James with his cat" }, { name: "Emily Rodriguez", handle: "@emilyrodpets", testimonial: "Best veterinary experience we've had. The team is professional, kind, and genuinely cares about each animal's wellbeing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-walks-park-with-her-dog_1157-16028.jpg", imageAlt: "Emily with her dog" + imageSrc: "http://img.b2bpic.net/free-photo/girl-walks-park-with-her-dog_1157-16028.jpg?_wi=1", imageAlt: "Emily with her dog" } ]} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-cute-rabbit_23-2149514560.jpg" @@ -174,15 +174,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "Golden Retriever Owner", testimonial: "The care and attention our golden retriever received was exceptional. Dr. Johnson explained everything clearly and made Max feel completely comfortable during his surgery recovery.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hugging-her-pet-dog_23-2149202529.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hugging-her-pet-dog_23-2149202529.jpg?_wi=2", imageAlt: "Sarah Mitchell" }, { id: "2", name: "James Chen", handle: "Rescue Cat Parent", testimonial: "Excellent facility and incredibly knowledgeable staff. They went above and beyond to help our rescue kitten adjust and thrive during her first months with us.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg", imageAlt: "James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg?_wi=2", imageAlt: "James Chen" }, { id: "3", name: "Emily Rodriguez", handle: "Labrador Mix Owner", testimonial: "Best veterinary experience we've had. The team is professional, kind, and genuinely cares about each animal's wellbeing. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-walks-park-with-her-dog_1157-16028.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/girl-walks-park-with-her-dog_1157-16028.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { id: "4", name: "Margaret Thompson", handle: "Senior Cat Parent", testimonial: "They helped our elderly cat through challenging health issues with such gentleness and expertise. We're so grateful for their compassionate approach.", rating: 5, -- 2.49.1