import { AppStoreLink } from '@/components/AppStoreLink' import { WindowsLink } from '@/components/WindowsLink' import { AndroidLink } from './AndroidLink' import { LinuxLink } from '@/components/LinuxLink' import { CircleBackground } from '@/components/CircleBackground' import { Container } from '@/components/Container' export function CallToAction() { return (

Get Started Today

Download the Mycelium app and step into the future of secure, peer-to-peer networking; fast, private, and decentralized.

) }