import { useId } from 'react' import { Container } from '@/components/Container' const features = [ { name: 'Quantum Safe Storage Functionality', description: "Mycelium's quantum safe storage enables flexible, scalable, and efficient data distribution across a decentralized network, ensuring redundancy and security.", icon: DeviceArrowIcon, }, { name: 'Entry and Exit Points for AI Workloads', description: 'Seamlessly connect AI applications to Mycelium, providing optimized and secured data pipelines for training, inference, and real-time processing.', icon: DeviceCardsIcon, }, { name: 'Data Storage and Retrieval Mechanisms', description: 'Users can choose between storing data locally for quick access or utilizing the distributed grid for enhanced scalability and resilience.', icon: DeviceClockIcon, }, { name: 'Integrated Name Services (DNS)', description: 'The Integrated DNS system efficiently finds the shortest path between users and websites, automatically balancing loads and identifying alternative routes in case of internet issues.', icon: DeviceListIcon, }, { name: 'Frontend/Backend Integration', description: 'Mycelium provides seamless integration with existing applications, enabling developers to leverage decentralized storage across both frontend and backend architectures.', icon: DeviceLockIcon, }, { name: 'CDN (Content Delivery Network)', description: 'Mycelium accelerates data distribution by acting as a decentralized CDN, ensuring fast, secure, and efficient content delivery across global nodes with minimal latency.', icon: DeviceChartIcon, }, ] function DeviceArrowIcon(props: React.ComponentPropsWithoutRef<'svg'>) { return ( ) } function DeviceCardsIcon(props: React.ComponentPropsWithoutRef<'svg'>) { let id = useId() return ( ) } function DeviceClockIcon(props: React.ComponentPropsWithoutRef<'svg'>) { return ( ) } function DeviceListIcon(props: React.ComponentPropsWithoutRef<'svg'>) { return ( ) } function DeviceLockIcon(props: React.ComponentPropsWithoutRef<'svg'>) { return ( ) } function DeviceChartIcon(props: React.ComponentPropsWithoutRef<'svg'>) { return ( ) } export function SecondaryFeatures() { return (

Roadmap

Coming Soon: The Future of Mycelium

Mycelium 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.

) }