templates/pages/index/_intro.html.twig line 1

Open in your IDE?
  1. <section class="pg_index_intro">
  2.   <div class="pg_index_intro_inner">
  3.     <h2 class="pg_index_intro_title">
  4.       吟味した食材を生かす<br>料理人たちの、技と心。
  5.     </h2>
  6.     <p class="pg_index_intro_text">
  7.       三方幸し<br><br>
  8.       三方幸し(さんぽうよし)、平塚富士キッチンは、お客様スタッフ、お店に関わる全ての人々が幸せになることを目指しています。
  9.     </p>
  10.   </div>
  11.   <div class="pg_index_intro_button">
  12.     {% include "components/common/_button.html.twig" with {
  13.       text: '会社概要',
  14.       src: 'build/images/common/arrow_white.svg',
  15.       href: path('company_index'),
  16.       width: '8',
  17.       height: '12',
  18.       class: 'c-black-button',
  19.     }%}
  20.   </div>
  21. </section>