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