% if @meta_description.present? %>
<% end %>
<%= @meta_title ? @meta_title : ApplicationController::BRAND_NAME %>
<%= csrf_meta_tags %> <%= stylesheet_link_tag 'application', 'style' %> <%= javascript_include_tag 'application' %> <%= yield :javascript_includes %> <%= yield :css_includes %> <%= favicon_link_tag asset_path('favicon.ico') %> <% adjust_header = "" %> <% unless current_user.nil? %> <% adjust_header = "logged" %>
<%= raw welcome_text %>
<% end %>
<%= link_to root_path, class: "navbar-brand logo" do %> <%= image_tag "Kanahome-Logo.png", class: "img-fluid" %> <% end %>
nav-item"><%= link_to "Home", root_path(anchor: "home") %>
<%= link_to "Tentang Kompor", root_path(anchor: "kompor-induksi") %>
nav-item"><%= link_to "Produk", root_path(anchor: "produk") %>
<%= link_to "Hubungi Kami", root_path(anchor: "hubungi-kami") %>
<%= yield %>
<%= link_to (image_tag "icon-wa.png", class: "img-fluid contact-wa", alt: "Kanahome kompor indusksi"), "https://api.whatsapp.com/send?phone=+628112263767", target: "_blank" %>