Since react 19 [the react-router docs](https://reactrouter.com/start/framework/route-module#meta) recommend to use the native `<meta>` elements instead of the `MetaFunction` and `<Meta />` tag. - [ ] Remove `<Meta />` from root layout - [ ] Replace all occurences of `MetaFunction`/ `meta` export with usage of `<meta>` tags