Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
399
src/app/page.tsx
399
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Soins",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Galerie",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Tarifs",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Accueil", id: "hero" },
|
||||
{ name: "Soins", id: "services" },
|
||||
{ name: "Galerie", id: "gallery" },
|
||||
{ name: "Tarifs", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Zeïn Massage"
|
||||
/>
|
||||
@@ -59,99 +44,32 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Une parenthèse de sérénité à Halluin"
|
||||
description="Laissez-vous transporter par l'expérience Zeïn Massage. Des soins sur-mesure dans une ambiance de luxe et de calme absolu."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marie L.",
|
||||
handle: "@mariel",
|
||||
testimonial: "Un moment inoubliable, l'accueil est aussi raffiné que les massages.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-indoors_1153-7349.jpg",
|
||||
},
|
||||
{
|
||||
name: "Thomas V.",
|
||||
handle: "@thomasv",
|
||||
testimonial: "Le meilleur massage sportif que j'ai pu tester dans la région.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-knitting-outside_23-2149431858.jpg",
|
||||
},
|
||||
{
|
||||
name: "Julie D.",
|
||||
handle: "@julied",
|
||||
testimonial: "Une bulle de bien-être, je recommande vivement ce spa !",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7508.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sophie M.",
|
||||
handle: "@sophiem",
|
||||
testimonial: "Cadre magnifique et prestations de très haute qualité.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-posing-with-bathrobe-spa_23-2148206162.jpg",
|
||||
},
|
||||
{
|
||||
name: "Paul R.",
|
||||
handle: "@paulr",
|
||||
testimonial: "Professionnalisme et détente absolue, le combo parfait.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-charming-smiling-tanned-brunette-woman-white-t-shirt-sitting-rattand-armchair_197531-22786.jpg",
|
||||
},
|
||||
{ name: "Marie L.", handle: "@mariel", testimonial: "Un moment inoubliable, l'accueil est aussi raffiné que les massages.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-indoors_1153-7349.jpg" },
|
||||
{ name: "Thomas V.", handle: "@thomasv", testimonial: "Le meilleur massage sportif que j'ai pu tester dans la région.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-adults-knitting-outside_23-2149431858.jpg" },
|
||||
{ name: "Julie D.", handle: "@julied", testimonial: "Une bulle de bien-être, je recommande vivement ce spa !", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7508.jpg" },
|
||||
{ name: "Sophie M.", handle: "@sophiem", testimonial: "Cadre magnifique et prestations de très haute qualité.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-posing-with-bathrobe-spa_23-2148206162.jpg" },
|
||||
{ name: "Paul R.", handle: "@paulr", testimonial: "Professionnalisme et détente absolue, le combo parfait.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-charming-smiling-tanned-brunette-woman-white-t-shirt-sitting-rattand-armchair_197531-22786.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver votre soin",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-checking-water-before-taking-bath_23-2149239340.jpg?_wi=1"
|
||||
buttons={[{ text: "Réserver votre soin", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-checking-water-before-taking-bath_23-2149239340.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg",
|
||||
alt: "Happy woman at spa",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-relaxing-spa-salon_176420-14869.jpg",
|
||||
alt: "Portrait of relaxing woman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7542.jpg",
|
||||
alt: "Client enjoying tea",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7519.jpg",
|
||||
alt: "Serene spa customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7548.jpg",
|
||||
alt: "Happy spa client",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg", alt: "Happy woman at spa" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-relaxing-spa-salon_176420-14869.jpg", alt: "Portrait of relaxing woman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7542.jpg", alt: "Client enjoying tea" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7519.jpg", alt: "Serene spa customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7548.jpg", alt: "Happy spa client" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Bien-être absolu",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Soins Signature",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Détente garantie",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiance apaisante",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expertise bien-être",
|
||||
},
|
||||
{ type: "text", text: "Bien-être absolu" },
|
||||
{ type: "text", text: "Soins Signature" },
|
||||
{ type: "text", text: "Détente garantie" },
|
||||
{ type: "text", text: "Ambiance apaisante" },
|
||||
{ type: "text", text: "Expertise bien-être" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,12 +78,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="L'Art du Bien-Être par Zeïn"
|
||||
buttons={[
|
||||
{
|
||||
text: "Découvrir nos valeurs",
|
||||
href: "#services",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Découvrir nos valeurs", href: "#services" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -176,65 +89,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Massages Relaxants",
|
||||
description: "Des mouvements enveloppants pour une relaxation profonde et une libération immédiate des tensions.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manual-thigh-massage-with-oil-modern-spa-lymphatic-relax_169016-69242.jpg",
|
||||
},
|
||||
title: "Massages Relaxants", description: "Des mouvements enveloppants pour une relaxation profonde et une libération immédiate des tensions.", media: { imageSrc: "http://img.b2bpic.net/free-photo/manual-thigh-massage-with-oil-modern-spa-lymphatic-relax_169016-69242.jpg" },
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Huiles biologiques",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Sur-mesure",
|
||||
},
|
||||
{ icon: Sparkles, text: "Huiles biologiques" },
|
||||
{ icon: CheckCircle, text: "Sur-mesure" }
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-checking-water-before-taking-bath_23-2149239340.jpg?_wi=2",
|
||||
imageAlt: "relaxing massage oil treatment",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Massages Sportifs",
|
||||
description: "Une approche ciblée pour la récupération musculaire et le soulagement des douleurs après l'effort.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-massage-physiotherapy-session_23-2149143820.jpg",
|
||||
},
|
||||
title: "Massages Sportifs", description: "Une approche ciblée pour la récupération musculaire et le soulagement des douleurs après l'effort.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-massage-physiotherapy-session_23-2149143820.jpg" },
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Récupération intense",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Travail profond",
|
||||
},
|
||||
{ icon: Sparkles, text: "Récupération intense" },
|
||||
{ icon: CheckCircle, text: "Travail profond" }
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167728.jpg",
|
||||
imageAlt: "relaxing massage oil treatment",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Soins Bien-Être",
|
||||
description: "Des rituels complets combinant techniques ancestrales et modernité pour un ressourcement global.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-feng-shui-arrangement_23-2149058746.jpg",
|
||||
},
|
||||
title: "Soins Bien-Être", description: "Des rituels complets combinant techniques ancestrales et modernité pour un ressourcement global.", media: { imageSrc: "http://img.b2bpic.net/free-photo/creative-feng-shui-arrangement_23-2149058746.jpg" },
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Rituel sensoriel",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Évasion totale",
|
||||
},
|
||||
{ icon: Sparkles, text: "Rituel sensoriel" },
|
||||
{ icon: CheckCircle, text: "Évasion totale" }
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg?_wi=1",
|
||||
imageAlt: "relaxing massage oil treatment",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Nos Soins Signature"
|
||||
description="Chaque soin est une invitation au voyage, pensé pour restaurer l'équilibre de votre corps et de votre esprit."
|
||||
@@ -245,44 +122,15 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Espace Accueil",
|
||||
price: "Luxe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Cabine Zen",
|
||||
price: "Sérénité",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929506.jpg",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Détails Soins",
|
||||
price: "Raffinement",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-ingredients-brush-coaster_23-2147845017.jpg",
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Ambiance",
|
||||
price: "Calme",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-thai-orchid-flowers-bath-accessories_169016-17361.jpg",
|
||||
},
|
||||
{
|
||||
id: "g5",
|
||||
name: "Décoration",
|
||||
price: "Élégance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-accessories-dark-background_1220-3615.jpg",
|
||||
},
|
||||
{
|
||||
id: "g6",
|
||||
name: "Espace Soins",
|
||||
price: "Détente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cosmetic-products-hair-care_23-2148547361.jpg",
|
||||
},
|
||||
{ id: "g1", name: "Espace Accueil", price: "Luxe", imageSrc: "http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg" },
|
||||
{ id: "g2", name: "Cabine Zen", price: "Sérénité", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929506.jpg" },
|
||||
{ id: "g3", name: "Détails Soins", price: "Raffinement", imageSrc: "http://img.b2bpic.net/free-photo/spa-ingredients-brush-coaster_23-2147845017.jpg" },
|
||||
{ id: "g4", name: "Ambiance", price: "Calme", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-thai-orchid-flowers-bath-accessories_169016-17361.jpg" },
|
||||
{ id: "g5", name: "Décoration", price: "Élégance", imageSrc: "http://img.b2bpic.net/free-photo/spa-accessories-dark-background_1220-3615.jpg" },
|
||||
{ id: "g6", name: "Espace Soins", price: "Détente", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cosmetic-products-hair-care_23-2148547361.jpg" }
|
||||
]}
|
||||
title="Notre Sanctuaire"
|
||||
description="Découvrez en images l'atmosphère feutrée et apaisante de votre spa Zeïn Massage."
|
||||
@@ -295,56 +143,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
tag: "Soin Express",
|
||||
price: "55€",
|
||||
period: "30 min",
|
||||
description: "Détente ciblée pour une pause rapide.",
|
||||
button: {
|
||||
text: "Réserver",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Inclus",
|
||||
features: [
|
||||
"Soin manuel",
|
||||
"Ambiance relaxante",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
tag: "Signature Zen",
|
||||
price: "89€",
|
||||
period: "1h",
|
||||
description: "Notre soin complet pour une évasion totale.",
|
||||
button: {
|
||||
text: "Réserver",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Inclus",
|
||||
features: [
|
||||
"Massage complet",
|
||||
"Huiles chaudes",
|
||||
"Rituel bien-être",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
tag: "Rituel Premium",
|
||||
price: "130€",
|
||||
period: "1h30",
|
||||
description: "L'excellence pour un ressourcement global.",
|
||||
button: {
|
||||
text: "Réserver",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Inclus",
|
||||
features: [
|
||||
"Massage complet",
|
||||
"Soins du visage",
|
||||
"Rituel sensoriel",
|
||||
],
|
||||
},
|
||||
{ id: "p1", tag: "Soin Express", price: "55€", period: "30 min", description: "Détente ciblée pour une pause rapide.", button: { text: "Réserver", href: "#contact" }, featuresTitle: "Inclus", features: ["Soin manuel", "Ambiance relaxante"] },
|
||||
{ id: "p2", tag: "Signature Zen", price: "89€", period: "1h", description: "Notre soin complet pour une évasion totale.", button: { text: "Réserver", href: "#contact" }, featuresTitle: "Inclus", features: ["Massage complet", "Huiles chaudes", "Rituel bien-être"] },
|
||||
{ id: "p3", tag: "Rituel Premium", price: "130€", period: "1h30", description: "L'excellence pour un ressourcement global.", button: { text: "Réserver", href: "#contact" }, featuresTitle: "Inclus", features: ["Massage complet", "Soins du visage", "Rituel sensoriel"] }
|
||||
]}
|
||||
title="Nos Tarifs Soins"
|
||||
description="Des forfaits conçus pour vous offrir des moments de pure évasion."
|
||||
@@ -358,26 +159,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Claire L."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-having-massage-smiling-spa_1139-1139.jpg",
|
||||
alt: "Claire L.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-working-spa_23-2150911819.jpg",
|
||||
alt: "Thomas V.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/women-having-beauty-treatment-sauna_23-2149241463.jpg",
|
||||
alt: "Julie D.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-drinking-healthy-tea_23-2151800781.jpg",
|
||||
alt: "Sophie M.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-people-getting-massage_23-2151178230.jpg",
|
||||
alt: "Paul R.",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-blonde-woman-having-massage-smiling-spa_1139-1139.jpg", alt: "Claire L." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-woman-working-spa_23-2150911819.jpg", alt: "Thomas V." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/women-having-beauty-treatment-sauna_23-2149241463.jpg", alt: "Julie D." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-drinking-healthy-tea_23-2151800781.jpg", alt: "Sophie M." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-people-getting-massage_23-2151178230.jpg", alt: "Paul R." }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -388,21 +174,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Comment réserver ?",
|
||||
content: "Vous pouvez réserver directement via notre formulaire ou par téléphone.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Dois-je arriver en avance ?",
|
||||
content: "Nous conseillons d'arriver 10 minutes avant votre soin pour profiter de notre espace d'accueil.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Les soins sont-ils mixtes ?",
|
||||
content: "Oui, notre spa est ouvert à tous pour une détente absolue.",
|
||||
},
|
||||
{ id: "f1", title: "Comment réserver ?", content: "Vous pouvez réserver directement via notre formulaire ou par téléphone." },
|
||||
{ id: "f2", title: "Dois-je arriver en avance ?", content: "Nous conseillons d'arriver 10 minutes avant votre soin pour profiter de notre espace d'accueil." },
|
||||
{ id: "f3", title: "Les soins sont-ils mixtes ?", content: "Oui, notre spa est ouvert à tous pour une détente absolue." }
|
||||
]}
|
||||
sideTitle="Questions fréquentes"
|
||||
sideDescription="Tout ce qu'il faut savoir avant votre visite chez Zeïn Massage."
|
||||
@@ -413,18 +187,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact"
|
||||
title="Prêt pour votre moment détente ?"
|
||||
description="Prenez rendez-vous dès maintenant chez Zeïn Massage à Halluin."
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver maintenant",
|
||||
href: "mailto:contact@zeinmassage.fr",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Réserver maintenant", href: "mailto:contact@zeinmassage.fr" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -432,48 +199,24 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Zeïn Massage",
|
||||
items: [
|
||||
{
|
||||
label: "Halluin, France",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "03 20 00 00 00",
|
||||
href: "tel:0320000000",
|
||||
},
|
||||
],
|
||||
title: "Zeïn Massage", items: [
|
||||
{ label: "Halluin, France", href: "#" },
|
||||
{ label: "03 20 00 00 00", href: "tel:0320000000" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Soins",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Tarifs",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Navigation", items: [
|
||||
{ label: "Soins", href: "#services" },
|
||||
{ label: "Tarifs", href: "#pricing" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Légal",
|
||||
items: [
|
||||
{
|
||||
label: "Mentions Légales",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Confidentialité",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Légal", items: [
|
||||
{ label: "Mentions Légales", href: "#" },
|
||||
{ label: "Confidentialité", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Zeïn Massage. Tous droits réservés."
|
||||
bottomRightText="Spa de luxe à Halluin"
|
||||
|
||||
Reference in New Issue
Block a user