import Link from "next/link"; function WantToButton({ href, text }) { return ( {text} ); } export default WantToButton;