import Image from 'next/image'; import appleIcon from '@/images/apple.svg'; import windowsIcon from '@/images/windows.svg'; import androidIcon from '@/images/android.svg'; import linuxIcon from '@/images/linux.svg'; const features = [ { name: 'Download for iOS & MacOS', description: 'Download Mycelium App from the Apple Store.', href: 'https://apps.apple.com/us/app/mycelium-network/id6504277565', icon: appleIcon, }, { name: 'Download for Windows', description: 'Download the Mycelium App for Windows directly from its Github repository.', href: 'https://github.com/threefoldtech/myceliumflut/releases', icon: windowsIcon, }, { name: 'Download for Android', description: 'Download Mycelium from the Google Play Store.', href: 'https://play.google.com/store/apps/details?id=tech.threefold.mycelium&pli=1', icon: androidIcon, }, { name: 'Download for Linux', description: 'Download the Mycelium binary for Linux directly from its Github repository.', href: 'https://github.com/threefoldtech/mycelium/releases/tag/v0.6.1', icon: linuxIcon, }, ]; export default function DownloadHero() { return (
Get Mycelium for Android, Windows, macOS, and iOS to securely connect, store, and interact with the decentralized network—seamlessly and efficiently. Not sure how it works?{' '} Read the manual.
{feature.description}