Choose a CTA pattern that matches the weight of the decision
Some pages need a bold final section. Others only need a quiet nudge. This minimal version with a subtle glow works for the latter.
---
import Cta8Block from "@/components/blocks/cta-8.astro"
---
<Cta8Block
title="Choose a CTA pattern that matches the weight of the decision"
description="Some pages need a bold final section. Others only need a quiet nudge. This minimal version with a subtle glow works for the latter."
buttons={[
{ label: "Hero variants", href: "/blocks/hero/" },
{
label: "Pricing variants",
href: "/blocks/pricing/",
variant: "outline",
},
]}
/>