Cases with a carousel of images, suitable for clients, partners, or integration.
import { Case } from "@/components/ui/cases-with-infinite-scroll"; function CaseDemo() { return ( <div className="block"> <Case /> </div> ); } export { CaseDemo };