update link name

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

View File

@ -1,8 +1,8 @@
---
title: "About AIBOX"
title: "Become Farmer"
description: "Meet AIBOX - Your Personal AI Powerhouse powered by ThreeFold."
insert_anchor_links: "left"
template: "layouts/about.html"
template: "layouts/farmer.html"
extra:
author: AIBOX
imgPath: tf.png

View File

@ -7,7 +7,7 @@ extra:
---
- [Become a farmer]("about")
- [Become a farmer]("farmer")
- [Docs]("https://threefold.info/aibox/docs/")

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>