Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user