updated build header

This commit is contained in:
2025-06-12 14:43:23 +03:00
parent 6833c08b0f
commit fe79ebbcf5
2 changed files with 6 additions and 6 deletions

View File

@@ -11,13 +11,13 @@ extra:
<!-- section 1 (header) --> <!-- section 1 (header) -->
{{ hero_text_center( {{ hero_text_center(
image_src="/images/become_farmer.png", image_src="",
image_alt="Become a Farmer", image_alt="",
title="Decentralized Internet Infrastructure", title=" Build on a Decentralized Internet Infrastructure",
subtitle="", subtitle="",
description="Our unique technology enables anyone to become a provider of network, storage and compute capacity.", description="Our unique technology enables anyone to become a provider of network, storage and compute capacity.",
button1_text="Dive Deeper", button1_text="Dive Deeper",
button1_link="https://docs.threefold.io/docs/introduction" button1_link="https://docs.threefold.io/docs/introduction/"
target="_blank" target="_blank"

View File

@@ -20,11 +20,11 @@
{{ title }}</h1> {{ title }}</h1>
<p class="mx-auto mt-8 max-w-3xl fade-in">{{ description }}</p> <p class="mx-auto mt-8 max-w-3xl fade-in">{{ description }}</p>
<!-- <h2 class="text-balance font-normal tracking-tight text-white lg:text-6xl text-6xl fade-in">Web4</h2> --> <!-- <h2 class="text-balance font-normal tracking-tight text-white lg:text-6xl text-6xl fade-in">Web4</h2> -->
{% if image_src %}
<div class="mx-auto max-w-7xl px-4 py-8"> <div class="mx-auto max-w-7xl px-4 py-8">
<img src="{{ image_src }}" alt="{{ image_alt }}" class="w-full fade-in"> <img src="{{ image_src }}" alt="{{ image_alt }}" class="w-full fade-in">
</div> </div>
{% endif %}
<div class="mt-6 flex lg:flex-row flex-col items-center justify-center gap-x-8 gap-y-8"> <div class="mt-6 flex lg:flex-row flex-col items-center justify-center gap-x-8 gap-y-8">
{% if button1_link %} {% if button1_link %}
<a href="{{ button1_link }}" target="{{ target }}" <a href="{{ button1_link }}" target="{{ target }}"