CtaBox

Call to Action box

The Call to Action box is a section to be usually placed at the end of the page. When the users scroll through the page, you try to communicate the value of your product and convince them to sign up or purchase.

The CtaBox is the component that attracts attention with the main color and drives them to the action that matters the most for you.

Component: <CtaBox /> File: src/components/CtaBox/CtaBox.tsx

page.tsx
import { CtaBox } from "@/components/CtaBox/CtaBox";

Example


If you need basic components like buttons, inputs, etc, they are all available with ChakraUI and shadcn/ui

Last updated