Merge version_1 into main #2
@@ -56,11 +56,11 @@ export default function DashboardPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -71,9 +71,7 @@ export default function DashboardPage() {
|
||||
brandName="Trade with Ease"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/signup",
|
||||
}}
|
||||
text: "Get Started", href: "/signup"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,7 +82,7 @@ export default function DashboardPage() {
|
||||
tag="Dashboard"
|
||||
tagIcon={BookOpen}
|
||||
buttons={[{ text: "View My Dashboard", href: "/my-dashboard" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/advanced-analytics-and-performance-track-1772579754208-8451f83a.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/advanced-analytics-and-performance-track-1772579754208-8451f83a.png"
|
||||
imageAlt="Trading dashboard analytics"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="slide-up"
|
||||
@@ -104,35 +102,19 @@ export default function DashboardPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "8",
|
||||
title: "Modules",
|
||||
description: "Completed courses",
|
||||
icon: BookOpen,
|
||||
id: "1", value: "8", title: "Modules", description: "Completed courses", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "156",
|
||||
title: "Trades",
|
||||
description: "Executed in simulator",
|
||||
icon: TrendingUp,
|
||||
id: "2", value: "156", title: "Trades", description: "Executed in simulator", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "62%",
|
||||
title: "Win Rate",
|
||||
description: "Trading success ratio",
|
||||
icon: Star,
|
||||
id: "3", value: "62%", title: "Win Rate", description: "Trading success ratio", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "18",
|
||||
title: "Community",
|
||||
description: "Friends connected",
|
||||
icon: Users,
|
||||
id: "4", value: "18", title: "Community", description: "Friends connected", icon: Users,
|
||||
},
|
||||
]}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
@@ -152,7 +134,7 @@ export default function DashboardPage() {
|
||||
inputPlaceholder="Sign up for your dashboard"
|
||||
buttonText="Create Account"
|
||||
termsText="Free dashboard access with your Trade with Ease account. Start tracking your progress immediately."
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -56,11 +56,11 @@ export default function LearnPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -71,9 +71,7 @@ export default function LearnPage() {
|
||||
brandName="Trade with Ease"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/signup",
|
||||
}}
|
||||
text: "Get Started", href: "/signup"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,22 +86,13 @@ export default function LearnPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Beginner Foundations",
|
||||
description: "Start with the fundamentals. Learn market basics, terminology, trading psychology, and foundational concepts that every trader must understand before executing their first trade.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-learning-path-visualization--1772579753951-6e19cf30.png?_wi=2",
|
||||
},
|
||||
title: "Beginner Foundations", description: "Start with the fundamentals. Learn market basics, terminology, trading psychology, and foundational concepts that every trader must understand before executing their first trade.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-learning-path-visualization--1772579753951-6e19cf30.png"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Intermediate Trading Strategies",
|
||||
description: "Build on your knowledge with proven trading strategies, chart analysis techniques, market trend identification, and position management. Develop your personal trading approach.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/comprehensive-technical-analysis-tools-v-1772579752011-f5e5357f.png?_wi=3",
|
||||
},
|
||||
title: "Intermediate Trading Strategies", description: "Build on your knowledge with proven trading strategies, chart analysis techniques, market trend identification, and position management. Develop your personal trading approach.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/comprehensive-technical-analysis-tools-v-1772579752011-f5e5357f.png"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Advanced Market Analysis",
|
||||
description: "Master complex trading concepts including advanced technical indicators, market microstructure, algorithmic trading basics, and sophisticated risk management frameworks for professionals.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/stock-market-analysis-visual-showing-mul-1772579752582-a8f3c24c.png?_wi=2",
|
||||
},
|
||||
title: "Advanced Market Analysis", description: "Master complex trading concepts including advanced technical indicators, market microstructure, algorithmic trading basics, and sophisticated risk management frameworks for professionals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/stock-market-analysis-visual-showing-mul-1772579752582-a8f3c24c.png"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -122,31 +111,15 @@ export default function LearnPage() {
|
||||
animationType="scale-rotate"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Forex Trading Mastery",
|
||||
price: "8 Advanced Modules",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-representation-of-forex-trading-c-1772579752386-e5287888.png?_wi=3",
|
||||
},
|
||||
id: "1", name: "Forex Trading Mastery", price: "8 Advanced Modules", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-representation-of-forex-trading-c-1772579752386-e5287888.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cryptocurrency Trading",
|
||||
price: "6 In-Depth Modules",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/modern-cryptocurrency-trading-visual-fea-1772579752046-42fb419d.png?_wi=2",
|
||||
},
|
||||
id: "2", name: "Cryptocurrency Trading", price: "6 In-Depth Modules", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/modern-cryptocurrency-trading-visual-fea-1772579752046-42fb419d.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Stock Market Essentials",
|
||||
price: "7 Comprehensive Modules",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/stock-market-analysis-visual-showing-mul-1772579752582-a8f3c24c.png?_wi=3",
|
||||
},
|
||||
id: "3", name: "Stock Market Essentials", price: "7 Comprehensive Modules", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/stock-market-analysis-visual-showing-mul-1772579752582-a8f3c24c.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Technical Analysis Pro",
|
||||
price: "10 Expert Modules",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-illustration-showing-common--1772579752349-ff87562e.png?_wi=2",
|
||||
},
|
||||
id: "4", name: "Technical Analysis Pro", price: "10 Expert Modules", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-illustration-showing-common--1772579752349-ff87562e.png"},
|
||||
]}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,14 +131,14 @@ export default function LearnPage() {
|
||||
description="Enroll in our learning modules today and get instant access to video lessons, interactive quizzes, and hands-on trading exercises. Join our community of successful traders."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/trading-simulator-platform-visualization-1772579752437-99e94864.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/trading-simulator-platform-visualization-1772579752437-99e94864.png"
|
||||
imageAlt="Learning platform interface"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Enter your email to enroll"
|
||||
buttonText="Enroll Now"
|
||||
termsText="Get free access to beginner modules immediately. Upgrade anytime for premium content."
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
144
src/app/page.tsx
144
src/app/page.tsx
@@ -60,11 +60,11 @@ export default function HomePage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -75,9 +75,7 @@ export default function HomePage() {
|
||||
brandName="Trade with Ease"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/signup",
|
||||
}}
|
||||
text: "Get Started", href: "/signup"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -85,13 +83,13 @@ export default function HomePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="TRADE WITH EASE"
|
||||
description="Master forex, crypto, stocks, and technical analysis with interactive lessons, paper trading simulator, and expert-led courses. Learn risk management strategies and become a confident trader."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Start Learning Now", href: "/learn" },
|
||||
{ text: "Try Simulator", href: "/practice" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/a-modern-sleek-trading-dashboard-interfa-1772579752422-c15395dc.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/a-modern-sleek-trading-dashboard-interfa-1772579752422-c15395dc.png"
|
||||
imageAlt="Professional trading dashboard interface"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -106,7 +104,7 @@ export default function HomePage() {
|
||||
tag="Learning"
|
||||
tagIcon={BookOpen}
|
||||
buttons={[{ text: "Explore Curriculum", href: "/learn" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-learning-path-visualization--1772579753951-6e19cf30.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-learning-path-visualization--1772579753951-6e19cf30.png"
|
||||
imageAlt="Trading education learning path progression"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="slide-up"
|
||||
@@ -125,28 +123,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Interactive Lessons",
|
||||
description: "Learn forex, candlestick patterns, technical analysis, risk management, crypto trading, and stock market basics through engaging video lessons, interactive quizzes, and real-time market examples.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-representation-of-forex-trading-c-1772579752386-e5287888.png?_wi=1",
|
||||
},
|
||||
title: "Interactive Lessons", description: "Learn forex, candlestick patterns, technical analysis, risk management, crypto trading, and stock market basics through engaging video lessons, interactive quizzes, and real-time market examples.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-representation-of-forex-trading-c-1772579752386-e5287888.png"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Paper Trading Simulator",
|
||||
description: "Practice your trading strategies with virtual money in a risk-free environment. Execute real market data trades without losing actual capital and track your performance metrics.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/trading-simulator-platform-visualization-1772579752437-99e94864.png?_wi=1",
|
||||
},
|
||||
title: "Paper Trading Simulator", description: "Practice your trading strategies with virtual money in a risk-free environment. Execute real market data trades without losing actual capital and track your performance metrics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/trading-simulator-platform-visualization-1772579752437-99e94864.png"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Technical Analysis Tools",
|
||||
description: "Master chart patterns, candlestick formations, and technical indicators. Learn to identify support/resistance levels, trend lines, and execute trades based on technical signals.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/comprehensive-technical-analysis-tools-v-1772579752011-f5e5357f.png?_wi=1",
|
||||
},
|
||||
title: "Technical Analysis Tools", description: "Master chart patterns, candlestick formations, and technical indicators. Learn to identify support/resistance levels, trend lines, and execute trades based on technical signals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/comprehensive-technical-analysis-tools-v-1772579752011-f5e5357f.png"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Risk Management Academy",
|
||||
description: "Understand portfolio diversification, position sizing, stop-loss strategies, and risk-reward ratios. Learn to protect your capital and minimize losses in volatile markets.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-concept-for-risk-management-in-tr-1772579751568-4b03176f.png?_wi=1",
|
||||
},
|
||||
title: "Risk Management Academy", description: "Understand portfolio diversification, position sizing, stop-loss strategies, and risk-reward ratios. Learn to protect your capital and minimize losses in volatile markets.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-concept-for-risk-management-in-tr-1772579751568-4b03176f.png"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -165,35 +151,19 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15,000",
|
||||
title: "Active Traders",
|
||||
description: "Learning daily with our platform",
|
||||
icon: Users,
|
||||
id: "1", value: "15,000", title: "Active Traders", description: "Learning daily with our platform", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500M",
|
||||
title: "Paper Trades",
|
||||
description: "Executed in practice simulator",
|
||||
icon: TrendingUp,
|
||||
id: "2", value: "500M", title: "Paper Trades", description: "Executed in practice simulator", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
title: "Satisfaction",
|
||||
description: "Student satisfaction rating",
|
||||
icon: Star,
|
||||
id: "3", value: "98%", title: "Satisfaction", description: "Student satisfaction rating", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "24/7",
|
||||
title: "Availability",
|
||||
description: "Learning modules always accessible",
|
||||
icon: Clock,
|
||||
id: "4", value: "24/7", title: "Availability", description: "Learning modules always accessible", icon: Clock,
|
||||
},
|
||||
]}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
@@ -210,43 +180,19 @@ export default function HomePage() {
|
||||
animationType="scale-rotate"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Forex Fundamentals",
|
||||
price: "Currency Trading",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-representation-of-forex-trading-c-1772579752386-e5287888.png?_wi=2",
|
||||
},
|
||||
id: "1", name: "Forex Fundamentals", price: "Currency Trading", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-representation-of-forex-trading-c-1772579752386-e5287888.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Candlestick Mastery",
|
||||
price: "Pattern Recognition",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-illustration-showing-common--1772579752349-ff87562e.png?_wi=1",
|
||||
},
|
||||
id: "2", name: "Candlestick Mastery", price: "Pattern Recognition", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-illustration-showing-common--1772579752349-ff87562e.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Crypto Trading",
|
||||
price: "Digital Assets",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/modern-cryptocurrency-trading-visual-fea-1772579752046-42fb419d.png?_wi=1",
|
||||
},
|
||||
id: "3", name: "Crypto Trading", price: "Digital Assets", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/modern-cryptocurrency-trading-visual-fea-1772579752046-42fb419d.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Stock Market Basics",
|
||||
price: "Equity Trading",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/stock-market-analysis-visual-showing-mul-1772579752582-a8f3c24c.png?_wi=1",
|
||||
},
|
||||
id: "4", name: "Stock Market Basics", price: "Equity Trading", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/stock-market-analysis-visual-showing-mul-1772579752582-a8f3c24c.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Technical Analysis",
|
||||
price: "Advanced Indicators",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/comprehensive-technical-analysis-tools-v-1772579752011-f5e5357f.png?_wi=2",
|
||||
},
|
||||
id: "5", name: "Technical Analysis", price: "Advanced Indicators", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/comprehensive-technical-analysis-tools-v-1772579752011-f5e5357f.png"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Risk Management",
|
||||
price: "Capital Protection",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-concept-for-risk-management-in-tr-1772579751568-4b03176f.png?_wi=2",
|
||||
},
|
||||
id: "6", name: "Risk Management", price: "Capital Protection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-concept-for-risk-management-in-tr-1772579751568-4b03176f.png"},
|
||||
]}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -261,47 +207,17 @@ export default function HomePage() {
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus Johnson",
|
||||
role: "Day Trader",
|
||||
testimonial: "Trade with Ease completely transformed my understanding of technical analysis. The candlestick pattern modules were incredibly detailed and the simulator helped me practice risk management without losing real money.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/professional-headshot-of-a-confident-tra-1772579752033-e3362e1f.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "Marcus Johnson", role: "Day Trader", testimonial: "Trade with Ease completely transformed my understanding of technical analysis. The candlestick pattern modules were incredibly detailed and the simulator helped me practice risk management without losing real money.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/professional-headshot-of-a-confident-tra-1772579752033-e3362e1f.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
role: "Crypto Investor",
|
||||
testimonial: "I was completely new to trading when I joined. The structured learning paths and the crypto trading section helped me build confidence. The paper simulator is exactly what I needed to practice before investing.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/professional-headshot-of-an-experienced--1772579751556-d1a1d5d5.png?_wi=1",
|
||||
},
|
||||
id: "2", name: "Sarah Chen", role: "Crypto Investor", testimonial: "I was completely new to trading when I joined. The structured learning paths and the crypto trading section helped me build confidence. The paper simulator is exactly what I needed to practice before investing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/professional-headshot-of-an-experienced--1772579751556-d1a1d5d5.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Williams",
|
||||
role: "Swing Trader",
|
||||
testimonial: "The risk management course alone paid for my subscription. Learning about position sizing and stop-loss strategies has saved me from making costly mistakes. Highly recommended for serious traders.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/young-trader-portrait-mid-20s-profession-1772579751131-e3783039.png",
|
||||
},
|
||||
id: "3", name: "David Williams", role: "Swing Trader", testimonial: "The risk management course alone paid for my subscription. Learning about position sizing and stop-loss strategies has saved me from making costly mistakes. Highly recommended for serious traders.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/young-trader-portrait-mid-20s-profession-1772579751131-e3783039.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma Rodriguez",
|
||||
role: "Forex Specialist",
|
||||
testimonial: "As someone trading forex professionally, I appreciate the depth of technical content. The platform's combination of education, tools, and community support is unmatched. It's become my go-to resource.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/professional-trading-analyst-portrait-fe-1772579751283-7d12d145.png",
|
||||
},
|
||||
id: "4", name: "Emma Rodriguez", role: "Forex Specialist", testimonial: "As someone trading forex professionally, I appreciate the depth of technical content. The platform's combination of education, tools, and community support is unmatched. It's become my go-to resource.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/professional-trading-analyst-portrait-fe-1772579751283-7d12d145.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "James Mitchell",
|
||||
role: "Stock Market Enthusiast",
|
||||
testimonial: "Finally, a platform that explains stock trading fundamentals without overwhelming jargon. The lessons are clear, the simulator feels realistic, and the analytics dashboard helps track my improvement.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/professional-headshot-of-a-confident-tra-1772579752033-e3362e1f.png?_wi=2",
|
||||
},
|
||||
id: "5", name: "James Mitchell", role: "Stock Market Enthusiast", testimonial: "Finally, a platform that explains stock trading fundamentals without overwhelming jargon. The lessons are clear, the simulator feels realistic, and the analytics dashboard helps track my improvement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/professional-headshot-of-a-confident-tra-1772579752033-e3362e1f.png"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lisa Park",
|
||||
role: "Portfolio Manager",
|
||||
testimonial: "The comprehensive curriculum covers everything from forex to crypto to traditional stocks. It's perfect for building a team of knowledgeable traders. Our entire department uses it now.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/professional-headshot-of-an-experienced--1772579751556-d1a1d5d5.png?_wi=2",
|
||||
},
|
||||
id: "6", name: "Lisa Park", role: "Portfolio Manager", testimonial: "The comprehensive curriculum covers everything from forex to crypto to traditional stocks. It's perfect for building a team of knowledgeable traders. Our entire department uses it now.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/professional-headshot-of-an-experienced--1772579751556-d1a1d5d5.png"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
@@ -315,14 +231,14 @@ export default function HomePage() {
|
||||
description="Start your trading education journey today with Trade with Ease. Get instant access to all courses, the paper trading simulator, and our growing community of traders."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/a-modern-sleek-trading-dashboard-interfa-1772579752422-c15395dc.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/a-modern-sleek-trading-dashboard-interfa-1772579752422-c15395dc.png"
|
||||
imageAlt="Trading dashboard signup"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Create Free Account"
|
||||
termsText="By signing up, you agree to our Terms of Service and Privacy Policy. Start learning immediately with free access to beginner modules."
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -56,11 +56,11 @@ export default function PracticePage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -71,9 +71,7 @@ export default function PracticePage() {
|
||||
brandName="Trade with Ease"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/signup",
|
||||
}}
|
||||
text: "Get Started", href: "/signup"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,7 +82,7 @@ export default function PracticePage() {
|
||||
tag="Practice"
|
||||
tagIcon={BookOpen}
|
||||
buttons={[{ text: "Launch Simulator", href: "/simulator" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/trading-simulator-platform-visualization-1772579752437-99e94864.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/trading-simulator-platform-visualization-1772579752437-99e94864.png"
|
||||
imageAlt="Paper trading simulator platform"
|
||||
useInvertedBackground={true}
|
||||
tagAnimation="slide-up"
|
||||
@@ -103,22 +101,13 @@ export default function PracticePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Real Market Data",
|
||||
description: "Trade with live market prices and realistic spreads. Our simulator uses actual market feeds to ensure your practice experience mirrors real trading conditions perfectly.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/a-modern-sleek-trading-dashboard-interfa-1772579752422-c15395dc.png?_wi=3",
|
||||
},
|
||||
title: "Real Market Data", description: "Trade with live market prices and realistic spreads. Our simulator uses actual market feeds to ensure your practice experience mirrors real trading conditions perfectly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/a-modern-sleek-trading-dashboard-interfa-1772579752422-c15395dc.png"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Multiple Asset Classes",
|
||||
description: "Practice trading forex pairs, cryptocurrencies, stocks, commodities, and indices. Switch between different markets to diversify your trading practice and skill development.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/modern-cryptocurrency-trading-visual-fea-1772579752046-42fb419d.png?_wi=3",
|
||||
},
|
||||
title: "Multiple Asset Classes", description: "Practice trading forex pairs, cryptocurrencies, stocks, commodities, and indices. Switch between different markets to diversify your trading practice and skill development.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/modern-cryptocurrency-trading-visual-fea-1772579752046-42fb419d.png"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Performance Analytics",
|
||||
description: "Track every trade with detailed analytics. Review win/loss ratios, average gains, drawdowns, and comprehensive performance metrics to identify patterns and improve your strategy.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/advanced-analytics-and-performance-track-1772579754208-8451f83a.png?_wi=1",
|
||||
},
|
||||
title: "Performance Analytics", description: "Track every trade with detailed analytics. Review win/loss ratios, average gains, drawdowns, and comprehensive performance metrics to identify patterns and improve your strategy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/advanced-analytics-and-performance-track-1772579754208-8451f83a.png"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -133,14 +122,14 @@ export default function PracticePage() {
|
||||
description="Start trading with $10,000 in virtual funds. Execute trades, learn from mistakes without financial risk, and develop winning strategies. Join thousands of traders perfecting their skills."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/stock-market-analysis-visual-showing-mul-1772579752582-a8f3c24c.png?_wi=4"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/stock-market-analysis-visual-showing-mul-1772579752582-a8f3c24c.png"
|
||||
imageAlt="Stock trading practice interface"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Start Trading Now"
|
||||
termsText="Free access to paper simulator. No credit card required. Get instant $10,000 virtual trading capital."
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -56,11 +56,11 @@ export default function ResourcesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -71,9 +71,7 @@ export default function ResourcesPage() {
|
||||
brandName="Trade with Ease"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/signup",
|
||||
}}
|
||||
text: "Get Started", href: "/signup"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,43 +87,19 @@ export default function ResourcesPage() {
|
||||
animationType="scale-rotate"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Trading Glossary",
|
||||
price: "500+ Terms",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-illustration-showing-common--1772579752349-ff87562e.png?_wi=3",
|
||||
},
|
||||
id: "1", name: "Trading Glossary", price: "500+ Terms", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-illustration-showing-common--1772579752349-ff87562e.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chart Pattern Guide",
|
||||
price: "50+ Patterns",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-illustration-showing-common--1772579752349-ff87562e.png?_wi=4",
|
||||
},
|
||||
id: "2", name: "Chart Pattern Guide", price: "50+ Patterns", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-illustration-showing-common--1772579752349-ff87562e.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Trading Strategy Library",
|
||||
price: "30+ Strategies",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/comprehensive-technical-analysis-tools-v-1772579752011-f5e5357f.png?_wi=4",
|
||||
},
|
||||
id: "3", name: "Trading Strategy Library", price: "30+ Strategies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/comprehensive-technical-analysis-tools-v-1772579752011-f5e5357f.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Economic Calendar",
|
||||
price: "Real-Time Updates",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/stock-market-analysis-visual-showing-mul-1772579752582-a8f3c24c.png?_wi=5",
|
||||
},
|
||||
id: "4", name: "Economic Calendar", price: "Real-Time Updates", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/stock-market-analysis-visual-showing-mul-1772579752582-a8f3c24c.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Technical Indicators",
|
||||
price: "25+ Indicators",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/comprehensive-technical-analysis-tools-v-1772579752011-f5e5357f.png?_wi=5",
|
||||
},
|
||||
id: "5", name: "Technical Indicators", price: "25+ Indicators", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/comprehensive-technical-analysis-tools-v-1772579752011-f5e5357f.png"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Trading Calculator",
|
||||
price: "Risk Calculation",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-concept-for-risk-management-in-tr-1772579751568-4b03176f.png?_wi=3",
|
||||
},
|
||||
id: "6", name: "Trading Calculator", price: "Risk Calculation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-concept-for-risk-management-in-tr-1772579751568-4b03176f.png"},
|
||||
]}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -140,22 +114,13 @@ export default function ResourcesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Beginner's Guide to Forex",
|
||||
description: "Start your forex journey with comprehensive coverage of major currency pairs, trading hours, leverage basics, and beginner-friendly trading setups. Perfect for those new to currency trading.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-representation-of-forex-trading-c-1772579752386-e5287888.png?_wi=4",
|
||||
},
|
||||
title: "Beginner's Guide to Forex", description: "Start your forex journey with comprehensive coverage of major currency pairs, trading hours, leverage basics, and beginner-friendly trading setups. Perfect for those new to currency trading.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-representation-of-forex-trading-c-1772579752386-e5287888.png"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Cryptocurrency Trading Handbook",
|
||||
description: "Master the crypto markets with guidance on blockchain basics, altcoins, DeFi trading, NFTs, and crypto market dynamics. Learn how to navigate one of the fastest-growing trading markets.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/modern-cryptocurrency-trading-visual-fea-1772579752046-42fb419d.png?_wi=4",
|
||||
},
|
||||
title: "Cryptocurrency Trading Handbook", description: "Master the crypto markets with guidance on blockchain basics, altcoins, DeFi trading, NFTs, and crypto market dynamics. Learn how to navigate one of the fastest-growing trading markets.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/modern-cryptocurrency-trading-visual-fea-1772579752046-42fb419d.png"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Risk Management Masterclass",
|
||||
description: "Protect your capital and grow your account consistently. Learn position sizing, stop-loss placement, portfolio diversification, and advanced risk management strategies used by professionals.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-concept-for-risk-management-in-tr-1772579751568-4b03176f.png?_wi=4",
|
||||
},
|
||||
title: "Risk Management Masterclass", description: "Protect your capital and grow your account consistently. Learn position sizing, stop-loss placement, portfolio diversification, and advanced risk management strategies used by professionals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-concept-for-risk-management-in-tr-1772579751568-4b03176f.png"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -170,14 +135,14 @@ export default function ResourcesPage() {
|
||||
description="Subscribe to unlock complete access to our resource library, expert guides, trading tools, and community forums. Everything you need to trade with confidence."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/trading-simulator-platform-visualization-1772579752437-99e94864.png?_wi=4"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/trading-simulator-platform-visualization-1772579752437-99e94864.png"
|
||||
imageAlt="Resource library access"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Your email"
|
||||
buttonText="Unlock Resources"
|
||||
termsText="Full access to all trading resources included with your subscription. Start with free resources immediately."
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user