/* global React, BtnPrimary, Eyebrow */ const PRICING_FEATURES = [ 'All 480+ indicators', 'All 48 exchanges', 'Unlimited charts & layouts', 'Alert system with Telegram', 'Agent API access', 'Community support', ]; const Check = () => ( ); const Pricing = ({ onNavigate }) => (
Pricing

Free. Forever.

{/* Top gold hairline */}
OPEN SOURCE
Free

    {PRICING_FEATURES.map((f) => (
  • {f}
  • ))}
{ e.preventDefault(); onNavigate?.('download'); }} style={{ display: 'block', textAlign: 'center' }} > Download Free
); window.Pricing = Pricing;