Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-12-22 23:09:21 +01:00
parent c04bf9f82b
commit e0589826bb
31 changed files with 407 additions and 180 deletions

View File

@@ -59,8 +59,12 @@ interface Nav {
export const navs: readonly Nav[] = [
{ label: 'home', to: '/', icon: 'house-duotone' },
{ label: 'uses', to: '/uses', icon: 'tree-evergreen-duotone' },
{ label: 'projects', to: '/projects', icon: 'folder-duotone' },
{ label: 'hobbies', to: '/hobbies', icon: 'game-controller-duotone' },
{ label: 'stats', to: '/stats', icon: 'chart-bar-duotone' },
{ label: 'activity', to: '/activity', icon: 'activity-duotone' },
{ label: 'ecosystem', to: '/ecosystem', icon: 'graph-duotone' },
{
label: 'resume',
icon: 'address-book-duotone',