From 4bc3a3d24bf2f2daaae64e71c0ce714f12cf3c3c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:40:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e35a0cb..64ea8b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,11 +111,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} plans={[ - { id: "starter", badge: "Novice", price: "$4.99/mo", subtitle: "Essential access", buttons: [{ text: "Select", href: "#" }], features: ["Daily Bonus", "Starter Cue"] }, - { id: "pro", badge: "Elite", price: "$9.99/mo", subtitle: "For serious competitors", buttons: [{ text: "Select", href: "#" }], features: ["Exclusive Cues", "Pro Tournaments"] } + { id: "starter", badge: "Novice", price: "$4.99/mo", subtitle: "Essential access for casual play", buttons: [{ text: "Select", href: "#" }], features: ["Daily Bonus Coins", "Unlock Starter Cues", "Standard Match Access"] }, + { id: "pro", badge: "Elite", price: "$9.99/mo", subtitle: "For serious competitive pros", buttons: [{ text: "Select", href: "#" }], features: ["Ad-Free Experience", "Exclusive Pro Tournaments", "Legendary Custom Cues", "Priority 24/7 Support"] } ]} title="Become a Pool Pro" - description="Membership plans." + description="Choose the plan that fits your competitive level." /> -- 2.49.1