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

Envato Elements WordPress Plugin

What's new?{' '} Watch this video below to find out more

{ setPlayVideoEmbed(true) }}> {playVideoEmbed ?