(
-
+ const cards = data.map((card) => (
+
));
return (
@@ -26,22 +26,6 @@ export function HomeSlider() {
);
}
-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.
-
-

-
- );
-};
import networkImage from "@/images/slider/network1.jpg";
import agentImage from "@/images/slider/agent1.jpg";
@@ -56,7 +40,6 @@ const data = [
title: "Mycelium Network",
description: "A decentralized network for distributed computing.",
src: "/images/gallery/9.webp",
- content:
,
bg: networkImage,
link: "/network",
},
@@ -65,7 +48,6 @@ const data = [
title: "Mycelium Agent",
description: "An intelligent agent for task automation.",
src: "/images/gallery/2.webp",
- content:
,
bg: agentImage,
link: "/agent",
},
@@ -74,7 +56,6 @@ const data = [
title: "Mycelium Cloud",
description: "Decentralized cloud storage and services.",
src: "/images/gallery/3.webp",
- content:
,
bg: cloudImage,
link: "/cloud",
},
@@ -84,7 +65,6 @@ const data = [
title: "Mycelium GPU",
description: "Access to a global network of GPUs.",
src: "/images/gallery/4.webp",
- content:
,
bg: gpuImage,
link: "/gpu",
},
@@ -93,7 +73,6 @@ const data = [
title: "Mycelium Compute",
description: "Run computations on a distributed network.",
src: "/images/gallery/5.webp",
- content:
,
bg: computeImage,
link: "/compute",
},
@@ -102,7 +81,6 @@ const data = [
title: "Mycelium Storage",
description: "Secure and decentralized data storage.",
src: "/images/gallery/6.webp",
- content:
,
bg: storageImage,
link: "/storage",
},