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