관리-도구
편집 파일: a3d0771288cf6ce7199b11e5eefa9c84.php
<section class="banner-area banner-bg-four tg-motion-effects" data-background="<?php echo e(asset($hero?->global_content?->hero_background)); ?>"> <div class="container"> <div class="row justify-content-center align-items-start"> <div class="col-xl-5 col-lg-6"> <div class="banner__content-four"> <h6 class="sub-title" data-aos="fade-down" data-aos-delay="600"><?php echo e(__('Hi, Im')); ?></h6> <h2 class="title" data-aos="fade-down" data-aos-delay="400"><?php echo clean(processText($hero?->content?->title)); ?></h2> <span class="sub-title-two" data-aos="fade-down" data-aos-delay="200"><?php echo e($hero?->content?->short_title); ?></span> <p data-aos="fade-up" data-aos-delay="400"><?php echo clean(processText($hero?->content?->sub_title)); ?></p> <div class="banner__btn-wrap-two" data-aos="fade-up" data-aos-delay="600"> <?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; ?> <?php if($hero?->global_content?->booking_number): ?> <div class="banner__contact"> <div class="icon"> <img src="<?php echo e(asset('frontend/img/icons/phone.svg')); ?>" alt="" class="injectable"> </div> <div class="content"> <span><?php echo e(__('Booking Open')); ?></span> <a href="tel:0123456789"><?php echo e($hero?->global_content?->booking_number); ?></a> </div> </div> <?php endif; ?> </div> </div> </div> <div class="col-xl-7 col-lg-6 col-md-9 col-sm-10"> <div class="banner__images-four"> <img src="<?php echo e(asset($hero?->global_content?->banner_image)); ?>" alt="img" class="main-img"> <div class="shape big-shape" data-aos="fade-up" data-aos-delay="900"> <img src="<?php echo e(asset($hero?->global_content?->banner_background_two)); ?>" alt="shape"> </div> <div class="shape big-shape-two" data-aos="zoom-in" data-aos-delay="700"> <img src="<?php echo e(asset($hero?->global_content?->banner_background)); ?>" alt="shape" class="tg-motion-effects5"> </div> </div> </div> </div> </div> <div class="banner__shape-wrap"> <img src="<?php echo e(asset('frontend/img/others/h4_hero_shape01.svg')); ?>" alt="shape" data-aos="fade-down-right" data-aos-delay="1000"> <img src="<?php echo e(asset('frontend/img/others/h4_hero_shape02.svg')); ?>" alt="shape" data-aos="fade-up-left" data-aos-delay="1000"> <img src="<?php echo e(asset('frontend/img/others/h4_hero_shape03.svg')); ?>" alt="shape" class="tg-motion-effects5"> </div> </section> <?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/yoga/sections/banner-area.blade.php ENDPATH**/ ?>