<%= product_wordmark :direct_me, prefix: t('.headings.welcome'), class: "h2" %>

<%= t '.headings.subtitle' %>

<%= link_to t(".actions.book_demo"), 'https://meetings.hubspot.com/bray2', class: "btn btn-primary border align-self-center h-50 ml-auto mr-2 pb-2", target: '_blank' %> <% if policy(Broadcast).new? %> <%= link_to t(".actions.create_stream"), [:new, @project, :broadcast], class: "btn btn-success border align-self-center h-50 pb-2" %> <% end %>

<%= t '.headings.how_it_works' %>

  1. <%= t '.list_items.create_stream' %>
  2. <%= t '.list_items.share_stream' %>
  3. <%= t '.list_items.launch_video_conference' %>
  4. <%= t '.list_items.share_files' %>

<%= t '.headings.benefits' %>

    <%= content_tag(:li, fa_icon("check li", text: t('.list_items.stream_from_mobile_app'))) %> <%= content_tag(:li, fa_icon("check li", text: t('.list_items.direct_shoots_anywhere'))) %> <%= content_tag(:li, fa_icon("check li", text: t('.list_items.share_live_stream'))) %> <%= content_tag(:li, fa_icon("check li", text: t('.list_items.stream_multiple_cameras'))) %>