/* global React, Badge, BtnPrimary, BtnGhost */ // Hero — the split cream/gold headline. const Hero = ({ onNavigate }) => (
{/* Gold hero glow */}
Now in Beta

Your Little Trading
Companion

A friendly, powerful charting terminal with multi-exchange support and real-time data — built for traders who want professional tools without the complexity.

{ e.preventDefault(); onNavigate?.('download'); }}> Get Started Free → { e.preventDefault(); onNavigate?.('features'); }}> See Features
{/* Down arrow */}
onNavigate?.('stats')} style={{ position: 'absolute', bottom: 32, fontSize: 22, color: 'rgba(254,255,238,0.30)', cursor: 'pointer', animation: 'mlcHeroBounce 2s ease-in-out infinite', fontFamily: 'var(--mlc-font-mono)', lineHeight: 1, }} > ⌄
); window.Hero = Hero;