Embarking on a new project with Nextjs, I kickstarted it using the popular command "npx create-next-app --ts". After customizing by removing the template UI and including a basic navbar at the top, all that remains is a straightforward row-based user interface. Currently, there are no other elements in my code. https://i.sstatic.net/P8UF5.png
Should this be cause for concern?