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

---
type: block
category: "logos"
title: "Logos 3"
description: "Logos 3 block example."
---

```astro live props={{ name: 'logos-3' }}
---
import Logos3Block from "@/components/blocks/logos-3.astro"
---

<Logos3Block
  brands={[
    { name: "Verve", href: "/" },
    { name: "Northwind", href: "/" },
    { name: "Studio 9", href: "/" },
    { name: "Pioneer", href: "/" },
    { name: "Pace", href: "/" },
  ]}
/>
```
