Files
wwww_3node_tenstorrent/src/config/navigation.json
2025-07-25 11:28:58 +02:00

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
}
]