From 64d7724fcb09fe27b945b85425034d4dbbff622e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:56:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 419b33d..19739b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,12 +48,12 @@ export default function LandingPage() { description="Master the art of trading with our advanced real-time market simulator. Built for learners and pros alike." buttons={[{ text: "Get Started", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Trading UI 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Trading UI 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Trading UI 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Trading UI 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Trading UI 5" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Trading UI 6" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=1", imageAlt: "Trading UI 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=2", imageAlt: "Trading UI 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=3", imageAlt: "Trading UI 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=4", imageAlt: "Trading UI 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=5", imageAlt: "Trading UI 5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=6", imageAlt: "Trading UI 6" }, ]} /> @@ -92,9 +92,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { title: "Real-time Signals", description: "Get instant notifications on market volatility.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480185.jpg", imageAlt: "Signals" }, - { title: "Portfolio Modeling", description: "Create and test diverse strategy baskets.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480185.jpg", imageAlt: "Modeling" }, - { title: "Strategy Backtesting", description: "Test your hypotheses against historical data.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480185.jpg", imageAlt: "Backtesting" }, + { title: "Real-time Signals", description: "Get instant notifications on market volatility.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480185.jpg?_wi=1", imageAlt: "Signals" }, + { title: "Portfolio Modeling", description: "Create and test diverse strategy baskets.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480185.jpg?_wi=2", imageAlt: "Modeling" }, + { title: "Strategy Backtesting", description: "Test your hypotheses against historical data.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480185.jpg?_wi=3", imageAlt: "Backtesting" }, ]} title="Advanced Trading Tools" description="Equip yourself with professional grade analytics."