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

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.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="ec-role greeting_block">
  9.     <div class="ec-eyecatchRole flex">
  10.         <div class="ec-eyecatchRole__image img">
  11.             <img src="{{ asset('assets/img/index/top_juwel_img01.png') }}" alt="" role="presentation"/>
  12.         </div>
  13.         <div class="ec-eyecatchRole__intro txt_content">
  14.             <p class="ec-eyecatchRole__introEnTitle">Hitomihama jewel salon</p>
  15.             <p class="ec-eyecatchRole__introTitle">Welcome HITOMIHAMA</p>
  16.             <p class="ec-eyecatchRole__introDescription">何万年、何億年という悠久の時を超え地球のエネルギーを秘めてきた宝石。<br>
  17. 魅力的にそして魅惑的に煌めくたった一粒の宝石が、その個性を引き出すデザインに出会った時、宝石はより一層の輝きを放ち、身にまとう女性たちの美しさや煌めきを開花させるジュエリーとなります。
  18. HITOMIHAMAは宝石の声を聴くようにジュエリーをデザインし、その世界観で多くの女性たちの煌めきをデザインしつづけます。</p>
  19.             {# <a class="ec-blockBtn--top" href="{{ url('product_list') }}?category_id=4">{{ '一覧を見る'|trans }}</a> #}
  20.         </div>
  21.     </div>
  22. </div>