<% if @latest_arts.first&.image&.attached? %>
<%= image_tag @latest_arts&.first&.webp_image&.processed, class: "w-full h-full object-cover" %>
<% end %>

<%= t("home.headline_html") %>

<%= t("home.subtitle") %>

<%= link_to t("button.explore_cities"), cities_path, class: "btn btn-primary btn-lg mt-8 font-sans" %>

<%= t("title.latest_weather_art") %>

<%= render 'home/arts', arts: @latest_arts %>

<%= t("title.popular_weather_art") %>

<%= render 'home/arts', arts: @popular_arts %> <%#= render 'home/arts', arts: @random_arts %>
<%= link_to arts_path, class: "btn btn-primary btn-lg gap-2" do %> <%= t("button.view_all_weather_arts") %> <% end %>