import styles from './SocialItem.module.scss'; type Props = { name: string; href: string; }; const SocialItem = ({ name, href }: Props) => (