diff --git a/src/app/equipe/page.tsx b/src/app/equipe/page.tsx index e10970c..3588456 100644 --- a/src/app/equipe/page.tsx +++ b/src/app/equipe/page.tsx @@ -26,29 +26,17 @@ export default function LandingPage() { @@ -62,11 +50,7 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "m1", - name: "Dr. C. Landel-Vallais", - role: "Orthodontiste", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg", - }, + id: "m1", name: "Dr. C. Landel-Vallais", role: "Orthodontiste", imageSrc: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg"}, ]} title="Dr. Corinne Landel-Vallais" description="Expertise et engagement quotidien." @@ -82,18 +66,10 @@ export default function LandingPage() { description="Professionnels à votre écoute." groups={[ { - id: "g1", - groupTitle: "Praticiens", - members: [ + id: "g1", groupTitle: "Praticiens", members: [ { - id: "m1", - title: "Dr. Landel-Vallais", - subtitle: "Orthodontiste", - detail: "Spécialiste qualifiée", - }, + id: "m1", title: "Dr. Landel-Vallais", subtitle: "Orthodontiste", detail: "Spécialiste qualifiée"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-watercolor-smoke-eye_23-2148226988.jpg", - imageAlt: "Abstract watercolor smoke eye", }, ]} /> @@ -104,16 +80,11 @@ export default function LandingPage() { logoText="OCLV" columns={[ { - title: "Informations", - items: [ + title: "Informations", items: [ { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, { - label: "Mentions Légales", - href: "#", - }, + label: "Mentions Légales", href: "#"}, ], }, ]}