<%= logo_text %>
<%= name %>
<% if maturity_label %>
<%= maturity_label %>
<% end %>
<% if meta_line.present? %>
<%= meta_line %>
<% end %>
<% if tagline.present? %>
<%= tagline %>
<% end %>
<%= link_to connect_path,
class: "inline-flex items-center gap-1.5 text-sm font-medium text-primary hover:text-primary/70 transition-colors",
data: { turbo_frame: "drawer", turbo_prefetch: "false" } do %>
<%= t("settings.providers.connect") %>
<%= helpers.icon "arrow-right", class: "w-4 h-4" %>
<% end %>