Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e6fad1e01 | |||
| 5f6fcc191f | |||
| 53aa5529ee | |||
| 7ac8c56a0a | |||
| c02aa69e3e | |||
| e1236bca17 |
@@ -191,7 +191,7 @@ export default function LandingPage() {
|
||||
text: "Start Free Trial"},
|
||||
},
|
||||
{
|
||||
id: "pro", tag: "Pro", price: "₹2499", period: "/mo", description: "For businesses that need growth insights.", featuresTitle: "Everything in Starter, plus:", features: [
|
||||
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: [
|
||||
"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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user