diff --git a/public/images/benefits.webp b/public/images/benefits.webp
new file mode 100644
index 0000000..52acbb6
Binary files /dev/null and b/public/images/benefits.webp differ
diff --git a/src/app/(main)/page.tsx b/src/app/(main)/page.tsx
index 4eabe96..09d5f28 100644
--- a/src/app/(main)/page.tsx
+++ b/src/app/(main)/page.tsx
@@ -25,26 +25,18 @@ export default function Home() {
+
+
+
-
-
-
-
-
-
-
-
-
-
-
>
diff --git a/src/components/Archives/GridStats copy.tsx b/src/components/Archives/GridStats copy.tsx
new file mode 100644
index 0000000..41abc18
--- /dev/null
+++ b/src/components/Archives/GridStats copy.tsx
@@ -0,0 +1,117 @@
+"use client";
+
+import CountUp from "react-countup";
+import React from "react";
+import { Button } from "./Button";
+
+export function GridStats() {
+ return (
+
+
+
+ {/* Column 1: Title & NODES */}
+
+ {/* Title + Description */}
+
+
+ Powered by a Global Community
+
+
+ ThreeFold’s groundbreaking technology enables anyone – individuals, organizations, and communities – to deploy their own Internet infrastructure.
+
+
+
+
+
+
+ {/* Column 2: CORES (staggered) + SSD */}
+
+ }
+ note="Total Central Processing Unit Cores available on the grid."
+ />
+
+ }
+ unit="GB"
+ note="The total amount of storage (SSD, HDD, & RAM) on the grid."
+ />
+
+
+
+
+ {/* Column 3: nodes countries */}
+
+ }
+ note="The total number of nodes on the grid."
+
+ />
+
+ }
+ note="The total number of countries with active nodes."
+ />
+
}
- note="Total Central Processing Unit Cores available on the grid."
+ label="Dedicated Hosting"
+ description="Run LLMs, VLMs, and diffusion models on single-tenant GPUs with private endpoints. Bring your own weights or deploy from a curated library of open models. Enjoy full control with flexible hourly pricing. Perfect for always-on inference or workloads exceeding 100K tokens per minute."
/>
-
}
- unit="GB"
- note="The total amount of storage (SSD, HDD, & RAM) on the grid."
+ label="Data Sovereignty"
+ description="Keep your sensitive data fully under your control. Mycelium nodes run on trusted infrastructure you own or choose, ensuring that no third party can access, train on, or monetize your data. This makes Mycelium ideal for enterprises in regulated industries that demand compliance and privacy."
/>
}
- note="The total number of nodes on the grid."
-
+ label="Seamless Scalability"
+ description="Scale from a single agent to hundreds without re-architecting. Mycelium’s decentralized infrastructure dynamically allocates compute, storage, and bandwidth across the network, so your AI workloads remain fast and resilient even under heavy demand."
/>
-
}
- note="The total number of countries with active nodes."
+ label="Composable Agent Ecosystem"
+ description="Mix and match agents for every part of your workflow: data ingestion, cleaning, orchestration, analysis, and reporting. Build an intelligent automation stack that evolves with your business needs, integrating easily with existing tools and APIs."
/>
@@ -85,7 +77,7 @@ function StatCard({
}) {
return (