diff --git a/src/app/page.tsx b/src/app/page.tsx index d7a4453..9b71b0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"