Update src/app/courses/page.tsx

This commit is contained in:
2026-03-21 10:00:51 +00:00
parent 769943de13
commit fcbf34f65b

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>
);
}
}