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 MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
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 ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
|
|
||||||
@@ -119,23 +119,23 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardTwo
|
<PricingCardFive
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic", badge: "Popular", price: "150€", subtitle: "Plan de inicio", buttons: [{ text: "Contactar" }],
|
id: "basic", tag: "Popular", price: "150€", period: "/mes", description: "Plan de inicio para comenzar tu transformación.", button: { text: "Contactar" },
|
||||||
features: ["Entrenamiento semanal", "Dieta básica", "Seguimiento"],
|
featuresTitle: "Incluye:", features: ["Entrenamiento semanal", "Dieta básica", "Seguimiento"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", badge: "Destacado", price: "250€", subtitle: "Plan equilibrado", buttons: [{ text: "Contactar" }],
|
id: "pro", tag: "Destacado", price: "250€", period: "/mes", description: "Plan equilibrado con atención personalizada.", button: { text: "Contactar" },
|
||||||
features: ["2 Entrenamientos", "Dieta completa", "EMS avanzado"],
|
featuresTitle: "Incluye:", features: ["2 Entrenamientos", "Dieta completa", "EMS avanzado"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "elite", badge: "Premium", price: "350€", subtitle: "Plan total", buttons: [{ text: "Contactar" }],
|
id: "elite", tag: "Premium", price: "350€", period: "/mes", description: "Plan total para resultados de alto rendimiento.", button: { text: "Contactar" },
|
||||||
features: ["Entrenos frecuentes", "EMS profesional", "Soporte 24/7"],
|
featuresTitle: "Incluye:", features: ["Entrenos frecuentes", "EMS profesional", "Soporte 24/7"]
|
||||||
},
|
}
|
||||||
]}
|
]}
|
||||||
title="Inversión en salud"
|
title="Inversión en salud"
|
||||||
description="Precios transparentes y sin sorpresas."
|
description="Precios transparentes y sin sorpresas."
|
||||||
@@ -199,4 +199,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user