Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 08:40:31 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -47,7 +47,7 @@ export default function LandingPage() {
<HeroBillboard
title="Votre salle de sport à Cavaillon pour progresser"
description="Retrouvez une ambiance conviviale, des équipements modernes et un coaching personnalisé. Testez gratuitement nos services dès aujourd'hui."
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
tag="Fitness & Bien-être"
tagIcon={Zap}
tagAnimation="slide-up"
@@ -119,22 +119,22 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "essai", title: "Essai gratuit", price: "Gratuit", period: "1 semaine", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-mobile_1162-113.jpg?_wi=1", imageAlt: "Plan essai gratuit", button: { text: "Commencer", href: "#contact" },
id: "essai", title: "Essai gratuit", price: "Gratuit", period: "1 semaine", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-mobile_1162-113.jpg", imageAlt: "Plan essai gratuit", button: { text: "Commencer", href: "#contact" },
features: [
"Accès à tous les équipements", "Visite guidée de la salle", "Consultation avec coach"],
},
{
id: "basic", title: "Plan Basic", price: "29€", period: "/mois", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-mobile_1162-113.jpg?_wi=2", imageAlt: "Plan Basic", button: { text: "S'inscrire", href: "tel:+33490717070" },
id: "basic", title: "Plan Basic", price: "29€", period: "/mois", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-mobile_1162-113.jpg", imageAlt: "Plan Basic", button: { text: "S'inscrire", href: "tel:+33490717070" },
features: [
"Accès illimité à la salle", "Horaires étendus (6h-22h)", "Espace cardio et musculation"],
},
{
id: "pro", title: "Plan Pro", price: "59€", period: "/mois", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-mobile_1162-113.jpg?_wi=3", imageAlt: "Plan Pro", button: { text: "Choisir ce plan", href: "tel:+33490717070" },
id: "pro", title: "Plan Pro", price: "59€", period: "/mois", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-mobile_1162-113.jpg", imageAlt: "Plan Pro", button: { text: "Choisir ce plan", href: "tel:+33490717070" },
features: [
"Accès illimité + cours collectifs", "2 sessions coaching par mois", "Suivi nutritionnel inclus", "Accès prioritaire équipements"],
},
{
id: "coaching", title: "Coaching intensif", price: "99€", period: "/mois", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-mobile_1162-113.jpg?_wi=4", imageAlt: "Coaching intensif", button: { text: "Programme personnalisé", href: "tel:+33490717070" },
id: "coaching", title: "Coaching intensif", price: "99€", period: "/mois", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-mobile_1162-113.jpg", imageAlt: "Coaching intensif", button: { text: "Programme personnalisé", href: "tel:+33490717070" },
features: [
"Accès illimité complet", "Coaching personnel (4 séances/mois)", "Suivi nutritionnel personnalisé", "Massages et ostéopathie mensuel"],
},