import React from 'react';
import Content from '../components/content'
import backgroundPic from '../public/unspash_image.jpg'
import ContentCarousel from '../components/content/carousel'
import contentValues from './content';
import portfolioValues from './portfolio';
export default [
{
name: contentValues.intro.name,
url: '#intro',
content:
},
{
name: contentValues.work.name,
url: '#work',
content: }
/>
},
{
name: contentValues.about.name,
url: '#about',
content:
},
{
name: contentValues.contact.name,
url: '#contact',
content:
}
];