<% @node.attachments.each do |attachment| %>
  • <%= render_responsive_picture(attachment.asset, alt: "Hero", fetchpriority: "high") %> <%= svg "inter-ikea-systems" %>
    <%= attachment.body.html_safe %>
  • <% end %>
<%= svg "ico-wave" %>
<% @node.attachments.each_with_index do |_attachment, index| %> <% end %>
<%= link_to tag.span(t("game.got_it_lets_get_started")), { action: "intro" }, class: "cta", data: { turbo_frame: "game", action: "click->modal#leave" } %>