Move the <ClerkProvider> wrapper into the NavBar, or any other route of your choice than the Root Layout, i.e., in this case, src/app/layout.tsx to avoid multiple providers. For Sanity studio brings its own auth.
<ClerkProvider>
NavBar
Root Layout
src/app/layout.tsx