import React, { useState } from 'react' import styles from './WelcomeBox.module.scss' import InternalLinkButton from '../Buttons/InternalLinkButton' const WelcomeBox = () => { const [playVideoEmbed, setPlayVideoEmbed] = useState(false) return (
Welcome to the new and improved
What's new?{' '} Watch this video below to find out more