File: /home/qirgxuo4hkuv/public_html/shovago.com/wp-content/themes/shovago/shovago-contents/heros.php
<?php $Shovago__Hero = get_template_directory_uri().'/shovago-assets/images/hero.png'; ?>
<div class="Shovago__Content--Size">
<div class='Shovago__Heros' data-aos="fade-up">
<div class="Shovago__Hero">
<div class='Shovago__Heros--Left' data-aos="fade-up">
<h1><?php echo get_option( 'Shovago__Options_Trans__hero' ); ?></h1>
<?php Shovago__Categories(); ?>
</div>
<div class='Shovago__Heros--Right'>
<img src="<?php echo $Shovago__Hero; ?>" data-aos="fade-up">
</div>
</div>
</div>
<div class="Shovago__Steps--Title">
<h1><?php echo get_option( 'Shovago__Options_Trans__how' ); ?></h1>
</div>
</div>
</section>