From 55873d165396c21526dd3554eb7a59893ea02809 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:30:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"