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