Skip to content
LinkPress™

Sections

CTA

Call to Action section to convert visitors.

The CTA (Call to Action) component is designed to drive user conversions at the end of a page or section.

Usage


<CTA 
  title="Ready to get started?"
  description="Join thousands of happy users today."
  primaryBtnText="Sign Up"
  primaryBtnLink="/signup"
  secondaryBtnText="Learn More"
  secondaryBtnLink="/about"
/>

Variants

Default

The default variant occupies the full width with a prominent background glow.

Boxed

The boxed variant is contained within a card, useful for placing inside other layouts.

Props

PropTypeDefaultDescription
variant'default' | 'boxed''default'Layout style of the section.
titlestringundefinedHeading text.
descriptionstringundefinedSubtext description.
primaryBtnTextstringundefinedText for the primary button.
primaryBtnLinkstringundefinedURL for the primary button.
secondaryBtnTextstringundefinedText for the secondary button.
secondaryBtnLinkstringundefinedURL for the secondary button.