From 8cb988fac63400c804af54c98144612ee3fc5a20 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:42:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1