A responsive grid of company logos that turns from grayscale to full color and shows a name tooltip on hover.
import { LogoGrid } from "@/components/ui/logo-cloud-4"; export default function LogoCloud4Demo() { return ( <div className="bg-background"> <LogoGrid /> </div> ); }