From 7bfea04685f649d8cb787397f84333546db19494 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:15:47 +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 a30d2f5..9b13b08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Start Trading Now", href: "#analysis" }, { text: "Learn More", href: "#indicators" } ]} - imageSrc="http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg" + imageSrc="http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg?_wi=1" imageAlt="Trading Terminal Interface" /> @@ -68,16 +68,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "AED/CNY OTC", description: "Profitability: +92%", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg", imageAlt: "AED/CNY Trading Pair" + title: "AED/CNY OTC", description: "Profitability: +92%", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg?_wi=2", imageAlt: "AED/CNY Trading Pair" }, { - title: "AUD/CAD OTC", description: "Profitability: +92%", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg", imageAlt: "AUD/CAD Trading Pair" + title: "AUD/CAD OTC", description: "Profitability: +92%", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg?_wi=3", imageAlt: "AUD/CAD Trading Pair" }, { - title: "AUD/CHF OTC", description: "Profitability: +92%", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg", imageAlt: "AUD/CHF Trading Pair" + title: "AUD/CHF OTC", description: "Profitability: +92%", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg?_wi=4", imageAlt: "AUD/CHF Trading Pair" }, { - title: "AUD/USD OTC", description: "Profitability: +92%", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg", imageAlt: "AUD/USD Trading Pair" + title: "AUD/USD OTC", description: "Profitability: +92%", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg?_wi=5", imageAlt: "AUD/USD Trading Pair" } ]} /> @@ -131,16 +131,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "RSI Status", quote: "Relative Strength Index tracks overbought and oversold conditions for optimal entry and exit points.", name: "Oversold", role: "Market Signal", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg" + id: "1", title: "RSI Status", quote: "Relative Strength Index tracks overbought and oversold conditions for optimal entry and exit points.", name: "Oversold", role: "Market Signal", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg?_wi=6" }, { - id: "2", title: "MACD Indicator", quote: "Moving Average Convergence Divergence reveals momentum and trend direction with precise crossover signals.", name: "Neutral", role: "Momentum Tracker", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg" + id: "2", title: "MACD Indicator", quote: "Moving Average Convergence Divergence reveals momentum and trend direction with precise crossover signals.", name: "Neutral", role: "Momentum Tracker", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg?_wi=7" }, { - id: "3", title: "Bollinger Bands", quote: "Dynamic volatility bands show market extremes and potential reversal zones for high-probability trades.", name: "Overbought", role: "Volatility Measure", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg" + id: "3", title: "Bollinger Bands", quote: "Dynamic volatility bands show market extremes and potential reversal zones for high-probability trades.", name: "Overbought", role: "Volatility Measure", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg?_wi=8" }, { - id: "4", title: "Combined Analysis", quote: "All three indicators work together to generate unified trading signals with 89-96% accuracy rates.", name: "High Confidence", role: "Signal Fusion", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg" + id: "4", title: "Combined Analysis", quote: "All three indicators work together to generate unified trading signals with 89-96% accuracy rates.", name: "High Confidence", role: "Signal Fusion", imageSrc: "http://img.b2bpic.net/free-vector/music-equalizer-technology-black-background-with-purple-digital-sound-wave_53876-116188.jpg?_wi=9" } ]} /> -- 2.49.1