feat: trial hamburger menu
This commit is contained in:
7
data/navItems.ts
Normal file
7
data/navItems.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export const navItems = [
|
||||
{ href: "/about", title: "About" },
|
||||
{ href: "/blog", title: "Blog" },
|
||||
{ href: "/stories", title: "Stories" },
|
||||
];
|
||||
|
||||
export default navItems;
|
Reference in New Issue
Block a user