<%= render(Zui::AvatarStack.new) do |component| %>
<% component.with_avatar(src: image_path("profiles/profile-1.jpg"), alt: "Profile Picture") %>
<% component.with_avatar(src: image_path("profiles/profile-3.jpg"), alt: "Profile Picture") %>
<% component.with_avatar(src: image_path("profiles/profile-6.jpg"), alt: "Profile Picture") %>
<% component.with_avatar(src: image_path("profiles/profile-5.jpg"), alt: "Profile Picture") %>
<% end %>