diff --git a/src/components/home/IntroductionVideo/index.tsx b/src/components/home/IntroductionVideo/index.tsx new file mode 100644 index 0000000000..b0977a826b --- /dev/null +++ b/src/components/home/IntroductionVideo/index.tsx @@ -0,0 +1,24 @@ +import React, {useRef} from "react" +import "./style.css" + +const IntroductionVideo: React.FC = () => { + const videoId = "1011521201" + const videoRef = useRef(null) + + return ( +
+
+