Clean, well-organized code is good for everyone. In this lesson we will extract the Header component out of the main page layout and into its own file in a new components directory.
I think it would be a lot better to just pass title
and description
props to the TitleAndDescription
component instead of the whole data object.
import { StaticQuery, graphql } from 'gatsby'
is not needed in the index.js