/* eslint-disable react/no-unescaped-entities */
export default function About() {
return (
<>
so hey, i'm naresh!
i'm an engineer and i love building things and tinkering on things.
i like going on runs and going for rides on my bike.
umm, maybe i'll write more here later.
>
);
}