diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 274db67..bd6d971 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -63,11 +63,11 @@ export default function HomePage() { description="Une équipe dévouée, professionnelle et toujours à l'écoute pour vos besoins dentaires." items={[ { - title: "Dr. Vo", description: "Dentiste principale, reconnue pour sa douceur et sa précision dans les soins restaurateurs.", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-posing_179666-43610.jpg", buttonText: "En savoir plus", imageSrc: "http://img.b2bpic.net/free-photo/dentist-process-dental-services-dental-office-dental-treatment_1321-2939.jpg?_wi=2"}, + title: "Dr. Vo", description: "Principal Dentist, known for her gentle touch and precision in restorative care.", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-posing_179666-43610.jpg", buttonText: "Learn more", imageSrc: "http://img.b2bpic.net/free-photo/dentist-process-dental-services-dental-office-dental-treatment_1321-2939.jpg?_wi=2"}, { - title: "Dr. Ulmeni", description: "Expert passionné par la santé bucco-dentaire globale et le confort des patients.", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-doctor-with-stethoscope-clinic_1303-19759.jpg", buttonText: "En savoir plus", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053285.jpg?_wi=2"}, + title: "Dr. Ulmeni", description: "Expert passionate about overall oral health and patient comfort.", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-doctor-with-stethoscope-clinic_1303-19759.jpg", buttonText: "Learn more", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053285.jpg?_wi=2"}, { - title: "Sarah M.", description: "Hygiéniste dentaire chevronnée, dédiée à l'éducation et aux soins préventifs.", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-dentist-showing-digital-tablet-clinic_23-2147879207.jpg", buttonText: "En savoir plus", imageSrc: "http://img.b2bpic.net/free-vector/dental-care-icon-set_98292-2365.jpg?_wi=2"}, + title: "Sarah M.", description: "Experienced dental hygienist, dedicated to education and preventive care.", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-dentist-showing-digital-tablet-clinic_23-2147879207.jpg", buttonText: "Learn more", imageSrc: "http://img.b2bpic.net/free-vector/dental-care-icon-set_98292-2365.jpg?_wi=2"}, ]} /> @@ -76,20 +76,16 @@ export default function HomePage() {
@@ -98,12 +94,12 @@ export default function HomePage() {