Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17d3c72fcd | |||
| 4310ce6061 | |||
| 4c4142bf29 | |||
| f014b58147 | |||
| d9ca683bb4 |
@@ -9,7 +9,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
|||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import { Award, CheckCircle, Shield, Zap, Cpu, Wrench, Gauge, Disc } from "lucide-react";
|
import { Award, CheckCircle, Shield, Zap, Cpu, Wrench, Gauge, Disc } from "lucide-react";
|
||||||
@@ -30,7 +30,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Accueil", id: "hero" },
|
{ name: "Accueil", id: "hero" },
|
||||||
{ name: "Services", id: "features" },
|
{ name: "Services", id: "features" },
|
||||||
@@ -67,6 +67,7 @@ export default function LandingPage() {
|
|||||||
{ icon: CheckCircle, label: "Véhicules révisés", value: "5000+" },
|
{ icon: CheckCircle, label: "Véhicules révisés", value: "5000+" },
|
||||||
{ icon: Shield, label: "Garantie constructeur", value: "100%" },
|
{ icon: Shield, label: "Garantie constructeur", value: "100%" },
|
||||||
]}
|
]}
|
||||||
|
metricsContainerClassName="text-white"
|
||||||
metricsAnimation="blur-reveal"
|
metricsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -95,6 +96,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Nos Services Spécialisés"
|
title="Nos Services Spécialisés"
|
||||||
description="Nous couvrons l'entretien complet de votre véhicule avec des technologies de pointe et des pièces d'origine certifiées."
|
description="Nous couvrons l'entretien complet de votre véhicule avec des technologies de pointe et des pièces d'origine certifiées."
|
||||||
|
featureDescriptionClassName="text-white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -113,6 +115,7 @@ export default function LandingPage() {
|
|||||||
{ id: "p6", name: "Scanner OBD2", price: "120€", imageSrc: "http://img.b2bpic.net/free-photo/young-female-being-uber-driver_23-2149184217.jpg" },
|
{ id: "p6", name: "Scanner OBD2", price: "120€", imageSrc: "http://img.b2bpic.net/free-photo/young-female-being-uber-driver_23-2149184217.jpg" },
|
||||||
]}
|
]}
|
||||||
title="Pièces & Accessoires Premium"
|
title="Pièces & Accessoires Premium"
|
||||||
|
cardPriceClassName="text-white"
|
||||||
description="Retrouvez les meilleurs composants pour prolonger la durée de vie de votre véhicule."
|
description="Retrouvez les meilleurs composants pour prolonger la durée de vie de votre véhicule."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -130,6 +133,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Impact en chiffres"
|
title="Impact en chiffres"
|
||||||
description="La confiance de nos clients se traduit par des résultats concrets sur le terrain."
|
description="La confiance de nos clients se traduit par des résultats concrets sur le terrain."
|
||||||
|
valueClassName="text-white"
|
||||||
|
metricDescriptionClassName="text-white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -192,4 +197,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user