Pricing
Simple pricing. No surprises.
Start free, upgrade when you need volume. Cancel any time.
{/* Toggle */}
Monthly
Annual save 17%
{/* Tier cards */}
{tiers.map((t) => (
{t.name}
{t.desc}
{t.monthly === 0 ? 'Free' : `$${annual ? t.annual : t.monthly}`}
{t.monthly > 0 && /month}
{t.features.map((f, i) => (
-
✓
{f}
))}
{t.cta}
))}