add videos page, new video

This commit is contained in:
juancmandev
2024-07-25 16:03:52 -06:00
parent 2051c76f48
commit d0ab9db2a8
9 changed files with 313 additions and 62 deletions

View File

@ -12,6 +12,10 @@ export const navItems: TNavItem[] = [
label: "Portfolio",
to: "/portfolio",
},
{
label: "Videos",
to: "/videos",
},
{
label: "Microblog",
to: "/microblog",
@ -20,10 +24,6 @@ export const navItems: TNavItem[] = [
label: "Resources",
to: "/resources",
},
// {
// label: "Videos",
// to: "/videos",
// },
{
label: "About",
to: "/about",