Added projects tab; first project
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 8m8s

This commit is contained in:
2026-05-25 10:05:58 -04:00
parent 014b1836c0
commit 581f888218
11 changed files with 562 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import { ThemeToggle } from './ThemeToggle';
const navItems = [
{ href: '/', label: 'Home' },
{ href: '/projects', label: 'Projects' },
{ href: '/blog', label: 'Writing' },
{ href: '/resume', label: 'Resume' },
];