From 07e0a9013d0d02c8699511a0f2db9e1026703c2a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:38:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } -- 2.49.1