Components
Loading preview...
Here is CTA with Text Marquee component
npx shadcn@latest add https://21st.dev/r/lyanchouss/cta-with-text-marqueeimport CTAWithVerticalMarquee from "@/components/ui/cta-with-text-marquee";
export default function DemoOne() {
return <CTAWithVerticalMarquee />;
}