1 Commits

Author SHA1 Message Date
53aa5529ee Update src/app/page.tsx 2026-04-17 03:00:15 +00:00

View File

@@ -191,7 +191,7 @@ export default function LandingPage() {
text: "Start Free Trial"},
},
{
id: "pro", tag: "Pro", price: "₹2499", period: "/mo", description: "Scale faster with instant forecasting and save 20+ hours on audits every month.", featuresTitle: "Everything in Starter, plus:", features: [
id: "pro", tag: "Pro", price: "₹2499", period: "/mo", description: "For businesses that need growth insights.", featuresTitle: "Everything in Starter, plus:", features: [
"Multi-Currency", "Forecasting Engine", "Growth Insights", "API Access"],
button: {
text: "Upgrade to Pro"},
@@ -231,7 +231,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
buttonText="Sign Up"
buttonText="Request Early Access"
/>
</div>
@@ -245,4 +245,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}