Components
A marketing section that showcases third-party integrations as a responsive grid of logo cards with title and description.
Loading preview...
import Integrations from "@/components/ui/integrations-three";
export default function IntegrationsDemo() {
return (
<div className="bg-background text-foreground">
<Integrations />
</div>
);
}