<% features = [ { img: '/features/multiple_choices.png', i18n_key: 'index.sections.about_us.features.multiple_choices' }, { img: '/features/safety.png', i18n_key: 'index.sections.about_us.features.safety' }, { img: '/features/payment_methods.png', i18n_key: 'index.sections.about_us.features.payment_methods' }, { img: '/features/comfortable_payment.png', i18n_key: 'index.sections.about_us.features.comfortable_payment' }, { img: '/features/save_time_2.png', i18n_key: 'index.sections.about_us.features.save_time' }, { img: '/features/speed_execution.png', i18n_key: 'index.sections.about_us.features.speed_execution' }, { img: '/features/after_sales.png', i18n_key: 'index.sections.about_us.features.after_sales' } ] %>

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

<%= I18n.t('index.sections.about_us.features.sub_title') %>

<% features[0..3].each do |feature| %>
arrival point
<% end %>
arrival point
<% features[4..6].each do |feature| %>
arrival point
<% end %>