From 2e7b7c4bfcd281dcee8260ea9e919088b935d1fa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:57:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc3d80c..55e516a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,9 +76,9 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" metrics={[ - { value: "19 ans", title: "d'expérience", id: "exp", description: "" }, - { value: "500+", title: "projets réalisés", id: "projects", description: "" }, - { value: "100%", title: "satisfaction client", id: "satisfaction", description: "" } + { value: "19 ans", title: "d'expérience", description: "" }, + { value: "500+", title: "projets réalisés", description: "" }, + { value: "100%", title: "satisfaction client", description: "" } ]} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/male-worker-puts-laminate-flooring-floor_169016-17653.jpg" @@ -143,16 +143,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "clients", value: "500+", title: "Projets réalisés", description: "En 19 ans d'activité, une clientèle fidèle et satisfaite" + id: "clients", value: "500+", title: "Projets réalisés", description: "En 19 ans d'activité, une clientèle fidèle et satisfaite", videoSrc: "" }, { - id: "rating", value: "5/5", title: "Avis Google", description: "Notation exceptionnelle basée sur les témoignages clients" + id: "rating", value: "5/5", title: "Avis Google", description: "Notation exceptionnelle basée sur les témoignages clients", videoSrc: "" }, { - id: "area", value: "24210", title: "Basé à Montagnac", description: "Proximité garantie pour tous vos projets en Dordogne" + id: "area", value: "24210", title: "Basé à Montagnac", description: "Proximité garantie pour tous vos projets en Dordogne", videoSrc: "" }, { - id: "quality", value: "100%", title: "Satisfaction", description: "Engagement de qualité et de respect des délais" + id: "quality", value: "100%", title: "Satisfaction", description: "Engagement de qualité et de respect des délais", videoSrc: "" } ]} ariaLabel="Section Métriques"