"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

{/* Hi */} {/* Fullstack developer, UI/UX designer, Software Engineer, welcome */}

See my resume Linkedin Contact Me
); }