Loved by thousands
Join the teams who already ship faster with our components.
We used the same section patterns across onboarding, features, and pricing without repeating ourselves.
Alex L.
Team lead
The carousel and marquee components are buttery smooth. Our landing page feels premium now.
Maya P.
Frontend dev
Accessibility was handled from day one. We passed our audit without a single component fix.
Jordan R.
QA engineer
Theming is a breeze. We swapped from light to dark mode in under an hour across 40 pages.
Kim T.
Designer
Documentation is clear and examples are practical. Onboarding new devs takes a day, not a week.
Ravi B.
Engineering manager
Every component composes beautifully. Building complex layouts from simple parts feels natural.
Sara N.
Product designer
---
import Reviews4Block from "@/components/blocks/reviews-4.astro"
import avatarSil from "@/assets/avatar-sil-veltman.webp"
---
<Reviews4Block
title="Loved by thousands"
description="Join the teams who already ship faster with our components."
reviews={[
{
rating: 5,
quote:
"We used the same section patterns across onboarding, features, and pricing without repeating ourselves.",
image: avatarSil,
initials: "AL",
name: "Alex L.",
role: "Team lead",
},
{
rating: 4.5,
quote:
"The carousel and marquee components are buttery smooth. Our landing page feels premium now.",
image: avatarSil,
initials: "MP",
name: "Maya P.",
role: "Frontend dev",
},
{
rating: 5,
quote:
"Accessibility was handled from day one. We passed our audit without a single component fix.",
image: avatarSil,
initials: "JR",
name: "Jordan R.",
role: "QA engineer",
},
{
rating: 5,
quote:
"Theming is a breeze. We swapped from light to dark mode in under an hour across 40 pages.",
image: avatarSil,
initials: "KT",
name: "Kim T.",
role: "Designer",
},
{
rating: 4.5,
quote:
"Documentation is clear and examples are practical. Onboarding new devs takes a day, not a week.",
image: avatarSil,
initials: "RB",
name: "Ravi B.",
role: "Engineering manager",
},
{
rating: 5,
quote:
"Every component composes beautifully. Building complex layouts from simple parts feels natural.",
image: avatarSil,
initials: "SN",
name: "Sara N.",
role: "Product designer",
},
]}
/>