/* global React, BtnPrimary, BtnGhost */ const CTA = ({ onNavigate }) => (
{/* CTA glow — blue + warm */}

Ready to start charting?

Join thousands of traders using mylittlechart.

{ e.preventDefault(); onNavigate?.('download'); }}> Get Started Free → { e.preventDefault(); onNavigate?.('features'); }}> See Features
); window.CTA = CTA;