The block previews finally made our UI feel like a page system, not a pile of parts.
SV
Sil Veltman
Founder, Fulldev
A narrower review card works well when the section already has one large featured quote beside it.
MK
Maria K.
Frontend developer
Clean API, great defaults. We customized the theme in minutes and everything just worked together.
JT
James T.
Tech lead
---
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",
},
]}
/>