import React from 'react'; import { Space, Layout, Typography } from 'antd'; import { EyeInvisibleTwoTone } from '@ant-design/icons'; const Welcome: React.FC = () => { return ( Protect before sending

The internet can seem like a scary place...

Especially because a lot of the tools we use everyday (such as e-mail) wasn't build for the internet that we have today. This is why it is important to have an additional layer of security when sending sensitive information.

This is a tool that will help you have that extra layer of security when sharing files with me.

); }; export default Welcome;