Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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';
|
||||
|
||||
@@ -119,23 +119,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: "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: "pro", badge: "Destacado", price: "250€", subtitle: "Plan equilibrado", buttons: [{ text: "Contactar" }],
|
||||
features: ["2 Entrenamientos", "Dieta completa", "EMS avanzado"],
|
||||
id: "pro", tag: "Destacado", price: "250€", period: "/mes", description: "Plan equilibrado con atención personalizada.", button: { text: "Contactar" },
|
||||
featuresTitle: "Incluye:", features: ["2 Entrenamientos", "Dieta completa", "EMS avanzado"]
|
||||
},
|
||||
{
|
||||
id: "elite", badge: "Premium", price: "350€", subtitle: "Plan total", buttons: [{ text: "Contactar" }],
|
||||
features: ["Entrenos frecuentes", "EMS profesional", "Soporte 24/7"],
|
||||
},
|
||||
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"
|
||||
description="Precios transparentes y sin sorpresas."
|
||||
@@ -199,4 +199,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user