Components
CTA
The CTA (Call to Action) component is designed to create an engaging section that encourages users to take a specific action. It features animated elements, customizable buttons, and highlighted benefits.
page.tsx
Properties
showBooking
boolean
default: "false"Whether to display a booking option alongside the main CTA
Usage
example.tsx
The CTA component creates a visually appealing section with animated elements, a primary “Get Started” button, an optional “Book a Demo” button, and highlighted benefits. It’s designed to grab user attention and encourage immediate action.
Tips
When customizing the text in the CTA component, keep the following in mind:
- Use action-oriented language in the main heading (e.g., “Unlock premium features”)
- Keep benefit statements short and impactful
- Use strong verbs that encourage immediate action for the button text that clearly communicates the next step (e.g. “Get Started”, “Try it Free”, “Learn More”)
If you need basic components like buttons, inputs, and more, they are available with Shadcn UI.
Was this page helpful?