Update src/app/page.tsx

This commit is contained in:
2026-03-15 03:53:47 +00:00
parent db6308ea1b
commit f98c4456c0

View File

@@ -125,16 +125,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Daily Trading Signals", description: "Real-time buy/sell signals generated by our proprietary algorithm and verified by experienced traders.", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-using-finance-graphs_23-2150408712.jpg", imageAlt: "Trading signals dashboard"
title: "Daily Trading Signals", description: "Real-time buy/sell signals generated by our proprietary algorithm and verified by experienced traders.", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-using-finance-graphs_23-2150408712.jpg?_wi=1", imageAlt: "Trading signals dashboard"
},
{
title: "Expert Education", description: "Weekly webinars, in-depth market analysis, and training modules covering technical and fundamental analysis.", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-using-finance-graphs_23-2150408712.jpg", imageAlt: "Educational trading resources"
title: "Expert Education", description: "Weekly webinars, in-depth market analysis, and training modules covering technical and fundamental analysis.", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-using-finance-graphs_23-2150408712.jpg?_wi=2", imageAlt: "Educational trading resources"
},
{
title: "Community Support", description: "Access to a network of 5,000+ traders for discussion, strategy sharing, and peer learning.", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-using-finance-graphs_23-2150408712.jpg", imageAlt: "Trading community collaboration"
title: "Community Support", description: "Access to a network of 5,000+ traders for discussion, strategy sharing, and peer learning.", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-using-finance-graphs_23-2150408712.jpg?_wi=3", imageAlt: "Trading community collaboration"
},
{
title: "Risk Management", description: "Proven money management techniques, position sizing guidance, and portfolio diversification strategies.", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-using-finance-graphs_23-2150408712.jpg", imageAlt: "Risk management tools"
title: "Risk Management", description: "Proven money management techniques, position sizing guidance, and portfolio diversification strategies.", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-using-finance-graphs_23-2150408712.jpg?_wi=4", imageAlt: "Risk management tools"
}
]}
gridVariant="two-columns-alternating-heights"