/* global React, Eyebrow */
// Small up-trend icon circle, matches SVG in the landing.
const TrendCircle = () => (
);
const MARKETING_FEATURES = [
{
title: '480+ Indicators',
body: 'From classic RSI and MACD to Kalman filters, signal processing, and chaos theory — the deepest indicator library available.',
},
{
title: '48 Exchanges',
body: 'Crypto, stocks, forex, and prediction markets. 28 exchanges work instantly without API keys.',
},
{
title: '100% Free',
body: 'No subscriptions, no paywalls, no feature locks. Every indicator, every exchange, every feature — completely free.',
},
{
title: 'High Performance',
body: 'Under 30 MB binary. GPU-accelerated at 200+ FPS. Multi-threaded computation keeps RAM under 400 MB and CPU around 10% — even with dozens of indicators running.',
},
];
// Placeholder "chart" — mimics a trading terminal screenshot.
// Replace with a real screenshot by dropping it into ../../assets/.
const ChartPlaceholder = () => (