Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
251
src/app/page.tsx
251
src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import { Check, Shield, Sparkles, Wrench } from "lucide-react";
|
import { Check, Shield, Sparkles, Wrench, Disc, Hammer } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Accueil",
|
name: "Accueil", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Atelier",
|
name: "Atelier", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Dyez Motor"
|
brandName="Dyez Motor"
|
||||||
/>
|
/>
|
||||||
@@ -55,66 +47,40 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Dyez Motor : L'Art du Pilotage"
|
title="Dyez Motor : L'Art du Pilotage"
|
||||||
description="Expertise technique et passion pour vos deux-roues. Nous redonnons vie à vos machines avec précision."
|
description="Expertise technique et passion pour vos deux-roues. Nous redonnons vie à vos machines avec précision."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Prendre Rendez-vous",
|
text: "Prendre Rendez-vous", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866661.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866661.jpg"
|
||||||
imageAlt="Atelier Dyez Motor"
|
imageAlt="Atelier Dyez Motor"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/busy-workshop-with-broken-mountain-bicycle-table_613910-20760.jpg",
|
src: "http://img.b2bpic.net/free-photo/busy-workshop-with-broken-mountain-bicycle-table_613910-20760.jpg", alt: "Client moto satisfait"},
|
||||||
alt: "Client moto satisfait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/handsome-redhead-male-jeans-coverall-working-with-bicycle-wheel-repair-shop-worker-removes-bicycle-tire-workshop_613910-5549.jpg",
|
src: "http://img.b2bpic.net/free-photo/handsome-redhead-male-jeans-coverall-working-with-bicycle-wheel-repair-shop-worker-removes-bicycle-tire-workshop_613910-5549.jpg", alt: "Client moto satisfait"},
|
||||||
alt: "Client moto satisfait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866640.jpg",
|
src: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866640.jpg", alt: "Client moto satisfait"},
|
||||||
alt: "Client moto satisfait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-red-head-bearded-bicycle-mechanic-workshop-with-bike-parts-wheel-background_613910-12622.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-red-head-bearded-bicycle-mechanic-workshop-with-bike-parts-wheel-background_613910-12622.jpg", alt: "Client moto satisfait"},
|
||||||
alt: "Client moto satisfait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/custom-motorcycle-standing-repair-shop_158595-8091.jpg",
|
src: "http://img.b2bpic.net/free-photo/custom-motorcycle-standing-repair-shop_158595-8091.jpg", alt: "Client moto satisfait"},
|
||||||
alt: "Client moto satisfait",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Rejoignez nos 5000+ passionnés"
|
avatarText="Rejoignez nos 5000+ passionnés"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8099.jpg", alt: "Logo marque 1"},
|
||||||
src: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8099.jpg",
|
|
||||||
alt: "Logo marque 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Performance"},
|
||||||
text: "Performance",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/two-handsome-stylish-males-working-with-bicycle-repair-shop-workers-repair-mounts-bike-workshop_613910-19667.jpg", alt: "Logo marque 2"},
|
||||||
src: "http://img.b2bpic.net/free-photo/two-handsome-stylish-males-working-with-bicycle-repair-shop-workers-repair-mounts-bike-workshop_613910-19667.jpg",
|
|
||||||
alt: "Logo marque 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Précision"},
|
||||||
text: "Précision",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/custom-motorcycle-standing-repair-shop_158595-8079.jpg", alt: "Logo marque 3"},
|
||||||
src: "http://img.b2bpic.net/free-photo/custom-motorcycle-standing-repair-shop_158595-8079.jpg",
|
|
||||||
alt: "Logo marque 3",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -124,9 +90,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="L'Excellence Mécanique"
|
title="L'Excellence Mécanique"
|
||||||
description={[
|
description={[
|
||||||
"Dyez Motor est un atelier dédié aux passionnés. Nous combinons des années d'expérience avec des outils de pointe pour assurer la performance et la sécurité de votre moto.",
|
"Dyez Motor est un atelier dédié aux passionnés. Nous combinons des années d'expérience avec des outils de pointe pour assurer la performance et la sécurité de votre moto.", "Chaque intervention est traitée avec le plus grand soin, respectant les standards les plus exigeants de la mécanique moto."]}
|
||||||
"Chaque intervention est traitée avec le plus grand soin, respectant les standards les plus exigeants de la mécanique moto.",
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -137,67 +101,43 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Entretien Complet",
|
title: "Entretien Complet", description: "Révisions constructeur et vidanges haute performance.", media: {
|
||||||
description: "Révisions constructeur et vidanges haute performance.",
|
imageSrc: "http://img.b2bpic.net/free-photo/custom-motorcycle-standing-repair-shop_158595-8093.jpg", imageAlt: "Entretien complet"},
|
||||||
media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/custom-motorcycle-standing-repair-shop_158595-8093.jpg",
|
|
||||||
imageAlt: "Entretien complet",
|
|
||||||
},
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Wrench,
|
icon: Wrench,
|
||||||
text: "Expertise certifiée",
|
text: "Expertise certifiée"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Check,
|
icon: Check,
|
||||||
text: "Pièces d'origine",
|
text: "Pièces d'origine"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
reverse: false,
|
reverse: false
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866661.jpg?_wi=2",
|
|
||||||
imageAlt: "motorcycle engine service",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Sécurité & Freinage",
|
title: "Sécurité & Freinage", description: "Contrôle intégral et remplacement de vos systèmes de freinage.", media: {
|
||||||
description: "Contrôle intégral et remplacement de vos systèmes de freinage.",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8123.jpg", imageAlt: "Sécurité freinage"},
|
||||||
media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8123.jpg",
|
|
||||||
imageAlt: "Sécurité freinage",
|
|
||||||
},
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Shield,
|
icon: Shield,
|
||||||
text: "Fiabilité accrue",
|
text: "Fiabilité accrue"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Disc,
|
icon: Disc,
|
||||||
text: "Test sur banc",
|
text: "Test sur banc"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
reverse: true,
|
reverse: true
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-dirt-bikes_23-2151493504.jpg",
|
|
||||||
imageAlt: "motorcycle engine service",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Restauration",
|
title: "Restauration", description: "Redonnez à votre machine son lustre d'antan.", media: {
|
||||||
description: "Redonnez à votre machine son lustre d'antan.",
|
imageSrc: "http://img.b2bpic.net/free-photo/fixing-custom-motorcycle-standing-repair-shop-instruments-equipment-hobbies-unique-jobs_158595-8095.jpg", imageAlt: "Restauration moto"},
|
||||||
media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fixing-custom-motorcycle-standing-repair-shop-instruments-equipment-hobbies-unique-jobs_158595-8095.jpg",
|
|
||||||
imageAlt: "Restauration moto",
|
|
||||||
},
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Sparkles,
|
icon: Sparkles,
|
||||||
text: "Finition luxueuse",
|
text: "Finition luxueuse"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Hammer,
|
icon: Hammer,
|
||||||
text: "Travail artisanal",
|
text: "Travail artisanal"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
reverse: false,
|
reverse: false
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/auto-repair-man-writing-notes-while-his-customer-is-pointing-problematic-spot-vehicle-hood-workshop_637285-7704.jpg?_wi=1",
|
|
||||||
imageAlt: "motorcycle engine service",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Nos Services"
|
title="Nos Services"
|
||||||
@@ -213,20 +153,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "15+", description: "Années d'expérience"},
|
||||||
value: "15+",
|
|
||||||
description: "Années d'expérience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "5000+", description: "Motos révisées"},
|
||||||
value: "5000+",
|
|
||||||
description: "Motos révisées",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "99%", description: "Clients satisfaits"},
|
||||||
value: "99%",
|
|
||||||
description: "Clients satisfaits",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Chiffres Clés"
|
title="Chiffres Clés"
|
||||||
description="La confiance se gagne par les faits."
|
description="La confiance se gagne par les faits."
|
||||||
@@ -239,55 +170,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Marc L.", date: "12/03/2024", title: "Passionné", quote: "Un service d'une précision incroyable.", tag: "Sport", avatarSrc: "http://img.b2bpic.net/free-photo/man-helping-woman-put-helmet_23-2147764127.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-scooter-tech-shop_1303-31316.jpg"},
|
||||||
name: "Marc L.",
|
|
||||||
date: "12/03/2024",
|
|
||||||
title: "Passionné",
|
|
||||||
quote: "Un service d'une précision incroyable.",
|
|
||||||
tag: "Sport",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-helping-woman-put-helmet_23-2147764127.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-scooter-tech-shop_1303-31316.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Sophie P.", date: "10/02/2024", title: "Routarde", quote: "Enfin un garage qui écoute les besoins.", tag: "Tourisme", avatarSrc: "http://img.b2bpic.net/free-photo/positive-bearded-redhead-male-leather-jacket-holds-motorcycle-helmet-grey-background_613910-1094.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-shaking-hands-with-his-customers-workshop_637285-7786.jpg"},
|
||||||
name: "Sophie P.",
|
|
||||||
date: "10/02/2024",
|
|
||||||
title: "Routarde",
|
|
||||||
quote: "Enfin un garage qui écoute les besoins.",
|
|
||||||
tag: "Tourisme",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-bearded-redhead-male-leather-jacket-holds-motorcycle-helmet-grey-background_613910-1094.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-shaking-hands-with-his-customers-workshop_637285-7786.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Thomas V.", date: "05/01/2024", title: "Collectionneur", quote: "La restauration est parfaite.", tag: "Vintage", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-leather-jacket-motorcycle_23-2148328607.jpg", imageSrc: "http://img.b2bpic.net/free-photo/model-with-motorcycle-helmet_23-2151585646.jpg"},
|
||||||
name: "Thomas V.",
|
|
||||||
date: "05/01/2024",
|
|
||||||
title: "Collectionneur",
|
|
||||||
quote: "La restauration est parfaite.",
|
|
||||||
tag: "Vintage",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-leather-jacket-motorcycle_23-2148328607.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/model-with-motorcycle-helmet_23-2151585646.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Lucas D.", date: "20/12/2023", title: "Biker", quote: "Rapidité et qualité au top.", tag: "Custom", avatarSrc: "http://img.b2bpic.net/free-photo/man-with-leather-jacket-motorcycle_23-2148328603.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-motorcycle-helmet_23-2151574390.jpg"},
|
||||||
name: "Lucas D.",
|
|
||||||
date: "20/12/2023",
|
|
||||||
title: "Biker",
|
|
||||||
quote: "Rapidité et qualité au top.",
|
|
||||||
tag: "Custom",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-with-leather-jacket-motorcycle_23-2148328603.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-motorcycle-helmet_23-2151574390.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Julien B.", date: "15/11/2023", title: "Quotidien", quote: "Professionnel et accueillant.", tag: "Ville", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-biker-putting-his-helmet_1098-19069.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-with-old-motorcycle_23-2148703210.jpg"},
|
||||||
name: "Julien B.",
|
|
||||||
date: "15/11/2023",
|
|
||||||
title: "Quotidien",
|
|
||||||
quote: "Professionnel et accueillant.",
|
|
||||||
tag: "Ville",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-biker-putting-his-helmet_1098-19069.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-with-old-motorcycle_23-2148703210.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Ce que disent nos pilotes"
|
title="Ce que disent nos pilotes"
|
||||||
description="Des retours d'expérience authentiques."
|
description="Des retours d'expérience authentiques."
|
||||||
@@ -300,20 +191,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Prenez-vous toutes les marques ?", content: "Oui, notre expertise couvre l'ensemble des constructeurs majeurs."},
|
||||||
title: "Prenez-vous toutes les marques ?",
|
|
||||||
content: "Oui, notre expertise couvre l'ensemble des constructeurs majeurs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Quels sont les délais ?", content: "Nous nous engageons sur des délais rapides, sur rendez-vous."},
|
||||||
title: "Quels sont les délais ?",
|
|
||||||
content: "Nous nous engageons sur des délais rapides, sur rendez-vous.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Faites-vous des devis ?", content: "Systématiquement avant toute intervention majeure."},
|
||||||
title: "Faites-vous des devis ?",
|
|
||||||
content: "Systématiquement avant toute intervention majeure.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Questions Fréquentes"
|
title="Questions Fréquentes"
|
||||||
description="Informations utiles sur nos interventions."
|
description="Informations utiles sur nos interventions."
|
||||||
@@ -328,30 +210,19 @@ export default function LandingPage() {
|
|||||||
description="Contactez-nous pour toute demande technique ou devis."
|
description="Contactez-nous pour toute demande technique ou devis."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Nom", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Nom",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Email", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Email",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "moto",
|
name: "moto", type: "text", placeholder: "Modèle de moto"},
|
||||||
type: "text",
|
|
||||||
placeholder: "Modèle de moto",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "msg",
|
name: "msg", placeholder: "Votre demande", rows: 4,
|
||||||
placeholder: "Votre demande",
|
|
||||||
rows: 4,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/auto-repair-man-writing-notes-while-his-customer-is-pointing-problematic-spot-vehicle-hood-workshop_637285-7704.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/auto-repair-man-writing-notes-while-his-customer-is-pointing-problematic-spot-vehicle-hood-workshop_637285-7704.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -359,29 +230,19 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Atelier",
|
title: "Atelier", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Légal",
|
title: "Légal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Mentions Légales",
|
label: "Mentions Légales", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "CGV",
|
label: "CGV", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user