export function NovaLogo({ className = "w-full h-full" }: { className?: string }) { return ( ) }