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

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

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