,...
This commit is contained in:
44
src/config/navigation.json
Normal file
44
src/config/navigation.json
Normal file
@@ -0,0 +1,44 @@
|
||||
[
|
||||
{
|
||||
"path": "/",
|
||||
"label": "Home",
|
||||
"component": "HomePage",
|
||||
"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": "Blog",
|
||||
"component": "Blog",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"path": "/blog/:slug",
|
||||
"label": "Blog Post",
|
||||
"component": "BlogPost",
|
||||
"show": false
|
||||
},
|
||||
{
|
||||
"path": "/become-member",
|
||||
"label": "Become a Member",
|
||||
"component": "BecomeMember",
|
||||
"show": true
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user