fix: hide mdoal in hero section

This commit is contained in:
RizqiSyahrendra 2025-02-14 05:11:15 +07:00
parent e4c04e5401
commit 11dd5a8532

View File

@ -2,7 +2,6 @@
import { useRef } from "react";
import Link from "next/link";
import Modal from "./Modal";
export default function Hero6() {
const videoRef = useRef<any | null>(null);