Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
280
src/app/page.tsx
280
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "À Propos",
|
||||
id: "about",
|
||||
},
|
||||
name: "À Propos", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Avis",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Avis", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Café la Cantina"
|
||||
/>
|
||||
@@ -59,104 +49,61 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Café la Cantina : Une Escapade Gourmande"
|
||||
description="Bienvenue dans notre havre de paix à Smimou. Savourez des spécialités authentiques dans une ambiance chaleureuse et décontractée."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg?_wi=1",
|
||||
imageAlt: "Ambiance café",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg", imageAlt: "Ambiance café"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cups-with-marshmallows_23-2148784998.jpg?_wi=1",
|
||||
imageAlt: "Café fraîchement préparé",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cups-with-marshmallows_23-2148784998.jpg", imageAlt: "Café fraîchement préparé"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg",
|
||||
imageAlt: "Décoration rustique",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg", imageAlt: "Décoration rustique"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-woman-talking-mobile-phone-holding-cup-coffee_23-2147854215.jpg",
|
||||
imageAlt: "Petit déjeuner",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-woman-talking-mobile-phone-holding-cup-coffee_23-2147854215.jpg", imageAlt: "Petit déjeuner"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-milk_23-2148337163.jpg",
|
||||
imageAlt: "Service amical",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-milk_23-2148337163.jpg", imageAlt: "Service amical"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-burlap-fabric-with-cup-coffee-sugar_23-2148337116.jpg",
|
||||
imageAlt: "Intérieur confortable",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-burlap-fabric-with-cup-coffee-sugar_23-2148337116.jpg", imageAlt: "Intérieur confortable"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-french-press-with-glass-water-coffee-beans-table_140725-10916.jpg",
|
||||
imageAlt: "Café art",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-french-press-with-glass-water-coffee-beans-table_140725-10916.jpg", imageAlt: "Café art"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-home-still-life-with-cup-drink-flowers-decor-details-blurred-background-with-bokeh_169016-10297.jpg",
|
||||
imageAlt: "Terrasse café",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-home-still-life-with-cup-drink-flowers-decor-details-blurred-background-with-bokeh_169016-10297.jpg", imageAlt: "Terrasse café"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filling-tea-cup_23-2147672579.jpg",
|
||||
imageAlt: "Pause détente",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filling-tea-cup_23-2147672579.jpg", imageAlt: "Pause détente"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x1geme",
|
||||
imageAlt: "Ambiance chaleureuse",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x1geme", imageAlt: "Ambiance chaleureuse"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Découvrir le Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Découvrir le Menu", href: "#products"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312222.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312222.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-rose-near-books_23-2147767562.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-rose-near-books_23-2147767562.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-cup-restaurant-s-table_74190-10275.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-cup-restaurant-s-table_74190-10275.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-kettle_23-2148337113.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-kettle_23-2148337113.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Rejoignez plus de 500 clients satisfaits"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Produits frais locaux",
|
||||
},
|
||||
type: "text", text: "Produits frais locaux"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiance rustique",
|
||||
},
|
||||
type: "text", text: "Ambiance rustique"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Spécialités maison",
|
||||
},
|
||||
type: "text", text: "Spécialités maison"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Service chaleureux",
|
||||
},
|
||||
type: "text", text: "Service chaleureux"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ouvert tous les jours",
|
||||
},
|
||||
type: "text", text: "Ouvert tous les jours"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,19 +115,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "Cafés Préparés",
|
||||
value: "1000+",
|
||||
},
|
||||
label: "Cafés Préparés", value: "1000+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Clients Satisfaits",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Clients Satisfaits", value: "500+"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Note Moyenne",
|
||||
value: "5.0",
|
||||
},
|
||||
label: "Note Moyenne", value: "5.0"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -193,46 +134,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Cuisine Locale",
|
||||
description: "Des plats préparés avec des ingrédients frais et locaux pour retrouver le goût de nos terroirs.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/varieties-pickles-cherry-tomatoes-eggplants-cucumbers-cherry-plum_140725-8165.jpg?_wi=1",
|
||||
imageAlt: "Cuisine marocaine",
|
||||
},
|
||||
title: "Cuisine Locale", description: "Des plats préparés avec des ingrédients frais et locaux pour retrouver le goût de nos terroirs.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/varieties-pickles-cherry-tomatoes-eggplants-cucumbers-cherry-plum_140725-8165.jpg", imageAlt: "Cuisine marocaine"},
|
||||
items: [
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Ingrédients frais",
|
||||
},
|
||||
text: "Ingrédients frais"},
|
||||
{
|
||||
icon: Utensils,
|
||||
text: "Tradition marocaine",
|
||||
},
|
||||
text: "Tradition marocaine"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg?_wi=2",
|
||||
imageAlt: "organic traditional moroccan food",
|
||||
},
|
||||
{
|
||||
title: "Ambiance Conviviale",
|
||||
description: "Un cadre accueillant pour se détendre en famille, entre amis ou pour travailler dans le calme.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg",
|
||||
imageAlt: "Cadre café",
|
||||
},
|
||||
title: "Ambiance Conviviale", description: "Un cadre accueillant pour se détendre en famille, entre amis ou pour travailler dans le calme.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg", imageAlt: "Cadre café"},
|
||||
items: [
|
||||
{
|
||||
icon: Smile,
|
||||
text: "Service chaleureux",
|
||||
},
|
||||
text: "Service chaleureux"},
|
||||
{
|
||||
icon: Wifi,
|
||||
text: "Wi-Fi gratuit",
|
||||
},
|
||||
text: "Wi-Fi gratuit"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cups-with-marshmallows_23-2148784998.jpg?_wi=2",
|
||||
imageAlt: "organic traditional moroccan food",
|
||||
},
|
||||
]}
|
||||
title="Pourquoi nous choisir ?"
|
||||
@@ -248,41 +173,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Café Expresso",
|
||||
price: "1.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-lemons-hand-holding-cup-black-tea-with-cinnamon_140725-94346.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Café Expresso", price: "1.50€", imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-lemons-hand-holding-cup-black-tea-with-cinnamon_140725-94346.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pâtisseries Maison",
|
||||
price: "2.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface-stone-board_114579-17439.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Pâtisseries Maison", price: "2.50€", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface-stone-board_114579-17439.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Thé à la Menthe",
|
||||
price: "2.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4906.jpg",
|
||||
},
|
||||
id: "p3", name: "Thé à la Menthe", price: "2.00€", imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4906.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Sandwich Beldi",
|
||||
price: "4.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-sandwiches-arrangement-wooden-background_23-2148617300.jpg",
|
||||
},
|
||||
id: "p4", name: "Sandwich Beldi", price: "4.00€", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sandwiches-arrangement-wooden-background_23-2148617300.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cake au Citron",
|
||||
price: "3.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-tiramisu-dessert-with-book-plant-table_140725-11459.jpg",
|
||||
},
|
||||
id: "p5", name: "Cake au Citron", price: "3.00€", imageSrc: "http://img.b2bpic.net/free-photo/side-view-tiramisu-dessert-with-book-plant-table_140725-11459.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Smoothie Frais",
|
||||
price: "3.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-juice-bottles-assortment_23-2148785310.jpg",
|
||||
},
|
||||
id: "p6", name: "Smoothie Frais", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/healthy-juice-bottles-assortment_23-2148785310.jpg"},
|
||||
]}
|
||||
title="Nos Spécialités"
|
||||
description="Explorez notre sélection de boissons et gourmandises artisanales."
|
||||
@@ -295,60 +196,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Med Ablacho",
|
||||
date: "Il y a un an",
|
||||
title: "Smimo bon village",
|
||||
quote: "Smimo bon village",
|
||||
tag: "Excellent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/lovely-women-looking-mobile-phone_23-2148422480.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg?_wi=3",
|
||||
imageAlt: "portrait happy customer cafe",
|
||||
},
|
||||
id: "t1", name: "Med Ablacho", date: "Il y a un an", title: "Smimo bon village", quote: "Smimo bon village", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-women-looking-mobile-phone_23-2148422480.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg", imageAlt: "portrait happy customer cafe"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jess Nelson",
|
||||
date: "Il y a 3 ans",
|
||||
title: "Excellent café",
|
||||
quote: "Excellent café, je recommande fortement.",
|
||||
tag: "Recommandé",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cups-with-marshmallows_23-2148784998.jpg?_wi=3",
|
||||
imageAlt: "portrait happy customer cafe",
|
||||
},
|
||||
id: "t2", name: "Jess Nelson", date: "Il y a 3 ans", title: "Excellent café", quote: "Excellent café, je recommande fortement.", tag: "Recommandé", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cups-with-marshmallows_23-2148784998.jpg", imageAlt: "portrait happy customer cafe"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Aya Hajji",
|
||||
date: "Il y a 8 mois",
|
||||
title: "Bon moment",
|
||||
quote: "Je pense que c'est un bon café ✨",
|
||||
tag: "Sympa",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/varieties-pickles-cherry-tomatoes-eggplants-cucumbers-cherry-plum_140725-8165.jpg?_wi=2",
|
||||
imageAlt: "portrait happy customer cafe",
|
||||
},
|
||||
id: "t3", name: "Aya Hajji", date: "Il y a 8 mois", title: "Bon moment", quote: "Je pense que c'est un bon café ✨", tag: "Sympa", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg", imageSrc: "http://img.b2bpic.net/free-photo/varieties-pickles-cherry-tomatoes-eggplants-cucumbers-cherry-plum_140725-8165.jpg", imageAlt: "portrait happy customer cafe"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ahmed B.",
|
||||
date: "Il y a 6 mois",
|
||||
title: "Cadre idéal",
|
||||
quote: "Service rapide et accueil agréable.",
|
||||
tag: "Top",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-drinking-cup-coffee_23-2147925429.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-lemons-hand-holding-cup-black-tea-with-cinnamon_140725-94346.jpg?_wi=2",
|
||||
imageAlt: "portrait happy customer cafe",
|
||||
},
|
||||
id: "t4", name: "Ahmed B.", date: "Il y a 6 mois", title: "Cadre idéal", quote: "Service rapide et accueil agréable.", tag: "Top", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-drinking-cup-coffee_23-2147925429.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-lemons-hand-holding-cup-black-tea-with-cinnamon_140725-94346.jpg", imageAlt: "portrait happy customer cafe"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sara M.",
|
||||
date: "Il y a 2 ans",
|
||||
title: "Un délice",
|
||||
quote: "Le thé à la menthe est parfait.",
|
||||
tag: "Parfait",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sitting-cafe-holding-takeaway-coffee-cup_23-2148148111.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface-stone-board_114579-17439.jpg?_wi=2",
|
||||
imageAlt: "portrait happy customer cafe",
|
||||
},
|
||||
id: "t5", name: "Sara M.", date: "Il y a 2 ans", title: "Un délice", quote: "Le thé à la menthe est parfait.", tag: "Parfait", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sitting-cafe-holding-takeaway-coffee-cup_23-2148148111.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface-stone-board_114579-17439.jpg", imageAlt: "portrait happy customer cafe"},
|
||||
]}
|
||||
title="Ce que disent nos clients"
|
||||
description="Découvrez les retours authentiques de nos visiteurs."
|
||||
@@ -360,20 +216,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Quels sont vos horaires ?",
|
||||
content: "Nous sommes ouverts tous les jours jusqu'à minuit.",
|
||||
},
|
||||
id: "q1", title: "Quels sont vos horaires ?", content: "Nous sommes ouverts tous les jours jusqu'à minuit."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Proposez-vous du Wi-Fi ?",
|
||||
content: "Oui, le Wi-Fi est à la disposition de tous nos clients gratuitement.",
|
||||
},
|
||||
id: "q2", title: "Proposez-vous du Wi-Fi ?", content: "Oui, le Wi-Fi est à la disposition de tous nos clients gratuitement."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Acceptez-vous les repas sur place ?",
|
||||
content: "Oui, vous pouvez déguster nos plats sur place dans une ambiance détendue.",
|
||||
},
|
||||
id: "q3", title: "Acceptez-vous les repas sur place ?", content: "Oui, vous pouvez déguster nos plats sur place dans une ambiance détendue."},
|
||||
]}
|
||||
sideTitle="Questions Fréquentes"
|
||||
sideDescription="Besoin d'aide ou d'informations sur notre café ?"
|
||||
@@ -385,8 +232,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
title="Venez nous rendre visite"
|
||||
description="Nous sommes impatients de vous accueillir à la Cantina, située au Lavage auto Smimou."
|
||||
@@ -401,33 +247,23 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Accueil", href: "#hero"},
|
||||
{
|
||||
label: "À propos",
|
||||
href: "#about",
|
||||
},
|
||||
label: "À propos", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Avis",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Avis", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user