An interactive horizontal banner that animates the displayed brand name as you hover over its icon.
import HoverBrandLogo from '@/components/ui/hover-brand-logo'; export default function HoverBrandLogoDemo() { return ( <div className="min-h-screen flex items-center justify-center p-8 bg-background"> <HoverBrandLogo /> </div> ); }