app/template/myufull1/Block/eyecatch.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) LOCKON CO.,LTD. All Rights Reserved.
  4. http://www.lockon.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. <div class="eyecatch">
  9.   <div class="row">
  10.     <div class="col-12 col-md-7">
  11.       <picture>
  12.         <source srcset="{{ asset('assets/img/top/about@2x.jpg') }}?20250401 2x" type="image/jpg">
  13.         <img src="{{ asset('assets/img/top/about.jpg') }}?20250401" alt="覚醒のブランド ミューフル (myufull)" role="presentation" loading="lazy">
  14.       </picture>
  15.     </div>
  16.     <div class="col-12 col-md-5">
  17.       {# <p class="ec-eyecatchRole__introEnTitle">{{ 'CUBE GELATO ICE'|trans }}</p> #}
  18.       <h3 class="eyecatch__title">
  19.         ミューフルが大切にしているのは、<br>
  20.         肌が本来持っている自ら美しくなる力。
  21.       </h3>
  22.       <p class="eyecatch__description">
  23.         誰もがもっているその力を呼び覚まし覚醒させ、健やかで自分らしい美しさを叶えるために、選び抜いた自然由来の美容成分を全商品に配合しています。
  24.       </p>
  25.       <div class="text-center">
  26.         <a class="btn" href="https://myufull.co.jp/" title="ミューフル (myufull) ブランドサイト" target="_blank">
  27.           <i class="fas fa-caret-right"></i> {{ 'ミューフルとは'|trans }} <i class="fas fa-external-link-alt"></i>
  28.         </a>
  29.       </div>
  30.     </div>
  31.   </div>
  32. </div>