Update src/app/page.tsx

This commit is contained in:
2026-04-15 16:40:36 +00:00
parent 015c92aeaa
commit 4bc3a3d24b

View File

@@ -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."
/>
</div>