Project
Portfolio Redesign
A focused redesign of my personal portfolio app.
Updated Feb 20, 2026
repo
This project explores cleaner information architecture and better page performance.
Example implementation detail
const navItems = [
{ label: 'Posts', href: '/' },
{ label: 'Projects', href: '/projects' },
{ label: 'Categories', href: '/categories' },
];
Current goals
- Sharper landing page copy
- Better mobile layout
- Improved Lighthouse scores