import React from 'react' import styles from './CardAgreement.module.css' import SubmitButton from '../SubmitButton/SubmitButton' import { Typography } from '@mui/material' const CardAgreement = ({ title, image }) => { return ( <>
I hereby confirm the identity and address of ___________ as being true, correct and accurate.
) } export default CardAgreement