Merge version_4 into main #6
@@ -8,7 +8,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
@@ -128,15 +128,15 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
<PricingCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View All Plans", href: "#pricing" }]}
|
||||
buttons={[{ text: "Contact Sales", href: "#" }]}
|
||||
plans={[
|
||||
{ id: "basic", badge: "Essential", price: "$29/mo", subtitle: "Core access", features: ["Gym floor access", "Locker rooms"], buttons: [{ text: "Get Started", href: "#" }] },
|
||||
{ id: "pro", badge: "Recommended", price: "$59/mo", subtitle: "Pro features", features: ["Unlimited classes", "Guest passes", "Sauna access"], buttons: [{ text: "Choose Pro", href: "#" }] },
|
||||
{ id: "elite", badge: "Ultimate", price: "$89/mo", subtitle: "Elite access", features: ["1-on-1 coaching", "All facilities", "Priority booking"], buttons: [{ text: "Go Elite", href: "#" }] }
|
||||
{ id: "basic", title: "Essential", price: "$29", period: "/mo", features: ["Gym floor access", "Locker rooms"], button: { text: "Get Started" } },
|
||||
{ id: "pro", title: "Recommended", price: "$59", period: "/mo", features: ["Unlimited classes", "Guest passes", "Sauna access"], button: { text: "Choose Pro" } },
|
||||
{ id: "elite", title: "Ultimate", price: "$89", period: "/mo", features: ["1-on-1 coaching", "All facilities", "Priority booking"], button: { text: "Go Elite" } }
|
||||
]}
|
||||
title="Membership Plans"
|
||||
description="Flexible options for every fitness goal and budget."
|
||||
|
||||
Reference in New Issue
Block a user