Navigation: [/sitemap.md](/sitemap.md)

---
type: block
category: hero
title: Hero 10
description: Content and actions spread across the top, with a full background image visible underneath through gradient masks.
---

```astro live props={{ name: 'hero-10' }}
---
import Hero10Block from "@/components/blocks/hero-10.astro"
import avatarSil from "@/assets/avatar-sil-veltman.webp"
import placeholderImage from "@/assets/placeholder.webp"
---

<Hero10Block
  title="A full-bleed background image hero with overlaid content"
  description="Content and actions spread across the top, with a full background image visible underneath through gradient masks."
  buttons={[
    { label: "Start free", href: "/docs/", variant: "default" },
    { label: "Book a demo", href: "#", variant: "secondary" },
  ]}
  socialProof={{
    avatars: [
      { image: avatarSil, initials: "FD", name: "Sil Veltman" },
      { image: avatarSil, initials: "AV", name: "Sil Veltman" },
      { image: avatarSil, initials: "UI", name: "Sil Veltman" },
    ],
    rating: 5,
    text: "Trusted by 2,400+ teams",
  }}
  image={{ src: placeholderImage, alt: "Full background" }}
/>
```
