import { Link } from '@reach/router';
import React, { memo } from 'react';
import { Helmet } from 'react-helmet';
import { useTranslation } from 'react-i18next';
import { FaUserSecret } from 'react-icons/fa';
import { GiWalkingBoot } from 'react-icons/gi';
import { IoIosRocket } from 'react-icons/io';
import { RiRefreshLine } from 'react-icons/ri';
import Hero from '../components/landing/Hero';
import Screenshots from '../components/landing/Screenshots';
import Wrapper from '../components/shared/Wrapper';
const Home = () => {
const { t } = useTranslation();
return (
Reactive Resume is a free and open source resume builder that’s built
to make the mundane tasks of creating, updating and sharing your
resume as easy as 1, 2, 3. With this app, you can create multiple
resumes, share them with recruiters through a unique link and print as
PDF, all for free, no advertisements, without losing the integrity and
privacy of your data.
{children}