관리-도구
편집 파일: bf90777d9b50dd76fc7c42a16ab4ad6f.php
<section class="banner-area banner-bg-five tg-motion-effects" data-background="<?php echo e(asset($hero?->global_content?->hero_background)); ?>"> <div class="banner-bg-five-shape" data-background="<?php echo e(asset('frontend/img/banner/h5_hero_bg_shape.svg')); ?>"></div> <div class="container"> <div class="row justify-content-center align-items-center"> <div class="col-xl-5 col-lg-5"> <div class="banner__content-five"> <span class="sub-title" data-aos="fade-right" data-aos-delay="200"><?php echo e($hero?->content?->short_title); ?></span> <h2 class="title" data-aos="fade-right" data-aos-delay="400"><?php echo clean(processText($hero?->content?->title)); ?></h2> <p data-aos="fade-right" data-aos-delay="600"><?php echo clean(processText($hero?->content?->sub_title)); ?></p> <div class="banner__btn" data-aos="fade-right" data-aos-delay="800"> <?php if($hero?->content?->action_button_text != null): ?> <a href="<?php echo e($hero?->global_content?->action_button_url); ?>" class="btn arrow-btn"><?php echo e($hero?->content?->action_button_text); ?> <img src="<?php echo e(asset('frontend/img/icons/right_arrow.svg')); ?>" alt="img" class="injectable"></a> <?php endif; ?> </div> </div> </div> <div class="col-xl-7 col-lg-7 col-md-9 col-sm-10"> <div class="banner__images-five"> <img src="<?php echo e(asset($hero?->global_content?->banner_image)); ?>" alt="<?php echo e($hero?->content?->short_title); ?>"> <div class="shape-wrap"> <div class="shape-one" data-aos="fade-up-right" data-aos-delay="800"> <img src="<?php echo e(asset('frontend/img/banner/h5_hero_shape04.svg')); ?>" alt="shape" class="tg-motion-effects1"> </div> <div class="shape-two" data-aos="fade-down-left" data-aos-delay="800"> <img src="<?php echo e(asset('frontend/img/banner/h5_hero_shape05.svg')); ?>" alt="shape" class="tg-motion-effects3"> </div> <div class="shape-three" data-aos="fade-up-left" data-aos-delay="800"> <img src="<?php echo e(asset('frontend/img/banner/h5_hero_shape06.svg')); ?>" alt="shape"> </div> </div> </div> </div> </div> </div> <div class="banner__shape-wrap-two"> <img src="<?php echo e(asset('frontend/img/banner/h5_hero_shape01.svg')); ?>" alt="shape" data-aos="fade-right" data-aos-delay="1000"> <img src="<?php echo e(asset('frontend/img/banner/h5_hero_shape02.svg')); ?>" alt="shape" class="tg-motion-effects7"> <img src="<?php echo e(asset('frontend/img/banner/h5_hero_shape03.svg')); ?>" alt="shape" class="tg-motion-effects3"> </div> </section> <?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/kindergarten/sections/banner-area.blade.php ENDPATH**/ ?>