---
import { siteHome } from '../../lib/site';
---

<section class="max-w-3xl">
  <p class="text-sm font-medium text-zinc-500">{siteHome.eyebrow}</p>
  <h1 class="mt-4 text-5xl font-black tracking-tight text-zinc-950 sm:text-6xl">
    {siteHome.title}
  </h1>
  <p class="mt-5 max-w-3xl text-lg leading-8 text-zinc-600 sm:text-xl">
    {siteHome.description}
  </p>
</section>
