import { useEffect } from 'react'; import { useHistory } from 'react-router-dom'; import { useTranslation, Trans } from 'react-i18next'; import { Button, Center, Footer, Logo, } from 'components'; import { StyledMain, AboutSection, P, } from '../Home/homeStyle'; const Privacy = () => { const { push } = useHistory(); const { t } = useTranslation(['common', 'privacy']); useEffect(() => { document.title = `${t('privacy:name')} - Crab Fit`; }, [t]); return ( <>

{t('privacy:name')}

Crab Fit

{t('privacy:p1')}

{t('privacy:p2')}

{t('privacy:p3')}

{t('privacy:h1')}

{t('privacy:p4')}

{t('privacy:p5')}

{t('privacy:h2')}

{t('privacy:p6')}

{t('privacy:h3')}

{t('privacy:p7')}

{t('privacy:p8')}

{t('privacy:h4')}

{t('privacy:p9')}

{t('privacy:p10')}

{t('privacy:h5')}

{t('privacy:p11')}

{t('privacy:h6')}

{t('privacy:p12')}

{t('privacy:h7')}

The Service does not address anyone under the age of 13. Personally identifiable information is not knowingly collected from children under 13. If discovered that a child under 13 has provided the Service with personal information, such information will be immediately deleted from the servers. If you are a parent or guardian and you are aware that your child has provided the Service with personal information, please contact us so that this information can be removed.

{t('privacy:h8')}

{t('privacy:p14')}

{t('privacy:p15')}

{t('privacy:h9')}

If you have any questions or suggestions about the Privacy Policy, do not hesitate to contact us at benjamin.grantGRA0007+crabfit@gmail.com.