Merge version_3 into main #4
@@ -71,11 +71,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
title="Nos Spécialités Dentaires"
|
||||
description="Découvrez nos services complets conçus pour offrir une santé dentaire durable et un sourire éclatant."
|
||||
buttons={[{ text: "Prendre RDV", href: "#contact" }]}
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Hygiène et Prévention", description: "Des soins préventifs complets, incluant nettoyages, détartrages professionnels et conseils personnalisés pour une santé bucco-dentaire durable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-male-doctor_23-2151107442.jpg"
|
||||
@@ -96,12 +96,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
title="Bo Sourire en Chiffres"
|
||||
description="Nos indicateurs de performance clinique et satisfaction patient."
|
||||
metrics={[
|
||||
{ id: "m1", value: "98%", title: "Taux Satisfaction", description: "Patients ravis", icon: Star },
|
||||
{ id: "m2", value: "24/7", title: "Support Patient", description: "Assistance en ligne", icon: Clock },
|
||||
{ id: "m3", value: "100%", title: "Sécurité Soins", description: "Normes stérilisation", icon: ShieldCheck },
|
||||
]}
|
||||
title="Bo Sourire en Chiffres"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,6 +110,8 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
description="Ce que nos patients disent de nous."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Marie D.", role: "Patiente", testimonial: "Un accueil exceptionnel, je recommande." },
|
||||
{ id: "t2", name: "Thomas P.", role: "Patient", testimonial: "Cabinet moderne et rassurant." },
|
||||
@@ -120,6 +123,8 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Réponses aux questions fréquemment posées sur nos services."
|
||||
faqs={[
|
||||
{ id: "f1", title: "Comment prendre rendez-vous ?", content: "Via notre formulaire en ligne ou par téléphone." },
|
||||
]}
|
||||
@@ -134,6 +139,7 @@ export default function LandingPage() {
|
||||
title="Réservez votre consultation"
|
||||
description="Remplissez ce formulaire pour nous indiquer vos besoins. Nous vous contacterons rapidement."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user