diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f8ae00..f302d95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,6 +72,7 @@ export default function MediConsultPage() { imageAlt="MediConsult academic project team working on healthcare platform" useInvertedBackground={true} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -102,7 +103,7 @@ export default function MediConsultPage() { title: "Validation par Secrétaire", description: "Processus de vérification et d'optimisation des rendez-vous", bentoComponent: "line-chart" }, { - title: "Planification", description: "Calendrier intelligent avec gestion des disponibilités et ressources", bentoComponent: "3d-task-list", title: "Planification", items: [ + title: "Planification", description: "Calendrier intelligent avec gestion des disponibilités et ressources", bentoComponent: "3d-task-list", items: [ { icon: Clock, label: "Rendez-vous", time: "09:00 - 17:00" }, { icon: Calendar, label: "Consultations", time: "Quotidien" }, { icon: Users, label: "Patients", time: "Gestion" }