'use client' import Image from "next/image"; import React, { useState } from "react"; import ModalVideo from "react-modal-video"; const FacnyVideoThree = () => { const [isOpen, setOpen] = useState(false); return ( <> setOpen(false)} />
SHARE CoNTENT

Share content all platform.

Upload, edit, and share files with a team in a single place. Secure, backed up, and cross-device - now, work can happen from anywhere.

setOpen(true)} > WATCH VIDEO
{/* /.text-wrapper */}
media
); }; export default FacnyVideoThree;