type Props = { text: string; color: string; }; export const ContactFormSubmitButton = ({ text, color }: Props) => ( );