3 Commits

Author SHA1 Message Date
b2da43f76f Merge version_3 into main
Merge version_3 into main
2026-04-08 18:30:46 +00:00
55873d1653 Update src/app/page.tsx 2026-04-08 18:30:39 +00:00
50f53d52b9 Merge version_2 into main
Merge version_2 into main
2026-04-08 03:36:11 +00:00

View File

@@ -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"