CTA section
A CTA section using Tailwind components and Croct.

Introduction
This template adds the Tailwind CTA section to your project.
It comes fully integrated with Croct, giving you CMS, AB testing, and personalization out of the box.
Tailwind CSS required
Make sure Tailwind CSS is set up before using this template.
Usage
To create a new project using this template, run:
npm
npx croct@latest use tailwind://block/cta-section
You can customize the template by specifying options:
npm
npx croct@latest use tailwind://block/cta-section --router=page
Options
The following options are available for this template:
Option | Description | Required | Default |
---|---|---|---|
projectName | The name of the project. | No | my-app |
version | The Next.js version to use. | No | latest |
router | The router to use (app or page). | No | app |
javascript | Whether to use JavaScript instead of TypeScript. | No | false |
Start building in seconds
Paste the following command in your terminal and let the CLI do the rest.
npx croct@latest init