const linkStyle = { color: 'var(--accent)', textDecoration: 'none', fontWeight: 500 } const Footer = () => { return ( ) } export default Footer