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

---
type: block
category: "logos"
title: "Logos 1"
description: "Join thousands of teams that rely on our platform every day."
---

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

<Logos1Block
  title="Trusted by industry leaders"
  description="Join thousands of teams that rely on our platform every day."
  brands={[
    { name: "Northwind", href: "/" },
    { name: "Frame", href: "/" },
    { name: "Studio One", href: "/" },
    { name: "Pioneer", href: "/" },
    { name: "Pace", href: "/" },
  ]}
/>
```
