"use client"; import React from "react"; import Image from "next/image"; // import TextShuffler from "../../components/actions/TextShuffler"; import { hero } from "../(utils)/animate"; export default function Hero() { React.useEffect(hero, []); return (
Benjamin Toby Image

I'm Benjamin Toby, a Software Engineer and UI/UX expert {/* Fullstack developer, UI/UX designer, Software Engineer, welcome */} {/* */}

See my resume Linkedin Contact Me
); }