From f6494e90a598e31377bbeaf20590cb32c1faea88 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:29:09 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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", }, ]} -- 2.49.1 From 8ac2400932f0a9768a570c181a94a81a24c2c7c7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:29:09 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 605aff6..7bbe6fb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -94,7 +94,7 @@ export default function LandingPage() { rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/unfocused-cinema-entrance_1203-816.jpg" + imageSrc="http://img.b2bpic.net/free-photo/unfocused-cinema-entrance_1203-816.jpg?_wi=2" imageAlt="modern vet clinic reception" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 691ccfba7103132dde6c8cdfe9594e6212251adc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:29:10 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b76d1d..889ca51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { href: "/#services", }, ]} - 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=1" imageAlt="Veterinarian smiling with a happy dog" /> @@ -122,7 +122,7 @@ export default function LandingPage() { title: "Routine Check-ups & Wellness", description: "Regular examinations, vaccinations, and preventive care to keep your pet healthy and happy for years to come.", tag: "Health", - imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314382.jpg?_wi=1", imageAlt: "Veterinarian giving a dog a checkup", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { title: "Advanced Surgical Procedures", description: "Our state-of-the-art facility provides a wide range of surgical options, from routine spay/neuter to complex orthopedic procedures.", tag: "Surgery", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-careful-doctor-checking-dog-s-ear_23-2148302269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-careful-doctor-checking-dog-s-ear_23-2148302269.jpg?_wi=1", imageAlt: "Veterinarian performing surgery on a pet", }, ]} @@ -156,28 +156,28 @@ export default function LandingPage() { id: "vet1", name: "Dr. Sarah Miller", role: "Chief 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=1", imageAlt: "Dr. Sarah Miller, Chief Veterinarian", }, { id: "vet2", name: "Dr. John Doe", role: "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=1", imageAlt: "Dr. John Doe, Veterinarian", }, { id: "assistant1", name: "Emily Chen", 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=1", imageAlt: "Emily Chen, Veterinary Technician", }, { id: "assistant2", name: "David Lee", role: "Clinic 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=1", imageAlt: "David Lee, Clinic Manager", }, ]} @@ -193,25 +193,25 @@ export default function LandingPage() { { id: "1", name: "Laura S.", - 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=1", imageAlt: "Laura S.", }, { id: "2", name: "Mark J.", - 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=1", imageAlt: "Mark J.", }, { id: "3", name: "Jessica L.", - 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=1", imageAlt: "Jessica L.", }, { id: "4", name: "Robert P.", - 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=1", imageAlt: "Robert P.", }, { @@ -289,7 +289,7 @@ export default function LandingPage() { rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/unfocused-cinema-entrance_1203-816.jpg" + imageSrc="http://img.b2bpic.net/free-photo/unfocused-cinema-entrance_1203-816.jpg?_wi=1" imageAlt="Modern veterinary clinic interior with reception desk" mediaAnimation="entrance-slide" mediaPosition="right" -- 2.49.1 From d28c0ddccb2245e00d68b9d70ad88a34d904f401 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:29:10 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9dafc61..0aef926 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { id: "1", title: "Routine Check-ups & Vaccinations", description: "Preventative care is key to a long, healthy life. We offer thorough exams and tailored vaccination plans.", - imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314382.jpg?_wi=2", imageAlt: "vet examining dog", }, { @@ -89,14 +89,14 @@ export default function LandingPage() { id: "3", title: "Surgical Procedures", description: "Our experienced surgeons perform a range of procedures with utmost care and advanced anesthetic monitoring.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-careful-doctor-checking-dog-s-ear_23-2148302269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-careful-doctor-checking-dog-s-ear_23-2148302269.jpg?_wi=2", imageAlt: "pet surgery", }, { id: "4", title: "Dental Health Care", description: "Keep your pet's teeth and gums healthy with our comprehensive dental cleaning and care services.", - imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314382.jpg?_wi=3", imageAlt: "dog getting dental checkup", }, ]} -- 2.49.1