diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b92a04..eb03fdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { products={[ { id: "implants", brand: "Advanced", name: "Dental Implants", price: "Premium", rating: 5, - reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-with-material-tooth-treatment-dentistry-concept_169016-66712.jpg", imageAlt: "Dental implant restoration" + reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-with-material-tooth-treatment-dentistry-concept_169016-66712.jpg?_wi=1", imageAlt: "Dental implant restoration" }, { id: "whitening", brand: "Professional", name: "Teeth Whitening", price: "Standard", rating: 5, @@ -131,16 +131,16 @@ export default function LandingPage() { animationType="slide-up" features={[ { - title: "Latest Technology", description: "State-of-the-art equipment and techniques for superior results and patient comfort.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-with-material-tooth-treatment-dentistry-concept_169016-66712.jpg", imageAlt: "Advanced dental technology" + title: "Latest Technology", description: "State-of-the-art equipment and techniques for superior results and patient comfort.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-with-material-tooth-treatment-dentistry-concept_169016-66712.jpg?_wi=2", imageAlt: "Advanced dental technology" }, { - title: "Expert Team", description: "Highly trained specialists with decades of combined experience in all areas of dentistry.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098619.jpg", imageAlt: "Professional dental team" + title: "Expert Team", description: "Highly trained specialists with decades of combined experience in all areas of dentistry.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098619.jpg?_wi=1", imageAlt: "Professional dental team" }, { - title: "Patient-First Approach", description: "Personalized treatment plans tailored to your unique needs and aesthetic goals.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg", imageAlt: "Patient care consultation" + title: "Patient-First Approach", description: "Personalized treatment plans tailored to your unique needs and aesthetic goals.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg?_wi=1", imageAlt: "Patient care consultation" }, { - title: "Comfort & Luxury", description: "Relax in our premium facilities designed for maximum comfort and peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098619.jpg", imageAlt: "Luxury dental clinic" + title: "Comfort & Luxury", description: "Relax in our premium facilities designed for maximum comfort and peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098619.jpg?_wi=2", imageAlt: "Luxury dental clinic" } ]} /> @@ -188,7 +188,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "aurora" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg?_wi=2" imageAlt="Schedule your dental consultation" mediaAnimation="blur-reveal" mediaPosition="right"