import { Popover, PopoverButton, PopoverPanel } from '@headlessui/react' import { Bars3Icon, XMarkIcon } from '@heroicons/react/24/outline' import { ChevronRightIcon } from '@heroicons/react/20/solid' import { Button } from './Button' export default function BuildHero() { return (

Build on a Decentralized Internet Infrastructure

Our unique technology enables anyone to become a provider of network, storage and compute capacity.

{/* Illustration taken from Lucid Illustrations: https://lucid.pixsellz.io/ */}
) }