From e19cb532625c23ef7f74c1bbb2615ffaac9a87c4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:50:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 342cbf9..38d3389 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "collector", badge: "Collector", price: "Free", subtitle: "Access to buy & sell", features: ["Standard marketplace access", "Trading fees included"] }, - { id: "owner", badge: "Owner", price: "$99", subtitle: "Earn on all pack volume", features: ["5% Secondary market revenue", "Priority Unpacking", "Governance access"] } + { id: "owner", badge: "Owner", price: "$99", subtitle: "One-time $99 to earn on all pack volume", features: ["5% Secondary market revenue", "Priority Unpacking", "Governance access"] } ]} title="Ownership Tier" description="Join the owner network to earn perpetual percentages on pack sales." -- 2.49.1