From 34fbc26d43249b32b1bf12775cfa118bbfd1b6ed Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 12:41:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6a4d73..6f44338 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,6 @@ export default function LandingPage() { ]} mediaAnimation="slide-up" background={{ variant: "plain" }} - useInvertedBackground={false} /> @@ -89,20 +88,16 @@ 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" @@ -184,9 +179,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={["E*TRADE", "Interactive Brokers", "Trading View", "Market Watch", "Investopedia", "Seeking Alpha", "Stock Twits"]} - logos={[ - "http://img.b2bpic.net/free-vector/vintage-bitcoin-currency-labels-set-with-payment-network-server-computer-hardware-coins-clouds-mining-graphs-isolated_1284-38898.jpg", "http://img.b2bpic.net/free-vector/crypto-mining-logo-template_23-2149397485.jpg", "http://img.b2bpic.net/free-vector/gradient-breaking-news-logo-design_23-2151126855.jpg", "http://img.b2bpic.net/free-vector/accounting-logo-collection-flat-design_23-2148853739.jpg", "http://img.b2bpic.net/free-vector/business-logo-collection_1346-72.jpg", "http://img.b2bpic.net/free-vector/gradient-colored-data-logo-template_23-2149189481.jpg", "http://img.b2bpic.net/free-vector/vintage-st-patricks-day-badge-collection_23-2148412977.jpg" - ]} speed={40} showCard={true} /> -- 2.49.1