import {MAJORITY_JUDGMENT_LINK} from '@services/constants'; import {useTranslation} from 'next-i18next'; import Image from 'next/image'; import {Row, Col, Button, Container} from 'reactstrap'; import arrowRight from '../public/arrow-white.svg'; import vote from '../public/vote.svg'; const Experiencediv = () => { const {t} = useTranslation('resource'); return (
{t('home.alt-icon-ballot')}

{t('home.experience-name')}

{t('home.experience-1-name')}

{t('home.experience-1-desc')}

{t('home.experience-2-name')}

{t('home.experience-2-desc')}

); }; export default Experiencediv;