Components
CTA sections are designed to encourage users to take action, whether it's signing up for a newsletter, downloading a resource, or making a purchase. They help drive conversions and improve user engagement.
Loading preview...
"use client";
import CTA from "@/components/blocks/cta"
export function Demo() {
return (
<CTA />
)
}