<%= card_header text: t(".heading"), subtext: t(".subheading"), close_action_path: [@project, :videos] %>

<%= t(".instructions") %>

<%= link_to t(".avid"), new_project_video_path(@project, video_editing_system: "avid"), class: "btn btn-light btn-block border p-4" %>
<%= link_to t(".adobe"), new_project_video_path(@project, video_editing_system: "adobe_premiere"), class: "btn btn-light btn-block border p-4" %>