Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -9,6 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
@@ -37,6 +38,8 @@ export default function LandingPage() {
|
||||
name: "Nosotros", id: "about"},
|
||||
{
|
||||
name: "Servicios", id: "features"},
|
||||
{
|
||||
name: "Precios", id: "pricing"},
|
||||
{
|
||||
name: "Testimonios", id: "testimonials"},
|
||||
{
|
||||
@@ -165,6 +168,30 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardEight
|
||||
animationType="fade-in"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Planes de Membresía"
|
||||
description="Elige el plan que mejor se adapte a tus objetivos y empieza tu transformación hoy."
|
||||
plans={[
|
||||
{
|
||||
id: "normal", badge: "Plan Normal", price: "$30", subtitle: "Acceso Básico Mensual", features: [
|
||||
"Acceso a todas las máquinas de cardio y pesas", "Clases grupales limitadas", "Soporte de entrenadores en horario de oficina"
|
||||
],
|
||||
buttons: [{ text: "Elegir Plan Normal", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "premium", badge: "Plan Premium", price: "$60", subtitle: "Acceso Completo Mensual", features: [
|
||||
"Acceso ilimitado a todas las máquinas y pesas", "Todas las clases grupales incluidas", "Entrenamiento personalizado 1 vez al mes", "Asesoramiento nutricional básico"
|
||||
],
|
||||
buttons: [{ text: "Elegir Plan Premium", href: "#contact" }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
@@ -215,6 +242,8 @@ export default function LandingPage() {
|
||||
label: "Acerca de", href: "#about"},
|
||||
{
|
||||
label: "Servicios", href: "#features"},
|
||||
{
|
||||
label: "Precios", href: "#pricing"},
|
||||
{
|
||||
label: "Testimonios", href: "#testimonials"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user