]; const socials = [ { label: 'YouTube', href: '#' }, { label: 'Spotify', href: '#' }, { label: 'Instagram', href: '#' }, { label: 'X', href: '#' } { label: 'YouTube', href: 'https://www.youtube.com/' }, { label: 'Spotify', href: 'https://open.spotify.com/' }, { label: 'Instagram', href: 'https://www.instagram.com/' }, { label: 'X', href: 'https://x.com/' } ]; export default function Footer() {
{socials.map((social) => ( {social.label} )) const socials = [ { label: 'YouTube', href: '#', href: 'https://www.youtube.com/', icon: ( ) }, { label: 'Spotify', href: '#', href: 'https://open.spotify.com/', icon: ( ) }, { label: 'Instagram', href: '#', href: 'https://www.instagram.com/', icon: ( ) }, { label: 'X', href: '#', href: 'https://x.com/', icon: ( )