diff --git a/src/app/page.tsx b/src/app/page.tsx index e827b73..dd39ede 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,18 +100,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", name: "Plan Básico", price: "150€", variant: "Mes", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32130.jpg"}, - { - id: "p2", name: "Plan Avanzado", price: "250€", variant: "Mes", imageSrc: "http://img.b2bpic.net/free-photo/people-gym-talking-making-exercise-plans_23-2149175367.jpg"}, - { - id: "p3", name: "Plan Total EMS", price: "350€", variant: "Mes", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32112.jpg"}, - { - id: "p4", name: "Sesión Suelta", price: "45€", variant: "Unidad", imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114210.jpg"}, - { - id: "p5", name: "Pack 10 Sesiones", price: "400€", variant: "Pack", imageSrc: "http://img.b2bpic.net/free-photo/fitness-gym-equipment-with-christmas-theme-decorations_23-2149564380.jpg"}, - { - id: "p6", name: "Asesoría Nutricional", price: "80€", variant: "Mes", imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-ball-net-bag_23-2147827772.jpg"}, + { id: "p4", name: "Sesión Suelta", price: "45€", variant: "Unidad", imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114210.jpg" }, + { id: "p5", name: "Pack 10 Sesiones", price: "400€", variant: "Pack", imageSrc: "http://img.b2bpic.net/free-photo/fitness-gym-equipment-with-christmas-theme-decorations_23-2149564380.jpg" }, + { id: "p1", name: "Plan Básico", price: "150€", variant: "Mes", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32130.jpg"}, + { id: "p2", name: "Plan Avanzado", price: "250€", variant: "Mes", imageSrc: "http://img.b2bpic.net/free-photo/people-gym-talking-making-exercise-plans_23-2149175367.jpg"}, + { id: "p3", name: "Plan Total EMS", price: "350€", variant: "Mes", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32112.jpg"}, + { id: "p6", name: "Asesoría Nutricional", price: "80€", variant: "Mes", imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-ball-net-bag_23-2147827772.jpg"}, ]} title="Elige tu plan" description="Paquetes mensuales diseñados para un progreso constante." @@ -125,16 +119,16 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", tag: "Popular", price: "150€", period: "/mes", description: "Plan de inicio para comenzar tu transformación.", button: { text: "Contactar" }, - featuresTitle: "Incluye:", features: ["Entrenamiento semanal", "Dieta básica", "Seguimiento"] + id: "suelta", tag: "Destacado", price: "45€", period: "/sesión", description: "Ideal para probar nuestra metodología.", button: { text: "Reservar ahora" }, + featuresTitle: "Ventajas:", features: ["Sin compromiso", "Tecnología EMS", "Coach personalizado"] }, { - id: "pro", tag: "Destacado", price: "250€", period: "/mes", description: "Plan equilibrado con atención personalizada.", button: { text: "Contactar" }, + id: "pack10", tag: "Popular", price: "400€", period: "/10 sesiones", description: "La mejor opción para un progreso constante.", button: { text: "Reservar ahora" }, + featuresTitle: "Incluye:", features: ["Ahorro garantizado", "Prioridad de reserva", "Seguimiento continuo"] + }, + { + id: "pro", tag: "Especializado", price: "250€", period: "/mes", description: "Atención premium para objetivos avanzados.", button: { text: "Contactar" }, featuresTitle: "Incluye:", features: ["2 Entrenamientos", "Dieta completa", "EMS avanzado"] - }, - { - id: "elite", tag: "Premium", price: "350€", period: "/mes", description: "Plan total para resultados de alto rendimiento.", button: { text: "Contactar" }, - featuresTitle: "Incluye:", features: ["Entrenos frecuentes", "EMS profesional", "Soporte 24/7"] } ]} title="Inversión en salud"