diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d76005..1f651d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,18 +29,9 @@ export default function LandingPage() { @@ -213,27 +111,11 @@ export default function LandingPage() { description="Découvrez les talents qui orchestrent votre repas." groups={[ { - id: "kitchen", - groupTitle: "Cuisine", - members: [ - { - id: "chef", - title: "Chef Aurèle", - subtitle: "Exécutif", - detail: "15 ans d'étoiles.", - imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=3", - }, - { - id: "sous", - title: "Marc T.", - subtitle: "Sous-chef", - detail: "Passionné par les produits locaux.", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=3", - }, + id: "kitchen", groupTitle: "Cuisine", members: [ + { id: "chef", title: "Chef Aurèle", subtitle: "Exécutif", detail: "15 ans d'étoiles." }, + { id: "sous", title: "Marc T.", subtitle: "Sous-chef", detail: "Passionné par les produits locaux." }, ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg?_wi=3", - imageAlt: "fine dining restaurant ambiance luxury dark", - }, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg", imageAlt: "fine dining restaurant ambiance luxury dark"}, ]} /> @@ -241,12 +123,10 @@ export default function LandingPage() {