feat: intégrer les informations de contact et ajuster les priorités des liens sociaux

This commit is contained in:
2025-12-23 23:34:07 +01:00
parent 466baf1eb8
commit 9ee02a36a3
5 changed files with 26 additions and 30 deletions

View File

@@ -43,13 +43,6 @@ export const IDEs = [
{ name: 'Cursor', icon: 'i-vscode-icons-file-type-cursorrules' }
] as const
export const socials = [
{ icon: 'i-ph-x-logo-duotone', label: 'Twitter', to: 'https://go.arthurdanjou.fr/twitter' },
{ icon: 'i-ph-github-logo-duotone', label: 'GitHub', to: 'https://go.arthurdanjou.fr/github' },
{ icon: 'i-ph-linkedin-logo-duotone', label: 'LinkedIn', to: 'https://go.arthurdanjou.fr/linkedin' },
{ icon: 'i-ph-discord-logo-duotone', label: 'Discord', to: 'https://go.arthurdanjou.fr/discord' }
] as const
interface Nav {
label: string
to: string