templates/themes/ismart/block/home-vr360.html.twig line 1

Open in your IDE?
  1. <!-- SEC VR360 -->
  2. <section class="section-vr360">
  3.     <div class="container">
  4.         <img loading="lazy" class="vr-logo" src="{{ block.imageIcon }}" alt="iSMART VR360 CLASS" />
  5.         <div class="block-content">
  6.             <h3 class="em-block"><span>{{ block.title }}</span></h3>
  7.             <h3 class="em-block gradient "><span>{{ block.subTitle }}</span></h3>
  8.             <a class="btn red" href="{{ block.url }}" target="_blank">{{"trải nghiệm ngay" | trans | upper }}</a>
  9.         </div>
  10.     </div>
  11. </section>