%= render HeaderCompactComponent.new(title: "Welcome") %> <%= render MainCompactComponent.new do %>
Hey there! You were invited to sign up for an account by <%= @invited_by_name %>.
This invitation can only be used once, and sign-up is currently only possible by invitation. Seems like you have good friends!
<%= link_to "Get started", signup_steps_path(1), class: "btn-md btn-blue block w-full" %>
<% end %>