Update src/app/page.tsx

This commit is contained in:
2026-05-19 07:50:26 +00:00
parent c743df8716
commit f562a9bd84

View File

@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Accueil",
id: "hero",
},
{
name: "À Propos",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Contact",
id: "contact",
},
{ name: "Accueil", id: "hero" },
{ name: "À Propos", id: "about" },
{ name: "Services", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="Le Sentier"
/>
@@ -53,64 +41,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "downward-rays-static",
}}
background={{ variant: "downward-rays-static" }}
title="Le Sentier - Votre équilibre naturel à Brest"
description="Naturopathe spécialisé en compléments alimentaires naturels et nutrition. Retrouvez vitalité et harmonie au quotidien."
buttons={[
{
text: "Prendre Rendez-vous",
href: "#contact",
},
]}
buttons={[{ text: "Prendre Rendez-vous", href: "#contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x9gb7b"
imageAlt="naturopathy wellness herbs natural light"
mediaAnimation="slide-up"
avatars={[
{
src: "asset://avatar-1",
alt: "Client 1",
},
{
src: "asset://avatar-2",
alt: "Client 2",
},
{
src: "asset://avatar-3",
alt: "Client 3",
},
{
src: "asset://avatar-4",
alt: "Client 4",
},
{
src: "asset://avatar-5",
alt: "Client 5",
},
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=avatar-1", alt: "Client 1" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=avatar-2", alt: "Client 2" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=avatar-3", alt: "Client 3" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=avatar-4", alt: "Client 4" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=avatar-5", alt: "Client 5" }
]}
avatarText="500+ patients satisfaits"
marqueeItems={[
{
type: "text",
text: "Consultation personnalisée",
},
{
type: "text",
text: "Bien-être durable",
},
{
type: "text",
text: "Approche holistique",
},
{
type: "text",
text: "Nutrition saine",
},
{
type: "text",
text: "Accompagnement naturel",
},
{ type: "text", text: "Consultation personnalisée" },
{ type: "text", text: "Bien-être durable" },
{ type: "text", text: "Approche holistique" },
{ type: "text", text: "Nutrition saine" },
{ type: "text", text: "Accompagnement naturel" },
]}
/>
</div>
@@ -122,18 +73,9 @@ export default function LandingPage() {
title="Une approche holistique pour votre santé"
description="Je vous accompagne sur le chemin de la santé naturelle. Par des bilans personnalisés et une sélection rigoureuse de compléments, nous rétablissons votre équilibre global."
bulletPoints={[
{
title: "Bilan Naturopathique",
description: "Analyse personnalisée de vos besoins métaboliques.",
},
{
title: "Conseils Nutritionnels",
description: "Rééquilibrage alimentaire durable et sain.",
},
{
title: "Compléments Ciblés",
description: "Sélection de produits naturels de haute qualité.",
},
{ title: "Bilan Naturopathique", description: "Analyse personnalisée de vos besoins métaboliques." },
{ title: "Conseils Nutritionnels", description: "Rééquilibrage alimentaire durable et sain." },
{ title: "Compléments Ciblés", description: "Sélection de produits naturels de haute qualité." },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6meu98"
imageAlt="naturopath office warm decor"
@@ -147,39 +89,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "1",
title: "Gestion du Stress",
author: "Le Sentier",
description: "Techniques naturelles pour retrouver calme et sérénité.",
tags: [
"Bien-être",
"Nature",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8x78fu",
},
{
id: "2",
title: "Nutrition & Santé",
author: "Le Sentier",
description: "Alimentation consciente pour une vitalité retrouvée.",
tags: [
"Nutrition",
"Santé",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2aeurg",
},
{
id: "3",
title: "Compléments Alimentaires",
author: "Le Sentier",
description: "Conseils sur la supplémentation adaptée à vos carences.",
tags: [
"Conseil",
"Nature",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f7gsk2",
},
{ id: "1", title: "Gestion du Stress", author: "Le Sentier", description: "Techniques naturelles pour retrouver calme et sérénité.", tags: ["Bien-être", "Nature"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8x78fu" },
{ id: "2", title: "Nutrition & Santé", author: "Le Sentier", description: "Alimentation consciente pour une vitalité retrouvée.", tags: ["Nutrition", "Santé"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2aeurg" },
{ id: "3", title: "Compléments Alimentaires", author: "Le Sentier", description: "Conseils sur la supplémentation adaptée à vos carences.", tags: ["Conseil", "Nature"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f7gsk2" },
]}
title="Services Naturopathiques"
description="Des solutions adaptées pour chaque étape de votre vie."
@@ -192,21 +104,9 @@ export default function LandingPage() {
title="Notre impact bien-être"
tag="Expertise"
metrics={[
{
id: "m1",
value: "500+",
description: "Patients accompagnés à Brest",
},
{
id: "m2",
value: "10 ans",
description: "D'expérience en naturopathie",
},
{
id: "m3",
value: "100%",
description: "Solutions naturelles personnalisées",
},
{ id: "m1", value: "500+", description: "Patients accompagnés à Brest" },
{ id: "m2", value: "10 ans", description: "D'expérience en naturopathie" },
{ id: "m3", value: "100%", description: "Solutions naturelles personnalisées" },
]}
metricsAnimation="slide-up"
/>
@@ -218,49 +118,15 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Marie L.",
handle: "@mariel",
testimonial: "Un accompagnement humain et vraiment efficace pour mes problèmes digestifs.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=89fve4",
},
{
id: "2",
name: "Thomas B.",
handle: "@thomasb",
testimonial: "Grâce aux conseils du Sentier, j'ai retrouvé une énergie incroyable.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uh1zx2",
},
{
id: "3",
name: "Sophie P.",
handle: "@sophiep",
testimonial: "Professionnalisme et bienveillance au rendez-vous. Je recommande fortement.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=23juvs",
},
{
id: "4",
name: "Lucas D.",
handle: "@lucasd",
testimonial: "Une approche très naturelle qui m'a aidé à mieux gérer mon stress quotidien.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yhwioz",
},
{
id: "5",
name: "Julie G.",
handle: "@julieg",
testimonial: "Les compléments conseillés sont d'une excellente qualité.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u32fgo",
},
{ id: "1", name: "Marie L.", handle: "@mariel", testimonial: "Un accompagnement humain et vraiment efficace pour mes problèmes digestifs.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=89fve4" },
{ id: "2", name: "Thomas B.", handle: "@thomasb", testimonial: "Grâce aux conseils du Sentier, j'ai retrouvé une énergie incroyable.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uh1zx2" },
{ id: "3", name: "Sophie P.", handle: "@sophiep", testimonial: "Professionnalisme et bienveillance au rendez-vous. Je recommande fortement.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=23juvs" },
{ id: "4", name: "Lucas D.", handle: "@lucasd", testimonial: "Une approche très naturelle qui m'a aidé à mieux gérer mon stress quotidien.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yhwioz" },
{ id: "5", name: "Julie G.", handle: "@julieg", testimonial: "Les compléments conseillés sont d'une excellente qualité.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u32fgo" },
]}
showRating={true}
title="Témoignages de mes patients"
description="Découvrez les retours de nos patients sur leur expérience chez Le Sentier."
/>
</div>
@@ -268,21 +134,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "La naturopathie remplace-t-elle la médecine ?",
content: "Non, elle est complémentaire et préventive. Elle ne remplace en aucun cas un suivi médical.",
},
{
id: "f2",
title: "Combien de séances faut-il prévoir ?",
content: "Cela dépend de vos objectifs, généralement un suivi sur quelques mois est idéal.",
},
{
id: "f3",
title: "Comment choisir ses compléments ?",
content: "Je vous conseille des produits de qualité adaptés spécifiquement à vos besoins.",
},
{ id: "f1", title: "La naturopathie remplace-t-elle la médecine ?", content: "Non, elle est complémentaire et préventive. Elle ne remplace en aucun cas un suivi médical." },
{ id: "f2", title: "Combien de séances faut-il prévoir ?", content: "Cela dépend de vos objectifs, généralement un suivi sur quelques mois est idéal." },
{ id: "f3", title: "Comment choisir ses compléments ?", content: "Je vous conseille des produits de qualité adaptés spécifiquement à vos besoins." },
]}
sideTitle="Questions Fréquentes"
sideDescription="Toutes vos interrogations sur la naturopathie."
@@ -293,9 +147,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "rotated-rays-static",
}}
background={{ variant: "rotated-rays-static" }}
tag="Contactez-moi"
title="Prêt pour votre bilan santé ?"
description="Prenez rendez-vous à Brest ou posez-moi vos questions par email."
@@ -305,32 +157,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Navigation",
items: [
{
label: "Accueil",
href: "#hero",
},
{
label: "Services",
href: "#features",
},
],
},
{
title: "Légal",
items: [
{
label: "Mentions Légales",
href: "#",
},
{
label: "Politique de confidentialité",
href: "#",
},
],
},
{ title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "Services", href: "#features" }] },
{ title: "Légal", items: [{ label: "Mentions Légales", href: "#" }, { label: "Politique de confidentialité", href: "#" }] },
]}
logoText="Le Sentier"
copyrightText="© 2025 Le Sentier Naturopathie"