Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-13 14:12:42 +00:00

View File

@@ -98,8 +98,8 @@ export default function LandingPage() {
title="Pricing Plans"
description="Choose the plan that suits you best."
plans={[
{ id: "p1", price: "$9/mo", features: ["Ad-free experience", "Community access"] },
{ id: "p2", price: "$19/mo", features: ["4K Streaming", "Exclusive content", "Early access"] }
{ id: "p1", price: "$9/mo", badge: "Basic", subtitle: "Essential plan", features: ["Ad-free experience", "Community access"], buttons: [{ text: "Get Started" }] },
{ id: "p2", price: "$19/mo", badge: "Pro", subtitle: "Power user", features: ["4K Streaming", "Exclusive content", "Early access"], buttons: [{ text: "Go Pro" }] }
]}
/>
</div>