Merge version_1 into main #1
@@ -10,7 +10,7 @@ import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Zap, Users, AlertCircle, CheckCircle, Star, MessageSquare, DollarSign, Mail, HelpCircle } from "lucide-react";
|
||||
import { Zap, Users, AlertCircle, CheckCircle, Star, MessageSquare, DollarSign, Mail, HelpCircle, Crown } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -228,12 +228,12 @@ export default function LandingPage() {
|
||||
"Unlimited backtests", "PDF reports", "Basic templates", "Email support", "Community access"],
|
||||
},
|
||||
{
|
||||
id: "professional", tag: "Professional", tagIcon: "Crown", price: "$9.99", period: "/month", description: "Best for active traders validating strategies", button: { text: "Start Free Trial", href: "https://app.zeroburnx.io/trial" },
|
||||
id: "professional", tag: "Professional", tagIcon: Crown, price: "$9.99", period: "/month", description: "Best for active traders validating strategies", button: { text: "Start Free Trial", href: "https://app.zeroburnx.io/trial" },
|
||||
featuresTitle: "Everything in Free, plus:", features: [
|
||||
"Excel & CSV exports", "Advanced indicators (50+)", "A/B testing", "Priority email support", "API access (limited)", "Custom strategies"],
|
||||
},
|
||||
{
|
||||
id: "premium", tag: "Premium", tagIcon: "Zap", price: "$49.99", period: "/month", description: "For serious traders and institutions", button: { text: "Contact Sales", href: "https://zeroburnx.io/contact" },
|
||||
id: "premium", tag: "Premium", tagIcon: Zap, price: "$49.99", period: "/month", description: "For serious traders and institutions", button: { text: "Contact Sales", href: "https://zeroburnx.io/contact" },
|
||||
featuresTitle: "Everything in Pro, plus:", features: [
|
||||
"Unlimited API access", "Custom indicators", "Live trading integration (Q3 2026)", "Priority phone support", "Consultation calls", "Team features", "Advanced analytics"],
|
||||
},
|
||||
@@ -272,7 +272,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "8", title: "What assets can I backtest?", content: "You can backtest stocks (US & international), cryptocurrencies, forex, commodities, and indices. We support multiple timeframes from 1-minute to daily. Select the asset and timeframe that matches your trading style."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="smooth"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user