Skip to content

CTA

A call-to-action section, typically placed at the bottom of the landing page before the footer.

Usage

javascript
import CTA from "@/components/CTA";

<CTA />

For Waitlist / Lead Collection

Replace the default button with ButtonLead:

javascript
import ButtonLead from "@/components/ButtonLead";

// Inside CTA or any section:
<ButtonLead />

Copywriting Tips

  • The CTA headline should mirror the Hero headline — reinforce the main promise
  • One clear action only — no competing choices
  • Use urgency or scarcity if genuine ("Limited early-bird spots")
  • CTA button should start with a verb: Get, Start, Join, Launch

Page Position

Hero → Problem → Features → Pricing → FAQ → CTA → Footer

See Also