Update src/app/equipe/page.tsx
This commit is contained in:
@@ -26,29 +26,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Accueil",
|
name: "Accueil", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "L'équipe",
|
name: "L'équipe", id: "/equipe"},
|
||||||
id: "/equipe",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Première consultation",
|
name: "Première consultation", id: "/consultation"},
|
||||||
id: "/consultation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Traitements",
|
name: "Traitements", id: "/traitements"},
|
||||||
id: "/traitements",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Actualités",
|
name: "Actualités", id: "/actualites"},
|
||||||
id: "/actualites",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Nous contacter",
|
name: "Nous contacter", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="OCLV Orthodontie"
|
brandName="OCLV Orthodontie"
|
||||||
/>
|
/>
|
||||||
@@ -62,11 +50,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
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"},
|
||||||
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"
|
title="Dr. Corinne Landel-Vallais"
|
||||||
description="Expertise et engagement quotidien."
|
description="Expertise et engagement quotidien."
|
||||||
@@ -82,18 +66,10 @@ export default function LandingPage() {
|
|||||||
description="Professionnels à votre écoute."
|
description="Professionnels à votre écoute."
|
||||||
groups={[
|
groups={[
|
||||||
{
|
{
|
||||||
id: "g1",
|
id: "g1", groupTitle: "Praticiens", members: [
|
||||||
groupTitle: "Praticiens",
|
|
||||||
members: [
|
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", title: "Dr. Landel-Vallais", subtitle: "Orthodontiste", detail: "Spécialiste qualifiée"},
|
||||||
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"
|
logoText="OCLV"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Informations",
|
title: "Informations", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Mentions Légales",
|
label: "Mentions Légales", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user