Components
A marketing section that lists LLM/service integrations as a bordered card with brand logos, names, descriptions, and add buttons, plus a heading and call to action.
Loading preview...
import IntegrationsSection from "@/components/ui/integrations-6";
export default function IntegrationsSectionDemo() {
return <IntegrationsSection />;
}