import NextLink from 'next/link'; import { Button, Flex } from '@aws-amplify/ui-react'; export const HomeCTA = ({ children, href, ...rest }) => { return ( ); };