diff --git a/src/app/page.tsx b/src/app/page.tsx index e15396a..8436d8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "plain" }} - 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" } ] } ]} @@ -127,10 +127,10 @@ export default function LandingPage() { title="Our Impact" description="Years of dedicated service and countless healthy, happy pets demonstrate our commitment to excellence." metrics={[ - { id: "years", value: "14+", title: "Years of Service", description: "Serving the community since 2010", imageSrc: "http://img.b2bpic.net/free-photo/cute-big-dog-veterinary-clinic_23-2148302248.jpg", imageAlt: "Achievement milestone" }, - { id: "pets", value: "5000+", title: "Happy Pets", description: "Trusted by pet owners in our community", imageSrc: "http://img.b2bpic.net/free-photo/cute-big-dog-veterinary-clinic_23-2148302248.jpg", imageAlt: "Happy pets" }, - { id: "procedures", value: "10000+", title: "Procedures", description: "Successfully completed treatments", imageSrc: "http://img.b2bpic.net/free-photo/cute-big-dog-veterinary-clinic_23-2148302248.jpg", imageAlt: "Successful procedures" }, - { id: "vets", value: "8", title: "Veterinarians", description: "Expert care team members", imageSrc: "http://img.b2bpic.net/free-photo/cute-big-dog-veterinary-clinic_23-2148302248.jpg", imageAlt: "Veterinary team" } + { id: "years", value: "14+", title: "Years of Service", description: "Serving the community since 2010", imageSrc: "http://img.b2bpic.net/free-photo/cute-big-dog-veterinary-clinic_23-2148302248.jpg?_wi=3", imageAlt: "Achievement milestone" }, + { id: "pets", value: "5000+", title: "Happy Pets", description: "Trusted by pet owners in our community", imageSrc: "http://img.b2bpic.net/free-photo/cute-big-dog-veterinary-clinic_23-2148302248.jpg?_wi=4", imageAlt: "Happy pets" }, + { id: "procedures", value: "10000+", title: "Procedures", description: "Successfully completed treatments", imageSrc: "http://img.b2bpic.net/free-photo/cute-big-dog-veterinary-clinic_23-2148302248.jpg?_wi=5", imageAlt: "Successful procedures" }, + { id: "vets", value: "8", title: "Veterinarians", description: "Expert care team members", imageSrc: "http://img.b2bpic.net/free-photo/cute-big-dog-veterinary-clinic_23-2148302248.jpg?_wi=6", imageAlt: "Veterinary team" } ]} animationType="slide-up" tag="Achievement"