<% services = [ { img: 'hotels_2.png', i18n_key: 'hotels', url: "" }, { img: 'visas_2.png', i18n_key: 'visas', soon: true, url: '' }, { img: 'car_rentals.png', i18n_key: 'car_rentals', soon: true, url: 'api_change_car_rentals()' }, { img: 'flight_reservations.png', i18n_key: 'flight_reservations', url: '' } ] %>

<%= I18n.t('services.title') %>

<% services.each do |item| %>
<% end %>