Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-18 13:41:48 +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>
);
}
}