Components
Loading preview...
This component displays a CRM preview card that can switch between a thumbnail image and an autoplaying video. It uses a play button overlay that appears on hover to start the video. The card layout is responsive, filling available height and width while maintaining rounded corners for a polished look.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/featured-crm-demo-sectionimport FeaturedCrmDemoSection from "@/components/ui/featured-crm-demo-section";
export default function DemoOne() {
return <FeaturedCrmDemoSection />;
}