Update src/app/equipe/page.tsx

This commit is contained in:
2026-05-12 20:24:35 +00:00
parent 0f58439478
commit 748b1d110d

View File

@@ -26,29 +26,17 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Accueil",
id: "/",
},
name: "Accueil", id: "/"},
{
name: "L'équipe",
id: "/equipe",
},
name: "L'équipe", id: "/equipe"},
{
name: "Première consultation",
id: "/consultation",
},
name: "Première consultation", id: "/consultation"},
{
name: "Traitements",
id: "/traitements",
},
name: "Traitements", id: "/traitements"},
{
name: "Actualités",
id: "/actualites",
},
name: "Actualités", id: "/actualites"},
{
name: "Nous contacter",
id: "/contact",
},
name: "Nous contacter", id: "/contact"},
]}
brandName="OCLV Orthodontie"
/>
@@ -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: "#"},
],
},
]}