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

---
type: block
category: "reviews"
title: "Reviews 1"
description: "See what people are saying about our platform."
---

```astro live props={{ name: 'reviews-1' }}
---
import Reviews1Block from "@/components/blocks/reviews-1.astro"
import avatarSil from "@/assets/avatar-sil-veltman.webp"
---

<Reviews1Block
  title="Trusted by teams everywhere"
  description="See what people are saying about our platform."
  reviews={[
    {
      rating: 5,
      quote:
        "The components and blocks saved us weeks of design work. Every piece feels polished and production-ready out of the box.",
      image: avatarSil,
      initials: "NO",
      name: "Northwind",
      role: "Design systems team",
    },
    {
      rating: 5,
      quote:
        "We shipped our marketing site in half the time. The blocks are flexible enough to match any brand.",
      image: avatarSil,
      initials: "AS",
      name: "Aster",
      role: "Engineering lead",
    },
    {
      rating: 4.5,
      quote:
        "Finally a UI system that understands how real pages are built. The section patterns are incredibly useful.",
      image: avatarSil,
      initials: "SI",
      name: "Signal",
      role: "Product designer",
    },
  ]}
/>
```
