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

---
type: block
category: "reviews"
title: "Reviews 4"
description: "Join the teams who already ship faster with our components."
---

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

<Reviews4Block
  title="Loved by thousands"
  description="Join the teams who already ship faster with our components."
  reviews={[
    {
      rating: 5,
      quote:
        "We used the same section patterns across onboarding, features, and pricing without repeating ourselves.",
      image: avatarSil,
      initials: "AL",
      name: "Alex L.",
      role: "Team lead",
    },
    {
      rating: 4.5,
      quote:
        "The carousel and marquee components are buttery smooth. Our landing page feels premium now.",
      image: avatarSil,
      initials: "MP",
      name: "Maya P.",
      role: "Frontend dev",
    },
    {
      rating: 5,
      quote:
        "Accessibility was handled from day one. We passed our audit without a single component fix.",
      image: avatarSil,
      initials: "JR",
      name: "Jordan R.",
      role: "QA engineer",
    },
    {
      rating: 5,
      quote:
        "Theming is a breeze. We swapped from light to dark mode in under an hour across 40 pages.",
      image: avatarSil,
      initials: "KT",
      name: "Kim T.",
      role: "Designer",
    },
    {
      rating: 4.5,
      quote:
        "Documentation is clear and examples are practical. Onboarding new devs takes a day, not a week.",
      image: avatarSil,
      initials: "RB",
      name: "Ravi B.",
      role: "Engineering manager",
    },
    {
      rating: 5,
      quote:
        "Every component composes beautifully. Building complex layouts from simple parts feels natural.",
      image: avatarSil,
      initials: "SN",
      name: "Sara N.",
      role: "Product designer",
    },
  ]}
/>
```
