import { useIntl, IntlShape, Msg, IntlHelper, Message } from '@tutorbook/intl'; import React from 'react'; import SpotlightMsg from '@tutorbook/spotlight-msg'; import ParentApproves from './gifs/parent-approves.gif'; import PupilSignsUp from './gifs/pupil-signs-up.gif'; import TutorSignsUp from './gifs/tutor-signs-up.gif'; import TutorJoinsBramble from './gifs/tutor-joins-bramble.gif'; import msgs from './msgs'; import styles from './about.module.scss'; export default function About(): JSX.Element { const intl: IntlShape = useIntl(); const msg: IntlHelper = (message: Msg) => intl.formatMessage(message); return ( <>