feat: add navigation entries for Roadmap and Artikel sections
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <></>;
|
||||||
|
}
|
||||||
@@ -10,5 +10,13 @@
|
|||||||
{
|
{
|
||||||
"title": "Testimoni",
|
"title": "Testimoni",
|
||||||
"link": "/testimonials"
|
"link": "/testimonials"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Roadmap",
|
||||||
|
"link": "/roadmaps"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Artikel",
|
||||||
|
"link": "/articles"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user