--- const homeText = 'Ethan Reece' const links = [ { text: 'About Me', link: '/#about' }, { text: 'Projects', link: '/#projects' }, { text: 'Experience', link: '/#experience' }, { text: 'Hobbies', link: '/#hobbies' }, { text: 'Contact Me', link: '/#contact' }, ] ---