9 Commits

Author SHA1 Message Date
18b625796c Update theme colors 2026-03-12 14:42:52 +00:00
8cb988fac6 Update src/app/page.tsx 2026-03-12 14:42:01 +00:00
9ec46cd8f9 Merge version_3 into main
Merge version_3 into main
2026-03-12 14:38:47 +00:00
4ad40d84b6 Update theme colors 2026-03-12 14:38:40 +00:00
5e4d9ead39 Merge version_3 into main
Merge version_3 into main
2026-03-12 14:34:57 +00:00
53827ddf23 Update theme colors 2026-03-12 14:34:50 +00:00
dddc348607 Merge version_3 into main
Merge version_3 into main
2026-03-12 14:34:03 +00:00
e48150bd5a Update src/app/styles/variables.css 2026-03-12 14:33:58 +00:00
52b86e5292 Merge version_2 into main
Merge version_2 into main
2026-03-12 13:51:20 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -135,7 +135,7 @@ export default function LandingPage() {
]
},
{
id: "premium", badge: "Best Value", badgeIcon: Zap,
id: "premium", badge: "Most Value - Save 37%", badgeIcon: Zap,
price: "$79", subtitle: "per month", buttons: [{ text: "Upgrade Now", href: "#contact" }],
features: [
"All Standard benefits", "Exclusive fishing trips (4/year)", "Expert coaching sessions (2/month)", "Priority tournament entry", "Premium equipment discounts", "VIP member status"
@@ -272,4 +272,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #1a1a1a;
--card: #262626;
--foreground: #ffffff;
--primary-cta: #dc2626;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #262626;
--secondary-cta-text: #ffffff;
--accent: #991b1b;
--background-accent: #7f1d1d;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);