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