---
import BenchmarkChart from '../ui/BenchmarkChart.astro';
---
<section class="py-24" id="speed">
<div class="max-w-5xl mx-auto px-6">
<h2 class="font-heading text-noir-50 text-3xl sm:text-4xl mb-4">Fast enough to leave on</h2>
<p class="text-noir-500 text-base mb-2">Security scanning that takes minutes gets turned off.</p>
<p class="text-noir-500 text-base mb-12">foxguard finishes before your editor saves.</p>
<BenchmarkChart />
</div>
</section>