Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b2da43f76f | |||
| 55873d1653 | |||
| 50f53d52b9 |
@@ -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