Update src/app/page.tsx
This commit is contained in:
@@ -105,8 +105,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "p1", badge: "ENTRY", price: "$99", subtitle: "For independent traders", features: ["1 Asset Class", "Core Analytics", "Standard Support"], buttons: [{ text: "Join Now", href: "#contact" }] },
|
||||
{ id: "p2", badge: "MOST POPULAR", price: "$299", subtitle: "For active professionals", features: ["All Asset Classes", "Advanced Analytics", "Priority Support"], buttons: [{ text: "Upgrade", href: "#contact" }] }
|
||||
{ id: "p1", badge: "ENTRY", price: "$99", subtitle: "For independent traders", features: ["Essential Access: Single Asset Class", "Core Analytics", "Standard Support"], buttons: [{ text: "Join Now", href: "#contact" }] },
|
||||
{ id: "p2", badge: "MOST POPULAR", price: "$299", subtitle: "For active professionals", features: ["Comprehensive Access: All Asset Classes", "Advanced Analytics", "Priority Support"], buttons: [{ text: "Upgrade", href: "#contact" }] }
|
||||
]}
|
||||
title="Select Your Tier"
|
||||
description="Transparent pricing designed for professional growth at every stage."
|
||||
@@ -170,4 +170,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user