Lista de <%= t(:speeches) %>

<%= render "speeches/index", object: @speeches.where(section:"Home"), title: "Home" %>
<%= render "speeches/index", object: @speeches.where(section:"Servicios"), title: "Servicios" %>
<%= render "speeches/index", object: @speeches.where(section:"testimonios"), title: "Testimonios" %>
<%= render "speeches/index", object: @speeches.where(section:"somos"), title: "¿Quiénes somos?" %>
<%= render "speeches/index", object: @speeches.where(section:"instalaciones"), title: "Instalaciones" %>