import { FC } from 'react' import { SIDEBAR_SIZE_LEFT } from '../../../config/Const' import { useTranslation } from 'react-i18next' import { ArrowLeft } from 'iconsax-react' import CoverImage from '../../../assets/images/banner.png' const DanakLearning: FC = () => { const { t } = useTranslation('global') return (
{t('home.danak_learning')}
{t('home.see_all')}
danak-learning-1
لورم ایپسوم متن ساختگی با تولید سادگی
دیزاین ,
۲۴ دقیقه
آذر ماه 1403
) } export default DanakLearning