diff --git a/src/app/page.tsx b/src/app/page.tsx index c4d625e..db1fd8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=4", 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"], },