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

---
type: block
category: "reviews"
title: "Reviews 3"
description: "Hear from real teams using our platform every day."
---

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

<Reviews3Block
  title="What our customers say"
  description="Hear from real teams using our platform every day."
  reviews={[
    {
      rating: 5,
      quote:
        "The sections felt immediately useful and saved us weeks of page design churn. Best investment this quarter.",
      image: avatarSil,
      initials: "AL",
      name: "Alex Lindgren",
      role: "VP of Engineering, Northwind",
    },
    {
      rating: 5,
      quote:
        "We tried three other component libraries before this. Nothing else comes close in terms of design quality and developer experience.",
      image: avatarSil,
      initials: "PR",
      name: "Priya Rao",
      role: "Lead Designer, Aster",
    },
    {
      rating: 4.5,
      quote:
        "Our marketing team can now prototype landing pages without engineering help. That alone made it worth it.",
      image: avatarSil,
      initials: "DW",
      name: "David Walsh",
      role: "Marketing Director, Signal",
    },
  ]}
/>
```
