import { Checkbox, Heading, HStack, IconButton, Link, Text, VStack } from '@cdx-ui/components'; import { ArrowBack, Close } from '@cdx-ui/icons'; export function MobileDepositTerms() { return ( Deposit check To activate Forge Design Mobile Deposit, review and accept the Forge Design Mobile Deposit Terms of Service and Privacy Policy. Read our{' '} Terms of Service {' '} and{' '} Privacy Policy . {}} className="items-start"> I have read and agree to the Forge Design Mobile Deposit Terms and Agreement ); }