From 090d6090735e05898221b221b9e3668d12d21c29 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 08:30:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d2b4bf..e51d9c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,9 +56,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Le spécialiste de l'EPI depuis 1996" metrics={[ - { icon: Award, label: "Années d'expertise", value: "28+" }, + { icon: Award, label: "Années d'expertise", value: "30+" }, { icon: ShieldCheck, label: "Produits certifiés", value: "1000+" }, - { icon: Users, label: "Clients satisfaits", value: "5000+" }, + { icon: Users, label: "Clients satisfaits", value: "10000+" }, ]} metricsAnimation="slide-up" /> -- 2.49.1