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