Skip to main content
ParticleUI

CTA Section

Full-width call-to-action section with radial gradient background, meteors, and dual CTA buttons.

Start building today. Free, forever.

60+ components. No credit card. MIT license. Copy the code and own it.

Installation

1

Run the CLI

$npx particleui-cli add cta-section

Usage

TSX
import { CtaSection } from "@/components/blocks/cta-section"

export default function Page() {
  return <CtaSection />
}

Props

PropTypeDefaultRequired
headingstring"Start building today."no
headingGradientstring"Freeno
descriptionstring"60+ components. No credit card. MIT license. Copy the code and own it."no
primaryCtastring"Browse components"no
primaryHrefstring"/docs/components/button"no
secondaryCtastring"View on GitHub"no
secondaryHrefstring"https://github.com"no
meteorsbooleanno

Details

Source filecomponents/blocks/cta-section.tsx
Typeblock
Categoriesmarketing, blocks
npm dependencieslucide-react
Registry depsbutton, gradient-text, meteors
Claude skill