update link name

This commit is contained in:
2025-03-05 23:37:35 +02:00
parent 9b2b39c983
commit a1a8ac8993
11 changed files with 13 additions and 13 deletions

View File

@@ -1,9 +0,0 @@
{% extends "_default/base.html" %}
{% block content %}
{% include "partials/about/hero_section.html" %}
{% include "partials/about/farmers.html" %}
{% include "partials/about/about1.html" %}
{% include "partials/about/cta.html" %}
{% endblock content %}

View File

@@ -0,0 +1,9 @@
{% extends "_default/base.html" %}
{% block content %}
{% include "partials/farmer/hero_section.html" %}
{% include "partials/farmer/farmers.html" %}
{% include "partials/farmer/about1.html" %}
{% include "partials/farmer/cta.html" %}
{% endblock content %}

View File

@@ -6,7 +6,7 @@
<span id="slides" class="slides"></span>
</h1>
<div id="learn-more" class="lg:mt-10 mt-4 flex items-center gap-x-6">
<a href="/about" target="_blank" class="text-xl font-semibold text-black hover:text-gray-200">
<a href="/farmers" target="_blank" class="text-xl font-semibold text-black hover:text-gray-200">
Learn more <span aria-hidden="true"></span>
</a>
</div>