Nativ ui
Documentation

CTA

Call-to-action section patterns.

Basic CTA

<section class="py-24">
  <div class="container">
    <div class="rounded-2xl bg-primary p-12 text-center text-primary-foreground">
      <h2 class="text-3xl font-bold">Ready to get started?</h2>
      <p class="mt-4 text-primary-foreground/80 max-w-xl mx-auto">
        Join thousands of teams already using our product.
        Start your free trial today.
      </p>
      <div class="mt-8">
        <a href="#" class="inline-flex items-center px-6 py-3 rounded-lg bg-background text-foreground font-medium hover:bg-background/90">
          Start Free Trial
        </a>
      </div>
    </div>
  </div>
</section>

Patterns

With Form

Inline email capture or signup form.

Split

Text on left, form or buttons on right.

Minimal

Simple text with single button.

Best Practices

  1. Action-oriented - "Start", "Get", "Try", not "Submit"
  2. Reduce friction - Minimize form fields
  3. Create urgency - Limited time, exclusive access
  4. Reinforce value - Remind what they'll get
  5. Stand out - Contrasting background color