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.       <img src="{{ asset('assets/img/top/about.jpg') }}" alt="覚醒のブランド ミューフル (myufull)" role="presentation"/>
  12.     </div>
  13.     <div class="col-12 col-md-5">
  14.       {# <p class="ec-eyecatchRole__introEnTitle">{{ 'CUBE GELATO ICE'|trans }}</p> #}
  15.       <h3 class="eyecatch__title">
  16.         ミューフルが大切にしているのは、<br>
  17.         肌が本来持っている自ら美しくなる力。
  18.       </h3>
  19.       <p class="eyecatch__description">
  20.         誰もがもっているその力を呼び覚まし覚醒させ、健やかで自分らしい美しさを叶えるために、選び抜いた天然由来の美容成分を全商品に配合しています。
  21.       </p>
  22.       <div class="text-center">
  23.         <a class="btn" href="https://myufull.co.jp/" title="ミューフル (myufull) ブランドサイト" target="_blank">
  24.           <i class="fas fa-caret-right"></i> {{ 'ミューフルとは'|trans }} <i class="fas fa-external-link-alt"></i>
  25.         </a>
  26.       </div>
  27.     </div>
  28.   </div>
  29. </div>