Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 02d40fa3f2 | |||
| 1ee5c947ed | |||
| 770a9ce200 | |||
| 34e045b519 | |||
| 9cb4a79eee |
@@ -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