Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 51ea64453e | |||
| 828dd97444 | |||
| 802043bbf8 | |||
| 4db2f9cae3 | |||
| 8ae1545c5d | |||
| 5b9dd4617d |
@@ -9,7 +9,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
|
||||
@@ -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."
|
||||
@@ -119,23 +113,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Popular", price: "150€", subtitle: "Plan de inicio", buttons: [{ text: "Contactar" }],
|
||||
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", badge: "Destacado", price: "250€", subtitle: "Plan equilibrado", buttons: [{ text: "Contactar" }],
|
||||
features: ["2 Entrenamientos", "Dieta completa", "EMS avanzado"],
|
||||
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: "elite", badge: "Premium", price: "350€", subtitle: "Plan total", buttons: [{ text: "Contactar" }],
|
||||
features: ["Entrenos frecuentes", "EMS profesional", "Soporte 24/7"],
|
||||
},
|
||||
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"]
|
||||
}
|
||||
]}
|
||||
title="Inversión en salud"
|
||||
description="Precios transparentes y sin sorpresas."
|
||||
@@ -199,4 +193,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user