import React from 'react'; import { Text, Button, Center, VStack, Heading } from '@chakra-ui/react'; import { Link } from 'react-router-dom'; import { Player } from '@lottiefiles/react-lottie-player'; import { useTranslation } from 'react-i18next'; import animate from '../../assets/animation/notFound.json'; const NotFound = () => { const { t } = useTranslation('~', { keyPrefix: 'dry-wash', }); return (