Update src/app/page.tsx

This commit is contained in:
2026-05-09 22:45:39 +00:00
parent a0efad2f10
commit 1ee1310274

View File

@@ -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>
);
}
}