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

Import & Export all format.

Go paperless. Back up important documents to all your devices, and keep the information not the clutter.

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