Merge version_3 into main #5
@@ -130,8 +130,9 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View All Plans", href: "#pricing" }]}
|
||||
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: "#" }] },
|
||||
@@ -205,4 +206,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user