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

Open in your IDE?
  1. <section class="pg_yakiniku_hero">
  2.   <div class="pg_yakiniku_hero_text-area">
  3.     {% include "components/common/_brand-hero-title.html.twig" with {
  4.     title:'炭火焼肉 快',
  5.     text: '塊で仕入れる牛肉を、熟練の職人が信頼するお肉屋さんから納得した肉だけを仕入れ、 昔ながらの妥協を許さぬ仕込みを受け継いでおります。 お客様の笑顔が生まれる「極上の一皿」をお届け致します。',
  6.     }%}
  7.   </div>
  8. </section>