<% if isMobile %> <% if signed_in? %> <%= render "shared/signed_header", user: current_user %> <% else %> <%= render "shared/unsigned_header", user: current_user %> <% end %> <% else %> <% if signed_in? %> <%= render "shared/signed_header", user: current_user %> <% else %>
  • <%= link_to "/casa", title: "Home", class: "change-page" do %> <%= image_tag("/static/nts-logo.svg", width: 60) %> <% end %>
  • <%= link_to "Instalaciones", instalaciones_path, class: "#{'active' if current_page?(instalaciones_path)} change-page skewed" %>
  • <%= link_to "¿Quiénes Somos?", somos_path, class: "#{'active' if current_page?(somos_path)} change-page skewed" %>
  • <%= link_to "Servicios", servicios_path, class: "#{'active' if current_page?(servicios_path)} change-page skewed" %>
  • <%= link_to "Blog", blog_path, class: "#{'active' if current_page?(blog_path)} change-page skewed" %>
  • <%= link_to "FAQS", preguntas_frecuentes_path, class: "#{'active' if current_page?(preguntas_frecuentes_path)} change-page skewed" %>
  • Escríbenos por mail
  • Escríbenos por whatsapp
  • <%= link_to "/login", class: "#{'active' if current_page?("/login")} change-page" do %> Iniciar Sesión<% end %>
  • <% end %> <% end %>