"use client"; import { Eyebrow, H3, CT, CP, P } from "@/components/Texts"; const nodeSpecs = [ { id: "autonomous", eyebrow: "Self-Running", title: "Autonomous Operation", description: "Runs autonomously with no central control.", colSpan: "lg:col-span-3", rounded: "max-lg:rounded-t-4xl lg:rounded-tl-4xl", innerRounded: "max-lg:rounded-t-[calc(2rem+1px)] lg:rounded-tl-[calc(2rem+1px)]", }, { id: "encrypted", eyebrow: "Security", title: "Encrypted by Default", description: "Fully encrypted and identity-based.", colSpan: "lg:col-span-3", rounded: "lg:rounded-tr-4xl", innerRounded: "lg:rounded-tr-[calc(2rem+1px)]", }, { id: "efficient", eyebrow: "Performance", title: "Energy Efficient", description: "Energy-efficient and quiet, designed for 24/7 uptime.", colSpan: "lg:col-span-2", rounded: "lg:rounded-bl-4xl", innerRounded: "lg:rounded-bl-[calc(2rem+1px)]", }, { id: "uptime", eyebrow: "Reliability", title: "Measured Uptime", description: "Automatically measures uptime and contribution.", colSpan: "lg:col-span-2", rounded: "", innerRounded: "", }, { id: "fullstack", eyebrow: "Compatibility", title: "Full Mycelium Stack Support", description: "Supports Mycelium Network, Cloud, Pods, and Agents.", colSpan: "lg:col-span-2", rounded: "max-lg:rounded-b-4xl lg:rounded-br-4xl", innerRounded: "max-lg:rounded-b-[calc(2rem+1px)] lg:rounded-br-[calc(2rem+1px)]", }, ]; export function NodeSpecs() { return (
Each node strengthens the network and helps build a more open, sovereign and distributed internet.