function Button({ text, ...props }) { return ( {text} ); } export default function ImageAndText({ buttonText, children, imageUrl, title, ...props }) { return ( <>