Trusted by teams everywhere
See what people are saying about our platform.
The components and blocks saved us weeks of design work. Every piece feels polished and production-ready out of the box.
NO
Northwind
Design systems team
We shipped our marketing site in half the time. The blocks are flexible enough to match any brand.
AS
Aster
Engineering lead
Finally a UI system that understands how real pages are built. The section patterns are incredibly useful.
SI
Signal
Product designer
---
import Reviews1Block from "@/components/blocks/reviews-1.astro"
import avatarSil from "@/assets/avatar-sil-veltman.webp"
---
<Reviews1Block
title="Trusted by teams everywhere"
description="See what people are saying about our platform."
reviews={[
{
rating: 5,
quote:
"The components and blocks saved us weeks of design work. Every piece feels polished and production-ready out of the box.",
image: avatarSil,
initials: "NO",
name: "Northwind",
role: "Design systems team",
},
{
rating: 5,
quote:
"We shipped our marketing site in half the time. The blocks are flexible enough to match any brand.",
image: avatarSil,
initials: "AS",
name: "Aster",
role: "Engineering lead",
},
{
rating: 4.5,
quote:
"Finally a UI system that understands how real pages are built. The section patterns are incredibly useful.",
image: avatarSil,
initials: "SI",
name: "Signal",
role: "Product designer",
},
]}
/>