MOON
Server: Apache
System: Linux vps.erhabenn.com.br 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64
User: machen (1008)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /disk001/machen/www/support/wp-content/themes/wp-moose/template-parts/frontpage-hero.php
<?php

/**
 * Template part for hero section in frontpage.
 *
 * @package Moose
 */
$hero_style = array( get_wp_moose_hero_content_style(), get_wp_moose_hero_background_style() );
?>
<section class="relative hero bg-center bg-cover pt-16 " style="<?php 
echo  implode( ';', $hero_style ) ;
?>">
	<?php 
?>
    <div class="absolute w-full h-full left-0 top-0" style="<?php 
echo  get_wp_moose_hero_mask_style() ;
?>"></div>
    <div class="content relative w-full top-0 z-[1]">
		<?php 
wp_moose_hero_section_content();
?>
    </div>
	<?php 
wp_moose_hero_shape_divider();
?>
</section>