An integrations panel listing third-party tools and services, each with a favicon and a Connect button or Connected status badge.
import Integrations from "@/components/ui/integrations-02"; export default function DemoIntegrations() { return ( <div className="flex min-h-svh w-full items-center justify-center"> <Integrations /> </div> ); }