6 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
8a26d18fd2 Update theme colors 2026-05-02 09:43:20 +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
2 changed files with 12 additions and 11 deletions

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0b07ff;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93b7ff;
--background-accent: #a8bae8;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);