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

---
type: block
category: "cta"
title: "CTA 5"
description: "Great for pages that need a little more reassurance before the final decision. The checklist reinforces the value proposition."
---

```astro live props={{ name: 'cta-5' }}
---
import Cta5Block from "@/components/blocks/cta-5.astro"
import placeholderImage from "@/assets/placeholder.webp"
---

<Cta5Block
  title="A CTA with supporting proof points"
  description="Great for pages that need a little more reassurance before the final decision. The checklist reinforces the value proposition."
  features={[
    "Reusable hero sections",
    "Editorial article layouts",
    "Contact and pricing flows",
  ]}
  buttons={[
    { label: "Read the docs", href: "/docs/" },
    {
      label: "Feature examples",
      href: "/blocks/features/",
      variant: "outline",
    },
  ]}
  image={{ src: placeholderImage, alt: "Proof point preview" }}
/>
```
