const links = [
    {name: 'Home', href: '#hero'},
    {name: 'About', href: '#about'},
    // {name: 'Resume', href: '/Resume'},
    {name: 'Portfolio', href: '#portfolio'},
    {name: 'Services', href: '#services'},
    {name: 'Contact', href: '#contact'},
]

export default links