Image not found while setting src in Next.js

Issue was the place where I was keeping my images folder. Images folder needed to be inside the public directory. And here is how it was referenced in the component,

<Avatar alt="Remy Sharp" src="/images/profile.jpg" />

Next.js version : 13.3 Next.js version : 13.3