Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-15 05:15:51 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
}
]}
/>