<% content_for :javascript_includes do %> <%= javascript_include_tag "owl.carousel" %> <%= stylesheet_link_tag "owl.carousel", "animate", "owl.theme", "lunar" %> <% end %> <%# adjust_header = current_user.nil? ? "" : "logged-banner" %>
<%= image_tag "Mengapa-pilih-kompor_induksi.png", class: "img-fluid", alt: "Kanahome, kompor induksi, kitchenware" %>
<%= link_to "KLIK DISINI", kompor_induksi_path, class: "btn btn-green" %>

Lebih Aman

Ga ada lagi gas bocor atau masakan gosong karena kelupaan dimatiin.

Praktis

Mudah disimpan, juga mudah dibersihkan, tinggal di-lap saja. Tidak perlu angkat tabung gas lagi.

Minimalis Inspired

Bentuknya modern minimalis, juga hemat ruang.
<%= image_tag "kompor-kanahome.gif", class: "img-fluid mb-5 mx-auto d-block gif-mobile", alt: "Kanahome, kompor induksi, kitchenware" %>

Masak Lebih Cepat

Karena panas yang diterima oleh alat masak lebih merata dan efisien diterima 90% oleh alat masak.

Fitur Canggih

Dilengkapi fitur Child-Lock, Timer, Sensor Panas dan Mode Memasak untuk memudahkan anda.

Eco-Friendly

Tidak ada api dan asap, tidak menghasilkan gas buang yang dapat mengakibatkan polusi.

Hemat, Harga Ekonomis, Garansi Terjamin

Terbukti biaya pemakaian listrik kompor induksi lebih hemat 15% lho! Apalagi kompor induksi KANAhome harganya ekonomis tapi tetap kualitas bagus dan garansi terjamin.

PRODUK KAMI

<% @kompor_induksi_products.each do |product| %>
<%= image_tag product.primary_image, class: "img-fluid mb-4" %>
<%= product.category_name %>
<%= product.name %>
<%= number_to_currency(product.price, unit: 'Rp ', separator: ',', delimiter: '.') %>

    <% product.short_description.split("\n").each do |desc| %>
  • <%= raw desc %>
  • <% end %>

<%= link_to "Detail", product_detail_path(product.permalink), class: "btn btn-outline-green" %> <%= link_to "Beli Sekarang", "javascript:void(0)", class: "btn btn-pink", data: {toggle: "modal", target: "#shop_modal"} %>
<% end %>

Kontak Kami

<%= render :partial => "shared/flash" %>

Kontak Kami

 

  • <%= fa_icon "map-marker" %> Find Us MayFair Building, Lantai 1
    Jl. Sukajadi No.228, Bandung 40153
    Jawa Barat, Indonesia
  • <%= fa_icon "phone" %> Call Us +6222 2027 7424
    +62 811 2263 767 (Whatsapp Only)
  • <%= fa_icon "envelope-o" %> Mail Us info@elektrigo.co.id
<%#

We Love to Hear From You

Please call or email contact form and we will be happy to assist you.

%> <%= simple_form_for @contact, url: save_contact_us_path(anchor: "hubungi-kami"), wrapper: :vertical_form, wrapper_mappings: { check_boxes: :vertical_collection } do |f| %>
<%= f.error_notification %>
<%= f.input :name, label_html: { class: 'sr-only' }, placeholder: "Name" %>
<%= f.input :email, label_html: { class: 'sr-only' }, placeholder: "Email" %>
<%= f.input :phone, label_html: { class: 'sr-only' }, placeholder: "Phone Number" %>
<%= f.input :subject, label_html: { class: 'sr-only' }, placeholder: "Subject" %>
<%= f.input :content, label_html: { class: 'sr-only' }, placeholder: "Write Message", as: "text", :input_html => { :rows => 7 } %>
<%= recaptcha_tags %>
<% end %>
<%= render partial: "modal" %>