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

---
type: block
category: "reviews"
title: "Reviews 2"
description: "Reviews 2 block example."
---

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

<Reviews2Block
  featured={{
    quote:
      "The block previews finally made our UI feel like a page system, not a pile of parts.",
    image: avatarSil,
    initials: "SV",
    name: "Sil Veltman",
    role: "Founder, Fulldev",
  }}
  reviews={[
    {
      rating: 4.5,
      quote:
        "A narrower review card works well when the section already has one large featured quote beside it.",
      image: avatarSil,
      initials: "MK",
      name: "Maria K.",
      role: "Frontend developer",
    },
    {
      rating: 5,
      quote:
        "Clean API, great defaults. We customized the theme in minutes and everything just worked together.",
      image: avatarSil,
      initials: "JT",
      name: "James T.",
      role: "Tech lead",
    },
  ]}
/>
```
