Theming
To add custom theming to this app, please update the following files and folders:
/src/app/globals.cssfor global CSS styles/src/app/layout.tsxfor manipulations with<html>and<body>tags, adding customs scripts, etc./src/components/Layoutcomponent folder to update main layout of the pages
Also you can add and use your own components and preferred UI component libraries.
Please, refer to Next.js docs to learn more about all available features.
