5 Commits

Author SHA1 Message Date
02d40fa3f2 Update src/app/page.tsx 2026-05-02 09:44:48 +00:00
1ee5c947ed Merge version_2 into main
Merge version_2 into main
2026-05-02 09:43:23 +00:00
770a9ce200 Merge version_1 into main
Merge version_1 into main
2026-05-02 09:42:32 +00:00
34e045b519 Merge version_1 into main
Merge version_1 into main
2026-05-02 09:42:08 +00:00
9cb4a79eee Merge version_1 into main
Merge version_1 into main
2026-05-02 09:41:41 +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>
);
}
}