2021-11-03 19:48:28 +00:00
|
|
|
module.exports = [
|
2021-11-15 15:53:48 +00:00
|
|
|
//{ slug: 'home', name: 'Home' },
|
2021-11-03 11:26:33 +00:00
|
|
|
{ slug: 'info', name: 'Info' },
|
|
|
|
|
{ slug: 'screenshots', name: 'Screenshots' },
|
|
|
|
|
{ slug: 'systems', name: 'Systems' },
|
|
|
|
|
{ slug: 'pricing', name: 'Pricing' },
|
|
|
|
|
{ slug: 'download', name: 'Download' },
|
2021-11-15 15:53:48 +00:00
|
|
|
{ slug: 'reviews', name: 'Reviews' },
|
|
|
|
|
{ slug: 'contact', name: 'Contact' }
|
|
|
|
|
|
2021-11-03 19:48:28 +00:00
|
|
|
]
|