import { SocialLink } from '@/types'; export const headerLinks: SocialLink[] = [ { name: 'GitHub', url: 'https://github.com/charlottecroce' }, { name: 'Forgejo', url: 'https://git.charlotte.sh' }, { name: 'LinkedIn', url: 'https://linkedin.com/in/charlottecroce' } ]; export const footerLinks: SocialLink[] = [ { name: 'GitHub', url: 'https://github.com/charlottecroce' }, { name: 'Forgejo', url: 'https://git.charlotte.sh/lotte' }, { name: 'LinkedIn', url: 'https://linkedin.com/in/charlottecroce' } ];