This commit is contained in:
2025-09-05 15:28:52 +02:00
parent c8a3b455fe
commit 1df765c4aa
10 changed files with 108 additions and 13 deletions

View File

@@ -17,10 +17,10 @@ export function StackSectionPreview() {
<h2 className="text-xl sm:text-2xl font-semibold tracking-tight leading-tight text-white lg:text-4xl">
A Decentralized Infrastructure Layer
</h2>
<p className="mt-4 sm:mt-6 text-sm font-light text-pretty text-white lg:text-base">
<p className="mt-4 lg:mt-6 text-sm font-light text-pretty text-white lg:text-base">
We have built a foundational platform that runs directly on bare metal, offering a scalable solution focused on the essential building blocks of the Internet and Cloud: compute, data, and network.
</p>
<Button className="mt-4" variant="solid" color="gradient" href="https://threefold.io/build" >Discover How It Works </Button>
<Button className="mt-8" variant="outline" href="https://threefold.io/build" >Discover How It Works </Button>
</div>
{/* Right Column - Stacked Cubes (2/3 width) */}