© 2026 Hedgehog Software, LLC
const introContainerRef = useRef<HTMLDivElement>(null);
const introContainerInView = useInView(introContainerRef, { margin: "100px 0px 0px 0px", });