importReactfrom'react'import { Head } from'react-static'//exportdefault () => (
<div><Head><title>About | React Static</title></Head><h1>This is what we're all about.</h1><p>React, static sites, performance, speed. It's the stuff that makes us tick.</p></div>
)