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 i18next from 'i18next'; import animate from '../../assets/animation/notFound.json'; const NotFound = () => { return (