templates/pages/brand/_hero.html.twig line 1

Open in your IDE?
  1. <section class="pg_brand_hero">
  2.   <div class="pg_brand_hero_text-area">
  3.     {% include "components/common/_content-title.html.twig" with {
  4.     title:'BRAND',
  5.     japan :'ブランド一覧',
  6.     class:'c-content-title',
  7.     }%}
  8.     <p class="pg_brand_hero_text">
  9.       平塚富士キッチンでは、<br>
  10.       ”自分たちが大切な人に紹介したくなる”<br>
  11.       をコンセプトに、<br>
  12.       飲食に関わる多くのブランドを<br>
  13.       展開しています。
  14.     </p>
  15.   </div>
  16.   <div class="pg_brand_hero_img"></div>
  17. </section>