Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-05-02 09:44:52 +00:00

View File

@@ -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>
);
}
}