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

Open in your IDE?
  1. <section class="pg_farm_hero"z>
  2.   <div class="pg_farm_hero_text-area">
  3.     {% include "components/common/_brand-hero-title.html.twig" with {
  4.     title:'ロココファーム',
  5.     text: '『家族や大切な人に安心して食べてもらえるものを作る』を合言葉に元気で健康なトマトを育てています。',
  6.     }%}
  7.   </div>
  8. </section>