2022-08-07 11:37:29 -04:00
|
|
|
export const navItems = [
|
2022-08-09 19:13:22 -04:00
|
|
|
{ href: "/#about", title: "About" },
|
2022-08-07 11:37:29 -04:00
|
|
|
{ href: "/blog", title: "Blog" },
|
|
|
|
{ href: "/stories", title: "Stories" },
|
2023-01-23 19:57:22 -05:00
|
|
|
{ href: "https://portfolio.eggworld.me", title: "Portfolio", dominant: true },
|
2022-08-07 11:37:29 -04:00
|
|
|
];
|
|
|
|
|
|
|
|
export default navItems;
|