I have a app that will display landing page and has admin page.
The layout will be fully changed.
For example,
I have a layout.tsx file at root and having a set of components loaded for site landing page.
I do have reviews/layout.tsx file and have many routes inside the reviews folder for example, reviews/about, reviews/youtube, reviews/events which should take fresh layout which will reference class. etc.
I wanna change complete layout for a folder route (review)! But currently it is inheriting the parent layout file.
I tried it using template.tsx still same problem.