From dad751db3f29bd9c84f8af44294243960ff595eb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 17:59:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b56c066..1aa9c5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,13 +127,13 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "rating", value: "4.6⭐" + value: "4.6⭐", description: "Étoiles clients" }, { - id: "service", value: "100%" + value: "100%", description: "Satisfaction service" }, { - id: "experience", value: "10+" + value: "10+", description: "Ans d'expérience" } ]} title="Ce Que Nos Clients Disent"