From f8932b674bf8da508a82118fee0fcf74242c9a96 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 11:59:35 +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 a2489ae..4820e2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "circleGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/cute-big-dog-veterinary-clinic_23-2148302248.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cute-big-dog-veterinary-clinic_23-2148302248.jpg?_wi=1" imageAlt="Veterinarian examining a happy dog" mediaAnimation="opacity" frameStyle="card" @@ -82,29 +82,29 @@ export default function LandingPage() { { title: "Wellness Exams", description: "Regular health checkups to monitor your pet's overall well-being and catch any potential issues early.", icon: Heart, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198695.jpg", imageAlt: "Veterinarian examining a cat" }, - { imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-hours-with-customer_23-2149714458.jpg", imageAlt: "Modern clinic interior" } + { imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198695.jpg?_wi=1", imageAlt: "Veterinarian examining a cat" }, + { imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-hours-with-customer_23-2149714458.jpg?_wi=1", imageAlt: "Modern clinic interior" } ] }, { title: "Vaccinations", description: "Protect your pets with our comprehensive vaccination programs designed for preventive care.", icon: Shield, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-cute-dog-vet-check-up_23-2149271857.jpg", imageAlt: "Veterinarian administering vaccine" }, - { imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198695.jpg", imageAlt: "Pet wellness care" } + { imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198695.jpg?_wi=2", imageAlt: "Pet wellness care" } ] }, { title: "Surgical Services", description: "Advanced surgical procedures performed by experienced veterinarians with modern equipment.", icon: Zap, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-checking-dog_23-2149271806.jpg", imageAlt: "Veterinary surgical team" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cute-big-dog-veterinary-clinic_23-2148302248.jpg", imageAlt: "Professional veterinary care" } + { imageSrc: "http://img.b2bpic.net/free-photo/cute-big-dog-veterinary-clinic_23-2148302248.jpg?_wi=2", imageAlt: "Professional veterinary care" } ] }, { title: "Dental Care", description: "Professional dental cleaning and oral health treatments to keep your pet's smile healthy.", icon: Smile, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-medical-scalpel-with-other-instruments-medicine_23-2149299238.jpg", imageAlt: "Pet dental care" }, - { imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-hours-with-customer_23-2149714458.jpg", imageAlt: "Clinic dental station" } + { imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-hours-with-customer_23-2149714458.jpg?_wi=2", imageAlt: "Clinic dental station" } ] } ]} -- 2.49.1