app/template/default/Block/cv.twig line 1

Open in your IDE?
  1. {% if Product.cart_btn_type is defined and Product.cart_btn_type == 1 %}
  2. {% else %}
  3. <div class="cvArea01" id="cvArea01">
  4.     <div class="inner">
  5.         <h2 class="ttl03">見守りサポートの専門家に<br class="sp">相談してみませんか?<br><span class="spStyle">導入方法やお悩み解決方法、使い方など</span></h2>
  6.         <div class="flexWrap01">
  7.             <div class="telBox01">
  8.                 <a href="tel:{{ BaseInfo.TelNumber }}">
  9.                 <img src="/html/user_data/assets/img/top/ico_tel_white01.png" alt="">{{ BaseInfo.TelNumber }}
  10.                 </a>
  11.                 <span class="receptionTime">[受付時間] 平日 10:00-18:00</span>
  12.             </div>
  13.             <div class="rightBox">
  14.                 {#<a href="" class="btn02"><img src="/html/user_data/assets/img/top/ico_line01.png" alt="">LINEで相談してみる<img src="/html/user_data/assets/img/top/ico_arrow_right01.png" alt=""></a>#}
  15.                 <a href="/contact" class="btn02"><img src="/html/user_data/assets/img/top/ico_mail01.png" alt="">メールで相談してみる<img src="/html/user_data/assets/img/top/ico_arrow_right01.png" alt=""></a>
  16.             </div>
  17.         </div>
  18.     </div>
  19. </div>
  20. {% endif %}