import { Alert, AlertDescription, AlertTitle } from '@chakra-ui/react' import { TbMoodSad } from 'react-icons/tb' export default function Custom404() { return ( 404: Page Not Found Try going back or something… ) }