<%= tag.h1 t("game.intro_title").html_safe %>
<%= tag.p t("game.intro_description") %>
<%= button_to tag.span(t("game.let_me_try")), start_path, class: "cta", data: { action: "click->start#exit" } %>
<%= tag.div class: "play-time" do %>
<%= svg "ico-clock" %>
<%= tag.span t("game.play_time") %>
<% end %>