diff --git a/src/app/page.tsx b/src/app/page.tsx index 31cc439..8d392b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file