import { memo } from 'react'; import { withTranslation } from 'react-i18next'; import { Link } from 'react-router-dom'; function AboutUs({ t }) { return (

{t('about_us_title')}