import Head from 'next/head' import React from 'react' import TextShuffler from '../components/actions/TextShuffler' import threeJsAnimations from '../functions/frontend/threeJsAnimations' import GeneralLayout from '../layouts/general_layout/GeneralLayout' const index = () => { React.useEffect(() => { threeJsAnimations() }, []) return ( Benjamin Toby | Fullstack developer, UI UX designer

See my resume Linkedin Contact Me
) } export default index