I want to know how can I access images from next frontend public folder

Try placing them in frontent/public/images/yourImageName and using it in code like this:

<img src="/images/yourImageName" />