templates/pages/brand/curry/_concept.html.twig line 1

Open in your IDE?
  1. <section class="pg_kaisen_cocept">
  2.     <div class="pg_kaisen_cocept_inner">
  3.         {% include "components/common/_content-title.html.twig" with {
  4.         title:'BRAND CONCEPT',
  5.         japan :'ふじきっちんカレー',
  6.         class:'c-content-title',
  7.         }%}
  8.     </div>
  9.     {% include "components/brand/_concept.html.twig" with {
  10.     title: '昭和29年創業<br>知る人ぞ知る名店のレシピ',
  11.     text: '「昔、初めて食べた洋食屋さんの、あの味をもう一度。」<br>
  12.     私たちの街、平塚・小田原エリアに初めてできた本格洋風レストランの人気メニューをの再現をテーマに開発をスタートしました。',
  13.     img: asset('build/images/brand/curry/concept01.jpg'),
  14.     img_alt:'',
  15.     img_sp: asset('build/images/brand/curry/sp_concept01.jpg'),
  16.     img_sp_alt:'',
  17.     }%}
  18.     {% include "components/brand/_concept.html.twig" with {
  19.     title: '当時のシェフの味を<br>そのままに',
  20.     text: '50年前の平塚・小田原エリアには飲食店は少なく、元祖ふじきっちんは誰もが憧れる洋食の名店でした。<br>
  21.     憧れの店の憧れの味、それが当店で提供する濃厚バターチキンカレーです。',
  22.     img: asset('build/images/brand/curry/concept02.jpg'),
  23.     img_alt:'',
  24.     img_sp: asset('build/images/brand/curry/sp_concept02.jpg'),
  25.     img_sp_alt:'',
  26.     }%}
  27.     {% include "components/brand/_concept.html.twig" with {
  28.     title: '簡単、美味しい、また食べたい',
  29.     text: '炙りレッグチキンの濃厚バターチキンカレーはご自宅でとても簡単にお召し上がりいただけます。<br>
  30.     ご自宅では作れない本格的な洋食屋さんカレーをお気軽にお楽しみください。',
  31.     img: asset('build/images/brand/curry/concept03.jpg'),
  32.     img_alt:'',
  33.     img_sp: asset('build/images/brand/curry/sp_concept03.jpg'),
  34.     img_sp_alt:'',
  35.     }%}
  36. </section>