Merge version_7 into main #29

Merged
bender merged 1 commits from version_7 into main 2026-02-20 10:56:35 +00:00

View File

@@ -139,34 +139,25 @@ export default function LandingPage() {
animationType="slide-up"
plans={[
{
id: "starter", badge: "Starter Fund", badgeIcon: Zap,
price: "$10K", period: "/month", title: "Perfect for emerging investors", features: [
id: "starter", tag: "Starter Fund", tagIcon: Zap,
price: "$10K", period: "/month", description: "Perfect for emerging investors", featuresTitle: "Features", features: [
"Up to $5M in portfolio access", "AI-powered recommendations", "Basic analytics dashboard", "Email support", "Monthly market reports"
],
buttons: [
{ text: "Start Now", href: "contact" },
{ text: "Learn More", href: "#" }
]
button: { text: "Start Now", href: "contact" }
},
{
id: "professional", badge: "Professional Growth", badgeIcon: Sparkles,
price: "$50K", period: "/month", title: "Ideal for institutional investors", features: [
id: "professional", tag: "Professional Growth", tagIcon: Sparkles,
price: "$50K", period: "/month", description: "Ideal for institutional investors", featuresTitle: "Features", features: [
"Up to $100M in portfolio access", "Advanced AI analytics and modeling", "Real-time market intelligence", "Priority support", "Dedicated account manager", "Custom reporting suite"
],
buttons: [
{ text: "Get Started", href: "contact" },
{ text: "Schedule Demo", href: "#" }
]
button: { text: "Get Started", href: "contact" }
},
{
id: "enterprise", badge: "Enterprise Access", badgeIcon: Crown,
price: "Custom", period: "", title: "For mega-funds and enterprises", features: [
id: "enterprise", tag: "Enterprise Access", tagIcon: Crown,
price: "Custom", period: "", description: "For mega-funds and enterprises", featuresTitle: "Features", features: [
"Unlimited portfolio access", "Custom AI model training", "Full market ecosystem integration", "24/7 premium support", "Dedicated engineering team", "White-label solutions available"
],
buttons: [
{ text: "Contact Sales", href: "contact" },
{ text: "Enterprise Brief", href: "#" }
]
button: { text: "Contact Sales", href: "contact" }
}
]}
/>