Components

Oversized CTA Band

A full-width dark closing-ask band where a massive condensed display headline fills the band, with a single cyan accent word and a cyan arrow on the primary CTA plus a quiet ghost secondary link.

An oversized closing-ask CTA band for the type-led vkb-landing-13 page: a massive condensed display headline carries the next step, the lone cyan signal lands on the trailing accent word and the primary CTA arrow, and a quiet ghost link sits alongside. The type fills the band rather than living in a small centered card.

npx shadcn@latest add @vandoko/vkb-cta-06

Usage

import { VkbCta06 } from "@/components/vkb-cta-06";

export default function Example() {
  return (
    <VkbCta06
      headlineLead="Ready to ship the"
      headlineAccent="outcome?"
      primaryLabel="Start a sprint"
      primaryHref="/contact"
      secondaryLabel="See the work"
      secondaryHref="/work"
    />
  );
}

On this page