From ccf292150ea607a76513b8690871828a030a046f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 12:43:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f44338..32f88be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,16 +88,20 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Risk Management Mastery", description: "Learn how to protect your capital with professional-grade risk management techniques, position sizing, and stop-loss strategies that keep losses minimal while preserving profits.", imageSrc: "http://img.b2bpic.net/free-photo/male-executive-explaining-graph_1098-2160.jpg", imageAlt: "Risk management strategies" + id: 1, + title: "Risk Management Mastery", description: "Learn how to protect your capital with professional-grade risk management techniques, position sizing, and stop-loss strategies that keep losses minimal while preserving profits.", imageSrc: "http://img.b2bpic.net/free-photo/male-executive-explaining-graph_1098-2160.jpg", imageAlt: "Risk management strategies" }, { - id: "2", title: "Strategic Analysis", description: "Master technical and fundamental analysis to identify high-probability trading opportunities. Understand chart patterns, support/resistance levels, and market dynamics.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-style-big-data-background-concept_23-2147912580.jpg", imageAlt: "Strategic trading analysis" + id: 2, + title: "Strategic Analysis", description: "Master technical and fundamental analysis to identify high-probability trading opportunities. Understand chart patterns, support/resistance levels, and market dynamics.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-style-big-data-background-concept_23-2147912580.jpg", imageAlt: "Strategic trading analysis" }, { - id: "3", title: "Discipline & Psychology", description: "Develop the mental fortitude to execute your trading plan consistently. Learn how to overcome emotions like fear and greed that sabotage most traders.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businesswoman-holding-digital-tablet-looking-away-with-her-colleague-standing-background_23-2148073245.jpg", imageAlt: "Trading discipline concept" + id: 3, + title: "Discipline & Psychology", description: "Develop the mental fortitude to execute your trading plan consistently. Learn how to overcome emotions like fear and greed that sabotage most traders.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businesswoman-holding-digital-tablet-looking-away-with-her-colleague-standing-background_23-2148073245.jpg", imageAlt: "Trading discipline concept" }, { - id: "4", title: "Execution Excellence", description: "Execute trades with precision and timing. Learn entry strategies, profit-taking techniques, and real-time decision-making that maximizes gains and minimizes drawdowns.", imageSrc: "http://img.b2bpic.net/free-photo/manager-working-with-his-feet-table-office-background_482257-32834.jpg", imageAlt: "Trade execution strategies" + id: 4, + title: "Execution Excellence", description: "Execute trades with precision and timing. Learn entry strategies, profit-taking techniques, and real-time decision-making that maximizes gains and minimizes drawdowns.", imageSrc: "http://img.b2bpic.net/free-photo/manager-working-with-his-feet-table-office-background_482257-32834.jpg", imageAlt: "Trade execution strategies" } ]} textboxLayout="default" -- 2.49.1