import React from 'react' import Link from './ExternalLink' const About: React.FC = () => { return (

About

UnPixel aims at helping you following the 20/20/20 rule to alleviate stress on the eyes caused by Computer Vision Syndrome (CVS).
Read more and

) } export default About