Update src/app/page.tsx

This commit is contained in:
2026-05-16 22:46:20 +00:00
parent 973e352482
commit a82ea1b861

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Accueil",
id: "hero",
},
{
name: "À propos",
id: "about",
},
{
name: "Soins",
id: "services",
},
{
name: "Contact",
id: "contact",
},
{ name: "Accueil", id: "hero" },
{ name: "À propos", id: "about" },
{ name: "Soins", id: "services" },
{ name: "Contact", id: "contact" },
]}
brandName="Aquaderm"
/>
@@ -57,35 +45,15 @@ export default function LandingPage() {
<HeroOverlay
title="Offrez à vos pieds une expérience unique"
description="Bienvenue chez Aquaderm, votre institut de bien-être spécialisé en spa à poissons et soins des pieds à Juprelle. Une pause zen pour des pieds légers et soignés."
buttons={[
{
text: "Réserver une séance",
href: "#contact",
},
]}
buttons={[{ text: "Réserver une séance", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/serene-minimalist-spa-pool-meditation-space_23-2151935126.jpg"
showBlur={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/woman-walking-by-pool-vacation_23-2149369759.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/part-memorial-complex-fountain_23-2148184276.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148001071.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/woman-sauna-sunlight-premium-sauna-panoramic-view_169016-68907.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-relaxing-water_23-2148000123.jpg",
alt: "Client 5",
},
{ src: "http://img.b2bpic.net/free-photo/woman-walking-by-pool-vacation_23-2149369759.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/part-memorial-complex-fountain_23-2148184276.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148001071.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/woman-sauna-sunlight-premium-sauna-panoramic-view_169016-68907.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-relaxing-water_23-2148000123.jpg", alt: "Client 5" },
]}
avatarText="Rejoignez nos 1000+ clients satisfaits"
/>
@@ -95,7 +63,6 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
title="Une parenthèse bien-être au cœur de la Belgique"
description="Situé à Juprelle, Aquaderm propose une approche unique de la pédicure et de la relaxation. Nos soins allient l'efficacité naturelle du spa à poissons, une technique reconnue pour exfolier en douceur, à des soins de pédicure professionnels pour une hygiène irréprochable. Dans un cadre zen et épuré, nous vous invitons à oublier le stress quotidien."
/>
</div>
@@ -106,42 +73,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "s1",
name: "Fish Spa Découverte",
price: "25€",
imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-relaxing-water_23-2148000155.jpg",
},
{
id: "s2",
name: "Pédicure Soin Complet",
price: "45€",
imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-thai-orchid-flowers-bath-accessories_169016-17219.jpg",
},
{
id: "s3",
name: "Formule Duo Relax",
price: "80€",
imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-marinated-chicken-drumstick-cutting-board-trivet_114579-86242.jpg",
},
{
id: "s4",
name: "Soin Hydratant Pieds",
price: "30€",
imageSrc: "http://img.b2bpic.net/free-photo/serene-minimalist-spa-interior-meditation-space_23-2151935120.jpg",
},
{
id: "s5",
name: "Forfait Abonnement",
price: "120€",
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148001078.jpg",
},
{
id: "s6",
name: "Carte Cadeau",
price: "50€",
imageSrc: "http://img.b2bpic.net/free-photo/metallic-straw-fake-leaf-with-copy-space_23-2148289757.jpg",
},
{ id: "s1", name: "Fish Spa Découverte", price: "25€", imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-relaxing-water_23-2148000155.jpg" },
{ id: "s2", name: "Pédicure Soin Complet", price: "45€", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-thai-orchid-flowers-bath-accessories_169016-17219.jpg" },
{ id: "s3", name: "Formule Duo Relax", price: "80€", imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-marinated-chicken-drumstick-cutting-board-trivet_114579-86242.jpg" },
{ id: "s4", name: "Soin Hydratant Pieds", price: "30€", imageSrc: "http://img.b2bpic.net/free-photo/serene-minimalist-spa-interior-meditation-space_23-2151935120.jpg" },
{ id: "s5", name: "Forfait Abonnement", price: "120€", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148001078.jpg" },
{ id: "s6", name: "Carte Cadeau", price: "50€", imageSrc: "http://img.b2bpic.net/free-photo/metallic-straw-fake-leaf-with-copy-space_23-2148289757.jpg" },
]}
title="Nos prestations de soins"
description="Découvrez nos soins spécialisés pour le bien-être de vos pieds."
@@ -154,21 +91,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
icon: CheckCircle,
title: "Hygiène exemplaire",
description: "Un espace propre et désinfecté pour chaque client.",
},
{
icon: Sparkles,
title: "Personnel qualifié",
description: "Une équipe professionnelle, souriante et à votre écoute.",
},
{
icon: Coffee,
title: "Instant détente",
description: "Thé offert pendant vos séances pour un moment convivial.",
},
{ icon: CheckCircle, title: "Hygiène exemplaire", description: "Un espace propre et désinfecté pour chaque client." },
{ icon: Sparkles, title: "Personnel qualifié", description: "Une équipe professionnelle, souriante et à votre écoute." },
{ icon: Coffee, title: "Instant détente", description: "Thé offert pendant vos séances pour un moment convivial." },
]}
title="Pourquoi nous choisir ?"
description="L'excellence au service de vos pieds."
@@ -181,60 +106,16 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Marie D.",
role: "Cliente fidèle",
company: "Juprelle",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-client-woman-cosmetologist-beauty-salon-spa_343596-4314.jpg",
},
{
id: "t2",
name: "Luc P.",
role: "Client",
company: "Liège",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-visiting-cosmetologist-making-rejuvenation-procedures_1303-26048.jpg",
},
{
id: "t3",
name: "Sophie B.",
role: "Cliente",
company: "Juprelle",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-applying-cream-her-face-another-woman_1208-306.jpg",
},
{
id: "t4",
name: "Jean V.",
role: "Client",
company: "Vottem",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bride-getting-hair-done-side-view_23-2149860771.jpg",
},
{
id: "t5",
name: "Claire L.",
role: "Cliente",
company: "Juprelle",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-blue-bathrobe_1157-29659.jpg",
},
{ id: "t1", name: "Marie D.", role: "Cliente fidèle", company: "Juprelle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-client-woman-cosmetologist-beauty-salon-spa_343596-4314.jpg" },
{ id: "t2", name: "Luc P.", role: "Client", company: "Liège", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-visiting-cosmetologist-making-rejuvenation-procedures_1303-26048.jpg" },
{ id: "t3", name: "Sophie B.", role: "Cliente", company: "Juprelle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-applying-cream-her-face-another-woman_1208-306.jpg" },
{ id: "t4", name: "Jean V.", role: "Client", company: "Vottem", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bride-getting-hair-done-side-view_23-2149860771.jpg" },
{ id: "t5", name: "Claire L.", role: "Cliente", company: "Juprelle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-blue-bathrobe_1157-29659.jpg" },
]}
kpiItems={[
{
value: "16",
label: "Avis Google",
},
{
value: "5.0",
label: "Note moyenne",
},
{
value: "100%",
label: "Clients satisfaits",
},
{ value: "16", label: "Avis Google" },
{ value: "5.0", label: "Note moyenne" },
{ value: "100%", label: "Clients satisfaits" },
]}
title="Ce que disent nos clients"
description="Une note Google de 5,0/5 témoigne de notre engagement."
@@ -247,21 +128,9 @@ export default function LandingPage() {
title="Aquaderm en quelques chiffres"
tag="Expertise"
metrics={[
{
id: "m1",
value: "5+",
description: "Années d'expérience",
},
{
id: "m2",
value: "1000+",
description: "Séances réalisées",
},
{
id: "m3",
value: "5.0",
description: "Score qualité",
},
{ id: "m1", value: "5+", description: "Années d'expérience" },
{ id: "m2", value: "1000+", description: "Séances réalisées" },
{ id: "m3", value: "5.0", description: "Score qualité" },
]}
metricsAnimation="slide-up"
/>
@@ -272,21 +141,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Est-ce douloureux ?",
content: "Non, c'est une sensation de chatouillements agréable et relaxante.",
},
{
id: "f2",
title: "Quelle est l'hygiène ?",
content: "Nous respectons des normes sanitaires strictes entre chaque client.",
},
{
id: "f3",
title: "Faut-il réserver ?",
content: "Oui, la réservation est conseillée pour garantir votre créneau.",
},
{ id: "f1", title: "Est-ce douloureux ?", content: "Non, c'est une sensation de chatouillements agréable et relaxante." },
{ id: "f2", title: "Quelle est l'hygiène ?", content: "Nous respectons des normes sanitaires strictes entre chaque client." },
{ id: "f3", title: "Faut-il réserver ?", content: "Oui, la réservation est conseillée pour garantir votre créneau." },
]}
title="Questions fréquentes"
description="Tout savoir sur nos soins spa."
@@ -300,30 +157,11 @@ export default function LandingPage() {
title="Prenez rendez-vous"
description="Rue d'Heure-le-Tixhe 9, 4452 Juprelle. Téléphone : +32 497 38 13 15. Ouvert du mardi au vendredi."
inputs={[
{
name: "name",
type: "text",
placeholder: "Votre nom",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Votre email",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Votre numéro de téléphone",
required: true,
},
{ name: "name", type: "text", placeholder: "Votre nom", required: true },
{ name: "email", type: "email", placeholder: "Votre email", required: true },
{ name: "phone", type: "tel", placeholder: "Votre numéro de téléphone", required: true },
]}
textarea={{
name: "message",
placeholder: "Votre message ou demande de soin",
rows: 4,
}}
textarea={{ name: "message", placeholder: "Votre message ou demande de soin", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/orchid-stones-near-teapot_23-2147809197.jpg"
/>
</div>
@@ -333,16 +171,8 @@ export default function LandingPage() {
logoText="Aquaderm"
copyrightText="© 2025 Aquaderm | Tous droits réservés"
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
]}
/>
</div>