import React from "react"; import {ReactTyped} from "react-typed"; import {Hero_video} from "../utils/index"; const Home = () => { return (
{/* Video Background */} {/* Overlaying Text */}
{/* Title with Gradient */}

{/* Subtitle */}

Variants Deciphered

); }; export default Home;