import { Box, Button, Flex, Stack, Text } from '@chakra-ui/react'; import { FC } from 'react'; import NextLink from 'next/link'; import { DOCS_PAGE, DOWNLOADS_PAGE } from '../../../constants'; export const HomeHero: FC = () => { return ( go-ethereum Official Go implementation of the Ethereum protocol Get our latest releases Read our documentation ); };