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

---
type: block
category: "reviews"
title: "Reviews 5"
description: "Real feedback from real teams building real products."
---

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

<Reviews5Block
  title="Customer reviews"
  description="Real feedback from real teams building real products."
  reviews={[
    {
      quote:
        "The structured approach to page sections changed how we think about design systems entirely.",
      image: avatarSil,
      initials: "AL",
      name: "Alex Lindgren",
      role: "VP Engineering",
      rating: 5,
    },
    {
      quote:
        "Row-based review layouts feel more grounded and professional than scattered card grids.",
      image: avatarSil,
      initials: "MP",
      name: "Maya Park",
      role: "Design lead",
      rating: 4.5,
    },
    {
      quote:
        "Setup was painless. We had our first page live in production within two hours of installing.",
      image: avatarSil,
      initials: "JR",
      name: "Jordan Reed",
      role: "Fullstack dev",
      rating: 5,
    },
    {
      quote:
        "The attention to spacing and typography defaults means our pages look great without tweaking.",
      image: avatarSil,
      initials: "KT",
      name: "Kim Torres",
      role: "Brand designer",
      rating: 5,
    },
    {
      quote:
        "We replaced our hand-rolled components and page sections in a single sprint. The API surface is incredibly clean.",
      image: avatarSil,
      initials: "RB",
      name: "Ravi Bhat",
      role: "Engineering manager",
      rating: 5,
    },
    {
      quote:
        "Accessibility was built in from the start. We passed our WCAG audit without changing a single component.",
      image: avatarSil,
      initials: "SN",
      name: "Sara Novak",
      role: "Product designer",
      rating: 5,
    },
    {
      quote:
        "Theming took minutes, not days. We matched our brand guidelines across 30 pages in one afternoon.",
      image: avatarSil,
      initials: "DW",
      name: "David Walsh",
      role: "Marketing director",
      rating: 4.5,
    },
    {
      quote:
        "The composable block patterns let us prototype landing pages faster than any tool we have tried.",
      image: avatarSil,
      initials: "LH",
      name: "Lisa Huang",
      role: "Growth engineer",
      rating: 5,
    },
    {
      quote:
        "Documentation is thorough and examples are practical. New team members are productive on day one.",
      image: avatarSil,
      initials: "TC",
      name: "Tom Chen",
      role: "Tech lead",
      rating: 5,
    },
  ]}
/>
```
