edit to solutions

This commit is contained in:
2024-11-19 15:43:20 +01:00
parent b55a33e5a6
commit b5e0967d02
8 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ extra:
--- ---
- [Why]("/about") - [Why]("/about")
- [Products]("/products") - [Products]("/solutions")
- Info - Info

View File

@@ -1,7 +1,7 @@
--- ---
title: "Products" title: "Solutions"
description: "ThreeFold's products." # quotation marks to allow colons where used description: "ThreeFold's Solutions." # quotation marks to allow colons where used
template: "layouts/products.html" template: "layouts/solutions.html"
insert_anchor_links: "left" insert_anchor_links: "left"
extra: extra:
author: Your name here author: Your name here

View File

@@ -1,7 +0,0 @@
{% extends "_default/base.html" %}
{% block content %}
{% include "partials/products/hero.html" %}
{% include "partials/products/portfolio.html" %}
{% include "partials/home/cta.html" %}
{% endblock content %}

View File

@@ -0,0 +1,7 @@
{% extends "_default/base.html" %}
{% block content %}
{% include "partials/solutions/hero.html" %}
{% include "partials/solutions/portfolio.html" %}
{% include "partials/solutions/cta.html" %}
{% endblock content %}

View File

@@ -6,7 +6,7 @@
<p class="mx-auto mt-6 max-w-3xl text-pretty lg:text-xl text-base font-light text-gray-200 fade-in">That's <span class="font-semibold">ThreeFold.</span></p> <p class="mx-auto mt-6 max-w-3xl text-pretty lg:text-xl text-base font-light text-gray-200 fade-in">That's <span class="font-semibold">ThreeFold.</span></p>
<div class="mt-12 flex items-center justify-center gap-x-6"> <div class="mt-12 flex items-center justify-center gap-x-6">
<a href="https://docs.threefold.io" class="fade-in rounded-2xl bg-white px-4 py-2.5 text-sm font-semibold text-black shadow-sm hover:bg-gray-200 hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-offset-2">Get Started</a> <a href="https://docs.threefold.io" class="fade-in rounded-2xl bg-white px-4 py-2.5 text-sm font-semibold text-black shadow-sm hover:bg-gray-200 hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-offset-2">Get Started</a>
<a href="/products" target="_blank" class=" fade-in text-sm/6 font-semibold text-white hover:text-gray-400">See Solutions <span aria-hidden="true"></span></a> <a href="/solutions" target="_blank" class=" fade-in text-sm/6 font-semibold text-white hover:text-gray-400">See Solutions <span aria-hidden="true"></span></a>
</div> </div>
</div> </div>
</div> </div>