diff --git a/src/app/page.tsx b/src/app/page.tsx index 176c965..4abcc61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,15 +122,15 @@ export default function LandingPage() { plans={[ { id: "p1", badge: "Phase 1", price: "₹0", name: "Growth Mode", features: ["Full Tracking", "Dashboard", "Basic Categorization"], - buttons: [{ text: "Start Free" }], + buttons: [{ text: "Start AI Trial" }], }, { id: "p2", badge: "Phase 2", price: "₹299/mo", name: "AI Pro", features: ["Forecasting", "Financial Planning", "Advanced Insights"], - buttons: [{ text: "Upgrade" }], + buttons: [{ text: "Get AI Pro" }], }, { id: "p3", badge: "Phase 3", price: "Commission", name: "Partnership", features: ["Credit Card Matching", "Loan Offers", "Investment Advice"], - buttons: [{ text: "Contact Us" }], + buttons: [{ text: "Request Access" }], }, ]} title="Monetization Roadmap" @@ -212,4 +212,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file