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

Where Weather Meets
Artificial Intelligence

Experience weather through the lens of AI-generated art, bringing a new perspective to daily meteorological phenomena.

<%= link_to "Explore Cities", cities_path, class: "btn btn-primary btn-lg mt-8 font-sans" %>

Latest Weather Art

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

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 %> View All Weather Arts <% end %>