import Head from 'next/head' import Image from 'next/image' import styles from '../styles/Home.module.css' import Matrix from '../components/Matrix' import Herotitle from '../components/Herotitle' import { ScrollMenu, VisibilityContext } from 'react-horizontal-scrolling-menu'; import { useContext, useEffect, useState } from 'react'; import { TypeAnimation } from 'react-type-animation'; export default function Home() { useEffect(() => { ; }, []); return (
[Project-Name-Here]
{ console.log('Done typing!'); // Place optional callbacks anywhere in the array } ]} wrapper="div" cursor={true} repeat={0} style={{ fontFamily: "silkscreen", fontSize: "larger" }} className="typeHeader" />
) }