Components
An integrations section that arranges brand logo cards around a central app logo with connecting lines, a headline, and a call-to-action button.
Loading preview...
import IntegrationsSection from "@/components/ui/integrations-4";
export default function IntegrationsSectionDemo() {
return <IntegrationsSection />;
}