update home markdown

This commit is contained in:
2025-05-28 15:11:54 +03:00
parent 67e0569734
commit 4d7ee02788
19 changed files with 220 additions and 527 deletions

View File

@@ -1,14 +1,12 @@
{% extends "_default/base.html" %}
{% block content %}
{% include "partials/home/hero.html" %}
{% include "partials/home/features.html" %}
{% include "partials/home/grid_stats.html" %}
{% include "partials/home/use_cases.html" %}
{% include "partials/home/farmers.html" %}
{% include "partials/home/self_healing.html" %}
{% include "partials/home/web4.html" %}
{% include "partials/home/faq.html" %}
{% include "partials/home/cta.html" %}
<div>
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
</div>
{% endblock content %}