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

---
type: block
category: "cta"
title: "CTA 8"
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."
---

```astro live props={{ name: 'cta-8' }}
---
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",
    },
  ]}
/>
```
