export const socialWebsites = [ { id: 'github', name: 'Github', url: 'https://github.com/ArmandPhilippot', }, { id: 'gitlab', name: 'Gitlab', url: 'https://gitlab.com/ArmandPhilippot', }, { id: 'linkedin', name: 'LinkedIn', url: 'https://www.linkedin.com/in/armandphilippot', }, { id: 'twitter', name: 'Twitter', url: 'https://twitter.com/ArmandPhilippot', }, ];