This commit is contained in:
2025-09-14 17:45:16 +02:00
parent 6343a22a8c
commit 28fa04afc0
3 changed files with 5 additions and 35 deletions

View File

@@ -22,7 +22,6 @@ export function GridStats() {
<Button className="mt-8" variant="outline" href="https://threefold.io/build" >Explore TFGrid </Button>
</div>
</div>
{/* Column 2: CORES (staggered) + SSD */}
@@ -32,7 +31,6 @@ export function GridStats() {
description="A globally distributed mesh of CPU cores powering decentralized applications, AI workloads, and edge computing — without central bottlenecks."
value={<CountUp end={54_958} duration={2.5} separator="," />}
note="Total Central Processing Unit Cores available on the grid."
className="mt-24"
/>
<StatCard
@@ -87,7 +85,7 @@ function StatCard({
}) {
return (
<div
className={`relative flex flex-col overflow-hidden rounded-3xl bg-white opacity-0 shadow-md shadow-gray-900/5 p-8 transition-all duration-300 ease-out hover:scale-105 ${className}`}
className={`relative flex flex-col overflow-hidden rounded-3xl bg-white shadow-md shadow-gray-900/5 p-8 transition-all duration-300 ease-out hover:scale-105 ${className}`}
style={{
filter: 'brightness(1)',
}}