What our customers say
Hear from real teams using our platform every day.
The sections felt immediately useful and saved us weeks of page design churn. Best investment this quarter.
AL
Alex Lindgren
VP of Engineering, Northwind
We tried three other component libraries before this. Nothing else comes close in terms of design quality and developer experience.
PR
Priya Rao
Lead Designer, Aster
Our marketing team can now prototype landing pages without engineering help. That alone made it worth it.
DW
David Walsh
Marketing Director, Signal
---
import Reviews3Block from "@/components/blocks/reviews-3.astro"
import avatarSil from "@/assets/avatar-sil-veltman.webp"
---
<Reviews3Block
title="What our customers say"
description="Hear from real teams using our platform every day."
reviews={[
{
rating: 5,
quote:
"The sections felt immediately useful and saved us weeks of page design churn. Best investment this quarter.",
image: avatarSil,
initials: "AL",
name: "Alex Lindgren",
role: "VP of Engineering, Northwind",
},
{
rating: 5,
quote:
"We tried three other component libraries before this. Nothing else comes close in terms of design quality and developer experience.",
image: avatarSil,
initials: "PR",
name: "Priya Rao",
role: "Lead Designer, Aster",
},
{
rating: 4.5,
quote:
"Our marketing team can now prototype landing pages without engineering help. That alone made it worth it.",
image: avatarSil,
initials: "DW",
name: "David Walsh",
role: "Marketing Director, Signal",
},
]}
/>