From f588d8b0404552561bcb9963aa9cb102b06f41bb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 02:43:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3f2bd3..7b1a86f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-patient-doctor-s-appointment_23-2149870263.jpg", imageAlt: "Clinic interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-looks-her-teeth-mirror-sitting-dentist-office_8353-1664.jpg", imageAlt: "Professional care" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg", imageAlt: "Welcome area" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg?_wi=1", imageAlt: "Welcome area" } ]} autoplayDelay={5000} showDimOverlay={true} @@ -68,22 +68,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Consultation Dentaire", description: "Examen approfondi et diagnostic professionnel pour évaluer votre santé bucco-dentaire", imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19621.jpg", imageAlt: "Consultation" + title: "Consultation Dentaire", description: "Examen approfondi et diagnostic professionnel pour évaluer votre santé bucco-dentaire", imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19621.jpg?_wi=1", imageAlt: "Consultation" }, { - title: "Nettoyage Dentaire", description: "Détartrage professionnel et nettoyage complet pour une hygiène optimale", imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19621.jpg", imageAlt: "Nettoyage" + title: "Nettoyage Dentaire", description: "Détartrage professionnel et nettoyage complet pour une hygiène optimale", imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19621.jpg?_wi=2", imageAlt: "Nettoyage" }, { - title: "Traitement des Caries", description: "Traitement moderne et indolore des caries avec matériaux de qualité supérieure", imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19621.jpg", imageAlt: "Traitement" + title: "Traitement des Caries", description: "Traitement moderne et indolore des caries avec matériaux de qualité supérieure", imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19621.jpg?_wi=3", imageAlt: "Traitement" }, { - title: "Blanchiment Dentaire", description: "Blanchissement professionnel pour un sourire éclatant et durable", imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19621.jpg", imageAlt: "Blanchiment" + title: "Blanchiment Dentaire", description: "Blanchissement professionnel pour un sourire éclatant et durable", imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19621.jpg?_wi=4", imageAlt: "Blanchiment" }, { - title: "Prothèses Dentaires", description: "Solutions de prothèses adaptées à vos besoins avec confort optimal", imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19621.jpg", imageAlt: "Prothèses" + title: "Prothèses Dentaires", description: "Solutions de prothèses adaptées à vos besoins avec confort optimal", imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19621.jpg?_wi=5", imageAlt: "Prothèses" }, { - title: "Urgences Dentaires", description: "Service d'urgence disponible pour soulager vos douleurs dentaires rapidement", imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19621.jpg", imageAlt: "Urgences" + title: "Urgences Dentaires", description: "Service d'urgence disponible pour soulager vos douleurs dentaires rapidement", imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19621.jpg?_wi=6", imageAlt: "Urgences" } ]} /> @@ -142,7 +142,7 @@ export default function LandingPage() { id: "6", title: "Acceptez-vous les patients pour la première fois?", content: "Absolument! Nous accueillons chaleureusement les nouveaux patients. Contactez-nous pour prendre votre premier rendez-vous avec le Dr El Benaissi." } ]} - imageSrc="http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg?_wi=2" imageAlt="Notre clinique accueillante" title="Questions Fréquemment Posées" description="Trouvez les réponses aux questions courantes sur nos services et notre clinique" -- 2.49.1