+ );
+}
diff --git a/src/components/Archives/GridStats copy.tsx b/src/components/Archives/GridStats copy.tsx
new file mode 100644
index 0000000..ef41372
--- /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 "@/components/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."
+ />
+
+
+
+ Mycelium's advancements in Agentic infrastructure supports private, secure and autonomous Agents that connect, learn and grow with you.
+
+
+
+
+
+ )
+}
diff --git a/src/components/Archives/Steps copy.tsx b/src/components/Archives/Steps copy.tsx
new file mode 100644
index 0000000..4bf0100
--- /dev/null
+++ b/src/components/Archives/Steps copy.tsx
@@ -0,0 +1,71 @@
+'use client'
+
+import React, { useRef } from 'react'
+import { motion, useInView } from 'framer-motion'
+import { H2, P, CT, CP } from '@/components/Texts'
+import { TbCircleNumber1Filled, TbCircleNumber2Filled, TbCircleNumber3Filled } from 'react-icons/tb'
+
+const features = [
+ {
+ name: 'Choose Your Intelligence',
+ description: 'Explore a library of leading LLMs and agentic functions. Pick the ones that fit your use case, from general assistants to specialized reasoning models.',
+ icon: TbCircleNumber1Filled,
+ },
+ {
+ name: 'Add Your Knowledge',
+ description:
+ 'Connect your data or knowledge base to enable personalized, context-aware results while keeping your information private.',
+ icon: TbCircleNumber2Filled,
+ },
+ {
+ name: 'Define Your Network',
+ description:
+ 'Set up and manage your nodes with ease. Scale compute and storage as you grow, while staying fully sovereign and decentralized.',
+ icon: TbCircleNumber3Filled,
+ },
+]
+
+export function Steps() {
+ const ref = useRef(null);
+ const isInView = useInView(ref, { once: true });
+
+ return (
+
+
+
+
+ Deploy Scalable LLMs and AI Agents in Seconds
+
+
+ Launch and scale intelligence on your own terms. Mycelium Cloud makes it simple to deploy models, integrate knowledge, and run everything on a network you control.
+
+ Mycelium Cloud is evolving to bring even more powerful decentralized features, designed to enhance your experience and expand possibilities. Be the first to explore what's coming next by staying connected with our latest updates.
+
- Deploy and scale AI from top global providers on a decentralized, privacy-first infrastructure. Mycelium Cloud lets you integrate state-of-the-art intelligence into your workflows with full control, sovereignty, and cost efficiency.
+
+ Mycelium Cloud allows you to deploy and scale AI agents from top global providers on a decentralized, privacy-first infrastructure.