S
Solo Kit
DocumentationComponentsPricingChangelogRoadmapFAQContact
LoginGet Started
DocumentationComponentsPricing
LoginGet Started
Welcome to Solo Kit DocumentationIntroductionTech StackRoadmapFAQGetting Started
Components

Final CTA

The Final CTA component provides a strong closing section for pages, encouraging users to take the next step.

Usage

import { FinalCtaSection } from '@/components/sections';

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

Props

  • title: string - Section title
  • description: string - Supporting text
  • primaryCta: object with label and href strings
  • secondaryCta: optional object with label and href strings

Notes

  • Fully responsive and theme-aware
  • Designed to pair with Pricing and FAQ sections

On this page

UsagePropsNotes