Merge version_2 into main #2

Merged
bender merged 5 commits from version_2 into main 2026-03-21 10:00:56 +00:00
5 changed files with 282 additions and 500 deletions

View File

@@ -11,47 +11,43 @@ import { BookOpen, TrendingUp, Star } from "lucide-react";
export default function AboutPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Courses", id: "courses" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Home", id: "/" },
{ name: "Courses", id: "/courses" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "#contact" },
];
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Courses", href: "/courses" },
{ label: "Pricing", href: "/pricing" },
{ label: "Features", href: "/" },
{ label: "Community", href: "/" },
{ label: "Features", href: "#features" },
{ label: "Community", href: "#community" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "/" },
{ label: "Blog", href: "/" },
{ label: "Careers", href: "#careers" },
{ label: "Blog", href: "#blog" },
],
},
{
title: "Resources",
items: [
{ label: "Help Center", href: "/" },
{ label: "Trading Guide", href: "/" },
{ label: "Market News", href: "/" },
{ label: "API Docs", href: "/" },
title: "Resources", items: [
{ label: "Help Center", href: "#help" },
{ label: "Trading Guide", href: "#guide" },
{ label: "Market News", href: "#news" },
{ label: "API Docs", href: "#docs" },
],
},
{
title: "Legal",
items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Disclaimer", href: "/" },
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" },
{ label: "Disclaimer", href: "#disclaimer" },
{ label: "Contact", href: "/contact" },
],
},
@@ -75,9 +71,7 @@ export default function AboutPage() {
brandName="TradeWise"
navItems={navItems}
button={{
text: "Start Learning",
href: "/courses",
}}
text: "Start Learning", href: "/courses"}}
/>
</div>
@@ -90,13 +84,9 @@ export default function AboutPage() {
useInvertedBackground={false}
buttons={[
{
text: "View Our Story",
href: "/about",
},
text: "View Our Story", href: "/about"},
{
text: "Meet the Team",
href: "/about",
},
text: "Meet the Team", href: "/about"},
]}
/>
</div>
@@ -111,38 +101,18 @@ export default function AboutPage() {
tagIcon={TrendingUp}
metrics={[
{
id: "traders",
value: "50K+",
title: "Active Traders",
description: "Learning and trading on our platform daily",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/community-of-diverse-traders-engaging-in-1774083923756-d3c671d7.png?_wi=2",
imageAlt: "Active Traders Community",
},
id: "traders", value: "50K+", title: "Active Traders", description: "Learning and trading on our platform daily", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/community-of-diverse-traders-engaging-in-1774083923756-d3c671d7.png?_wi=2", imageAlt: "Active Traders Community"},
{
id: "success-rate",
value: "87%",
title: "Success Rate",
description: "Of traders improve their performance within 3 months",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/visual-representation-of-trading-success-1774083924185-81b5df3e.png?_wi=2",
imageAlt: "Trading Success",
},
id: "success-rate", value: "87%", title: "Success Rate", description: "Of traders improve their performance within 3 months", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/visual-representation-of-trading-success-1774083924185-81b5df3e.png?_wi=2", imageAlt: "Trading Success"},
{
id: "courses",
value: "200+",
title: "Lessons Created",
description: "Covering all aspects of trading and finance",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/educational-resources-display-showing-co-1774083924211-154804cd.png?_wi=2",
imageAlt: "Educational Resources",
},
id: "courses", value: "200+", title: "Lessons Created", description: "Covering all aspects of trading and finance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/educational-resources-display-showing-co-1774083924211-154804cd.png?_wi=2", imageAlt: "Educational Resources"},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{
text: "Start Learning Today",
href: "/courses",
},
text: "Start Learning Today", href: "/courses"},
]}
/>
</div>
@@ -155,67 +125,31 @@ export default function AboutPage() {
description="Real success stories from traders who transformed their skills and strategies with TradeWise."
testimonials={[
{
id: "1",
name: "Michael Johnson",
role: "Day Trader",
company: "Self-Employed",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-successful-tr-1774083923509-0f899078.png?_wi=2",
},
id: "1", name: "Michael Johnson", role: "Day Trader", company: "Self-Employed", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-successful-tr-1774083923509-0f899078.png?_wi=2"},
{
id: "2",
name: "Sarah Chen",
role: "Portfolio Manager",
company: "Capital Investments",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-female-invest-1774083923934-4a5d2fad.png?_wi=2",
},
id: "2", name: "Sarah Chen", role: "Portfolio Manager", company: "Capital Investments", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-female-invest-1774083923934-4a5d2fad.png?_wi=2"},
{
id: "3",
name: "David Martinez",
role: "Options Trader",
company: "Independent",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-male-portfoli-1774083925576-f744bdd5.png?_wi=2",
},
id: "3", name: "David Martinez", role: "Options Trader", company: "Independent", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-male-portfoli-1774083925576-f744bdd5.png?_wi=2"},
{
id: "4",
name: "Emma Wilson",
role: "Financial Advisor",
company: "Wealth Management Inc",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-financial-adv-1774083923185-9c12dfd5.png?_wi=2",
},
id: "4", name: "Emma Wilson", role: "Financial Advisor", company: "Wealth Management Inc", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-financial-adv-1774083923185-9c12dfd5.png?_wi=2"},
{
id: "5",
name: "James Park",
role: "Swing Trader",
company: "Independent",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-female-tradin-1774083922990-c5f210b8.png?_wi=2",
},
id: "5", name: "James Park", role: "Swing Trader", company: "Independent", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-female-tradin-1774083922990-c5f210b8.png?_wi=2"},
{
id: "6",
name: "Lisa Rodriguez",
role: "Crypto Trader",
company: "Digital Assets Co",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-male-financia-1774083922895-2173bde3.png?_wi=2",
},
id: "6", name: "Lisa Rodriguez", role: "Crypto Trader", company: "Digital Assets Co", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-male-financia-1774083922895-2173bde3.png?_wi=2"},
]}
kpiItems={[
{
value: "98%",
label: "Satisfaction Rate",
},
value: "98%", label: "Satisfaction Rate"},
{
value: "4.9/5",
label: "Average Rating",
},
value: "4.9/5", label: "Average Rating"},
{
value: "10K+",
label: "Success Stories",
},
value: "10K+", label: "Success Stories"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -234,4 +168,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

95
src/app/contact/page.tsx Normal file
View File

@@ -0,0 +1,95 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Mail } from "lucide-react";
export default function ContactPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Courses", id: "/courses" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "#contact" },
];
const footerColumns = [
{
title: "Product", items: [
{ label: "Courses", href: "/courses" },
{ label: "Pricing", href: "/pricing" },
{ label: "Features", href: "#features" },
{ label: "Community", href: "#community" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#careers" },
{ label: "Blog", href: "#blog" },
],
},
{
title: "Resources", items: [
{ label: "Help Center", href: "#help" },
{ label: "Trading Guide", href: "#guide" },
{ label: "Market News", href: "#news" },
{ label: "API Docs", href: "#docs" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" },
{ label: "Disclaimer", href: "#disclaimer" },
{ label: "Contact", href: "/contact" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="floatingGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="medium"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="TradeWise"
navItems={navItems}
button={{
text: "Start Learning", href: "/courses"}}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Have questions about our trading lessons or need support? We're here to help. Reach out to our team and we'll get back to you as soon as possible."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Email Support", href: "mailto:support@tradewise.com" },
{ text: "Back to Home", href: "/" },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2024 TradeWise. All rights reserved. Trading involves risk. Always trade responsibly."
/>
</div>
</ThemeProvider>
);
}

View File

@@ -10,35 +10,32 @@ import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Zap, HelpCircle } from "lucide-react";
const navItems = [
{ name: "Home", id: "home" },
{ name: "Courses", id: "courses" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Home", id: "/" },
{ name: "Courses", id: "/courses" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "#contact" },
];
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Courses", href: "/courses" },
{ label: "Pricing", href: "/" },
{ label: "Pricing", href: "/pricing" },
{ label: "Features", href: "#features" },
{ label: "Community", href: "#community" },
],
},
{
title: "Company",
items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#careers" },
{ label: "Blog", href: "#blog" },
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Help Center", href: "#help" },
{ label: "Trading Guide", href: "#guide" },
{ label: "Market News", href: "#news" },
@@ -46,8 +43,7 @@ const footerColumns = [
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" },
{ label: "Disclaimer", href: "#disclaimer" },
@@ -86,35 +82,17 @@ export default function CoursesPage() {
tagIcon={Zap}
features={[
{
id: "beginner-fundamentals",
title: "Beginner Fundamentals",
descriptions: [
"Start your trading journey with our comprehensive beginner course. Learn market basics, understand financial instruments, and master essential trading concepts.",
"Topics covered: stocks vs. bonds, market mechanics, risk basics, and trading psychology foundations.",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/educational-course-modules-displayed-in--1774083925630-64db2d3f.png?_wi=2",
imageAlt: "Beginner Fundamentals Course",
},
id: "beginner-fundamentals", title: "Beginner Fundamentals", descriptions: [
"Start your trading journey with our comprehensive beginner course. Learn market basics, understand financial instruments, and master essential trading concepts.", "Topics covered: stocks vs. bonds, market mechanics, risk basics, and trading psychology foundations."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/educational-course-modules-displayed-in--1774083925630-64db2d3f.png?_wi=2", imageAlt: "Beginner Fundamentals Course"},
{
id: "technical-analysis",
title: "Technical Analysis Mastery",
descriptions: [
"Learn to read charts and identify trading opportunities using technical indicators. Understand candlestick patterns, support/resistance, and trend analysis.",
"Advanced topics: multiple timeframe analysis, oscillators, moving averages, and chart pattern recognition for professional traders.",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/interactive-live-trading-charts-showing--1774083924331-4a6508e9.png?_wi=2",
imageAlt: "Technical Analysis Charts",
},
id: "technical-analysis", title: "Technical Analysis Mastery", descriptions: [
"Learn to read charts and identify trading opportunities using technical indicators. Understand candlestick patterns, support/resistance, and trend analysis.", "Advanced topics: multiple timeframe analysis, oscillators, moving averages, and chart pattern recognition for professional traders."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/interactive-live-trading-charts-showing--1774083924331-4a6508e9.png?_wi=2", imageAlt: "Technical Analysis Charts"},
{
id: "risk-management",
title: "Risk Management & Position Sizing",
descriptions: [
"Master the critical skill of risk management that separates successful traders from novices. Learn position sizing, stop-loss placement, and portfolio protection strategies.",
"Topics: calculating risk-reward ratios, using options for hedging, portfolio diversification, and developing trading plans with proper risk limits.",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/comprehensive-analytics-dashboard-showin-1774083923921-f2f8178e.png?_wi=2",
imageAlt: "Risk Analytics",
},
id: "risk-management", title: "Risk Management & Position Sizing", descriptions: [
"Master the critical skill of risk management that separates successful traders from novices. Learn position sizing, stop-loss placement, and portfolio protection strategies.", "Topics: calculating risk-reward ratios, using options for hedging, portfolio diversification, and developing trading plans with proper risk limits."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/comprehensive-analytics-dashboard-showin-1774083923921-f2f8178e.png?_wi=2", imageAlt: "Risk Analytics"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -133,35 +111,17 @@ export default function CoursesPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "How long do I have access to courses?",
content: "Once you enroll in a course, you have lifetime access to all course materials. This means you can learn at your own pace and revisit lessons whenever you need a refresher. Updates to courses are included at no additional cost.",
},
id: "1", title: "How long do I have access to courses?", content: "Once you enroll in a course, you have lifetime access to all course materials. This means you can learn at your own pace and revisit lessons whenever you need a refresher. Updates to courses are included at no additional cost."},
{
id: "2",
title: "Are certificates provided upon completion?",
content: "Yes! Upon completing any course, you'll receive a professional certificate of completion. These certificates are recognized in the trading and finance community and can be added to your professional profile.",
},
id: "2", title: "Are certificates provided upon completion?", content: "Yes! Upon completing any course, you'll receive a professional certificate of completion. These certificates are recognized in the trading and finance community and can be added to your professional profile."},
{
id: "3",
title: "What's the best course to start with?",
content: "If you're completely new to trading, start with our 'Beginner Fundamentals' course. It provides the essential foundation needed before moving to more advanced courses. From there, 'Technical Analysis Mastery' is a natural next step.",
},
id: "3", title: "What's the best course to start with?", content: "If you're completely new to trading, start with our 'Beginner Fundamentals' course. It provides the essential foundation needed before moving to more advanced courses. From there, 'Technical Analysis Mastery' is a natural next step."},
{
id: "4",
title: "Can I download course materials?",
content: "Yes! All course materials including video lectures, PDF guides, and trading templates are available for download. You can access them offline and reference them whenever needed.",
},
id: "4", title: "Can I download course materials?", content: "Yes! All course materials including video lectures, PDF guides, and trading templates are available for download. You can access them offline and reference them whenever needed."},
{
id: "5",
title: "Are there prerequisites for advanced courses?",
content: "While not strictly required, we recommend completing the foundational courses before advanced ones. This ensures you have the necessary background to understand complex concepts and get maximum value from advanced material.",
},
id: "5", title: "Are there prerequisites for advanced courses?", content: "While not strictly required, we recommend completing the foundational courses before advanced ones. This ensures you have the necessary background to understand complex concepts and get maximum value from advanced material."},
{
id: "6",
title: "How often are new courses added?",
content: "We add new courses and update existing content monthly based on market changes and community feedback. Elite members get early access to new courses and can suggest topics for future course development.",
},
id: "6", title: "How often are new courses added?", content: "We add new courses and update existing content monthly based on market changes and community feedback. Elite members get early access to new courses and can suggest topics for future course development."},
]}
tag="Course Details"
tagIcon={HelpCircle}
@@ -174,7 +134,7 @@ export default function CoursesPage() {
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "View Pricing", href: "/" },
{ text: "View Pricing", href: "/pricing" },
{ text: "Contact Advisor", href: "mailto:support@tradewise.com" },
]}
/>
@@ -188,4 +148,4 @@ export default function CoursesPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -15,35 +15,32 @@ import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { BookOpen, Zap, TrendingUp, Star, Sparkles, DollarSign, HelpCircle } from "lucide-react";
const navItems = [
{ name: "Home", id: "home" },
{ name: "Courses", id: "courses" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Home", id: "/" },
{ name: "Courses", id: "/courses" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "#contact" },
];
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Courses", href: "/courses" },
{ label: "Pricing", href: "/" },
{ label: "Pricing", href: "/pricing" },
{ label: "Features", href: "#features" },
{ label: "Community", href: "#community" },
],
},
{
title: "Company",
items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#careers" },
{ label: "Blog", href: "#blog" },
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Help Center", href: "#help" },
{ label: "Trading Guide", href: "#guide" },
{ label: "Market News", href: "#news" },
@@ -51,8 +48,7 @@ const footerColumns = [
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" },
{ label: "Disclaimer", href: "#disclaimer" },
@@ -90,17 +86,11 @@ export default function HomePage() {
background={{ variant: "sparkles-gradient" }}
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-confident-tra-1774083923098-a0f64621.png",
alt: "Expert Trader 1",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-confident-tra-1774083923098-a0f64621.png", alt: "Expert Trader 1"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-female-financ-1774083923211-44902416.png",
alt: "Expert Trader 2",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-female-financ-1774083923211-44902416.png", alt: "Expert Trader 2"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-male-investme-1774083922853-cc7ce67c.png",
alt: "Expert Trader 3",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-male-investme-1774083922853-cc7ce67c.png", alt: "Expert Trader 3"},
]}
avatarText="Join 50,000+ traders learning with TradeWise"
buttons={[
@@ -126,8 +116,8 @@ export default function HomePage() {
title="Empowering Traders Through Education"
useInvertedBackground={false}
buttons={[
{ text: "View Our Story", href: "/courses" },
{ text: "Learn More", href: "/courses" },
{ text: "View Our Story", href: "/about" },
{ text: "Learn More", href: "/about" },
]}
/>
</div>
@@ -140,45 +130,21 @@ export default function HomePage() {
tagIcon={Zap}
features={[
{
id: "live-charts",
title: "Live Trading Charts",
descriptions: [
"Access real-time market data with advanced technical indicators. Track price movements across multiple timeframes and asset classes.",
"Analyze trends, support/resistance levels, and volume patterns with professional-grade charting tools.",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/interactive-live-trading-charts-showing--1774083924331-4a6508e9.png?_wi=1",
imageAlt: "Live Trading Charts",
},
id: "live-charts", title: "Live Trading Charts", descriptions: [
"Access real-time market data with advanced technical indicators. Track price movements across multiple timeframes and asset classes.", "Analyze trends, support/resistance levels, and volume patterns with professional-grade charting tools."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/interactive-live-trading-charts-showing--1774083924331-4a6508e9.png?_wi=1", imageAlt: "Live Trading Charts"},
{
id: "video-courses",
title: "Structured Video Courses",
descriptions: [
"Learn from beginner to advanced levels with our comprehensive video curriculum. Each course includes quizzes, assignments, and certificates.",
"Topics include technical analysis, fundamental analysis, risk management, psychology, and trading strategies.",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/educational-course-modules-displayed-in--1774083925630-64db2d3f.png?_wi=1",
imageAlt: "Video Courses",
},
id: "video-courses", title: "Structured Video Courses", descriptions: [
"Learn from beginner to advanced levels with our comprehensive video curriculum. Each course includes quizzes, assignments, and certificates.", "Topics include technical analysis, fundamental analysis, risk management, psychology, and trading strategies."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/educational-course-modules-displayed-in--1774083925630-64db2d3f.png?_wi=1", imageAlt: "Video Courses"},
{
id: "community",
title: "Active Trading Community",
descriptions: [
"Connect with thousands of traders, share ideas, and learn from peer experiences. Participate in live trading sessions and discussions.",
"Get feedback from experienced traders and build your network in a supportive, professional environment.",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/vibrant-trading-community-forum-with-use-1774083925066-ae273f65.png",
imageAlt: "Trading Community",
},
id: "community", title: "Active Trading Community", descriptions: [
"Connect with thousands of traders, share ideas, and learn from peer experiences. Participate in live trading sessions and discussions.", "Get feedback from experienced traders and build your network in a supportive, professional environment."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/vibrant-trading-community-forum-with-use-1774083925066-ae273f65.png", imageAlt: "Trading Community"},
{
id: "analytics",
title: "Performance Analytics",
descriptions: [
"Track your trading performance with detailed analytics and reporting tools. Analyze win rates, profit/loss, and risk metrics.",
"Identify patterns in your trading behavior and receive personalized recommendations for improvement.",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/comprehensive-analytics-dashboard-showin-1774083923921-f2f8178e.png?_wi=1",
imageAlt: "Analytics Dashboard",
},
id: "analytics", title: "Performance Analytics", descriptions: [
"Track your trading performance with detailed analytics and reporting tools. Analyze win rates, profit/loss, and risk metrics.", "Identify patterns in your trading behavior and receive personalized recommendations for improvement."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/comprehensive-analytics-dashboard-showin-1774083923921-f2f8178e.png?_wi=1", imageAlt: "Analytics Dashboard"},
]}
gridVariant="bento-grid"
animationType="slide-up"
@@ -196,29 +162,11 @@ export default function HomePage() {
tagIcon={TrendingUp}
metrics={[
{
id: "traders",
value: "50K+",
title: "Active Traders",
description: "Learning and trading on our platform daily",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/community-of-diverse-traders-engaging-in-1774083923756-d3c671d7.png?_wi=1",
imageAlt: "Active Traders Community",
},
id: "traders", value: "50K+", title: "Active Traders", description: "Learning and trading on our platform daily", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/community-of-diverse-traders-engaging-in-1774083923756-d3c671d7.png?_wi=1", imageAlt: "Active Traders Community"},
{
id: "success-rate",
value: "87%",
title: "Success Rate",
description: "Of traders improve their performance within 3 months",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/visual-representation-of-trading-success-1774083924185-81b5df3e.png?_wi=1",
imageAlt: "Trading Success",
},
id: "success-rate", value: "87%", title: "Success Rate", description: "Of traders improve their performance within 3 months", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/visual-representation-of-trading-success-1774083924185-81b5df3e.png?_wi=1", imageAlt: "Trading Success"},
{
id: "courses",
value: "200+",
title: "Lessons Created",
description: "Covering all aspects of trading and finance",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/educational-resources-display-showing-co-1774083924211-154804cd.png?_wi=1",
imageAlt: "Educational Resources",
},
id: "courses", value: "200+", title: "Lessons Created", description: "Covering all aspects of trading and finance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/educational-resources-display-showing-co-1774083924211-154804cd.png?_wi=1", imageAlt: "Educational Resources"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -233,53 +181,23 @@ export default function HomePage() {
description="Real success stories from traders who transformed their skills and strategies with TradeWise."
testimonials={[
{
id: "1",
name: "Michael Johnson",
role: "Day Trader",
company: "Self-Employed",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-successful-tr-1774083923509-0f899078.png?_wi=1",
},
id: "1", name: "Michael Johnson", role: "Day Trader", company: "Self-Employed", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-successful-tr-1774083923509-0f899078.png?_wi=1"},
{
id: "2",
name: "Sarah Chen",
role: "Portfolio Manager",
company: "Capital Investments",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-female-invest-1774083923934-4a5d2fad.png?_wi=1",
},
id: "2", name: "Sarah Chen", role: "Portfolio Manager", company: "Capital Investments", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-female-invest-1774083923934-4a5d2fad.png?_wi=1"},
{
id: "3",
name: "David Martinez",
role: "Options Trader",
company: "Independent",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-male-portfoli-1774083925576-f744bdd5.png?_wi=1",
},
id: "3", name: "David Martinez", role: "Options Trader", company: "Independent", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-male-portfoli-1774083925576-f744bdd5.png?_wi=1"},
{
id: "4",
name: "Emma Wilson",
role: "Financial Advisor",
company: "Wealth Management Inc",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-financial-adv-1774083923185-9c12dfd5.png?_wi=1",
},
id: "4", name: "Emma Wilson", role: "Financial Advisor", company: "Wealth Management Inc", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-financial-adv-1774083923185-9c12dfd5.png?_wi=1"},
{
id: "5",
name: "James Park",
role: "Swing Trader",
company: "Independent",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-female-tradin-1774083922990-c5f210b8.png?_wi=1",
},
id: "5", name: "James Park", role: "Swing Trader", company: "Independent", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-female-tradin-1774083922990-c5f210b8.png?_wi=1"},
{
id: "6",
name: "Lisa Rodriguez",
role: "Crypto Trader",
company: "Digital Assets Co",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-male-financia-1774083922895-2173bde3.png?_wi=1",
},
id: "6", name: "Lisa Rodriguez", role: "Crypto Trader", company: "Digital Assets Co", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFTSHOIvgPZSENiAv1h5pdHVK9/professional-headshot-of-a-male-financia-1774083922895-2173bde3.png?_wi=1"},
]}
kpiItems={[
{ value: "98%", label: "Satisfaction Rate" },
@@ -302,58 +220,22 @@ export default function HomePage() {
useInvertedBackground={false}
plans={[
{
id: "starter",
tag: "Popular",
tagIcon: Sparkles,
price: "$29",
period: "/month",
description: "Perfect for beginners starting their trading journey",
button: { text: "Get Started", href: "/courses" },
featuresTitle: "Included:",
features: [
"Access to 50+ beginner courses",
"Live daily market analysis",
"Community forum access",
"Basic performance tracking",
"Email support",
],
id: "starter", tag: "Popular", tagIcon: Sparkles,
price: "$29", period: "/month", description: "Perfect for beginners starting their trading journey", button: { text: "Get Started", href: "/courses" },
featuresTitle: "Included:", features: [
"Access to 50+ beginner courses", "Live daily market analysis", "Community forum access", "Basic performance tracking", "Email support"],
},
{
id: "pro",
tag: "Most Popular",
tagIcon: Sparkles,
price: "$79",
period: "/month",
description: "For serious traders wanting advanced strategies",
button: { text: "Start Free Trial", href: "/courses" },
featuresTitle: "Everything in Starter, plus:",
features: [
"150+ advanced courses",
"Live trading sessions with experts",
"1-on-1 mentoring (2 sessions/month)",
"Advanced analytics dashboard",
"Priority support",
"Trading journal tools",
],
id: "pro", tag: "Most Popular", tagIcon: Sparkles,
price: "$79", period: "/month", description: "For serious traders wanting advanced strategies", button: { text: "Start Free Trial", href: "/courses" },
featuresTitle: "Everything in Starter, plus:", features: [
"150+ advanced courses", "Live trading sessions with experts", "1-on-1 mentoring (2 sessions/month)", "Advanced analytics dashboard", "Priority support", "Trading journal tools"],
},
{
id: "elite",
tag: "Premium",
tagIcon: Sparkles,
price: "$199",
period: "/month",
description: "Exclusive access for elite traders and professionals",
button: { text: "Contact Sales", href: "/courses" },
featuresTitle: "Everything in Pro, plus:",
features: [
"Unlimited course access",
"Unlimited 1-on-1 mentoring",
"Private trading signals",
"Custom trading strategies",
"Dedicated account manager",
"Early access to new courses",
"VIP community access",
],
id: "elite", tag: "Premium", tagIcon: Sparkles,
price: "$199", period: "/month", description: "Exclusive access for elite traders and professionals", button: { text: "Contact Sales", href: "/courses" },
featuresTitle: "Everything in Pro, plus:", features: [
"Unlimited course access", "Unlimited 1-on-1 mentoring", "Private trading signals", "Custom trading strategies", "Dedicated account manager", "Early access to new courses", "VIP community access"],
},
]}
animationType="slide-up"
@@ -371,35 +253,17 @@ export default function HomePage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "Do I need prior trading experience?",
content: "No! Our courses are designed for all levels. We start with the fundamentals and progress to advanced strategies. Whether you're a complete beginner or an experienced trader, you'll find relevant content tailored to your skill level.",
},
id: "1", title: "Do I need prior trading experience?", content: "No! Our courses are designed for all levels. We start with the fundamentals and progress to advanced strategies. Whether you're a complete beginner or an experienced trader, you'll find relevant content tailored to your skill level."},
{
id: "2",
title: "How long does it take to complete a course?",
content: "Course duration varies from 2-4 weeks for beginner courses to 8-12 weeks for advanced programs. You can learn at your own pace, reviewing lessons multiple times as needed.",
},
id: "2", title: "How long does it take to complete a course?", content: "Course duration varies from 2-4 weeks for beginner courses to 8-12 weeks for advanced programs. You can learn at your own pace, reviewing lessons multiple times as needed."},
{
id: "3",
title: "Are there live trading sessions?",
content: "Yes! Pro and Elite members get access to live trading sessions where our expert traders analyze markets in real-time. These sessions cover market analysis, trade setups, and risk management techniques.",
},
id: "3", title: "Are there live trading sessions?", content: "Yes! Pro and Elite members get access to live trading sessions where our expert traders analyze markets in real-time. These sessions cover market analysis, trade setups, and risk management techniques."},
{
id: "4",
title: "Can I get a refund if I'm not satisfied?",
content: "We offer a 14-day money-back guarantee on all plans. If you're not satisfied with the platform or your learning experience, simply contact our support team for a full refund.",
},
id: "4", title: "Can I get a refund if I'm not satisfied?", content: "We offer a 14-day money-back guarantee on all plans. If you're not satisfied with the platform or your learning experience, simply contact our support team for a full refund."},
{
id: "5",
title: "What payment methods do you accept?",
content: "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, and bank transfers for annual subscriptions. All payments are processed securely through industry-standard encryption.",
},
id: "5", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, and bank transfers for annual subscriptions. All payments are processed securely through industry-standard encryption."},
{
id: "6",
title: "Is mentoring available for Starter members?",
content: "Starter members have access to community forums and can learn from peers. One-on-one mentoring is available with Pro ($2/month) and Elite ($199/month) subscriptions, and can be purchased separately for Starter members.",
},
id: "6", title: "Is mentoring available for Starter members?", content: "Starter members have access to community forums and can learn from peers. One-on-one mentoring is available with Pro ($2/month) and Elite ($199/month) subscriptions, and can be purchased separately for Starter members."},
]}
tag="Common Questions"
tagIcon={HelpCircle}
@@ -426,4 +290,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -11,47 +11,43 @@ import { DollarSign, HelpCircle, Sparkles } from "lucide-react";
export default function PricingPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Courses", id: "courses" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Home", id: "/" },
{ name: "Courses", id: "/courses" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "#contact" },
];
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Courses", href: "/courses" },
{ label: "Pricing", href: "/pricing" },
{ label: "Features", href: "/" },
{ label: "Community", href: "/" },
{ label: "Features", href: "#features" },
{ label: "Community", href: "#community" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "/" },
{ label: "Blog", href: "/" },
{ label: "Careers", href: "#careers" },
{ label: "Blog", href: "#blog" },
],
},
{
title: "Resources",
items: [
{ label: "Help Center", href: "/" },
{ label: "Trading Guide", href: "/" },
{ label: "Market News", href: "/" },
{ label: "API Docs", href: "/" },
title: "Resources", items: [
{ label: "Help Center", href: "#help" },
{ label: "Trading Guide", href: "#guide" },
{ label: "Market News", href: "#news" },
{ label: "API Docs", href: "#docs" },
],
},
{
title: "Legal",
items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Disclaimer", href: "/" },
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" },
{ label: "Disclaimer", href: "#disclaimer" },
{ label: "Contact", href: "/contact" },
],
},
@@ -75,9 +71,7 @@ export default function PricingPage() {
brandName="TradeWise"
navItems={navItems}
button={{
text: "Start Learning",
href: "/courses",
}}
text: "Start Learning", href: "/courses"}}
/>
</div>
@@ -86,67 +80,25 @@ export default function PricingPage() {
<PricingCardFive
plans={[
{
id: "starter",
tag: "Popular",
tagIcon: Sparkles,
price: "$29",
period: "/month",
description: "Perfect for beginners starting their trading journey",
button: {
text: "Get Started",
href: "/signup",
},
featuresTitle: "Included:",
features: [
"Access to 50+ beginner courses",
"Live daily market analysis",
"Community forum access",
"Basic performance tracking",
"Email support",
],
id: "starter", tag: "Popular", tagIcon: Sparkles,
price: "$29", period: "/month", description: "Perfect for beginners starting their trading journey", button: {
text: "Get Started", href: "/courses"},
featuresTitle: "Included:", features: [
"Access to 50+ beginner courses", "Live daily market analysis", "Community forum access", "Basic performance tracking", "Email support"],
},
{
id: "pro",
tag: "Most Popular",
tagIcon: Sparkles,
price: "$79",
period: "/month",
description: "For serious traders wanting advanced strategies",
button: {
text: "Start Free Trial",
href: "/signup",
},
featuresTitle: "Everything in Starter, plus:",
features: [
"150+ advanced courses",
"Live trading sessions with experts",
"1-on-1 mentoring (2 sessions/month)",
"Advanced analytics dashboard",
"Priority support",
"Trading journal tools",
],
id: "pro", tag: "Most Popular", tagIcon: Sparkles,
price: "$79", period: "/month", description: "For serious traders wanting advanced strategies", button: {
text: "Start Free Trial", href: "/courses"},
featuresTitle: "Everything in Starter, plus:", features: [
"150+ advanced courses", "Live trading sessions with experts", "1-on-1 mentoring (2 sessions/month)", "Advanced analytics dashboard", "Priority support", "Trading journal tools"],
},
{
id: "elite",
tag: "Premium",
tagIcon: Sparkles,
price: "$199",
period: "/month",
description: "Exclusive access for elite traders and professionals",
button: {
text: "Contact Sales",
href: "/contact",
},
featuresTitle: "Everything in Pro, plus:",
features: [
"Unlimited course access",
"Unlimited 1-on-1 mentoring",
"Private trading signals",
"Custom trading strategies",
"Dedicated account manager",
"Early access to new courses",
"VIP community access",
],
id: "elite", tag: "Premium", tagIcon: Sparkles,
price: "$199", period: "/month", description: "Exclusive access for elite traders and professionals", button: {
text: "Contact Sales", href: "/contact"},
featuresTitle: "Everything in Pro, plus:", features: [
"Unlimited course access", "Unlimited 1-on-1 mentoring", "Private trading signals", "Custom trading strategies", "Dedicated account manager", "Early access to new courses", "VIP community access"],
},
]}
animationType="slide-up"
@@ -165,41 +117,23 @@ export default function PricingPage() {
<FaqDouble
faqs={[
{
id: "1",
title: "Do I need prior trading experience?",
content:
"No! Our courses are designed for all levels. We start with the fundamentals and progress to advanced strategies. Whether you're a complete beginner or an experienced trader, you'll find relevant content tailored to your skill level.",
},
id: "1", title: "Do I need prior trading experience?", content:
"No! Our courses are designed for all levels. We start with the fundamentals and progress to advanced strategies. Whether you're a complete beginner or an experienced trader, you'll find relevant content tailored to your skill level."},
{
id: "2",
title: "How long does it take to complete a course?",
content:
"Course duration varies from 2-4 weeks for beginner courses to 8-12 weeks for advanced programs. You can learn at your own pace, reviewing lessons multiple times as needed.",
},
id: "2", title: "How long does it take to complete a course?", content:
"Course duration varies from 2-4 weeks for beginner courses to 8-12 weeks for advanced programs. You can learn at your own pace, reviewing lessons multiple times as needed."},
{
id: "3",
title: "Are there live trading sessions?",
content:
"Yes! Pro and Elite members get access to live trading sessions where our expert traders analyze markets in real-time. These sessions cover market analysis, trade setups, and risk management techniques.",
},
id: "3", title: "Are there live trading sessions?", content:
"Yes! Pro and Elite members get access to live trading sessions where our expert traders analyze markets in real-time. These sessions cover market analysis, trade setups, and risk management techniques."},
{
id: "4",
title: "Can I get a refund if I'm not satisfied?",
content:
"We offer a 14-day money-back guarantee on all plans. If you're not satisfied with the platform or your learning experience, simply contact our support team for a full refund.",
},
id: "4", title: "Can I get a refund if I'm not satisfied?", content:
"We offer a 14-day money-back guarantee on all plans. If you're not satisfied with the platform or your learning experience, simply contact our support team for a full refund."},
{
id: "5",
title: "What payment methods do you accept?",
content:
"We accept all major credit cards (Visa, Mastercard, American Express), PayPal, and bank transfers for annual subscriptions. All payments are processed securely through industry-standard encryption.",
},
id: "5", title: "What payment methods do you accept?", content:
"We accept all major credit cards (Visa, Mastercard, American Express), PayPal, and bank transfers for annual subscriptions. All payments are processed securely through industry-standard encryption."},
{
id: "6",
title: "Is mentoring available for Starter members?",
content:
"Starter members have access to community forums and can learn from peers. One-on-one mentoring is available with Pro ($2/month) and Elite ($199/month) subscriptions, and can be purchased separately for Starter members.",
},
id: "6", title: "Is mentoring available for Starter members?", content:
"Starter members have access to community forums and can learn from peers. One-on-one mentoring is available with Pro ($79/month) and Elite ($199/month) subscriptions, and can be purchased separately for Starter members."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about trading lessons, courses, and platform features."
@@ -217,18 +151,13 @@ export default function PricingPage() {
<ContactText
text="Ready to transform your trading skills? Join thousands of successful traders. Get started with our free trial or contact our team for a personalized consultation."
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
useInvertedBackground={false}
buttons={[
{
text: "Start Free Trial",
href: "/signup",
},
text: "Start Free Trial", href: "/courses"},
{
text: "Schedule Demo",
href: "mailto:demo@tradewise.com",
},
text: "Schedule Demo", href: "mailto:demo@tradewise.com"},
]}
/>
</div>
@@ -242,4 +171,4 @@ export default function PricingPage() {
</div>
</ThemeProvider>
);
}
}