From 175deebbd0f8c832c721268040fc727d01c1cbcb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 13:51:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60ffd9f..5e60847 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,21 +96,21 @@ export default function HomePage() { id: 1, title: "Preventative Care", description: "Regular wellness exams, vaccinations, and health screenings to keep your pet thriving year-round.", - imageSrc: "http://img.b2bpic.net/free-photo/female-veterinarian-examining-sick-dog-lying-table-clinic_23-2147928387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-veterinarian-examining-sick-dog-lying-table-clinic_23-2147928387.jpg?_wi=1", imageAlt: "Pet wellness examination", }, { id: 2, title: "Diagnostic Services", description: "Advanced diagnostics including lab work, imaging, and ultrasound to identify and address health concerns early.", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-x-ray-machine-examine-patient_1170-2264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-x-ray-machine-examine-patient_1170-2264.jpg?_wi=1", imageAlt: "Veterinary diagnostic equipment", }, { id: 3, title: "Senior Pet Specialists", description: "Specialized care for aging pets with gentle attention, pain management, and quality-of-life support.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-teaching-her-grandfather-how-use-laptop_1157-30564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-teaching-her-grandfather-how-use-laptop_1157-30564.jpg?_wi=1", imageAlt: "Senior pet care consultation", }, ]} @@ -123,10 +123,10 @@ export default function HomePage() {