Gradient CTA
A bold gradient call-to-action banner with two buttons.
React + TailwindNo dependenciesctagradient
npx shadcn@latest add https://webinnoventix.com/r/gradient-cta.jsongradient-cta.tsx
export default function GradientCta() {
return (
<section className="bg-white px-6 py-20 dark:bg-zinc-950">
<div className="relative mx-auto max-w-5xl overflow-hidden rounded-3xl bg-gradient-to-br from-indigo-600 via-violet-600 to-fuchsia-600 px-8 py-16 text-center shadow-2xl">
<div
aria-hidden
className="pointer-events-none absolute inset-0 opacity-30 [background-image:radial-gradient(circle_at_20%_20%,white,transparent_40%),radial-gradient(circle_at_80%_0%,white,transparent_35%)]"
/>
<div className="relative">
<h2 className="text-balance text-3xl font-bold tracking-tight text-white sm:text-4xl">
Ready to build something people remember?
</h2>
<p className="mx-auto mt-4 max-w-xl text-lg text-white/80">
Join thousands of teams already shipping faster. No credit card required.
</p>
<div className="mt-8 flex flex-wrap items-center justify-center gap-3">
<a
href="#"
className="rounded-lg bg-white px-6 py-3 text-sm font-semibold text-zinc-900 shadow-sm transition hover:bg-zinc-100"
>
Get started free
</a>
<a
href="#"
className="rounded-lg border border-white/30 px-6 py-3 text-sm font-semibold text-white transition hover:bg-white/10"
>
Talk to sales
</a>
</div>
</div>
</div>
</section>
);
}Built by Web Innoventix. Free for personal and commercial use, no attribution required.
Built by Web Innoventix
Need a custom interface, a full website, or SEO that gets you cited by AI? We design, build and rank it end to end.
Get a free quoteMore blocks
Full-Bleed Dark CTA
OriginalA full-bleed dark call-to-action banner with a live status badge, subtle grid backdrop and a primary plus secondary button pair to drive discovery calls.
Split CTA With Lead Form
OriginalA two-column call-to-action that pairs a benefit checklist with an inline name, email and message form for capturing qualified leads directly in the section.
Newsletter CTA With Stats
OriginalA newsletter sign-up call-to-action combining an inline email subscribe form with a three-cell social-proof stat strip to boost conversions.

