update home

This commit is contained in:
2025-06-23 12:47:41 +03:00
parent fbd54f5202
commit f91db3b865
14 changed files with 615 additions and 111 deletions

View File

@@ -1,12 +1,11 @@
{% extends "_default/base.html" %}
{% block content %}
{% include "partials/hero/aihero1.html" %}
{% include "partials/hero/aihero2.html" %}
{% include "partials/hero/aihero3.html" %}
{% include "partials/hero/aihero8.html" %}
{% include "partials/hero/aihero4.html" %}
{% include "partials/hero/aihero5.html" %}
{% include "partials/hero/coming_soon.html" %}
{% include "partials/hero/faq.html" %}
{% include "partials/farmer/cta.html" %}
<!-- home page template, has a banner and rows of page summaries -->
<div>
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
</div>
{% endblock content %}