Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-15 11:59:40 +00:00

View File

@@ -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" }
]
}
]}