Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
293
src/app/page.tsx
293
src/app/page.tsx
@@ -13,7 +13,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Crown, Diamond, Facebook, Instagram, Sparkles, Twitter } from "lucide-react";
|
||||
import { Crown, Diamond, Facebook, Instagram, Sparkles, Twitter, Heart, Leaf, Droplet } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,37 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Accueil", id: "#hero"},
|
||||
{
|
||||
name: "À Propos",
|
||||
id: "#about",
|
||||
},
|
||||
name: "À Propos", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Témoignages",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Témoignages", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/spa-logo-template-health-wellness-business-branding-design-vector-wellness-text_53876-143365.jpg"
|
||||
logoAlt="Logo Dream Zack Spa"
|
||||
brandName="Dream Zack Spa"
|
||||
button={{
|
||||
text: "Réserver un Soin",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Réserver un Soin", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,39 +60,23 @@ export default function LandingPage() {
|
||||
description="Évadez-vous dans un havre de paix où le luxe et la sérénité se rencontrent pour une expérience de bien-être inoubliable."
|
||||
buttons={[
|
||||
{
|
||||
text: "Découvrir nos Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Découvrir nos Services", href: "#services"},
|
||||
{
|
||||
text: "Prendre Rendez-vous",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Prendre Rendez-vous", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-pink-petals-stones_23-2148268487.jpg",
|
||||
imageAlt: "Femme recevant un massage apaisant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-pink-petals-stones_23-2148268487.jpg", imageAlt: "Femme recevant un massage apaisant"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serene-spa-interior-meditation-space_23-2151935116.jpg",
|
||||
imageAlt: "Intérieur d'une piscine thermale de luxe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serene-spa-interior-meditation-space_23-2151935116.jpg", imageAlt: "Intérieur d'une piscine thermale de luxe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-wooden-bowls_23-2148268453.jpg",
|
||||
imageAlt: "Femme recevant un soin du visage",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-wooden-bowls_23-2148268453.jpg", imageAlt: "Femme recevant un soin du visage"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-beauty-products_23-2148200610.jpg",
|
||||
imageAlt: "Produits de spa et bougies décoratives",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-beauty-products_23-2148200610.jpg", imageAlt: "Produits de spa et bougies décoratives"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multicultural-group-doing-yoga-exercises-mats_171337-13825.jpg",
|
||||
imageAlt: "Séance de yoga pour la relaxation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multicultural-group-doing-yoga-exercises-mats_171337-13825.jpg", imageAlt: "Séance de yoga pour la relaxation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-seated-sauna-bench-calm-cozy-mood-warm-light-relax-steamroom_169016-69072.jpg",
|
||||
imageAlt: "Intérieur d'un sauna ou hammam",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-seated-sauna-bench-calm-cozy-mood-warm-light-relax-steamroom_169016-69072.jpg", imageAlt: "Intérieur d'un sauna ou hammam"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
/>
|
||||
@@ -120,9 +90,7 @@ export default function LandingPage() {
|
||||
tag="À Propos de Nous"
|
||||
buttons={[
|
||||
{
|
||||
text: "Notre Philosophie",
|
||||
href: "#",
|
||||
},
|
||||
text: "Notre Philosophie", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-spa-stones-candle_23-2148290870.jpg"
|
||||
imageAlt="Intérieur luxueux du Dream Zack Spa"
|
||||
@@ -135,32 +103,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Massages Personnalisés",
|
||||
description: "Détendez-vous avec nos massages sur mesure, adaptés à vos besoins spécifiques pour une relaxation profonde.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-hair-stretching-outside_23-2148291326.jpg",
|
||||
imageAlt: "Massage relaxant du dos",
|
||||
buttonIcon: "Heart",
|
||||
title: "Massages Personnalisés", description: "Détendez-vous avec nos massages sur mesure, adaptés à vos besoins spécifiques pour une relaxation profonde.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-hair-stretching-outside_23-2148291326.jpg", imageAlt: "Massage relaxant du dos", buttonIcon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Soins du Visage Revitalisants",
|
||||
description: "Découvrez nos traitements faciaux conçus pour purifier, hydrater et revitaliser votre peau, pour un éclat naturel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-white-towel-with-hand-chin_1187-5395.jpg",
|
||||
imageAlt: "Soin du visage hydratant",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Soins du Visage Revitalisants", description: "Découvrez nos traitements faciaux conçus pour purifier, hydrater et revitaliser votre peau, pour un éclat naturel.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-white-towel-with-hand-chin_1187-5395.jpg", imageAlt: "Soin du visage hydratant", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Enveloppements Corporels",
|
||||
description: "Offrez à votre corps un soin détoxifiant et nourrissant avec nos enveloppements, laissant votre peau douce et soyeuse.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-spa-concept-with-woman_23-2147816923.jpg",
|
||||
imageAlt: "Enveloppement corporel détoxifiant",
|
||||
buttonIcon: "Leaf",
|
||||
title: "Enveloppements Corporels", description: "Offrez à votre corps un soin détoxifiant et nourrissant avec nos enveloppements, laissant votre peau douce et soyeuse.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-spa-concept-with-woman_23-2147816923.jpg", imageAlt: "Enveloppement corporel détoxifiant", buttonIcon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Hydrothérapie Relaxante",
|
||||
description: "Plongez dans nos bains d'hydrothérapie pour apaiser les tensions musculaires et stimuler la circulation sanguine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-jacuzzi_169016-22247.jpg",
|
||||
imageAlt: "Bain d'hydrothérapie relaxant",
|
||||
buttonIcon: "Droplet",
|
||||
title: "Hydrothérapie Relaxante", description: "Plongez dans nos bains d'hydrothérapie pour apaiser les tensions musculaires et stimuler la circulation sanguine.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-jacuzzi_169016-22247.jpg", imageAlt: "Bain d'hydrothérapie relaxant", buttonIcon: Droplet,
|
||||
},
|
||||
]}
|
||||
title="Nos Soins Signature"
|
||||
@@ -177,47 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
name: "Huile de Massage Douceur",
|
||||
price: "45 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boomers-using-cbd-oil-cream-treating-body-pain_23-2151263433.jpg",
|
||||
imageAlt: "Flacon d'huile de massage élégant",
|
||||
},
|
||||
id: "product-1", name: "Huile de Massage Douceur", price: "45 €", imageSrc: "http://img.b2bpic.net/free-photo/boomers-using-cbd-oil-cream-treating-body-pain_23-2151263433.jpg", imageAlt: "Flacon d'huile de massage élégant"},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "Crème Visage Hydratante",
|
||||
price: "75 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creamy-white-texture_23-2151935067.jpg",
|
||||
imageAlt: "Pot de crème visage",
|
||||
},
|
||||
id: "product-2", name: "Crème Visage Hydratante", price: "75 €", imageSrc: "http://img.b2bpic.net/free-photo/creamy-white-texture_23-2151935067.jpg", imageAlt: "Pot de crème visage"},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "Bougie Parfumée Sérénité",
|
||||
price: "30 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candle-burning-spa-salon_23-2147648659.jpg",
|
||||
imageAlt: "Bougie parfumée décorative",
|
||||
},
|
||||
id: "product-3", name: "Bougie Parfumée Sérénité", price: "30 €", imageSrc: "http://img.b2bpic.net/free-photo/candle-burning-spa-salon_23-2147648659.jpg", imageAlt: "Bougie parfumée décorative"},
|
||||
{
|
||||
id: "product-4",
|
||||
name: "Gommage Corporel Exfoliant",
|
||||
price: "38 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-woman-resting-relaxing-with-sea-salt-back-spa-salon_176420-13942.jpg",
|
||||
imageAlt: "Pot de gommage corporel",
|
||||
},
|
||||
id: "product-4", name: "Gommage Corporel Exfoliant", price: "38 €", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-woman-resting-relaxing-with-sea-salt-back-spa-salon_176420-13942.jpg", imageAlt: "Pot de gommage corporel"},
|
||||
{
|
||||
id: "product-5",
|
||||
name: "Masque Visage Purifiant",
|
||||
price: "55 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-aloe-vera-with-beauty-tools-cosmetics_23-2148179519.jpg",
|
||||
imageAlt: "Masque visage en pot",
|
||||
},
|
||||
id: "product-5", name: "Masque Visage Purifiant", price: "55 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-aloe-vera-with-beauty-tools-cosmetics_23-2148179519.jpg", imageAlt: "Masque visage en pot"},
|
||||
{
|
||||
id: "product-6",
|
||||
name: "Thé de Relaxation Bio",
|
||||
price: "22 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teapot-cup-with-blue-tea_23-2147693741.jpg",
|
||||
imageAlt: "Tasse de thé relaxant",
|
||||
},
|
||||
id: "product-6", name: "Thé de Relaxation Bio", price: "22 €", imageSrc: "http://img.b2bpic.net/free-photo/teapot-cup-with-blue-tea_23-2147693741.jpg", imageAlt: "Tasse de thé relaxant"},
|
||||
]}
|
||||
title="Prolongez l'Expérience à Domicile"
|
||||
description="Emportez la sérénité du Dream Zack Spa chez vous avec notre sélection exclusive de produits de soin et de bien-être."
|
||||
@@ -231,65 +153,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophie Martin",
|
||||
date: "22 Mars 2024",
|
||||
title: "Un pur moment de bonheur!",
|
||||
quote: "Le massage était incroyable, j'ai tout simplement fondu. Le personnel est aux petits soins et l'ambiance est divine. J'ai hâte de revenir!",
|
||||
tag: "Massage",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/girl-knead-shoulders_1149-349.jpg",
|
||||
avatarAlt: "Avatar Sophie Martin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nail-hygiene-care-client_23-2148766585.jpg",
|
||||
imageAlt: "Femme souriante après un soin",
|
||||
},
|
||||
id: "1", name: "Sophie Martin", date: "22 Mars 2024", title: "Un pur moment de bonheur!", quote: "Le massage était incroyable, j'ai tout simplement fondu. Le personnel est aux petits soins et l'ambiance est divine. J'ai hâte de revenir!", tag: "Massage", avatarSrc: "http://img.b2bpic.net/free-photo/girl-knead-shoulders_1149-349.jpg", avatarAlt: "Avatar Sophie Martin", imageSrc: "http://img.b2bpic.net/free-photo/nail-hygiene-care-client_23-2148766585.jpg", imageAlt: "Femme souriante après un soin"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marc Dubois",
|
||||
date: "15 Février 2024",
|
||||
title: "Excellence et Professionnalisme",
|
||||
quote: "J'ai été impressionné par la qualité des soins et le professionnalisme de l'équipe. Un véritable havre de paix où l'on se sent immédiatement bien.",
|
||||
tag: "Détente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2637.jpg",
|
||||
avatarAlt: "Avatar Marc Dubois",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-doing-their-nail-care-routine-together_23-2149297961.jpg",
|
||||
imageAlt: "Pieds relaxants dans l'eau du spa",
|
||||
},
|
||||
id: "2", name: "Marc Dubois", date: "15 Février 2024", title: "Excellence et Professionnalisme", quote: "J'ai été impressionné par la qualité des soins et le professionnalisme de l'équipe. Un véritable havre de paix où l'on se sent immédiatement bien.", tag: "Détente", avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2637.jpg", avatarAlt: "Avatar Marc Dubois", imageSrc: "http://img.b2bpic.net/free-photo/friends-doing-their-nail-care-routine-together_23-2149297961.jpg", imageAlt: "Pieds relaxants dans l'eau du spa"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Émilie Lefevre",
|
||||
date: "08 Janvier 2024",
|
||||
title: "Ma bulle de sérénité",
|
||||
quote: "Chaque visite est une parenthèse enchantée. Les soins du visage sont personnalisés et ma peau n'a jamais été aussi belle. Merci Dream Zack Spa!",
|
||||
tag: "Soins Visage",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/orange-day-sitting-single-weather_1304-891.jpg",
|
||||
avatarAlt: "Avatar Émilie Lefevre",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-spa-getting-exfoliation-massage_23-2149871889.jpg",
|
||||
imageAlt: "Pierres chaudes sur une serviette",
|
||||
},
|
||||
id: "3", name: "Émilie Lefevre", date: "08 Janvier 2024", title: "Ma bulle de sérénité", quote: "Chaque visite est une parenthèse enchantée. Les soins du visage sont personnalisés et ma peau n'a jamais été aussi belle. Merci Dream Zack Spa!", tag: "Soins Visage", avatarSrc: "http://img.b2bpic.net/free-photo/orange-day-sitting-single-weather_1304-891.jpg", avatarAlt: "Avatar Émilie Lefevre", imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-spa-getting-exfoliation-massage_23-2149871889.jpg", imageAlt: "Pierres chaudes sur une serviette"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alexandre Moreau",
|
||||
date: "01 Décembre 2023",
|
||||
title: "Un cadeau inoubliable",
|
||||
quote: "J'ai offert un forfait à ma femme et elle a été ravie. L'expérience fut parfaite du début à la fin. Nous recommandons vivement!",
|
||||
tag: "Forfait Spa",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-woman-seaside_23-2148574671.jpg",
|
||||
avatarAlt: "Avatar Alexandre Moreau",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/therapy-suction-cup-process_23-2148824055.jpg",
|
||||
imageAlt: "Produits de spa et fleurs",
|
||||
},
|
||||
id: "4", name: "Alexandre Moreau", date: "01 Décembre 2023", title: "Un cadeau inoubliable", quote: "J'ai offert un forfait à ma femme et elle a été ravie. L'expérience fut parfaite du début à la fin. Nous recommandons vivement!", tag: "Forfait Spa", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-woman-seaside_23-2148574671.jpg", avatarAlt: "Avatar Alexandre Moreau", imageSrc: "http://img.b2bpic.net/free-photo/therapy-suction-cup-process_23-2148824055.jpg", imageAlt: "Produits de spa et fleurs"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Catherine Petit",
|
||||
date: "10 Novembre 2023",
|
||||
title: "Un bien-être retrouvé",
|
||||
quote: "Le cadre est magnifique et les soins prodigués m'ont permis de me ressourcer pleinement. Une adresse à retenir pour s'évader du quotidien.",
|
||||
tag: "Bien-être",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-looking-confident-with-clenched-fists-like-boxer-standing-white-wall_141793-29365.jpg",
|
||||
avatarAlt: "Avatar Catherine Petit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-cookies-cup-tea_1182-893.jpg",
|
||||
imageAlt: "Femme buvant du thé au spa",
|
||||
},
|
||||
id: "5", name: "Catherine Petit", date: "10 Novembre 2023", title: "Un bien-être retrouvé", quote: "Le cadre est magnifique et les soins prodigués m'ont permis de me ressourcer pleinement. Une adresse à retenir pour s'évader du quotidien.", tag: "Bien-être", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-looking-confident-with-clenched-fists-like-boxer-standing-white-wall_141793-29365.jpg", avatarAlt: "Avatar Catherine Petit", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cookies-cup-tea_1182-893.jpg", imageAlt: "Femme buvant du thé au spa"},
|
||||
]}
|
||||
title="Ce Que Nos Clients Disent"
|
||||
description="Des moments de pur bonheur partagés par ceux qui ont expérimenté le luxe et la détente de Dream Zack Spa."
|
||||
@@ -304,61 +176,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "decouverte",
|
||||
badge: "Populaire",
|
||||
badgeIcon: Sparkles,
|
||||
price: "99 €",
|
||||
name: "Forfait Découverte",
|
||||
buttons: [
|
||||
id: "decouverte", badge: "Populaire", badgeIcon: Sparkles,
|
||||
price: "99 €", name: "Forfait Découverte", buttons: [
|
||||
{
|
||||
text: "Réserver",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Réserver", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Accès spa 1h",
|
||||
"Massage relaxant 30 min",
|
||||
"Thé détox offert",
|
||||
],
|
||||
"Accès spa 1h", "Massage relaxant 30 min", "Thé détox offert"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Le Plus",
|
||||
badgeIcon: Crown,
|
||||
price: "189 €",
|
||||
name: "Forfait Premium",
|
||||
buttons: [
|
||||
id: "premium", badge: "Le Plus", badgeIcon: Crown,
|
||||
price: "189 €", name: "Forfait Premium", buttons: [
|
||||
{
|
||||
text: "Réserver",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Réserver", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Accès spa illimité 1/2 journée",
|
||||
"Massage personnalisé 60 min",
|
||||
"Soin du visage éclat",
|
||||
"Boissons et encas inclus",
|
||||
],
|
||||
"Accès spa illimité 1/2 journée", "Massage personnalisé 60 min", "Soin du visage éclat", "Boissons et encas inclus"],
|
||||
},
|
||||
{
|
||||
id: "excellence",
|
||||
badge: "Exclusif",
|
||||
badgeIcon: Diamond,
|
||||
price: "299 €",
|
||||
name: "Forfait Excellence",
|
||||
buttons: [
|
||||
id: "excellence", badge: "Exclusif", badgeIcon: Diamond,
|
||||
price: "299 €", name: "Forfait Excellence", buttons: [
|
||||
{
|
||||
text: "Réserver",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Réserver", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Accès spa journée complète",
|
||||
"Massage signature 90 min",
|
||||
"Soin du corps et visage complet",
|
||||
"Repas gastronomique léger",
|
||||
"Produit spa offert",
|
||||
],
|
||||
"Accès spa journée complète", "Massage signature 90 min", "Soin du corps et visage complet", "Repas gastronomique léger", "Produit spa offert"],
|
||||
},
|
||||
]}
|
||||
title="Offres et Forfaits Bien-être"
|
||||
@@ -372,14 +214,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Grand Hôtel Luxe",
|
||||
"Cosmétiques Éclat",
|
||||
"Fédération Française de Spa",
|
||||
"Magazine Bien-être",
|
||||
"Luxury Travel Advisor",
|
||||
"Wellness & Spa Awards",
|
||||
"Partenaire Healthy Life",
|
||||
]}
|
||||
"Grand Hôtel Luxe", "Cosmétiques Éclat", "Fédération Française de Spa", "Magazine Bien-être", "Luxury Travel Advisor", "Wellness & Spa Awards", "Partenaire Healthy Life"]}
|
||||
title="Nos Partenaires et Certifications"
|
||||
description="Fiers de nos collaborations et de nos reconnaissances, garantissant la qualité supérieure de nos services."
|
||||
tag="Confiance et Qualité"
|
||||
@@ -393,20 +228,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Comment puis-je réserver un soin ?",
|
||||
content: "Vous pouvez réserver directement via notre site web, par téléphone, ou en vous présentant à la réception de notre spa.",
|
||||
},
|
||||
id: "faq-1", title: "Comment puis-je réserver un soin ?", content: "Vous pouvez réserver directement via notre site web, par téléphone, ou en vous présentant à la réception de notre spa."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Quels sont vos horaires d'ouverture ?",
|
||||
content: "Nous sommes ouverts du mardi au samedi de 10h00 à 19h00. Les dimanches et lundis sont fermés.",
|
||||
},
|
||||
id: "faq-2", title: "Quels sont vos horaires d'ouverture ?", content: "Nous sommes ouverts du mardi au samedi de 10h00 à 19h00. Les dimanches et lundis sont fermés."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Proposez-vous des cartes cadeaux ?",
|
||||
content: "Oui, nous proposons des cartes cadeaux personnalisables pour tous nos soins et forfaits. Une excellente idée cadeau !",
|
||||
},
|
||||
id: "faq-3", title: "Proposez-vous des cartes cadeaux ?", content: "Oui, nous proposons des cartes cadeaux personnalisables pour tous nos soins et forfaits. Une excellente idée cadeau !"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12664.jpg"
|
||||
imageAlt="Femme relaxée recevant un soin"
|
||||
@@ -423,18 +249,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Prêt(e) à vivre une expérience de relaxation ultime ? Contactez Dream Zack Spa dès aujourd'hui pour réserver votre moment de sérénité."
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler Maintenant",
|
||||
href: "tel:+33123456789",
|
||||
},
|
||||
text: "Appeler Maintenant", href: "tel:+33123456789"},
|
||||
{
|
||||
text: "Envoyer un Message",
|
||||
href: "mailto:contact@dreamzackspa.fr",
|
||||
},
|
||||
text: "Envoyer un Message", href: "mailto:contact@dreamzackspa.fr"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -446,19 +267,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user