<?php /** * Top hero strip wordmark (marketing heroes) — links to site front page. * * @package ViitorX */ ?> <div class="hero-wordmark"> <a class="hero-wordmark__link" href="<?php echo esc_url( home_url( '/' ) ); ?>" aria-label="<?php esc_attr_e( 'ViitorX — Go to homepage', 'viitorx' ); ?>"><?php esc_html_e( 'V I I T O R X', 'viitorx' ); ?></a> </div>