Build one block language for docs and marketing
This spread CTA is useful at the end of feature sections or product comparisons where the surface should feel contained yet spacious.
SV
JD
MK
AR
---
import Cta3Block from "@/components/blocks/cta-3.astro"
import avatarSil from "@/assets/avatar-sil-veltman.webp"
---
<Cta3Block
title="Build one block language for docs and marketing"
description="This spread CTA is useful at the end of feature sections or product comparisons where the surface should feel contained yet spacious."
buttons={[
{ label: "Use Section", href: "/components/section/" },
{
label: "Inspect Card",
href: "/components/card/",
variant: "secondary",
},
]}
socialProof={{
avatars: [
{ image: avatarSil, initials: "SV", name: "Sil Veltman" },
{ image: avatarSil, initials: "JD", name: "Sil Veltman" },
{ image: avatarSil, initials: "MK", name: "Sil Veltman" },
{ image: avatarSil, initials: "AR", name: "Sil Veltman" },
],
rating: 5,
text: "Built for modern teams",
}}
/>