import { useTranslation } from "react-i18next"; import Card from "../../Card"; const CardContainer = () => { const { t } = useTranslation(); return (