Here is CTA with Text Marquee component
Loading preview...
import CTAWithVerticalMarquee from "@/components/ui/cta-with-text-marquee"; export default function DemoOne() { return <CTAWithVerticalMarquee />; }