Comment out testimonials section in homepage template.

This commit is contained in:
mrtoine 2025-12-10 20:39:00 +01:00
parent 9b71107ae4
commit c22622ebc1

View file

@ -131,7 +131,7 @@
{% include "courses/partials/list.html" %} {% include "courses/partials/list.html" %}
{% endblock %} {% endblock %}
<section class="testimonials"> <!--<section class="testimonials">
<h2>Ils progressent avec Partir de zéro</h2> <h2>Ils progressent avec Partir de zéro</h2>
<div class="testimonials-grid"> <div class="testimonials-grid">
<div class="testimonial"> <div class="testimonial">
@ -153,5 +153,5 @@
<div class="who">Yassine — Dev front-end</div> <div class="who">Yassine — Dev front-end</div>
</div> </div>
</div> </div>
</section> </section>-->
{% endblock %} {% endblock %}