import "./button.css"; function Button(props) { const { text, animationName, link } = props; return ( {text} ); } export default Button;