import React from 'react'; import Content from '../components/content' import backgroundPic from '../public/unspash_image.jpg' import contentValues from './content'; export default [ { name: 'INTRO', url: '#intro', content: }, { name: 'WORK', url: '#work', content: }, { name: 'ABOUT', url: '#about', content: }, { name: 'CONTACT', url: '#contact', content: } ];