import { Button, Box, Text } from 'theme-ui' export default function CustomButton({ text, link, color, textColor, // 🤓 sxProps, children }) { return ( ) }