import * as React from 'react'; import { Link } from 'gatsby'; import { StaticImage } from 'gatsby-plugin-image'; const IndexPage = () => { return (
{/* TODO: color thief and fonts */}

Chuck Dries

Full stack software engineer & hobbyist photographer

Photography
); }; export default IndexPage;