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?
- 100% Free — No hidden charges, no sign-up required.
- Private & Secure — Files are auto-deleted within 2 hours.
- Fast Processing — Server-side processing for reliable results.
- Works Everywhere — Desktop, tablet, or mobile.
Available Tools
- PDF to Word Converter
- Word to PDF Converter
- PDF Compressor
- Image Format Converter
- Video to GIF Creator
- Word Counter
- Text Cleaner & Formatter
Contact
Have feedback or feature requests? Reach out at{' '}
support@example.com.
>
);
}