diff --git a/public/images/autonomous.png b/public/images/autonomous.png new file mode 100644 index 0000000..f23729c Binary files /dev/null and b/public/images/autonomous.png differ diff --git a/public/images/edge.png b/public/images/edge.png new file mode 100644 index 0000000..c718818 Binary files /dev/null and b/public/images/edge.png differ diff --git a/public/images/encryptednode.png b/public/images/encryptednode.png new file mode 100644 index 0000000..5d0659c Binary files /dev/null and b/public/images/encryptednode.png differ diff --git a/public/images/energy.png b/public/images/energy.png new file mode 100644 index 0000000..80e5b68 Binary files /dev/null and b/public/images/energy.png differ diff --git a/public/images/fullstack.png b/public/images/fullstack.png new file mode 100644 index 0000000..f9c065f Binary files /dev/null and b/public/images/fullstack.png differ diff --git a/public/images/uptime.png b/public/images/uptime.png new file mode 100644 index 0000000..e300aab Binary files /dev/null and b/public/images/uptime.png differ diff --git a/src/pages/nodes/NodeSpecs.tsx b/src/pages/nodes/NodeSpecs.tsx index 396009d..1454703 100644 --- a/src/pages/nodes/NodeSpecs.tsx +++ b/src/pages/nodes/NodeSpecs.tsx @@ -7,8 +7,7 @@ const cards = [ category: "Autonomous", title: "Autonomous Operation", description: "Runs autonomously with no central control.", - image: - "https://tailwindcss.com/plus-assets/img/component-images/bento-01-performance.png", + image: "/images/autonomous.png", rounded: "lg:rounded-tl-4xl", innerRounded: "lg:rounded-tl-[calc(2rem+1px)]", }, @@ -16,15 +15,13 @@ const cards = [ category: "Security", title: "Encrypted by Default", description: "Fully encrypted and identity-based.", - image: - "https://tailwindcss.com/plus-assets/img/component-images/bento-01-releases.png", + image: "/images/encryptednode.png", }, { category: "Efficiency", title: "Energy Efficient", description: "Energy-efficient and quiet, designed for 24/7 uptime.", - image: - "https://tailwindcss.com/plus-assets/img/component-images/bento-01-network.png", + image: "/images/energy.png", rounded: "lg:rounded-tr-4xl", innerRounded: "lg:rounded-tr-[calc(2rem+1px)]", }, @@ -32,26 +29,22 @@ const cards = [ category: "Monitoring", title: "Measured Uptime", description: "Automatically measures uptime and contribution.", - image: - "https://tailwindcss.com/plus-assets/img/component-images/bento-01-speed.png", + image: "/images/uptime.png", rounded: "lg:rounded-bl-4xl", innerRounded: "lg:rounded-bl-[calc(2rem+1px)]", }, { category: "Full Stack", title: "Full Mycelium Stack Support", - description: - "Supports Mycelium Network, Cloud, Pods, and Agents.", - image: - "https://tailwindcss.com/plus-assets/img/component-images/bento-01-integrations.png", + description: "Supports Mycelium Network, Cloud, Pods, and Agents.", + image: "/images/fullstack.png", }, { category: "Edge & Home", title: "Edge & Home Ready", description: "Runs seamlessly on compact hardware for edge, home, or micro-datacenter deployments.", - image: - "https://tailwindcss.com/plus-assets/img/component-images/bento-01-network.png", + image: "/images/edge.png", rounded: "lg:rounded-br-4xl", innerRounded: "lg:rounded-br-[calc(2rem+1px)]", }, @@ -62,7 +55,6 @@ export function NodeSpecs() {
- {/* Header */} Node Specifications

Built for Reliability and Control

@@ -75,7 +67,7 @@ export function NodeSpecs() { {cards.map((item, index) => (

- {/* OUTER WHITE PLATE */} + {/* OUTER BACKPLATE */}
- {/* IMAGE */} + {/* LEFT IMAGE */} - {/* TEXT AREA */} -
-
- {item.category} - {item.title} - {item.description} -
+ {/* RIGHT TEXT */} +
+ {item.category} + {item.title} + {item.description}
- {/* OUTLINE + SHADOW */} + {/* OUTLINE */}