<%= @meta_tags.h1_tag %>

We power clients across industry verticals with the best in Internet Technologies

<% @clients.each_with_index do |client| %>
<%= image_tag client.logo.url , :alt => "#{client.title}" ,:class => "img-responsive"%>
<% end %>