import { useTranslation } from 'react-i18next'; import { Helmet } from 'react-helmet-async'; export default function AboutPage() { const { t } = useTranslation(); return ( <> {t('common.about')} — {t('common.appName')}

{t('common.about')}

We provide free, fast, and secure online tools for converting, compressing, and processing files — PDFs, images, videos, and text.

Why use our tools?

Available Tools

Contact

Have feedback or feature requests? Reach out at{' '} support@example.com.

); }