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

---
type: block
category: "banner"
title: "Banner 1"
description: "Browse wider, content-first layouts that mirror real sections instead of isolated UI primitives."
---

```astro live props={{ name: 'banner-1' }}
---
import Banner1Block from "@/components/blocks/banner-1.astro"
---

<Banner1Block
  title="New block previews are live"
  description="Browse wider, content-first layouts that mirror real sections instead of isolated UI primitives."
  link={{ label: "Learn more", href: "#" }}
/>
```
