import { Alert, CloseButton } from "@chakra-ui/react" export const AlertWithCloseButton = () => { return ( Success! Your application has been received. We will review your application and respond within the next 48 hours. ) }