44 lines
744 B
JSON
44 lines
744 B
JSON
[
|
|
{
|
|
"path": "/",
|
|
"label": "Home",
|
|
"component": "Home",
|
|
"show": true
|
|
},
|
|
{
|
|
"path": "/tiers",
|
|
"label": "Tier S-H",
|
|
"component": "TierSHPage",
|
|
"show": true
|
|
},
|
|
{
|
|
"path": "/products",
|
|
"label": "Products",
|
|
"component": "ProductsPage",
|
|
"show": true
|
|
},
|
|
{
|
|
"path": "/technology",
|
|
"label": "Technology",
|
|
"component": "TechnologyPage",
|
|
"show": true
|
|
},
|
|
{
|
|
"path": "/register",
|
|
"label": "Register Interest",
|
|
"component": "RegisterPage",
|
|
"show": true
|
|
},
|
|
{
|
|
"path": "/blog",
|
|
"label": "More Info",
|
|
"component": "Blog",
|
|
"show": true
|
|
},
|
|
{
|
|
"path": "/blog/:slug",
|
|
"label": "Blog Post",
|
|
"component": "BlogPost",
|
|
"show": false
|
|
}
|
|
] |