Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-04 04:21:45 +00:00
5 changed files with 125 additions and 333 deletions

View File

@@ -19,8 +19,7 @@ const navItems = [
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "API Documentation", href: "https://docs.tradeai.com" },
@@ -28,8 +27,7 @@ const footerColumns = [
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "/blog" },
{ label: "Strategy Marketplace", href: "/strategies" },
{ label: "Video Tutorials", href: "/tutorials" },
@@ -37,8 +35,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Privacy Policy", href: "/privacy" },
@@ -55,7 +52,7 @@ export default function AboutPage() {
borderRadius="pill"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -86,7 +83,6 @@ export default function AboutPage() {
tag="Integrations"
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
names={["Bloomberg", "Interactive Brokers", "Coinbase", "TradingView", "AlgoTrader", "QuantLib", "Stripe", "AWS"]}
speed={40}
@@ -101,7 +97,7 @@ export default function AboutPage() {
tagAnimation="slide-up"
title="Ready to Automate Your Trading?"
description="Join 15,000+ traders who use TradeAI to build profitable algorithmic strategies. Start your free trial today with no credit card required."
background={{ variant: "noise" }}
background={{ variant: "circleGradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Start Free Trial", href: "https://app.tradeai.com/signup" },

View File

@@ -18,8 +18,7 @@ const navItems = [
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "API Documentation", href: "https://docs.tradeai.com" },
@@ -27,8 +26,7 @@ const footerColumns = [
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "/blog" },
{ label: "Strategy Marketplace", href: "/strategies" },
{ label: "Video Tutorials", href: "/tutorials" },
@@ -36,8 +34,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Privacy Policy", href: "/privacy" },
@@ -54,7 +51,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -74,41 +71,23 @@ export default function ContactPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "Do I need coding experience to use TradeAI?",
content:
"No, our visual strategy builder is designed for traders without coding experience. You can build complex strategies by connecting indicators, conditions, and actions with drag-and-drop simplicity. For advanced users, we also offer API access and scripting capabilities.",
},
id: "1", title: "Do I need coding experience to use TradeAI?", content:
"No, our visual strategy builder is designed for traders without coding experience. You can build complex strategies by connecting indicators, conditions, and actions with drag-and-drop simplicity. For advanced users, we also offer API access and scripting capabilities."},
{
id: "2",
title: "How far back can I backtest my strategies?",
content:
"Starter plans support 5 years of historical data. Professional plans include 20 years of data, and Institutional plans can access custom historical datasets. All backtesting accounts for market conditions, commissions, and slippage for realistic results.",
},
id: "2", title: "How far back can I backtest my strategies?", content:
"Starter plans support 5 years of historical data. Professional plans include 20 years of data, and Institutional plans can access custom historical datasets. All backtesting accounts for market conditions, commissions, and slippage for realistic results."},
{
id: "3",
title: "Which brokers and exchanges does TradeAI support?",
content:
"We integrate with Interactive Brokers, TD Ameritrade, E*TRADE, Alpaca, Binance, Coinbase, and 30+ other major brokers and exchanges. Our API allows custom integrations with any broker offering a trading API.",
},
id: "3", title: "Which brokers and exchanges does TradeAI support?", content:
"We integrate with Interactive Brokers, TD Ameritrade, E*TRADE, Alpaca, Binance, Coinbase, and 30+ other major brokers and exchanges. Our API allows custom integrations with any broker offering a trading API."},
{
id: "4",
title: "Is my trading data secure?",
content:
"Yes. We use bank-level encryption for all data transmission and storage. Your trading API keys are encrypted and never exposed to our servers. We comply with SOC 2 Type II, GDPR, and CCPA regulations. We never trade on your data or share it with third parties.",
},
id: "4", title: "Is my trading data secure?", content:
"Yes. We use bank-level encryption for all data transmission and storage. Your trading API keys are encrypted and never exposed to our servers. We comply with SOC 2 Type II, GDPR, and CCPA regulations. We never trade on your data or share it with third parties."},
{
id: "5",
title: "Can I deploy multiple strategies simultaneously?",
content:
"Yes, all plans support unlimited simultaneous strategies. The Starter plan allows 5 live trading connections, while Professional and Institutional plans offer unlimited connections. You can monitor all strategies in real-time on the unified dashboard.",
},
id: "5", title: "Can I deploy multiple strategies simultaneously?", content:
"Yes, all plans support unlimited simultaneous strategies. The Starter plan allows 5 live trading connections, while Professional and Institutional plans offer unlimited connections. You can monitor all strategies in real-time on the unified dashboard."},
{
id: "6",
title: "What if my strategy loses money?",
content:
"TradeAI provides advanced risk management tools including position limits, max drawdown controls, and stop-loss triggers. All strategies should be thoroughly backtested before live deployment. Past performance does not guarantee future results. We recommend starting with small position sizes.",
},
id: "6", title: "What if my strategy loses money?", content:
"TradeAI provides advanced risk management tools including position limits, max drawdown controls, and stop-loss triggers. All strategies should be thoroughly backtested before live deployment. Past performance does not guarantee future results. We recommend starting with small position sizes."},
]}
/>
</div>
@@ -120,7 +99,7 @@ export default function ContactPage() {
tagAnimation="slide-up"
title="Ready to Automate Your Trading?"
description="Join 15,000+ traders who use TradeAI to build profitable algorithmic strategies. Start your free trial today with no credit card required."
background={{ variant: "noise" }}
background={{ variant: "circleGradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Start Free Trial", href: "https://app.tradeai.com/signup" },

View File

@@ -19,8 +19,7 @@ const navItems = [
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "API Documentation", href: "https://docs.tradeai.com" },
@@ -28,8 +27,7 @@ const footerColumns = [
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "/blog" },
{ label: "Strategy Marketplace", href: "/strategies" },
{ label: "Video Tutorials", href: "/tutorials" },
@@ -37,8 +35,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Privacy Policy", href: "/privacy" },
@@ -55,7 +52,7 @@ export default function FeaturesPage() {
borderRadius="pill"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -79,45 +76,33 @@ export default function FeaturesPage() {
features={[
{
id: 1,
title: "Visual Strategy Builder",
description:
"Drag-and-drop interface to build complex trading strategies without coding. Connect indicators, conditions, and actions intuitively. Perfect for traders at every skill level.",
phoneOne: {
title: "Visual Strategy Builder", description:
"Drag-and-drop interface to build complex trading strategies without coding. Connect indicators, conditions, and actions intuitively. Perfect for traders at every skill level.", phoneOne: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png?_wi=5",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png"},
phoneTwo: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png?_wi=5",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png"},
},
{
id: 2,
title: "Advanced Backtesting",
description:
"Test strategies against years of historical data with realistic market conditions. Analyze performance metrics, drawdowns, and risk-adjusted returns instantly.",
phoneOne: {
title: "Advanced Backtesting", description:
"Test strategies against years of historical data with realistic market conditions. Analyze performance metrics, drawdowns, and risk-adjusted returns instantly.", phoneOne: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png?_wi=6",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png"},
phoneTwo: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png?_wi=6",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png"},
},
{
id: 3,
title: "Real-Time Execution",
description:
"Deploy strategies to live markets with real-time price feeds and order management. Connect to major brokers and crypto exchanges with a single API integration.",
phoneOne: {
title: "Real-Time Execution", description:
"Deploy strategies to live markets with real-time price feeds and order management. Connect to major brokers and crypto exchanges with a single API integration.", phoneOne: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png?_wi=7",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png"},
phoneTwo: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png?_wi=7",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png"},
},
]}
/>
@@ -130,7 +115,6 @@ export default function FeaturesPage() {
tag="Integrations"
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
names={["Bloomberg", "Interactive Brokers", "Coinbase", "TradingView", "AlgoTrader", "QuantLib", "Stripe", "AWS"]}
speed={40}
@@ -145,7 +129,7 @@ export default function FeaturesPage() {
tagAnimation="slide-up"
title="Ready to Automate Your Trading?"
description="Join 15,000+ traders who use TradeAI to build profitable algorithmic strategies. Start your free trial today with no credit card required."
background={{ variant: "noise" }}
background={{ variant: "circleGradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Start Free Trial", href: "https://app.tradeai.com/signup" },

View File

@@ -23,8 +23,7 @@ const navItems = [
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "API Documentation", href: "https://docs.tradeai.com" },
@@ -32,8 +31,7 @@ const footerColumns = [
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "/blog" },
{ label: "Strategy Marketplace", href: "/strategies" },
{ label: "Video Tutorials", href: "/tutorials" },
@@ -41,8 +39,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Privacy Policy", href: "/privacy" },
@@ -59,7 +56,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -79,36 +76,24 @@ export default function HomePage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-modern-algorithmic-trading-dashboard-i-1772597876172-8921033c.png"
imageAlt="TradeAI Algorithmic Trading Dashboard"
mediaAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "circleGradient" }}
useInvertedBackground={false}
testimonials={[
{
name: "Marcus Reid",
handle: "Retail Trader",
testimonial:
"Finally automated my trading without hiring developers. The visual strategy builder is intuitive and powerful.",
rating: 5,
name: "Marcus Reid", handle: "Retail Trader", testimonial:
"Finally automated my trading without hiring developers. The visual strategy builder is intuitive and powerful.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png?_wi=1",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png"},
{
name: "Dr. Sarah Chen",
handle: "Quantitative Analyst",
testimonial:
"The backtesting engine and risk management tools rival professional platforms at a fraction of the cost.",
rating: 5,
name: "Dr. Sarah Chen", handle: "Quantitative Analyst", testimonial:
"The backtesting engine and risk management tools rival professional platforms at a fraction of the cost.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png?_wi=1",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png"},
{
name: "James Mitchell",
handle: "Portfolio Manager",
testimonial:
"We've deployed 12 strategies across our fund. The real-time monitoring dashboard is invaluable.",
rating: 5,
name: "James Mitchell", handle: "Portfolio Manager", testimonial:
"We've deployed 12 strategies across our fund. The real-time monitoring dashboard is invaluable.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png?_wi=1",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png"},
]}
testimonialRotationInterval={5000}
buttons={[
@@ -147,59 +132,43 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Visual Strategy Builder",
description:
"Drag-and-drop interface to build complex trading strategies without coding. Connect indicators, conditions, and actions intuitively. Perfect for traders at every skill level.",
phoneOne: {
title: "Visual Strategy Builder", description:
"Drag-and-drop interface to build complex trading strategies without coding. Connect indicators, conditions, and actions intuitively. Perfect for traders at every skill level.", phoneOne: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png?_wi=1",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png"},
phoneTwo: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png?_wi=1",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png"},
},
{
id: 2,
title: "Advanced Backtesting",
description:
"Test strategies against years of historical data with realistic market conditions. Analyze performance metrics, drawdowns, and risk-adjusted returns instantly.",
phoneOne: {
title: "Advanced Backtesting", description:
"Test strategies against years of historical data with realistic market conditions. Analyze performance metrics, drawdowns, and risk-adjusted returns instantly.", phoneOne: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png?_wi=2",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png"},
phoneTwo: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png?_wi=2",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png"},
},
{
id: 3,
title: "Real-Time Execution",
description:
"Deploy strategies to live markets with real-time price feeds and order management. Connect to major brokers and crypto exchanges with a single API integration.",
phoneOne: {
title: "Real-Time Execution", description:
"Deploy strategies to live markets with real-time price feeds and order management. Connect to major brokers and crypto exchanges with a single API integration.", phoneOne: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png?_wi=3",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png"},
phoneTwo: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png?_wi=3",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png"},
},
{
id: 4,
title: "Portfolio Analytics",
description:
"Monitor all your strategies and positions in one dashboard. Track performance metrics, risk exposure, and profitability in real-time with customizable alerts.",
phoneOne: {
title: "Portfolio Analytics", description:
"Monitor all your strategies and positions in one dashboard. Track performance metrics, risk exposure, and profitability in real-time with customizable alerts.", phoneOne: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png?_wi=4",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-displaying-a-backt-1772597874470-bd5022d0.png"},
phoneTwo: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png?_wi=4",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/a-mobile-phone-mockup-showing-live-trade-1772597875684-1183b735.png"},
},
]}
/>
@@ -216,58 +185,29 @@ export default function HomePage() {
useInvertedBackground={false}
plans={[
{
id: "starter",
price: "$99/mo",
name: "Starter",
buttons: [
id: "starter", price: "$99/mo", name: "Starter", buttons: [
{ text: "Start Free Trial", href: "https://app.tradeai.com/signup" },
{ text: "Learn More", href: "#" },
],
features: [
"Unlimited strategies",
"5 live trading connections",
"Real-time market data",
"Basic backtesting (5 years)",
"Email support",
],
"Unlimited strategies", "5 live trading connections", "Real-time market data", "Basic backtesting (5 years)", "Email support"],
},
{
id: "professional",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "$299/mo",
name: "Professional",
buttons: [
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
price: "$299/mo", name: "Professional", buttons: [
{ text: "Start Free Trial", href: "https://app.tradeai.com/signup" },
{ text: "Learn More", href: "#" },
],
features: [
"Unlimited strategies",
"Unlimited live connections",
"Premium market data",
"Advanced backtesting (20 years)",
"Priority email + chat support",
"Performance analytics",
"API access",
],
"Unlimited strategies", "Unlimited live connections", "Premium market data", "Advanced backtesting (20 years)", "Priority email + chat support", "Performance analytics", "API access"],
},
{
id: "institutional",
price: "Custom",
name: "Institutional",
buttons: [
id: "institutional", price: "Custom", name: "Institutional", buttons: [
{ text: "Contact Sales", href: "https://app.tradeai.com/contact-sales" },
{ text: "Schedule Demo", href: "#" },
],
features: [
"White-label solution",
"Dedicated account manager",
"Custom integrations",
"Advanced risk management",
"24/7 phone support",
"Custom reporting",
"SLA guarantee",
],
"White-label solution", "Dedicated account manager", "Custom integrations", "Advanced risk management", "24/7 phone support", "Custom reporting", "SLA guarantee"],
},
]}
/>
@@ -280,87 +220,38 @@ export default function HomePage() {
tag="Testimonials"
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Marcus Reid, Retail Trader",
date: "Date: 15 December 2024",
title: "Automated my trading in days, not months",
quote:
"I spent months learning to code before finding TradeAI. The visual builder let me deploy my first strategy in under a week. My win rate improved 23% by removing emotions from trading.",
tag: "Starter Plan",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png?_wi=2",
},
id: "1", name: "Marcus Reid, Retail Trader", date: "Date: 15 December 2024", title: "Automated my trading in days, not months", quote:
"I spent months learning to code before finding TradeAI. The visual builder let me deploy my first strategy in under a week. My win rate improved 23% by removing emotions from trading.", tag: "Starter Plan", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png"},
{
id: "2",
name: "Dr. Sarah Chen, Quantitative Analyst",
date: "Date: 10 December 2024",
title: "Professional-grade backtesting at fraction of cost",
quote:
"We were using expensive legacy systems. TradeAI's backtesting engine is faster, more intuitive, and costs 80% less. The API integration was seamless for our existing pipelines.",
tag: "Professional Plan",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png?_wi=2",
},
id: "2", name: "Dr. Sarah Chen, Quantitative Analyst", date: "Date: 10 December 2024", title: "Professional-grade backtesting at fraction of cost", quote:
"We were using expensive legacy systems. TradeAI's backtesting engine is faster, more intuitive, and costs 80% less. The API integration was seamless for our existing pipelines.", tag: "Professional Plan", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png"},
{
id: "3",
name: "James Mitchell, Portfolio Manager",
date: "Date: 5 December 2024",
title: "Managing $500M in assets across 12 strategies",
quote:
"The institutional dashboard gives us complete visibility into all our algorithmic positions. The real-time risk controls and performance tracking have been game-changing for our fund.",
tag: "Institutional Plan",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png?_wi=2",
},
id: "3", name: "James Mitchell, Portfolio Manager", date: "Date: 5 December 2024", title: "Managing $500M in assets across 12 strategies", quote:
"The institutional dashboard gives us complete visibility into all our algorithmic positions. The real-time risk controls and performance tracking have been game-changing for our fund.", tag: "Institutional Plan", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png"},
{
id: "4",
name: "Lisa Zhang, Options Trader",
date: "Date: 28 November 2024",
title: "Backtesting complex spreads with confidence",
quote:
"Complex options strategies are tough to backtest. TradeAI handled multi-leg spreads beautifully. The commission modeling accuracy has dramatically improved my strategy validation.",
tag: "Professional Plan",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-portfolio-man-1772597873962-6a2f79e5.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-portfolio-man-1772597873962-6a2f79e5.png",
},
id: "4", name: "Lisa Zhang, Options Trader", date: "Date: 28 November 2024", title: "Backtesting complex spreads with confidence", quote:
"Complex options strategies are tough to backtest. TradeAI handled multi-leg spreads beautifully. The commission modeling accuracy has dramatically improved my strategy validation.", tag: "Professional Plan", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-portfolio-man-1772597873962-6a2f79e5.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-portfolio-man-1772597873962-6a2f79e5.png"},
{
id: "5",
name: "Alex Rodriguez, Fintech Developer",
date: "Date: 20 November 2024",
title: "API is clean, documentation is excellent",
quote:
"Integrated TradeAI into our platform in 2 weeks. The REST API is well-designed, webhooks are reliable, and the SDK documentation is comprehensive. Great developer experience.",
tag: "API Access",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-fintech-devel-1772597874359-276d5b9c.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-fintech-devel-1772597874359-276d5b9c.png",
},
id: "5", name: "Alex Rodriguez, Fintech Developer", date: "Date: 20 November 2024", title: "API is clean, documentation is excellent", quote:
"Integrated TradeAI into our platform in 2 weeks. The REST API is well-designed, webhooks are reliable, and the SDK documentation is comprehensive. Great developer experience.", tag: "API Access", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-fintech-devel-1772597874359-276d5b9c.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-fintech-devel-1772597874359-276d5b9c.png"},
{
id: "6",
name: "David Kim, Financial Engineer",
date: "Date: 12 November 2024",
title: "Multi-asset backtesting across stocks, crypto, and futures",
quote:
"Our strategies span multiple asset classes. TradeAI's unified backtesting engine handles all of them flawlessly. The correlation analysis tools have been invaluable for portfolio construction.",
tag: "Institutional Plan",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-financial-eng-1772597875881-b389be54.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-financial-eng-1772597875881-b389be54.png",
},
id: "6", name: "David Kim, Financial Engineer", date: "Date: 12 November 2024", title: "Multi-asset backtesting across stocks, crypto, and futures", quote:
"Our strategies span multiple asset classes. TradeAI's unified backtesting engine handles all of them flawlessly. The correlation analysis tools have been invaluable for portfolio construction.", tag: "Institutional Plan", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-financial-eng-1772597875881-b389be54.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-financial-eng-1772597875881-b389be54.png"},
]}
/>
</div>
@@ -372,7 +263,6 @@ export default function HomePage() {
tag="Integrations"
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
names={["Bloomberg", "Interactive Brokers", "Coinbase", "TradingView", "AlgoTrader", "QuantLib", "Stripe", "AWS"]}
speed={40}
@@ -387,7 +277,7 @@ export default function HomePage() {
tagAnimation="slide-up"
title="Ready to Automate Your Trading?"
description="Join 15,000+ traders who use TradeAI to build profitable algorithmic strategies. Start your free trial today with no credit card required."
background={{ variant: "noise" }}
background={{ variant: "circleGradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Start Free Trial", href: "https://app.tradeai.com/signup" },

View File

@@ -19,8 +19,7 @@ const navItems = [
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "API Documentation", href: "https://docs.tradeai.com" },
@@ -28,8 +27,7 @@ const footerColumns = [
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "/blog" },
{ label: "Strategy Marketplace", href: "/strategies" },
{ label: "Video Tutorials", href: "/tutorials" },
@@ -37,8 +35,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Privacy Policy", href: "/privacy" },
@@ -55,7 +52,7 @@ export default function PricingPage() {
borderRadius="pill"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -76,58 +73,29 @@ export default function PricingPage() {
useInvertedBackground={false}
plans={[
{
id: "starter",
price: "$99/mo",
name: "Starter",
buttons: [
id: "starter", price: "$99/mo", name: "Starter", buttons: [
{ text: "Start Free Trial", href: "https://app.tradeai.com/signup" },
{ text: "Learn More", href: "#" },
],
features: [
"Unlimited strategies",
"5 live trading connections",
"Real-time market data",
"Basic backtesting (5 years)",
"Email support",
],
"Unlimited strategies", "5 live trading connections", "Real-time market data", "Basic backtesting (5 years)", "Email support"],
},
{
id: "professional",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "$299/mo",
name: "Professional",
buttons: [
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
price: "$299/mo", name: "Professional", buttons: [
{ text: "Start Free Trial", href: "https://app.tradeai.com/signup" },
{ text: "Learn More", href: "#" },
],
features: [
"Unlimited strategies",
"Unlimited live connections",
"Premium market data",
"Advanced backtesting (20 years)",
"Priority email + chat support",
"Performance analytics",
"API access",
],
"Unlimited strategies", "Unlimited live connections", "Premium market data", "Advanced backtesting (20 years)", "Priority email + chat support", "Performance analytics", "API access"],
},
{
id: "institutional",
price: "Custom",
name: "Institutional",
buttons: [
id: "institutional", price: "Custom", name: "Institutional", buttons: [
{ text: "Contact Sales", href: "https://app.tradeai.com/contact-sales" },
{ text: "Schedule Demo", href: "#" },
],
features: [
"White-label solution",
"Dedicated account manager",
"Custom integrations",
"Advanced risk management",
"24/7 phone support",
"Custom reporting",
"SLA guarantee",
],
"White-label solution", "Dedicated account manager", "Custom integrations", "Advanced risk management", "24/7 phone support", "Custom reporting", "SLA guarantee"],
},
]}
/>
@@ -140,48 +108,23 @@ export default function PricingPage() {
tag="Testimonials"
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Marcus Reid, Retail Trader",
date: "Date: 15 December 2024",
title: "Automated my trading in days, not months",
quote:
"I spent months learning to code before finding TradeAI. The visual builder let me deploy my first strategy in under a week. My win rate improved 23% by removing emotions from trading.",
tag: "Starter Plan",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png?_wi=3",
},
id: "1", name: "Marcus Reid, Retail Trader", date: "Date: 15 December 2024", title: "Automated my trading in days, not months", quote:
"I spent months learning to code before finding TradeAI. The visual builder let me deploy my first strategy in under a week. My win rate improved 23% by removing emotions from trading.", tag: "Starter Plan", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-photo-of-a-success-1772597874236-69605154.png"},
{
id: "2",
name: "Dr. Sarah Chen, Quantitative Analyst",
date: "Date: 10 December 2024",
title: "Professional-grade backtesting at fraction of cost",
quote:
"We were using expensive legacy systems. TradeAI's backtesting engine is faster, more intuitive, and costs 80% less. The API integration was seamless for our existing pipelines.",
tag: "Professional Plan",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png?_wi=3",
},
id: "2", name: "Dr. Sarah Chen, Quantitative Analyst", date: "Date: 10 December 2024", title: "Professional-grade backtesting at fraction of cost", quote:
"We were using expensive legacy systems. TradeAI's backtesting engine is faster, more intuitive, and costs 80% less. The API integration was seamless for our existing pipelines.", tag: "Professional Plan", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-a-quantitative--1772597873851-419f80ea.png"},
{
id: "3",
name: "James Mitchell, Portfolio Manager",
date: "Date: 5 December 2024",
title: "Managing $500M in assets across 12 strategies",
quote:
"The institutional dashboard gives us complete visibility into all our algorithmic positions. The real-time risk controls and performance tracking have been game-changing for our fund.",
tag: "Institutional Plan",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png?_wi=3",
},
id: "3", name: "James Mitchell, Portfolio Manager", date: "Date: 5 December 2024", title: "Managing $500M in assets across 12 strategies", quote:
"The institutional dashboard gives us complete visibility into all our algorithmic positions. The real-time risk controls and performance tracking have been game-changing for our fund.", tag: "Institutional Plan", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AST8Wkwzjj2ThpVPBekY7EpDJX/professional-headshot-of-an-institutiona-1772597873517-c4bd53ab.png"},
]}
/>
</div>
@@ -193,7 +136,7 @@ export default function PricingPage() {
tagAnimation="slide-up"
title="Ready to Automate Your Trading?"
description="Join 15,000+ traders who use TradeAI to build profitable algorithmic strategies. Start your free trial today with no credit card required."
background={{ variant: "noise" }}
background={{ variant: "circleGradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Start Free Trial", href: "https://app.tradeai.com/signup" },