2 Commits

Author SHA1 Message Date
2f8674ce83 Update src/app/page.tsx 2026-04-18 13:41:45 +00:00
671c9302eb Merge version_2 into main
Merge version_2 into main
2026-04-18 13:38:08 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}