Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -101,15 +101,15 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Essential", price: "$29/mo", subtitle: "Perfect for starters", features: ["Viral text engine", "50 prompts/mo", "Basic analytics"],
|
||||
buttons: [{ text: "Start Making Money" }],
|
||||
buttons: [{ text: "Get Started" }],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Popular", price: "$79/mo", subtitle: "For serious creators", features: ["Viral text engine", "Unlimited prompts", "AI Video creation", "Affiliate dashboard"],
|
||||
buttons: [{ text: "Start Making Money" }],
|
||||
buttons: [{ text: "Get Started" }],
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Scaling", price: "$199/mo", subtitle: "For agencies & teams", features: ["All pro features", "API access", "White label reports", "Priority support"],
|
||||
buttons: [{ text: "Start Making Money" }],
|
||||
buttons: [{ text: "Get Started" }],
|
||||
},
|
||||
]}
|
||||
title="Turn Content Into Income"
|
||||
|
||||
Reference in New Issue
Block a user