Here is Hole reveal Hero component
import InstancedWave from "@/components/ui/hole-reveal-hero"; export default function DemoOne() { return <InstancedWave />; }