import React, { useState } from 'react'; import FunFactThumb from '../../assets/images/fun-fact-thumb.png'; import CounterUpCom from '../../lib/CounterUpCom'; import PopupVideo from '../PopupVideo'; function FunFactHomeThree() { const [showVideo, setVideoValue] = useState(false); const handleShowVideo = (e) => { e.preventDefault(); setVideoValue(!showVideo); }; return ( <> {showVideo && ( handleShowVideo(e)} /> )}

Get started with Appie Template.

The app provides design and digital marketing, applied arts can include industrial design

k

App Downloads

+

Average Review

M

Active Users
); } export default FunFactHomeThree;