Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-03-12 14:42:06 +00:00

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