"use client"; import React from "react"; import { Carousel, Card } from "@/components/ui/apple-cards-carousel"; import { H2, H3, P } from "@/components/Texts"; export function HomeSlider() { const cards = data.map((card, index) => ( )); return (

Discover the Mycelium Ecosystem

From compute and networking to intelligent automation, these components work together to empower users, developers, and organizations to build freely, without intermediaries.

); } const DummyContent = () => { return (

Mycelium is a decentralized compute network that allows you to run AI models and other software on a global network of devices. Mycelium is built on top of the Mycelium Network, a decentralized network of devices that are connected to each other and to the internet.

Macbook mockup from Aceternity UI
); }; const data = [ { category: "DePIN", title: "Mycelium Network", src: "/images/gallery/9.webp", content: , }, { category: "AI Agent", title: "Mycelium Agent", src: "/images/gallery/2.webp", content: , }, { category: "Cloud", title: "Mycelium Cloud", src: "/images/gallery/3.webp", content: , }, { category: "GPU", title: "Mycelium GPU", src: "/images/gallery/4.webp", content: , }, { category: "Compute", title: "Mycelium Compute", src: "/images/gallery/5.webp", content: , }, { category: "Storage", title: "Mycelium Storage", src: "/images/gallery/6.webp", content: , }, ];