A centered marketing section that displays a grid of integration brand logos with a heading and a "more integrations" button.
import Integrations from "@/components/ui/mist-integrations-2"; export default function IntegrationsDemo() { return ( <div className="bg-background text-foreground"> <Integrations /> </div> ); }