Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f867b5c6e5 | |||
| 59b73f2df7 | |||
| 528598f277 | |||
| 29ca26786b | |||
| 11145b3cef | |||
| e07606eb68 |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Get Started Now", href: "contact" },
|
||||
{ text: "Get Trading Signals", href: "contact" },
|
||||
{ text: "Learn More", href: "how-it-works" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -202,7 +202,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "1", price: "$49/mo", name: "Starter", buttons: [
|
||||
id: "1", price: "₹3,900/mo", name: "Starter", buttons: [
|
||||
{ text: "Get Started", href: "contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
],
|
||||
@@ -212,7 +212,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Most Popular", badgeIcon: Crown,
|
||||
price: "$99/mo", name: "Professional", buttons: [
|
||||
price: "₹7,900/mo", name: "Professional", buttons: [
|
||||
{ text: "Get Started", href: "contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
],
|
||||
@@ -221,7 +221,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "3", price: "$199/mo", name: "Enterprise", buttons: [
|
||||
id: "3", price: "₹15,900/mo", name: "Enterprise", buttons: [
|
||||
{ text: "Get Started", href: "contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
],
|
||||
@@ -355,4 +355,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user