<% badge_colors = ['primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark'] %>
<% color = badge_colors[@landing_page&.id.to_i % badge_colors.size] %>
<%= @landing_page&.content&.html_safe %>
<% if @similar_records.present? %>
Related Products
<% @similar_records.each do |item| %>
<% end %>
<% end %>
<%= item.title %>
<%= truncate(item.intro, length: 120) %>