A CTA with supporting proof points
Great for pages that need a little more reassurance before the final decision. The checklist reinforces the value proposition.
- Reusable hero sections
- Editorial article layouts
- Contact and pricing flows
---
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" }}
/>