'use client' import { CloudArrowUpIcon, LockClosedIcon, ServerIcon } from '@heroicons/react/20/solid' import { motion } from 'framer-motion' import { Button } from './Button' const features = [ { name: 'Push to deploy.', description: 'Lorem ipsum, dolor sit amet consectetur adipisicing elit aute id magna.', icon: CloudArrowUpIcon, }, { name: 'SSL certificates.', description: 'Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo.', icon: LockClosedIcon, }, { name: 'Database backups.', description: 'Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus.', icon: ServerIcon, }, ] export function TfDashboard() { return (
Threefold Dashboard ThreeFold is open for developers and system administrators. Deploy virtual machines, containers, Kubernetes clusters, web gateways, and more on top of a best-effort decentralized open source cloud. The ThreeFold Dashboard is your gateway to the new internet infrastructure. It can be used by any Web2, Web3, AI, or Edge IT workload – enabling a world of possibilities.
) }