update why page

This commit is contained in:
2025-06-02 15:17:01 +03:00
parent 7b4c8d9ffd
commit bfc67fec8c
6 changed files with 388 additions and 37 deletions

View File

@@ -1,13 +1,11 @@
{% extends "_default/base.html" %}
{% block content %}
{% include "partials/why/hero.html" %}
{% include "partials/why/reason.html" %}
{% include "partials/why/ai_decentralized.html" %}
{% include "partials/why/web4.html" %}
{% include "partials/why/timeline.html" %}
{% include "partials/why/values.html" %}
{% include "partials/why/team.html" %}
{% include "partials/home/cta.html" %}
<div>
{% set page = get_page(path="why/index.md") %}
{{page.content | safe}}
</div>
{% endblock content %}