Viewing file: 050177abd9230ddb20088bb3fa0ca5d6aabbffd7.php (3 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<section
class="<?php echo e($component->full == 1 ? '' : 'mx-4 lg:mx-4 xl:mx-32 2xl:mx-64 3xl:mx-92'); ?> my-10 md:my-12"
style="margin-top:<?php echo e($component->mt); ?>;margin-bottom:<?php echo e($component->mb); ?>;">
<<?php echo e($component->full_link == 1 ? 'a' : 'div'); ?> class="block relative h-full"
href="<?php echo e($component->full_link == 1 ? $component->btn_link : ''); ?>">
<div style="background:linear-gradient(to right, #FDFDFD 21.44%, rgba(223, 223, 223, 0) 70.79%), url('<?php echo e(urlSlashReplace(asset('public/uploads') . DIRECTORY_SEPARATOR . $component->image)); ?>');height: <?php echo e($component->height . 'px !important'); ?>"
class="promote-img neg-transition-scale <?php echo e($component->rounded == 1 ? 'rounded-md' : ''); ?>"> </div>
<div class="absolute top-0 bottom-0 left-0 right-0 p-6 flex align-items-center">
<div>
<?php if($component->upper_st): ?>
<p class="text-lg font-medium text-gray-10 dm-sans"><?php echo $component->upper_st; ?></p>
<?php endif; ?>
<?php if($component->title): ?>
<p class="text-gray-12 font-bold text-2.5xl -mt-1.5 uppercase dm-bold">
<?php echo $component->title; ?></p>
<?php endif; ?>
<?php if($component->lower_st): ?>
<p class="text-base dm-sans"><?php echo $component->lower_st; ?></p>
<?php endif; ?>
<?php if($component->full_link != 1 && $component->btn_text): ?>
<a class="flex text-gray-12 border-gray-800 process-goto border rounded-sm text-xs items-center justify-center p-2 w-29 mt-3 hover:bg-gray-12 hover:text-white cursor-pointer"
href="<?php echo e($component->btn_link ? $component->btn_link : 'javascript:void(0)'); ?>"><?php echo e($component->btn_text); ?>
<svg class="relative mt-1 <?php echo e(languageDirection() == 'ltr' ? 'ml-5p' : 'mr-2.5 neg-transition-scale'); ?>" width="10" height="7" viewBox="0 0 10 7"
fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M6.7344 0L5.75327 1.05155L7.34399 2.75644H0.69376C0.310607 2.75644 0 3.08934 0 3.5C0 3.91066 0.310607 4.24356 0.69376 4.24356H7.34399L5.75327 5.94845L6.7344 7L10 3.5L6.7344 0Z"
fill="currentColor"></path>
</svg>
</a>
<?php endif; ?>
</div>
</div>
</<?php echo e($component->full_link == 1 ? 'a' : 'div'); ?>>
</section>
<?php /**PATH /home/picotech/domains/ecom1.picotech.app/public_html/Modules/CMS/Resources/views/templates/blocks/cta-banner-template-v1.blade.php ENDPATH**/ ?>
|