Navigation: [/sitemap.md](/sitemap.md)

---
type: block
category: "cta"
title: "CTA 2"
description: "A split CTA works well when the message needs a little more narrative and the actions should stay visually distinct."
---

```astro live props={{ name: 'cta-2' }}
---
import Cta2Block from "@/components/blocks/cta-2.astro"
import avatarSil from "@/assets/avatar-sil-veltman.webp"
import placeholderImage from "@/assets/placeholder.webp"
---

<Cta2Block
  title="Turn your component inventory into complete pages"
  description="A split CTA works well when the message needs a little more narrative and the actions should stay visually distinct."
  buttons={[
    { label: "See block library", href: "/blocks/" },
    {
      label: "Install primitives",
      href: "/docs/installation/",
      variant: "outline",
    },
  ]}
  socialProof={{
    avatars: [
      { image: avatarSil, initials: "SV", name: "Sil Veltman" },
      { image: avatarSil, initials: "JD", name: "Sil Veltman" },
      { image: avatarSil, initials: "MK", name: "Sil Veltman" },
    ],
    rating: 5,
    text: "Trusted by agencies worldwide",
  }}
  image={{ src: placeholderImage, alt: "CTA preview" }}
/>
```
