Update src/app/page.tsx

This commit is contained in:
2026-05-11 14:29:59 +00:00
parent f79a07256d
commit 815af9486c

View File

@@ -38,6 +38,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="DG AUTO"
button={{ text: "Contact", href: "#contact" }}
/>
</div>
@@ -75,6 +76,7 @@ export default function LandingPage() {
title="Nos Spécialités"
description="Technologie et expertise pour votre véhicule."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "f1", title: "Reprogrammation", subtitle: "Optimisation électronique", category: "Moteur", value: "Stage 1/2" },
@@ -90,6 +92,7 @@ export default function LandingPage() {
description="Optimisez votre véhicule avec nos pièces sélectionnées."
animationType="slide-up"
gridVariant="four-items-2x2-equal-grid"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Admission Carbone", price: "499€", imageSrc: "http://img.b2bpic.net/different-car-accessories-composition_23-2149030441.jpg" },
@@ -106,6 +109,7 @@ export default function LandingPage() {
description="Plus de 500 projets réalisés avec succès."
animationType="slide-up"
gridVariant="uniform-all-items-equal"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "500+", description: "Véhicules préparés" },