Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Courses", href: "/courses" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Trading Room", href: "/" },
|
||||
@@ -29,8 +28,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{ label: "Forum", href: "/" },
|
||||
{ label: "Events", href: "/" },
|
||||
{ label: "Mentorship", href: "/" },
|
||||
@@ -38,8 +36,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
@@ -55,7 +52,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -66,9 +63,7 @@ export default function ContactPage() {
|
||||
navItems={navItems}
|
||||
brandName="StockMastery"
|
||||
button={{
|
||||
text: "Start Learning",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Start Learning", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,7 +85,7 @@ export default function ContactPage() {
|
||||
tagIcon={Mail}
|
||||
title="Ready to Transform Your Trading?"
|
||||
description="Subscribe to our newsletter for exclusive trading tips, market insights, and special course launches. Join our thriving community of profitable traders."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-motivational-image-showing-a-confident-1772605634037-cc66da21.png"
|
||||
imageAlt="Professional Trading Workspace"
|
||||
@@ -107,29 +102,17 @@ export default function ContactPage() {
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I get started with StockMastery?",
|
||||
content:
|
||||
"Simply choose a plan that suits your trading level, sign up, and you'll get instant access to all course materials. You can start learning immediately with our beginner-friendly curriculum.",
|
||||
},
|
||||
id: "1", title: "How do I get started with StockMastery?", content:
|
||||
"Simply choose a plan that suits your trading level, sign up, and you'll get instant access to all course materials. You can start learning immediately with our beginner-friendly curriculum."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What if I have questions while learning?",
|
||||
content:
|
||||
"Our community forum is active 24/7 where you can ask questions. Elite members also get priority support and can schedule 1-on-1 sessions with our expert traders.",
|
||||
},
|
||||
id: "2", title: "What if I have questions while learning?", content:
|
||||
"Our community forum is active 24/7 where you can ask questions. Elite members also get priority support and can schedule 1-on-1 sessions with our expert traders."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer live trading sessions?",
|
||||
content:
|
||||
"Yes! Professional and Elite plan members get access to live trading rooms where you can watch expert traders analyze markets and execute trades in real-time.",
|
||||
},
|
||||
id: "3", title: "Do you offer live trading sessions?", content:
|
||||
"Yes! Professional and Elite plan members get access to live trading rooms where you can watch expert traders analyze markets and execute trades in real-time."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How can I contact support?",
|
||||
content:
|
||||
"You can reach our support team via email, community forum, or schedule a call. Elite members get priority support with faster response times and dedicated account managers.",
|
||||
},
|
||||
id: "4", title: "How can I contact support?", content:
|
||||
"You can reach our support team via email, community forum, or schedule a call. Elite members get priority support with faster response times and dedicated account managers."},
|
||||
]}
|
||||
sideTitle="Contact & Support"
|
||||
sideDescription="Find answers to questions about getting started and accessing support."
|
||||
|
||||
248
src/app/page.tsx
248
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Courses", href: "/courses" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Trading Room", href: "/" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{ label: "Forum", href: "/" },
|
||||
{ label: "Events", href: "/" },
|
||||
{ label: "Mentorship", href: "/" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
@@ -58,7 +55,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -69,15 +66,13 @@ export default function HomePage() {
|
||||
navItems={navItems}
|
||||
brandName="StockMastery"
|
||||
button={{
|
||||
text: "Start Learning",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Start Learning", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
tag="For Indian Traders (25-45 yrs)"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
@@ -86,46 +81,30 @@ export default function HomePage() {
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-candlestick-chart-showing-bullish-pric-1772605633564-8c2e0ce6.png?_wi=1",
|
||||
imageAlt: "Bullish Candlestick Chart",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-candlestick-chart-showing-bullish-pric-1772605633564-8c2e0ce6.png", imageAlt: "Bullish Candlestick Chart"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-price-action-chart-displaying-head-and-1772605633988-cb94aeb5.png?_wi=1",
|
||||
imageAlt: "Head and Shoulders Pattern",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-price-action-chart-displaying-head-and-1772605633988-cb94aeb5.png", imageAlt: "Head and Shoulders Pattern"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-stock-market-chart-showing-rsi-relativ-1772605634053-af672829.png?_wi=1",
|
||||
imageAlt: "RSI Technical Indicator",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-stock-market-chart-showing-rsi-relativ-1772605634053-af672829.png", imageAlt: "RSI Technical Indicator"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/an-options-trading-diagram-showing-call--1772605634567-b180e365.png?_wi=1",
|
||||
imageAlt: "Options Trading Strategy",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/an-options-trading-diagram-showing-call--1772605634567-b180e365.png", imageAlt: "Options Trading Strategy"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/an-options-trading-diagram-showing-call--1772605634567-b180e365.png?_wi=2",
|
||||
imageAlt: "Options Contract Structure",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/an-options-trading-diagram-showing-call--1772605634567-b180e365.png", imageAlt: "Options Contract Structure"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-stock-market-chart-showing-rsi-relativ-1772605634053-af672829.png?_wi=2",
|
||||
imageAlt: "Technical Indicator Analysis",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-stock-market-chart-showing-rsi-relativ-1772605634053-af672829.png", imageAlt: "Technical Indicator Analysis"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-price-action-chart-displaying-head-and-1772605633988-cb94aeb5.png?_wi=2",
|
||||
imageAlt: "Chart Pattern Recognition",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-price-action-chart-displaying-head-and-1772605633988-cb94aeb5.png", imageAlt: "Chart Pattern Recognition"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-candlestick-chart-showing-bullish-pric-1772605633564-8c2e0ce6.png?_wi=2",
|
||||
imageAlt: "Price Action Trading",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-candlestick-chart-showing-bullish-pric-1772605633564-8c2e0ce6.png", imageAlt: "Price Action Trading"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
@@ -159,53 +138,29 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Price Action & Charting Mastery",
|
||||
tags: ["Foundational", "Live Markets"],
|
||||
id: "1", title: "Price Action & Charting Mastery", tags: ["Foundational", "Live Markets"],
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-detailed-price-action-chart-displaying-1772605634025-0e32e7c1.png?_wi=1",
|
||||
imageAlt: "Price Action Chart Analysis",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-detailed-price-action-chart-displaying-1772605634025-0e32e7c1.png", imageAlt: "Price Action Chart Analysis"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Chart Patterns Recognition",
|
||||
tags: ["Pattern Analysis", "Trading Signals"],
|
||||
id: "2", title: "Chart Patterns Recognition", tags: ["Pattern Analysis", "Trading Signals"],
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/an-educational-illustration-showing-mult-1772605634882-36238bd5.png?_wi=1",
|
||||
imageAlt: "Chart Pattern Formations",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/an-educational-illustration-showing-mult-1772605634882-36238bd5.png", imageAlt: "Chart Pattern Formations"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Technical Indicators Deep Dive",
|
||||
tags: ["Advanced", "Strategy Building"],
|
||||
id: "3", title: "Technical Indicators Deep Dive", tags: ["Advanced", "Strategy Building"],
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-trading-chart-with-multiple-technical--1772605635210-1f9d4635.png",
|
||||
imageAlt: "Multiple Technical Indicators",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-trading-chart-with-multiple-technical--1772605635210-1f9d4635.png", imageAlt: "Multiple Technical Indicators"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Derivatives Trading (Futures & Options)",
|
||||
tags: ["Leverage Trading", "Income Strategies"],
|
||||
id: "4", title: "Derivatives Trading (Futures & Options)", tags: ["Leverage Trading", "Income Strategies"],
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/an-educational-diagram-explaining-future-1772605635608-0b85aec5.png",
|
||||
imageAlt: "Derivatives Trading Diagram",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/an-educational-diagram-explaining-future-1772605635608-0b85aec5.png", imageAlt: "Derivatives Trading Diagram"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Risk Management Frameworks",
|
||||
tags: ["Capital Protection", "Position Sizing"],
|
||||
id: "5", title: "Risk Management Frameworks", tags: ["Capital Protection", "Position Sizing"],
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-risk-management-visualization-showing--1772605633963-f2b405d0.png",
|
||||
imageAlt: "Risk Management Strategy",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-risk-management-visualization-showing--1772605633963-f2b405d0.png", imageAlt: "Risk Management Strategy"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Trading Psychology & Discipline",
|
||||
tags: ["Emotional Control", "Mindset Training"],
|
||||
id: "6", title: "Trading Psychology & Discipline", tags: ["Emotional Control", "Mindset Training"],
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/an-illustration-depicting-trading-psycho-1772605634685-7cfca9c8.png",
|
||||
imageAlt: "Trading Psychology Concepts",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/an-illustration-depicting-trading-psycho-1772605634685-7cfca9c8.png", imageAlt: "Trading Psychology Concepts"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -232,61 +187,28 @@ export default function HomePage() {
|
||||
<PricingCardEight
|
||||
plans={[
|
||||
{
|
||||
id: "beginner",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "₹4,999",
|
||||
subtitle: "Perfect for beginners exploring markets",
|
||||
buttons: [
|
||||
id: "beginner", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "₹4,999", subtitle: "Perfect for beginners exploring markets", buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"Beginner Technical Analysis Course",
|
||||
"5 Chart Pattern Modules",
|
||||
"Basic Indicator Training",
|
||||
"Community Forum Access",
|
||||
"30-day Money Back Guarantee",
|
||||
],
|
||||
"Beginner Technical Analysis Course", "5 Chart Pattern Modules", "Basic Indicator Training", "Community Forum Access", "30-day Money Back Guarantee"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Award,
|
||||
price: "₹12,999",
|
||||
subtitle: "Advanced traders serious about profit",
|
||||
buttons: [
|
||||
id: "professional", badge: "Best Value", badgeIcon: Award,
|
||||
price: "₹12,999", subtitle: "Advanced traders serious about profit", buttons: [
|
||||
{ text: "Start Pro Plan", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"Complete Price Action Mastery",
|
||||
"Advanced Chart Patterns",
|
||||
"All Technical Indicators",
|
||||
"Derivatives Trading Course",
|
||||
"Risk Management Framework",
|
||||
"1-on-1 Trading Sessions (4/month)",
|
||||
"Priority Community Support",
|
||||
],
|
||||
"Complete Price Action Mastery", "Advanced Chart Patterns", "All Technical Indicators", "Derivatives Trading Course", "Risk Management Framework", "1-on-1 Trading Sessions (4/month)", "Priority Community Support"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Premium",
|
||||
badgeIcon: Crown,
|
||||
price: "₹24,999",
|
||||
subtitle: "Elite traders building wealth consistently",
|
||||
buttons: [
|
||||
id: "elite", badge: "Premium", badgeIcon: Crown,
|
||||
price: "₹24,999", subtitle: "Elite traders building wealth consistently", buttons: [
|
||||
{ text: "Become Elite", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"All Professional Features",
|
||||
"Trading Psychology Mastery",
|
||||
"Advanced Derivatives Strategies",
|
||||
"Live Trading Room (5x/week)",
|
||||
"Weekly 1-on-1 Mentoring",
|
||||
"Custom Strategy Development",
|
||||
"Lifetime Updates",
|
||||
"VIP Community Channel",
|
||||
"Portfolio Review Sessions",
|
||||
],
|
||||
"All Professional Features", "Trading Psychology Mastery", "Advanced Derivatives Strategies", "Live Trading Room (5x/week)", "Weekly 1-on-1 Mentoring", "Custom Strategy Development", "Lifetime Updates", "VIP Community Channel", "Portfolio Review Sessions"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Learning Plans for Every Trader"
|
||||
@@ -303,85 +225,37 @@ export default function HomePage() {
|
||||
<TestimonialCardFive
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar, Mumbai",
|
||||
date: "Date: 15 January 2025",
|
||||
title: "Turned ₹5 Lakhs into ₹12 Lakhs in 8 months!",
|
||||
quote:
|
||||
"Before StockMastery, I was losing money on every trade. The Price Action course completely changed my perspective. Now I trade with confidence and discipline. The risk management framework saved me from a major loss last month.",
|
||||
tag: "Professional Plan",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-mal-1772605634719-b5feb178.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-mal-1772605634719-b5feb178.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar, Mumbai", date: "Date: 15 January 2025", title: "Turned ₹5 Lakhs into ₹12 Lakhs in 8 months!", quote:
|
||||
"Before StockMastery, I was losing money on every trade. The Price Action course completely changed my perspective. Now I trade with confidence and discipline. The risk management framework saved me from a major loss last month.", tag: "Professional Plan", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-mal-1772605634719-b5feb178.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-mal-1772605634719-b5feb178.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma, Bangalore",
|
||||
date: "Date: 22 December 2024",
|
||||
title: "From confused beginner to profitable trader in 3 months",
|
||||
quote:
|
||||
"I started with zero trading knowledge. The structured curriculum made everything clear - from candlesticks to options trading. The community support kept me motivated. Now I trade options with proper risk management.",
|
||||
tag: "Elite Plan",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-fem-1772605634322-a3c4f5f4.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-fem-1772605634322-a3c4f5f4.png?_wi=1",
|
||||
},
|
||||
id: "2", name: "Priya Sharma, Bangalore", date: "Date: 22 December 2024", title: "From confused beginner to profitable trader in 3 months", quote:
|
||||
"I started with zero trading knowledge. The structured curriculum made everything clear - from candlesticks to options trading. The community support kept me motivated. Now I trade options with proper risk management.", tag: "Elite Plan", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-fem-1772605634322-a3c4f5f4.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-fem-1772605634322-a3c4f5f4.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Patel, Delhi",
|
||||
date: "Date: 10 January 2025",
|
||||
title: "The psychology course fixed my biggest weakness - emotions!",
|
||||
quote:
|
||||
"Trading psychology was my biggest blind spot. This course helped me understand and control my emotions. My win rate jumped from 45% to 68%. The mentoring sessions added huge value.",
|
||||
tag: "Professional Plan",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-mal-1772605633331-59efcf48.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-mal-1772605633331-59efcf48.png?_wi=1",
|
||||
},
|
||||
id: "3", name: "Amit Patel, Delhi", date: "Date: 10 January 2025", title: "The psychology course fixed my biggest weakness - emotions!", quote:
|
||||
"Trading psychology was my biggest blind spot. This course helped me understand and control my emotions. My win rate jumped from 45% to 68%. The mentoring sessions added huge value.", tag: "Professional Plan", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-mal-1772605633331-59efcf48.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-mal-1772605633331-59efcf48.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sneha Gupta, Hyderabad",
|
||||
date: "Date: 05 January 2025",
|
||||
title:
|
||||
"Now I understand derivatives - futures are my bread and butter!",
|
||||
quote:
|
||||
"The derivatives course demystified futures and options for me. I now trade F&O with clear strategies and calculated risks. The live trading room interactions with experts accelerated my learning curve significantly.",
|
||||
tag: "Elite Plan",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-fem-1772605633213-d7c4cf78.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-fem-1772605633213-d7c4cf78.png?_wi=1",
|
||||
},
|
||||
id: "4", name: "Sneha Gupta, Hyderabad", date: "Date: 05 January 2025", title:
|
||||
"Now I understand derivatives - futures are my bread and butter!", quote:
|
||||
"The derivatives course demystified futures and options for me. I now trade F&O with clear strategies and calculated risks. The live trading room interactions with experts accelerated my learning curve significantly.", tag: "Elite Plan", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-fem-1772605633213-d7c4cf78.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-fem-1772605633213-d7c4cf78.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Singh, Pune",
|
||||
date: "Date: 28 December 2024",
|
||||
title: "Consistency achieved! My trading is now systematic and profitable",
|
||||
quote:
|
||||
"I love how comprehensive this education is. From price action to risk management to psychology - everything is covered. I've been consistently profitable for 6 months now using the strategies taught.",
|
||||
tag: "Professional Plan",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-mal-1772605634251-6ba5d6a9.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-mal-1772605634251-6ba5d6a9.png?_wi=1",
|
||||
},
|
||||
id: "5", name: "Vikram Singh, Pune", date: "Date: 28 December 2024", title: "Consistency achieved! My trading is now systematic and profitable", quote:
|
||||
"I love how comprehensive this education is. From price action to risk management to psychology - everything is covered. I've been consistently profitable for 6 months now using the strategies taught.", tag: "Professional Plan", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-mal-1772605634251-6ba5d6a9.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-mal-1772605634251-6ba5d6a9.png"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Divya Menon, Kochi",
|
||||
date: "Date: 20 December 2024",
|
||||
title:
|
||||
"Perfect for working professionals like me - flexible learning at own pace",
|
||||
quote:
|
||||
"As a working professional, I needed flexible learning options. The recorded modules, live sessions, and community support all fit perfectly into my schedule. I'm now trading profitably in my spare time.",
|
||||
tag: "Professional Plan",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-fem-1772605633747-aa5a7c3c.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-fem-1772605633747-aa5a7c3c.png?_wi=1",
|
||||
},
|
||||
id: "6", name: "Divya Menon, Kochi", date: "Date: 20 December 2024", title:
|
||||
"Perfect for working professionals like me - flexible learning at own pace", quote:
|
||||
"As a working professional, I needed flexible learning options. The recorded modules, live sessions, and community support all fit perfectly into my schedule. I'm now trading profitably in my spare time.", tag: "Professional Plan", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-fem-1772605633747-aa5a7c3c.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT6BlFDFMDg0PkOpk8afG3zfDM/a-professional-headshot-of-an-indian-fem-1772605633747-aa5a7c3c.png"},
|
||||
]}
|
||||
title="Success Stories from Our Community"
|
||||
description="Real traders sharing their transformation journey and consistent profits with StockMastery education."
|
||||
|
||||
Reference in New Issue
Block a user