"use client"; import React, { useState } from "react"; import Link from "next/link"; import AnimatedText from "@/components/common/AnimatedText"; import Image from "next/image"; import ModalVideo from "react-modal-video"; export default function Hero() { const [isOpen, setOpen] = useState(false); return ( <> setOpen(true)} className="video-btn video-popup" > setOpen(true)} className="video-text video-popup" > play now {" "} {" "} It is a long established fact that a reader will be distracted the readable content of a page when looking at layout the point of using lorem the is Ipsum less normal distribution of letters. Explore More {" "} setOpen(false)} />{" "} > ); }
It is a long established fact that a reader will be distracted the readable content of a page when looking at layout the point of using lorem the is Ipsum less normal distribution of letters.