--- const links = [ { href: '/', text: 'Home' }, { href: '/blog', text: 'Blog' }, { href: '/portafolio', text: 'Portafolio' }, { href: '/curriculum', text: 'Curriculum' }, { href: '/contact', text: 'Contact' }, ]; // TODO: Fix so the "active" class can come from the server so it doesnt flicker ---