if all my components are "use client" should I even use NextJS?

all my components in my website happen to have use client at the top
Should I even use NextJS at this point , if I fully prefer normal React, is there any benefit i am getting with NextJS if all my components are client?
Was this page helpful?