import Image from 'next/image' import LegacyImage from 'next/legacy/image' import profilePic from '../public/small.jpg' function About() { return ( <>

My Homepage

Picture of the author

Welcome to my homepage!

) } export default About export function AboutFutureImage() { return }