import { useTranslation } from 'react-i18next'; import img from '../img/pong.webp'; import { FaArrowRightLong } from "react-icons/fa6"; function Project() { const { i18n, t } = useTranslation(); return (