<%= image_tag(@icon_path, class: 'h-full w-full') %>

<%= @name %>

<%= @description %>

<% @links.each do |link| %> <%= link[0] %> <% end %>