'use client' import React, { useState } from "react"; import ModalVideo from "react-modal-video"; const FancyVideo = () => { const [isOpen, setOpen] = useState(false); return ( <> setOpen(false)} />
Stylish Affordable. Quality.
setOpen(true)}>
Watch Intro video It is a long established fact that will get it.{" "}
); }; export default FancyVideo;