Components
Animated integrations showcase component with marquee effects and gradient backgrounds.
Loading preview...
import {Integrations} from "@/components/ui/integrations";
export default function IntegrationsDemo() {
return (
<div className="bg-background relative z-10 h-[500px] w-full overflow-hidden rounded-lg border">
<Integrations />
</div>
)
}