Components
A horizontal row of overlapping circular integration logos with edge fade masks, a heading, and a call-to-action button.
Loading preview...
import { Integrations } from "@/components/ui/integrations-5";
export default function Default() {
return (
<div className="flex min-h-screen w-full items-center justify-center bg-background text-foreground">
<Integrations />
</div>
);
}