<CTA />
The CTA component is used to display the main cta section of the application. It contains the main title, subtitle, and a call-to-action button.
Usage
import {CTA} from '@/app/(marketing)/components/cTA'
export default function Page() {
return <CTA />
}