hypnagaga_old/src/_data/navigation.js
2024-02-12 11:22:08 +01:00

34 lines
474 B
JavaScript

module.exports = {
top: [
{
text: 'About',
url: '/about/'
},
{
text: 'Get started',
url: '/get-started/'
},
{
text: 'Built with',
url: '/built-with/'
},
{
text: 'Blog',
url: '/blog/'
},
{
text: 'Style guide',
url: '/styleguide/'
}
],
bottom: [
{
text: 'Imprint',
url: '/imprint/'
},
{
text: 'Privacy',
url: '/privacy/'
}
]
};