add impact page

This commit is contained in:
2024-11-20 15:56:45 +01:00
parent 032c8eb53f
commit 69f46d7d97
4 changed files with 46 additions and 1 deletions

View File

@@ -4,9 +4,10 @@
{% include "partials/why/hero.html" %}
{% include "partials/why/reason.html" %}
{% include "partials/why/timeline.html" %}
{% include "partials/why/matters.html" %}
{% include "partials/why/values.html" %}
{% include "partials/why/team.html" %}
{% include "partials/why/matters.html" %}
{% include "partials/why/impact.html" %}
{% include "partials/home/cta.html" %}
{% endblock content %}