diff --git a/.next/app-build-manifest.json b/.next/app-build-manifest.json index 6037d63..1ff2421 100644 --- a/.next/app-build-manifest.json +++ b/.next/app-build-manifest.json @@ -1,14 +1,14 @@ { "pages": { - "/events/versefest/page": [ + "/(main)/page": [ "static/chunks/webpack.js", "static/chunks/main-app.js", - "static/chunks/app/events/versefest/page.js" + "static/chunks/app/(main)/page.js" ], - "/events/layout": [ + "/(main)/layout": [ "static/chunks/webpack.js", "static/chunks/main-app.js", - "static/chunks/app/events/layout.js" + "static/chunks/app/(main)/layout.js" ], "/layout": [ "static/chunks/webpack.js", @@ -21,20 +21,20 @@ "static/chunks/main-app.js", "static/chunks/app/not-found.js" ], - "/(main)/page": [ - "static/chunks/webpack.js", - "static/chunks/main-app.js", - "static/chunks/app/(main)/page.js" - ], - "/(main)/layout": [ - "static/chunks/webpack.js", - "static/chunks/main-app.js", - "static/chunks/app/(main)/layout.js" - ], "/_not-found/page": [ "static/chunks/webpack.js", "static/chunks/main-app.js", "static/chunks/app/_not-found/page.js" + ], + "/features/page": [ + "static/chunks/webpack.js", + "static/chunks/main-app.js", + "static/chunks/app/features/page.js" + ], + "/features/layout": [ + "static/chunks/webpack.js", + "static/chunks/main-app.js", + "static/chunks/app/features/layout.js" ] } } \ No newline at end of file diff --git a/.next/build-manifest.json b/.next/build-manifest.json index b4e9156..018cb67 100644 --- a/.next/build-manifest.json +++ b/.next/build-manifest.json @@ -2,9 +2,7 @@ "polyfillFiles": [ "static/chunks/polyfills.js" ], - "devFiles": [ - "static/chunks/react-refresh.js" - ], + "devFiles": [], "ampDevFiles": [], "lowPriorityFiles": [ "static/development/_buildManifest.js", @@ -15,16 +13,7 @@ "static/chunks/main-app.js" ], "pages": { - "/_app": [ - "static/chunks/webpack.js", - "static/chunks/main.js", - "static/chunks/pages/_app.js" - ], - "/_error": [ - "static/chunks/webpack.js", - "static/chunks/main.js", - "static/chunks/pages/_error.js" - ] + "/_app": [] }, "ampFirstPages": [] } \ No newline at end of file diff --git a/.next/cache/webpack/client-development/0.pack.gz b/.next/cache/webpack/client-development/0.pack.gz index 4204447..35607bf 100644 Binary files a/.next/cache/webpack/client-development/0.pack.gz and b/.next/cache/webpack/client-development/0.pack.gz differ diff --git a/.next/cache/webpack/client-development/1.pack.gz b/.next/cache/webpack/client-development/1.pack.gz index b4a6eab..806a175 100644 Binary files a/.next/cache/webpack/client-development/1.pack.gz and b/.next/cache/webpack/client-development/1.pack.gz differ diff --git a/.next/cache/webpack/client-development/2.pack.gz b/.next/cache/webpack/client-development/2.pack.gz index 688c1b1..1e0eb57 100644 Binary files a/.next/cache/webpack/client-development/2.pack.gz and b/.next/cache/webpack/client-development/2.pack.gz differ diff --git a/.next/cache/webpack/client-development/index.pack.gz b/.next/cache/webpack/client-development/index.pack.gz index e8d4d46..c873b7d 100644 Binary files a/.next/cache/webpack/client-development/index.pack.gz and b/.next/cache/webpack/client-development/index.pack.gz differ diff --git a/.next/cache/webpack/client-development/index.pack.gz.old b/.next/cache/webpack/client-development/index.pack.gz.old index a88165c..c4cff67 100644 Binary files a/.next/cache/webpack/client-development/index.pack.gz.old and b/.next/cache/webpack/client-development/index.pack.gz.old differ diff --git a/.next/cache/webpack/server-development/0.pack.gz b/.next/cache/webpack/server-development/0.pack.gz index 15e477c..0a0ffd3 100644 Binary files a/.next/cache/webpack/server-development/0.pack.gz and b/.next/cache/webpack/server-development/0.pack.gz differ diff --git a/.next/cache/webpack/server-development/1.pack.gz b/.next/cache/webpack/server-development/1.pack.gz index 7a06866..f0bf194 100644 Binary files a/.next/cache/webpack/server-development/1.pack.gz and b/.next/cache/webpack/server-development/1.pack.gz differ diff --git a/.next/cache/webpack/server-development/2.pack.gz b/.next/cache/webpack/server-development/2.pack.gz index d7c9f5a..0cf80a0 100644 Binary files a/.next/cache/webpack/server-development/2.pack.gz and b/.next/cache/webpack/server-development/2.pack.gz differ diff --git a/.next/cache/webpack/server-development/index.pack.gz b/.next/cache/webpack/server-development/index.pack.gz index 34d3286..a2591ae 100644 Binary files a/.next/cache/webpack/server-development/index.pack.gz and b/.next/cache/webpack/server-development/index.pack.gz differ diff --git a/.next/cache/webpack/server-development/index.pack.gz.old b/.next/cache/webpack/server-development/index.pack.gz.old index 35020df..2acf6f0 100644 Binary files a/.next/cache/webpack/server-development/index.pack.gz.old and b/.next/cache/webpack/server-development/index.pack.gz.old differ diff --git a/.next/server/app-paths-manifest.json b/.next/server/app-paths-manifest.json index d2c1141..0cd0c09 100644 --- a/.next/server/app-paths-manifest.json +++ b/.next/server/app-paths-manifest.json @@ -1,5 +1,5 @@ { "/_not-found/page": "app/_not-found/page.js", "/(main)/page": "app/(main)/page.js", - "/events/versefest/page": "app/events/versefest/page.js" + "/features/page": "app/features/page.js" } \ No newline at end of file diff --git a/.next/server/app/(main)/page.js b/.next/server/app/(main)/page.js index dcd61a4..de67f2b 100644 --- a/.next/server/app/(main)/page.js +++ b/.next/server/app/(main)/page.js @@ -56,64 +56,64 @@ module.exports = require("next/dist/compiled/next-server/app-page.runtime.dev.js /***/ }), -/***/ "(rsc)/./node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!": -/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** ./node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D! ***! - \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +/***/ "(rsc)/./node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=D%3A%5Cgithub%5Courverse_new%5Csrc%5Capp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=D%3A%5Cgithub%5Courverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!": +/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** ./node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=D%3A%5Cgithub%5Courverse_new%5Csrc%5Capp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=D%3A%5Cgithub%5Courverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D! ***! + \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ GlobalError: () => (/* reexport default from dynamic */ next_dist_client_components_error_boundary__WEBPACK_IMPORTED_MODULE_2___default.a),\n/* harmony export */ __next_app__: () => (/* binding */ __next_app__),\n/* harmony export */ originalPathname: () => (/* binding */ originalPathname),\n/* harmony export */ pages: () => (/* binding */ pages),\n/* harmony export */ routeModule: () => (/* binding */ routeModule),\n/* harmony export */ tree: () => (/* binding */ tree)\n/* harmony export */ });\n/* harmony import */ var next_dist_server_future_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! next/dist/server/future/route-modules/app-page/module.compiled */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js?d969\");\n/* harmony import */ var next_dist_server_future_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_future_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_dist_server_future_route_kind__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/dist/server/future/route-kind */ \"(rsc)/./node_modules/next/dist/server/future/route-kind.js\");\n/* harmony import */ var next_dist_client_components_error_boundary__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! next/dist/client/components/error-boundary */ \"(rsc)/./node_modules/next/dist/client/components/error-boundary.js\");\n/* harmony import */ var next_dist_client_components_error_boundary__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(next_dist_client_components_error_boundary__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! next/dist/server/app-render/entry-base */ \"(rsc)/./node_modules/next/dist/server/app-render/entry-base.js\");\n/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};\n/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_3__) if([\"default\",\"tree\",\"pages\",\"GlobalError\",\"originalPathname\",\"__next_app__\",\"routeModule\"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_3__[__WEBPACK_IMPORT_KEY__]\n/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);\n\"TURBOPACK { transition: next-ssr }\";\n\n\n// We inject the tree and pages here so that we can use them in the route\n// module.\nconst tree = {\n children: [\n '',\n {\n children: [\n '(main)',\n {\n children: ['__PAGE__', {}, {\n page: [() => Promise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/app/(main)/page.jsx */ \"(rsc)/./src/app/(main)/page.jsx\")), \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page.jsx\"],\n \n }]\n },\n {\n 'layout': [() => Promise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/app/(main)/layout.jsx */ \"(rsc)/./src/app/(main)/layout.jsx\")), \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/layout.jsx\"],\n \n }\n ]\n },\n {\n 'layout': [() => Promise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/app/layout.jsx */ \"(rsc)/./src/app/layout.jsx\")), \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/layout.jsx\"],\n'not-found': [() => Promise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/app/not-found.jsx */ \"(rsc)/./src/app/not-found.jsx\")), \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/not-found.jsx\"],\n \n }\n ]\n }.children;\nconst pages = [\"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page.jsx\"];\n\n\nconst __next_app_require__ = __webpack_require__\nconst __next_app_load_chunk__ = () => Promise.resolve()\nconst originalPathname = \"/(main)/page\";\nconst __next_app__ = {\n require: __next_app_require__,\n loadChunk: __next_app_load_chunk__\n};\n\n// Create and export the route module that will be consumed.\nconst routeModule = new next_dist_server_future_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__.AppPageRouteModule({\n definition: {\n kind: next_dist_server_future_route_kind__WEBPACK_IMPORTED_MODULE_1__.RouteKind.APP_PAGE,\n page: \"/(main)/page\",\n pathname: \"/\",\n // The following aren't used in production.\n bundlePath: \"\",\n filename: \"\",\n appPaths: []\n },\n userland: {\n loaderTree: tree\n }\n});\n\n//# sourceMappingURL=app-page.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWFwcC1sb2FkZXIuanM/bmFtZT1hcHAlMkYobWFpbiklMkZwYWdlJnBhZ2U9JTJGKG1haW4pJTJGcGFnZSZhcHBQYXRocz0lMkYobWFpbiklMkZwYWdlJnBhZ2VQYXRoPXByaXZhdGUtbmV4dC1hcHAtZGlyJTJGKG1haW4pJTJGcGFnZS5qc3gmYXBwRGlyPSUyRlVzZXJzJTJGc2FzaGFhc3RpYWRpJTJGY29kZSUyRmdpdC5vdXJ3b3JsZC50ZiUyRm91cnZlcnNlX25ldyUyRnNyYyUyRmFwcCZwYWdlRXh0ZW5zaW9ucz10c3gmcGFnZUV4dGVuc2lvbnM9dHMmcGFnZUV4dGVuc2lvbnM9anN4JnBhZ2VFeHRlbnNpb25zPWpzJnJvb3REaXI9JTJGVXNlcnMlMkZzYXNoYWFzdGlhZGklMkZjb2RlJTJGZ2l0Lm91cndvcmxkLnRmJTJGb3VydmVyc2VfbmV3JmlzRGV2PXRydWUmdHNjb25maWdQYXRoPXRzY29uZmlnLmpzb24mYmFzZVBhdGg9JmFzc2V0UHJlZml4PSZuZXh0Q29uZmlnT3V0cHV0PWV4cG9ydCZwcmVmZXJyZWRSZWdpb249Jm1pZGRsZXdhcmVDb25maWc9ZTMwJTNEISIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsYUFBYSxzQkFBc0I7QUFDaUU7QUFDckM7QUFDL0Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaUNBQWlDO0FBQ2pDLHVCQUF1Qiw4SkFBa0g7QUFDekk7QUFDQSxTQUFTO0FBQ1QsT0FBTztBQUNQO0FBQ0EseUJBQXlCLGtLQUFvSDtBQUM3STtBQUNBO0FBQ0E7QUFDQSxPQUFPO0FBQ1A7QUFDQSx5QkFBeUIsb0pBQTZHO0FBQ3RJLG9CQUFvQiwwSkFBZ0g7QUFDcEk7QUFDQTtBQUNBO0FBQ0EsT0FBTztBQUNQO0FBQ3VCO0FBQzZEO0FBQ3BGLDZCQUE2QixtQkFBbUI7QUFDaEQ7QUFDTztBQUNBO0FBQ1A7QUFDQTtBQUNBO0FBQ3VEO0FBQ3ZEO0FBQ08sd0JBQXdCLDhHQUFrQjtBQUNqRDtBQUNBLGNBQWMseUVBQVM7QUFDdkI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBLENBQUM7O0FBRUQiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvP2I0YmQiXSwic291cmNlc0NvbnRlbnQiOlsiXCJUVVJCT1BBQ0sgeyB0cmFuc2l0aW9uOiBuZXh0LXNzciB9XCI7XG5pbXBvcnQgeyBBcHBQYWdlUm91dGVNb2R1bGUgfSBmcm9tIFwibmV4dC9kaXN0L3NlcnZlci9mdXR1cmUvcm91dGUtbW9kdWxlcy9hcHAtcGFnZS9tb2R1bGUuY29tcGlsZWRcIjtcbmltcG9ydCB7IFJvdXRlS2luZCB9IGZyb20gXCJuZXh0L2Rpc3Qvc2VydmVyL2Z1dHVyZS9yb3V0ZS1raW5kXCI7XG4vLyBXZSBpbmplY3QgdGhlIHRyZWUgYW5kIHBhZ2VzIGhlcmUgc28gdGhhdCB3ZSBjYW4gdXNlIHRoZW0gaW4gdGhlIHJvdXRlXG4vLyBtb2R1bGUuXG5jb25zdCB0cmVlID0ge1xuICAgICAgICBjaGlsZHJlbjogW1xuICAgICAgICAnJyxcbiAgICAgICAge1xuICAgICAgICBjaGlsZHJlbjogW1xuICAgICAgICAnKG1haW4pJyxcbiAgICAgICAge1xuICAgICAgICBjaGlsZHJlbjogWydfX1BBR0VfXycsIHt9LCB7XG4gICAgICAgICAgcGFnZTogWygpID0+IGltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiL1VzZXJzL3Nhc2hhYXN0aWFkaS9jb2RlL2dpdC5vdXJ3b3JsZC50Zi9vdXJ2ZXJzZV9uZXcvc3JjL2FwcC8obWFpbikvcGFnZS5qc3hcIiksIFwiL1VzZXJzL3Nhc2hhYXN0aWFkaS9jb2RlL2dpdC5vdXJ3b3JsZC50Zi9vdXJ2ZXJzZV9uZXcvc3JjL2FwcC8obWFpbikvcGFnZS5qc3hcIl0sXG4gICAgICAgICAgXG4gICAgICAgIH1dXG4gICAgICB9LFxuICAgICAgICB7XG4gICAgICAgICdsYXlvdXQnOiBbKCkgPT4gaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIgKi8gXCIvVXNlcnMvc2FzaGFhc3RpYWRpL2NvZGUvZ2l0Lm91cndvcmxkLnRmL291cnZlcnNlX25ldy9zcmMvYXBwLyhtYWluKS9sYXlvdXQuanN4XCIpLCBcIi9Vc2Vycy9zYXNoYWFzdGlhZGkvY29kZS9naXQub3Vyd29ybGQudGYvb3VydmVyc2VfbmV3L3NyYy9hcHAvKG1haW4pL2xheW91dC5qc3hcIl0sXG4gICAgICAgIFxuICAgICAgfVxuICAgICAgXVxuICAgICAgfSxcbiAgICAgICAge1xuICAgICAgICAnbGF5b3V0JzogWygpID0+IGltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiL1VzZXJzL3Nhc2hhYXN0aWFkaS9jb2RlL2dpdC5vdXJ3b3JsZC50Zi9vdXJ2ZXJzZV9uZXcvc3JjL2FwcC9sYXlvdXQuanN4XCIpLCBcIi9Vc2Vycy9zYXNoYWFzdGlhZGkvY29kZS9naXQub3Vyd29ybGQudGYvb3VydmVyc2VfbmV3L3NyYy9hcHAvbGF5b3V0LmpzeFwiXSxcbidub3QtZm91bmQnOiBbKCkgPT4gaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIgKi8gXCIvVXNlcnMvc2FzaGFhc3RpYWRpL2NvZGUvZ2l0Lm91cndvcmxkLnRmL291cnZlcnNlX25ldy9zcmMvYXBwL25vdC1mb3VuZC5qc3hcIiksIFwiL1VzZXJzL3Nhc2hhYXN0aWFkaS9jb2RlL2dpdC5vdXJ3b3JsZC50Zi9vdXJ2ZXJzZV9uZXcvc3JjL2FwcC9ub3QtZm91bmQuanN4XCJdLFxuICAgICAgICBcbiAgICAgIH1cbiAgICAgIF1cbiAgICAgIH0uY2hpbGRyZW47XG5jb25zdCBwYWdlcyA9IFtcIi9Vc2Vycy9zYXNoYWFzdGlhZGkvY29kZS9naXQub3Vyd29ybGQudGYvb3VydmVyc2VfbmV3L3NyYy9hcHAvKG1haW4pL3BhZ2UuanN4XCJdO1xuZXhwb3J0IHsgdHJlZSwgcGFnZXMgfTtcbmV4cG9ydCB7IGRlZmF1bHQgYXMgR2xvYmFsRXJyb3IgfSBmcm9tIFwibmV4dC9kaXN0L2NsaWVudC9jb21wb25lbnRzL2Vycm9yLWJvdW5kYXJ5XCI7XG5jb25zdCBfX25leHRfYXBwX3JlcXVpcmVfXyA9IF9fd2VicGFja19yZXF1aXJlX19cbmNvbnN0IF9fbmV4dF9hcHBfbG9hZF9jaHVua19fID0gKCkgPT4gUHJvbWlzZS5yZXNvbHZlKClcbmV4cG9ydCBjb25zdCBvcmlnaW5hbFBhdGhuYW1lID0gXCIvKG1haW4pL3BhZ2VcIjtcbmV4cG9ydCBjb25zdCBfX25leHRfYXBwX18gPSB7XG4gICAgcmVxdWlyZTogX19uZXh0X2FwcF9yZXF1aXJlX18sXG4gICAgbG9hZENodW5rOiBfX25leHRfYXBwX2xvYWRfY2h1bmtfX1xufTtcbmV4cG9ydCAqIGZyb20gXCJuZXh0L2Rpc3Qvc2VydmVyL2FwcC1yZW5kZXIvZW50cnktYmFzZVwiO1xuLy8gQ3JlYXRlIGFuZCBleHBvcnQgdGhlIHJvdXRlIG1vZHVsZSB0aGF0IHdpbGwgYmUgY29uc3VtZWQuXG5leHBvcnQgY29uc3Qgcm91dGVNb2R1bGUgPSBuZXcgQXBwUGFnZVJvdXRlTW9kdWxlKHtcbiAgICBkZWZpbml0aW9uOiB7XG4gICAgICAgIGtpbmQ6IFJvdXRlS2luZC5BUFBfUEFHRSxcbiAgICAgICAgcGFnZTogXCIvKG1haW4pL3BhZ2VcIixcbiAgICAgICAgcGF0aG5hbWU6IFwiL1wiLFxuICAgICAgICAvLyBUaGUgZm9sbG93aW5nIGFyZW4ndCB1c2VkIGluIHByb2R1Y3Rpb24uXG4gICAgICAgIGJ1bmRsZVBhdGg6IFwiXCIsXG4gICAgICAgIGZpbGVuYW1lOiBcIlwiLFxuICAgICAgICBhcHBQYXRoczogW11cbiAgICB9LFxuICAgIHVzZXJsYW5kOiB7XG4gICAgICAgIGxvYWRlclRyZWU6IHRyZWVcbiAgICB9XG59KTtcblxuLy8jIHNvdXJjZU1hcHBpbmdVUkw9YXBwLXBhZ2UuanMubWFwIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ GlobalError: () => (/* reexport default from dynamic */ next_dist_client_components_error_boundary__WEBPACK_IMPORTED_MODULE_2___default.a),\n/* harmony export */ __next_app__: () => (/* binding */ __next_app__),\n/* harmony export */ originalPathname: () => (/* binding */ originalPathname),\n/* harmony export */ pages: () => (/* binding */ pages),\n/* harmony export */ routeModule: () => (/* binding */ routeModule),\n/* harmony export */ tree: () => (/* binding */ tree)\n/* harmony export */ });\n/* harmony import */ var next_dist_server_future_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! next/dist/server/future/route-modules/app-page/module.compiled */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js?d969\");\n/* harmony import */ var next_dist_server_future_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_future_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_dist_server_future_route_kind__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/dist/server/future/route-kind */ \"(rsc)/./node_modules/next/dist/server/future/route-kind.js\");\n/* harmony import */ var next_dist_client_components_error_boundary__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! next/dist/client/components/error-boundary */ \"(rsc)/./node_modules/next/dist/client/components/error-boundary.js\");\n/* harmony import */ var next_dist_client_components_error_boundary__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(next_dist_client_components_error_boundary__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! next/dist/server/app-render/entry-base */ \"(rsc)/./node_modules/next/dist/server/app-render/entry-base.js\");\n/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};\n/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_3__) if([\"default\",\"tree\",\"pages\",\"GlobalError\",\"originalPathname\",\"__next_app__\",\"routeModule\"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_3__[__WEBPACK_IMPORT_KEY__]\n/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);\n\"TURBOPACK { transition: next-ssr }\";\n\n\n// We inject the tree and pages here so that we can use them in the route\n// module.\nconst tree = {\n children: [\n '',\n {\n children: [\n '(main)',\n {\n children: ['__PAGE__', {}, {\n page: [() => Promise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/app/(main)/page.jsx */ \"(rsc)/./src/app/(main)/page.jsx\")), \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\(main)\\\\page.jsx\"],\n \n }]\n },\n {\n 'layout': [() => Promise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/app/(main)/layout.jsx */ \"(rsc)/./src/app/(main)/layout.jsx\")), \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\(main)\\\\layout.jsx\"],\n \n }\n ]\n },\n {\n 'layout': [() => Promise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/app/layout.jsx */ \"(rsc)/./src/app/layout.jsx\")), \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\layout.jsx\"],\n'not-found': [() => Promise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/app/not-found.jsx */ \"(rsc)/./src/app/not-found.jsx\")), \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\not-found.jsx\"],\n \n }\n ]\n }.children;\nconst pages = [\"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\(main)\\\\page.jsx\"];\n\n\nconst __next_app_require__ = __webpack_require__\nconst __next_app_load_chunk__ = () => Promise.resolve()\nconst originalPathname = \"/(main)/page\";\nconst __next_app__ = {\n require: __next_app_require__,\n loadChunk: __next_app_load_chunk__\n};\n\n// Create and export the route module that will be consumed.\nconst routeModule = new next_dist_server_future_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__.AppPageRouteModule({\n definition: {\n kind: next_dist_server_future_route_kind__WEBPACK_IMPORTED_MODULE_1__.RouteKind.APP_PAGE,\n page: \"/(main)/page\",\n pathname: \"/\",\n // The following aren't used in production.\n bundlePath: \"\",\n filename: \"\",\n appPaths: []\n },\n userland: {\n loaderTree: tree\n }\n});\n\n//# sourceMappingURL=app-page.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWFwcC1sb2FkZXIuanM/bmFtZT1hcHAlMkYobWFpbiklMkZwYWdlJnBhZ2U9JTJGKG1haW4pJTJGcGFnZSZhcHBQYXRocz0lMkYobWFpbiklMkZwYWdlJnBhZ2VQYXRoPXByaXZhdGUtbmV4dC1hcHAtZGlyJTJGKG1haW4pJTJGcGFnZS5qc3gmYXBwRGlyPUQlM0ElNUNnaXRodWIlNUNvdXJ2ZXJzZV9uZXclNUNzcmMlNUNhcHAmcGFnZUV4dGVuc2lvbnM9dHN4JnBhZ2VFeHRlbnNpb25zPXRzJnBhZ2VFeHRlbnNpb25zPWpzeCZwYWdlRXh0ZW5zaW9ucz1qcyZyb290RGlyPUQlM0ElNUNnaXRodWIlNUNvdXJ2ZXJzZV9uZXcmaXNEZXY9dHJ1ZSZ0c2NvbmZpZ1BhdGg9dHNjb25maWcuanNvbiZiYXNlUGF0aD0mYXNzZXRQcmVmaXg9Jm5leHRDb25maWdPdXRwdXQ9ZXhwb3J0JnByZWZlcnJlZFJlZ2lvbj0mbWlkZGxld2FyZUNvbmZpZz1lMzAlM0QhIiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxhQUFhLHNCQUFzQjtBQUNpRTtBQUNyQztBQUMvRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxpQ0FBaUM7QUFDakMsdUJBQXVCLDhKQUF5RjtBQUNoSDtBQUNBLFNBQVM7QUFDVCxPQUFPO0FBQ1A7QUFDQSx5QkFBeUIsa0tBQTJGO0FBQ3BIO0FBQ0E7QUFDQTtBQUNBLE9BQU87QUFDUDtBQUNBLHlCQUF5QixvSkFBbUY7QUFDNUcsb0JBQW9CLDBKQUFzRjtBQUMxRztBQUNBO0FBQ0E7QUFDQSxPQUFPO0FBQ1A7QUFDdUI7QUFDNkQ7QUFDcEYsNkJBQTZCLG1CQUFtQjtBQUNoRDtBQUNPO0FBQ0E7QUFDUDtBQUNBO0FBQ0E7QUFDdUQ7QUFDdkQ7QUFDTyx3QkFBd0IsOEdBQWtCO0FBQ2pEO0FBQ0EsY0FBYyx5RUFBUztBQUN2QjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0EsQ0FBQzs7QUFFRCIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8/OWVmNiJdLCJzb3VyY2VzQ29udGVudCI6WyJcIlRVUkJPUEFDSyB7IHRyYW5zaXRpb246IG5leHQtc3NyIH1cIjtcbmltcG9ydCB7IEFwcFBhZ2VSb3V0ZU1vZHVsZSB9IGZyb20gXCJuZXh0L2Rpc3Qvc2VydmVyL2Z1dHVyZS9yb3V0ZS1tb2R1bGVzL2FwcC1wYWdlL21vZHVsZS5jb21waWxlZFwiO1xuaW1wb3J0IHsgUm91dGVLaW5kIH0gZnJvbSBcIm5leHQvZGlzdC9zZXJ2ZXIvZnV0dXJlL3JvdXRlLWtpbmRcIjtcbi8vIFdlIGluamVjdCB0aGUgdHJlZSBhbmQgcGFnZXMgaGVyZSBzbyB0aGF0IHdlIGNhbiB1c2UgdGhlbSBpbiB0aGUgcm91dGVcbi8vIG1vZHVsZS5cbmNvbnN0IHRyZWUgPSB7XG4gICAgICAgIGNoaWxkcmVuOiBbXG4gICAgICAgICcnLFxuICAgICAgICB7XG4gICAgICAgIGNoaWxkcmVuOiBbXG4gICAgICAgICcobWFpbiknLFxuICAgICAgICB7XG4gICAgICAgIGNoaWxkcmVuOiBbJ19fUEFHRV9fJywge30sIHtcbiAgICAgICAgICBwYWdlOiBbKCkgPT4gaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIgKi8gXCJEOlxcXFxnaXRodWJcXFxcb3VydmVyc2VfbmV3XFxcXHNyY1xcXFxhcHBcXFxcKG1haW4pXFxcXHBhZ2UuanN4XCIpLCBcIkQ6XFxcXGdpdGh1YlxcXFxvdXJ2ZXJzZV9uZXdcXFxcc3JjXFxcXGFwcFxcXFwobWFpbilcXFxccGFnZS5qc3hcIl0sXG4gICAgICAgICAgXG4gICAgICAgIH1dXG4gICAgICB9LFxuICAgICAgICB7XG4gICAgICAgICdsYXlvdXQnOiBbKCkgPT4gaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIgKi8gXCJEOlxcXFxnaXRodWJcXFxcb3VydmVyc2VfbmV3XFxcXHNyY1xcXFxhcHBcXFxcKG1haW4pXFxcXGxheW91dC5qc3hcIiksIFwiRDpcXFxcZ2l0aHViXFxcXG91cnZlcnNlX25ld1xcXFxzcmNcXFxcYXBwXFxcXChtYWluKVxcXFxsYXlvdXQuanN4XCJdLFxuICAgICAgICBcbiAgICAgIH1cbiAgICAgIF1cbiAgICAgIH0sXG4gICAgICAgIHtcbiAgICAgICAgJ2xheW91dCc6IFsoKSA9PiBpbXBvcnQoLyogd2VicGFja01vZGU6IFwiZWFnZXJcIiAqLyBcIkQ6XFxcXGdpdGh1YlxcXFxvdXJ2ZXJzZV9uZXdcXFxcc3JjXFxcXGFwcFxcXFxsYXlvdXQuanN4XCIpLCBcIkQ6XFxcXGdpdGh1YlxcXFxvdXJ2ZXJzZV9uZXdcXFxcc3JjXFxcXGFwcFxcXFxsYXlvdXQuanN4XCJdLFxuJ25vdC1mb3VuZCc6IFsoKSA9PiBpbXBvcnQoLyogd2VicGFja01vZGU6IFwiZWFnZXJcIiAqLyBcIkQ6XFxcXGdpdGh1YlxcXFxvdXJ2ZXJzZV9uZXdcXFxcc3JjXFxcXGFwcFxcXFxub3QtZm91bmQuanN4XCIpLCBcIkQ6XFxcXGdpdGh1YlxcXFxvdXJ2ZXJzZV9uZXdcXFxcc3JjXFxcXGFwcFxcXFxub3QtZm91bmQuanN4XCJdLFxuICAgICAgICBcbiAgICAgIH1cbiAgICAgIF1cbiAgICAgIH0uY2hpbGRyZW47XG5jb25zdCBwYWdlcyA9IFtcIkQ6XFxcXGdpdGh1YlxcXFxvdXJ2ZXJzZV9uZXdcXFxcc3JjXFxcXGFwcFxcXFwobWFpbilcXFxccGFnZS5qc3hcIl07XG5leHBvcnQgeyB0cmVlLCBwYWdlcyB9O1xuZXhwb3J0IHsgZGVmYXVsdCBhcyBHbG9iYWxFcnJvciB9IGZyb20gXCJuZXh0L2Rpc3QvY2xpZW50L2NvbXBvbmVudHMvZXJyb3ItYm91bmRhcnlcIjtcbmNvbnN0IF9fbmV4dF9hcHBfcmVxdWlyZV9fID0gX193ZWJwYWNrX3JlcXVpcmVfX1xuY29uc3QgX19uZXh0X2FwcF9sb2FkX2NodW5rX18gPSAoKSA9PiBQcm9taXNlLnJlc29sdmUoKVxuZXhwb3J0IGNvbnN0IG9yaWdpbmFsUGF0aG5hbWUgPSBcIi8obWFpbikvcGFnZVwiO1xuZXhwb3J0IGNvbnN0IF9fbmV4dF9hcHBfXyA9IHtcbiAgICByZXF1aXJlOiBfX25leHRfYXBwX3JlcXVpcmVfXyxcbiAgICBsb2FkQ2h1bms6IF9fbmV4dF9hcHBfbG9hZF9jaHVua19fXG59O1xuZXhwb3J0ICogZnJvbSBcIm5leHQvZGlzdC9zZXJ2ZXIvYXBwLXJlbmRlci9lbnRyeS1iYXNlXCI7XG4vLyBDcmVhdGUgYW5kIGV4cG9ydCB0aGUgcm91dGUgbW9kdWxlIHRoYXQgd2lsbCBiZSBjb25zdW1lZC5cbmV4cG9ydCBjb25zdCByb3V0ZU1vZHVsZSA9IG5ldyBBcHBQYWdlUm91dGVNb2R1bGUoe1xuICAgIGRlZmluaXRpb246IHtcbiAgICAgICAga2luZDogUm91dGVLaW5kLkFQUF9QQUdFLFxuICAgICAgICBwYWdlOiBcIi8obWFpbikvcGFnZVwiLFxuICAgICAgICBwYXRobmFtZTogXCIvXCIsXG4gICAgICAgIC8vIFRoZSBmb2xsb3dpbmcgYXJlbid0IHVzZWQgaW4gcHJvZHVjdGlvbi5cbiAgICAgICAgYnVuZGxlUGF0aDogXCJcIixcbiAgICAgICAgZmlsZW5hbWU6IFwiXCIsXG4gICAgICAgIGFwcFBhdGhzOiBbXVxuICAgIH0sXG4gICAgdXNlcmxhbmQ6IHtcbiAgICAgICAgbG9hZGVyVHJlZTogdHJlZVxuICAgIH1cbn0pO1xuXG4vLyMgc291cmNlTWFwcGluZ1VSTD1hcHAtcGFnZS5qcy5tYXAiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=D%3A%5Cgithub%5Courverse_new%5Csrc%5Capp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=D%3A%5Cgithub%5Courverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!\n"); /***/ }), -/***/ "(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!": -/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** ./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=true! ***! - \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +/***/ "(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Capp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cerror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Clayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Crender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!": +/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** ./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Capp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cerror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Clayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Crender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=true! ***! + \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => { -eval("Promise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/components/app-router.js */ \"(ssr)/./node_modules/next/dist/client/components/app-router.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/components/client-page.js */ \"(ssr)/./node_modules/next/dist/client/components/client-page.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/components/error-boundary.js */ \"(ssr)/./node_modules/next/dist/client/components/error-boundary.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/components/layout-router.js */ \"(ssr)/./node_modules/next/dist/client/components/layout-router.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/components/not-found-boundary.js */ \"(ssr)/./node_modules/next/dist/client/components/not-found-boundary.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/components/render-from-template-context.js */ \"(ssr)/./node_modules/next/dist/client/components/render-from-template-context.js\", 23));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWZsaWdodC1jbGllbnQtZW50cnktbG9hZGVyLmpzP21vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMiUyRlVzZXJzJTJGc2FzaGFhc3RpYWRpJTJGY29kZSUyRmdpdC5vdXJ3b3JsZC50ZiUyRm91cnZlcnNlX25ldyUyRm5vZGVfbW9kdWxlcyUyRm5leHQlMkZkaXN0JTJGY2xpZW50JTJGY29tcG9uZW50cyUyRmFwcC1yb3V0ZXIuanMlMjIlMkMlMjJpZHMlMjIlM0ElNUIlNUQlN0QmbW9kdWxlcz0lN0IlMjJyZXF1ZXN0JTIyJTNBJTIyJTJGVXNlcnMlMkZzYXNoYWFzdGlhZGklMkZjb2RlJTJGZ2l0Lm91cndvcmxkLnRmJTJGb3VydmVyc2VfbmV3JTJGbm9kZV9tb2R1bGVzJTJGbmV4dCUyRmRpc3QlMkZjbGllbnQlMkZjb21wb25lbnRzJTJGY2xpZW50LXBhZ2UuanMlMjIlMkMlMjJpZHMlMjIlM0ElNUIlNUQlN0QmbW9kdWxlcz0lN0IlMjJyZXF1ZXN0JTIyJTNBJTIyJTJGVXNlcnMlMkZzYXNoYWFzdGlhZGklMkZjb2RlJTJGZ2l0Lm91cndvcmxkLnRmJTJGb3VydmVyc2VfbmV3JTJGbm9kZV9tb2R1bGVzJTJGbmV4dCUyRmRpc3QlMkZjbGllbnQlMkZjb21wb25lbnRzJTJGZXJyb3ItYm91bmRhcnkuanMlMjIlMkMlMjJpZHMlMjIlM0ElNUIlNUQlN0QmbW9kdWxlcz0lN0IlMjJyZXF1ZXN0JTIyJTNBJTIyJTJGVXNlcnMlMkZzYXNoYWFzdGlhZGklMkZjb2RlJTJGZ2l0Lm91cndvcmxkLnRmJTJGb3VydmVyc2VfbmV3JTJGbm9kZV9tb2R1bGVzJTJGbmV4dCUyRmRpc3QlMkZjbGllbnQlMkZjb21wb25lbnRzJTJGbGF5b3V0LXJvdXRlci5qcyUyMiUyQyUyMmlkcyUyMiUzQSU1QiU1RCU3RCZtb2R1bGVzPSU3QiUyMnJlcXVlc3QlMjIlM0ElMjIlMkZVc2VycyUyRnNhc2hhYXN0aWFkaSUyRmNvZGUlMkZnaXQub3Vyd29ybGQudGYlMkZvdXJ2ZXJzZV9uZXclMkZub2RlX21vZHVsZXMlMkZuZXh0JTJGZGlzdCUyRmNsaWVudCUyRmNvbXBvbmVudHMlMkZub3QtZm91bmQtYm91bmRhcnkuanMlMjIlMkMlMjJpZHMlMjIlM0ElNUIlNUQlN0QmbW9kdWxlcz0lN0IlMjJyZXF1ZXN0JTIyJTNBJTIyJTJGVXNlcnMlMkZzYXNoYWFzdGlhZGklMkZjb2RlJTJGZ2l0Lm91cndvcmxkLnRmJTJGb3VydmVyc2VfbmV3JTJGbm9kZV9tb2R1bGVzJTJGbmV4dCUyRmRpc3QlMkZjbGllbnQlMkZjb21wb25lbnRzJTJGcmVuZGVyLWZyb20tdGVtcGxhdGUtY29udGV4dC5qcyUyMiUyQyUyMmlkcyUyMiUzQSU1QiU1RCU3RCZzZXJ2ZXI9dHJ1ZSEiLCJtYXBwaW5ncyI6IkFBQUEsa09BQWlKO0FBQ2pKO0FBQ0Esb09BQWtKO0FBQ2xKO0FBQ0EsME9BQXFKO0FBQ3JKO0FBQ0Esd09BQW9KO0FBQ3BKO0FBQ0Esa1BBQXlKO0FBQ3pKO0FBQ0Esc1FBQW1LIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLz9hM2RjIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiL1VzZXJzL3Nhc2hhYXN0aWFkaS9jb2RlL2dpdC5vdXJ3b3JsZC50Zi9vdXJ2ZXJzZV9uZXcvbm9kZV9tb2R1bGVzL25leHQvZGlzdC9jbGllbnQvY29tcG9uZW50cy9hcHAtcm91dGVyLmpzXCIpO1xuO1xuaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIgKi8gXCIvVXNlcnMvc2FzaGFhc3RpYWRpL2NvZGUvZ2l0Lm91cndvcmxkLnRmL291cnZlcnNlX25ldy9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2NsaWVudC9jb21wb25lbnRzL2NsaWVudC1wYWdlLmpzXCIpO1xuO1xuaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIgKi8gXCIvVXNlcnMvc2FzaGFhc3RpYWRpL2NvZGUvZ2l0Lm91cndvcmxkLnRmL291cnZlcnNlX25ldy9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2NsaWVudC9jb21wb25lbnRzL2Vycm9yLWJvdW5kYXJ5LmpzXCIpO1xuO1xuaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIgKi8gXCIvVXNlcnMvc2FzaGFhc3RpYWRpL2NvZGUvZ2l0Lm91cndvcmxkLnRmL291cnZlcnNlX25ldy9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2NsaWVudC9jb21wb25lbnRzL2xheW91dC1yb3V0ZXIuanNcIik7XG47XG5pbXBvcnQoLyogd2VicGFja01vZGU6IFwiZWFnZXJcIiAqLyBcIi9Vc2Vycy9zYXNoYWFzdGlhZGkvY29kZS9naXQub3Vyd29ybGQudGYvb3VydmVyc2VfbmV3L25vZGVfbW9kdWxlcy9uZXh0L2Rpc3QvY2xpZW50L2NvbXBvbmVudHMvbm90LWZvdW5kLWJvdW5kYXJ5LmpzXCIpO1xuO1xuaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIgKi8gXCIvVXNlcnMvc2FzaGFhc3RpYWRpL2NvZGUvZ2l0Lm91cndvcmxkLnRmL291cnZlcnNlX25ldy9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2NsaWVudC9jb21wb25lbnRzL3JlbmRlci1mcm9tLXRlbXBsYXRlLWNvbnRleHQuanNcIik7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!\n"); +eval("Promise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/components/app-router.js */ \"(ssr)/./node_modules/next/dist/client/components/app-router.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/components/client-page.js */ \"(ssr)/./node_modules/next/dist/client/components/client-page.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/components/error-boundary.js */ \"(ssr)/./node_modules/next/dist/client/components/error-boundary.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/components/layout-router.js */ \"(ssr)/./node_modules/next/dist/client/components/layout-router.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/components/not-found-boundary.js */ \"(ssr)/./node_modules/next/dist/client/components/not-found-boundary.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/components/render-from-template-context.js */ \"(ssr)/./node_modules/next/dist/client/components/render-from-template-context.js\", 23));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWZsaWdodC1jbGllbnQtZW50cnktbG9hZGVyLmpzP21vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMkQlM0ElNUMlNUNnaXRodWIlNUMlNUNvdXJ2ZXJzZV9uZXclNUMlNUNub2RlX21vZHVsZXMlNUMlNUNuZXh0JTVDJTVDZGlzdCU1QyU1Q2NsaWVudCU1QyU1Q2NvbXBvbmVudHMlNUMlNUNhcHAtcm91dGVyLmpzJTIyJTJDJTIyaWRzJTIyJTNBJTVCJTVEJTdEJm1vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMkQlM0ElNUMlNUNnaXRodWIlNUMlNUNvdXJ2ZXJzZV9uZXclNUMlNUNub2RlX21vZHVsZXMlNUMlNUNuZXh0JTVDJTVDZGlzdCU1QyU1Q2NsaWVudCU1QyU1Q2NvbXBvbmVudHMlNUMlNUNjbGllbnQtcGFnZS5qcyUyMiUyQyUyMmlkcyUyMiUzQSU1QiU1RCU3RCZtb2R1bGVzPSU3QiUyMnJlcXVlc3QlMjIlM0ElMjJEJTNBJTVDJTVDZ2l0aHViJTVDJTVDb3VydmVyc2VfbmV3JTVDJTVDbm9kZV9tb2R1bGVzJTVDJTVDbmV4dCU1QyU1Q2Rpc3QlNUMlNUNjbGllbnQlNUMlNUNjb21wb25lbnRzJTVDJTVDZXJyb3ItYm91bmRhcnkuanMlMjIlMkMlMjJpZHMlMjIlM0ElNUIlNUQlN0QmbW9kdWxlcz0lN0IlMjJyZXF1ZXN0JTIyJTNBJTIyRCUzQSU1QyU1Q2dpdGh1YiU1QyU1Q291cnZlcnNlX25ldyU1QyU1Q25vZGVfbW9kdWxlcyU1QyU1Q25leHQlNUMlNUNkaXN0JTVDJTVDY2xpZW50JTVDJTVDY29tcG9uZW50cyU1QyU1Q2xheW91dC1yb3V0ZXIuanMlMjIlMkMlMjJpZHMlMjIlM0ElNUIlNUQlN0QmbW9kdWxlcz0lN0IlMjJyZXF1ZXN0JTIyJTNBJTIyRCUzQSU1QyU1Q2dpdGh1YiU1QyU1Q291cnZlcnNlX25ldyU1QyU1Q25vZGVfbW9kdWxlcyU1QyU1Q25leHQlNUMlNUNkaXN0JTVDJTVDY2xpZW50JTVDJTVDY29tcG9uZW50cyU1QyU1Q25vdC1mb3VuZC1ib3VuZGFyeS5qcyUyMiUyQyUyMmlkcyUyMiUzQSU1QiU1RCU3RCZtb2R1bGVzPSU3QiUyMnJlcXVlc3QlMjIlM0ElMjJEJTNBJTVDJTVDZ2l0aHViJTVDJTVDb3VydmVyc2VfbmV3JTVDJTVDbm9kZV9tb2R1bGVzJTVDJTVDbmV4dCU1QyU1Q2Rpc3QlNUMlNUNjbGllbnQlNUMlNUNjb21wb25lbnRzJTVDJTVDcmVuZGVyLWZyb20tdGVtcGxhdGUtY29udGV4dC5qcyUyMiUyQyUyMmlkcyUyMiUzQSU1QiU1RCU3RCZzZXJ2ZXI9dHJ1ZSEiLCJtYXBwaW5ncyI6IkFBQUEsa09BQTBIO0FBQzFIO0FBQ0Esb09BQTJIO0FBQzNIO0FBQ0EsME9BQThIO0FBQzlIO0FBQ0Esd09BQTZIO0FBQzdIO0FBQ0Esa1BBQWtJO0FBQ2xJO0FBQ0Esc1FBQTRJIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLz9hNzExIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiRDpcXFxcZ2l0aHViXFxcXG91cnZlcnNlX25ld1xcXFxub2RlX21vZHVsZXNcXFxcbmV4dFxcXFxkaXN0XFxcXGNsaWVudFxcXFxjb21wb25lbnRzXFxcXGFwcC1yb3V0ZXIuanNcIik7XG47XG5pbXBvcnQoLyogd2VicGFja01vZGU6IFwiZWFnZXJcIiAqLyBcIkQ6XFxcXGdpdGh1YlxcXFxvdXJ2ZXJzZV9uZXdcXFxcbm9kZV9tb2R1bGVzXFxcXG5leHRcXFxcZGlzdFxcXFxjbGllbnRcXFxcY29tcG9uZW50c1xcXFxjbGllbnQtcGFnZS5qc1wiKTtcbjtcbmltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiRDpcXFxcZ2l0aHViXFxcXG91cnZlcnNlX25ld1xcXFxub2RlX21vZHVsZXNcXFxcbmV4dFxcXFxkaXN0XFxcXGNsaWVudFxcXFxjb21wb25lbnRzXFxcXGVycm9yLWJvdW5kYXJ5LmpzXCIpO1xuO1xuaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIgKi8gXCJEOlxcXFxnaXRodWJcXFxcb3VydmVyc2VfbmV3XFxcXG5vZGVfbW9kdWxlc1xcXFxuZXh0XFxcXGRpc3RcXFxcY2xpZW50XFxcXGNvbXBvbmVudHNcXFxcbGF5b3V0LXJvdXRlci5qc1wiKTtcbjtcbmltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiRDpcXFxcZ2l0aHViXFxcXG91cnZlcnNlX25ld1xcXFxub2RlX21vZHVsZXNcXFxcbmV4dFxcXFxkaXN0XFxcXGNsaWVudFxcXFxjb21wb25lbnRzXFxcXG5vdC1mb3VuZC1ib3VuZGFyeS5qc1wiKTtcbjtcbmltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiRDpcXFxcZ2l0aHViXFxcXG91cnZlcnNlX25ld1xcXFxub2RlX21vZHVsZXNcXFxcbmV4dFxcXFxkaXN0XFxcXGNsaWVudFxcXFxjb21wb25lbnRzXFxcXHJlbmRlci1mcm9tLXRlbXBsYXRlLWNvbnRleHQuanNcIik7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Capp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cerror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Clayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Crender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!\n"); /***/ }), -/***/ "(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=true!": -/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** ./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=true! ***! - \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +/***/ "(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=true!": +/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** ./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=true! ***! + \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => { -eval("Promise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/image-component.js */ \"(ssr)/./node_modules/next/dist/client/image-component.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/link.js */ \"(ssr)/./node_modules/next/dist/client/link.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/components/Bentosection.jsx */ \"(ssr)/./src/components/Bentosection.jsx\"));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/components/Product.jsx */ \"(ssr)/./src/components/Product.jsx\"));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/images/background3.jpg */ \"(ssr)/./src/images/background3.jpg\"));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/images/logos/mirage.svg */ \"(ssr)/./src/images/logos/mirage.svg\"));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/images/logos/statickit.svg */ \"(ssr)/./src/images/logos/statickit.svg\"));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/images/logos/transistor.svg */ \"(ssr)/./src/images/logos/transistor.svg\"));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/images/logos/tuple.svg */ \"(ssr)/./src/images/logos/tuple.svg\"));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWZsaWdodC1jbGllbnQtZW50cnktbG9hZGVyLmpzP21vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMiUyRlVzZXJzJTJGc2FzaGFhc3RpYWRpJTJGY29kZSUyRmdpdC5vdXJ3b3JsZC50ZiUyRm91cnZlcnNlX25ldyUyRm5vZGVfbW9kdWxlcyUyRm5leHQlMkZkaXN0JTJGY2xpZW50JTJGaW1hZ2UtY29tcG9uZW50LmpzJTIyJTJDJTIyaWRzJTIyJTNBJTVCJTVEJTdEJm1vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMiUyRlVzZXJzJTJGc2FzaGFhc3RpYWRpJTJGY29kZSUyRmdpdC5vdXJ3b3JsZC50ZiUyRm91cnZlcnNlX25ldyUyRm5vZGVfbW9kdWxlcyUyRm5leHQlMkZkaXN0JTJGY2xpZW50JTJGbGluay5qcyUyMiUyQyUyMmlkcyUyMiUzQSU1QiUyMiolMjIlNUQlN0QmbW9kdWxlcz0lN0IlMjJyZXF1ZXN0JTIyJTNBJTIyJTJGVXNlcnMlMkZzYXNoYWFzdGlhZGklMkZjb2RlJTJGZ2l0Lm91cndvcmxkLnRmJTJGb3VydmVyc2VfbmV3JTJGc3JjJTJGY29tcG9uZW50cyUyRkJlbnRvc2VjdGlvbi5qc3glMjIlMkMlMjJpZHMlMjIlM0ElNUIlMjJkZWZhdWx0JTIyJTVEJTdEJm1vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMiUyRlVzZXJzJTJGc2FzaGFhc3RpYWRpJTJGY29kZSUyRmdpdC5vdXJ3b3JsZC50ZiUyRm91cnZlcnNlX25ldyUyRnNyYyUyRmNvbXBvbmVudHMlMkZQcm9kdWN0LmpzeCUyMiUyQyUyMmlkcyUyMiUzQSU1QiU1RCU3RCZtb2R1bGVzPSU3QiUyMnJlcXVlc3QlMjIlM0ElMjIlMkZVc2VycyUyRnNhc2hhYXN0aWFkaSUyRmNvZGUlMkZnaXQub3Vyd29ybGQudGYlMkZvdXJ2ZXJzZV9uZXclMkZzcmMlMkZpbWFnZXMlMkZiYWNrZ3JvdW5kMy5qcGclMjIlMkMlMjJpZHMlMjIlM0ElNUIlNUQlN0QmbW9kdWxlcz0lN0IlMjJyZXF1ZXN0JTIyJTNBJTIyJTJGVXNlcnMlMkZzYXNoYWFzdGlhZGklMkZjb2RlJTJGZ2l0Lm91cndvcmxkLnRmJTJGb3VydmVyc2VfbmV3JTJGc3JjJTJGaW1hZ2VzJTJGbG9nb3MlMkZtaXJhZ2Uuc3ZnJTIyJTJDJTIyaWRzJTIyJTNBJTVCJTIyKiUyMiU1RCU3RCZtb2R1bGVzPSU3QiUyMnJlcXVlc3QlMjIlM0ElMjIlMkZVc2VycyUyRnNhc2hhYXN0aWFkaSUyRmNvZGUlMkZnaXQub3Vyd29ybGQudGYlMkZvdXJ2ZXJzZV9uZXclMkZzcmMlMkZpbWFnZXMlMkZsb2dvcyUyRnN0YXRpY2tpdC5zdmclMjIlMkMlMjJpZHMlMjIlM0ElNUIlMjIqJTIyJTVEJTdEJm1vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMiUyRlVzZXJzJTJGc2FzaGFhc3RpYWRpJTJGY29kZSUyRmdpdC5vdXJ3b3JsZC50ZiUyRm91cnZlcnNlX25ldyUyRnNyYyUyRmltYWdlcyUyRmxvZ29zJTJGdHJhbnNpc3Rvci5zdmclMjIlMkMlMjJpZHMlMjIlM0ElNUIlMjIqJTIyJTVEJTdEJm1vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMiUyRlVzZXJzJTJGc2FzaGFhc3RpYWRpJTJGY29kZSUyRmdpdC5vdXJ3b3JsZC50ZiUyRm91cnZlcnNlX25ldyUyRnNyYyUyRmltYWdlcyUyRmxvZ29zJTJGdHVwbGUuc3ZnJTIyJTJDJTIyaWRzJTIyJTNBJTVCJTIyKiUyMiU1RCU3RCZzZXJ2ZXI9dHJ1ZSEiLCJtYXBwaW5ncyI6IkFBQUEsc05BQTJJO0FBQzNJO0FBQ0EsZ01BQWdJO0FBQ2hJO0FBQ0EsOEtBQXVKO0FBQ3ZKO0FBQ0Esb0tBQXFIO0FBQ3JIO0FBQ0Esb0tBQXFIO0FBQ3JIO0FBQ0Esc0tBQXNIO0FBQ3RIO0FBQ0EsNEtBQXlIO0FBQ3pIO0FBQ0EsOEtBQTBIO0FBQzFIO0FBQ0Esb0tBQXFIIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLz9kYmYwIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiL1VzZXJzL3Nhc2hhYXN0aWFkaS9jb2RlL2dpdC5vdXJ3b3JsZC50Zi9vdXJ2ZXJzZV9uZXcvbm9kZV9tb2R1bGVzL25leHQvZGlzdC9jbGllbnQvaW1hZ2UtY29tcG9uZW50LmpzXCIpO1xuO1xuaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIgKi8gXCIvVXNlcnMvc2FzaGFhc3RpYWRpL2NvZGUvZ2l0Lm91cndvcmxkLnRmL291cnZlcnNlX25ldy9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2NsaWVudC9saW5rLmpzXCIpO1xuO1xuaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIsIHdlYnBhY2tFeHBvcnRzOiBbXCJkZWZhdWx0XCJdICovIFwiL1VzZXJzL3Nhc2hhYXN0aWFkaS9jb2RlL2dpdC5vdXJ3b3JsZC50Zi9vdXJ2ZXJzZV9uZXcvc3JjL2NvbXBvbmVudHMvQmVudG9zZWN0aW9uLmpzeFwiKTtcbjtcbmltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiL1VzZXJzL3Nhc2hhYXN0aWFkaS9jb2RlL2dpdC5vdXJ3b3JsZC50Zi9vdXJ2ZXJzZV9uZXcvc3JjL2NvbXBvbmVudHMvUHJvZHVjdC5qc3hcIik7XG47XG5pbXBvcnQoLyogd2VicGFja01vZGU6IFwiZWFnZXJcIiAqLyBcIi9Vc2Vycy9zYXNoYWFzdGlhZGkvY29kZS9naXQub3Vyd29ybGQudGYvb3VydmVyc2VfbmV3L3NyYy9pbWFnZXMvYmFja2dyb3VuZDMuanBnXCIpO1xuO1xuaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIgKi8gXCIvVXNlcnMvc2FzaGFhc3RpYWRpL2NvZGUvZ2l0Lm91cndvcmxkLnRmL291cnZlcnNlX25ldy9zcmMvaW1hZ2VzL2xvZ29zL21pcmFnZS5zdmdcIik7XG47XG5pbXBvcnQoLyogd2VicGFja01vZGU6IFwiZWFnZXJcIiAqLyBcIi9Vc2Vycy9zYXNoYWFzdGlhZGkvY29kZS9naXQub3Vyd29ybGQudGYvb3VydmVyc2VfbmV3L3NyYy9pbWFnZXMvbG9nb3Mvc3RhdGlja2l0LnN2Z1wiKTtcbjtcbmltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiL1VzZXJzL3Nhc2hhYXN0aWFkaS9jb2RlL2dpdC5vdXJ3b3JsZC50Zi9vdXJ2ZXJzZV9uZXcvc3JjL2ltYWdlcy9sb2dvcy90cmFuc2lzdG9yLnN2Z1wiKTtcbjtcbmltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiL1VzZXJzL3Nhc2hhYXN0aWFkaS9jb2RlL2dpdC5vdXJ3b3JsZC50Zi9vdXJ2ZXJzZV9uZXcvc3JjL2ltYWdlcy9sb2dvcy90dXBsZS5zdmdcIik7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=true!\n"); +eval("Promise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/image-component.js */ \"(ssr)/./node_modules/next/dist/client/image-component.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/link.js */ \"(ssr)/./node_modules/next/dist/client/link.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/components/Bentosection.jsx */ \"(ssr)/./src/components/Bentosection.jsx\"));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/components/Product.jsx */ \"(ssr)/./src/components/Product.jsx\"));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/images/background3.jpg */ \"(ssr)/./src/images/background3.jpg\"));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/images/logos/mirage.svg */ \"(ssr)/./src/images/logos/mirage.svg\"));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/images/logos/statickit.svg */ \"(ssr)/./src/images/logos/statickit.svg\"));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/images/logos/transistor.svg */ \"(ssr)/./src/images/logos/transistor.svg\"));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/images/logos/tuple.svg */ \"(ssr)/./src/images/logos/tuple.svg\"));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWZsaWdodC1jbGllbnQtZW50cnktbG9hZGVyLmpzP21vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMkQlM0ElNUMlNUNnaXRodWIlNUMlNUNvdXJ2ZXJzZV9uZXclNUMlNUNub2RlX21vZHVsZXMlNUMlNUNuZXh0JTVDJTVDZGlzdCU1QyU1Q2NsaWVudCU1QyU1Q2ltYWdlLWNvbXBvbmVudC5qcyUyMiUyQyUyMmlkcyUyMiUzQSU1QiU1RCU3RCZtb2R1bGVzPSU3QiUyMnJlcXVlc3QlMjIlM0ElMjJEJTNBJTVDJTVDZ2l0aHViJTVDJTVDb3VydmVyc2VfbmV3JTVDJTVDbm9kZV9tb2R1bGVzJTVDJTVDbmV4dCU1QyU1Q2Rpc3QlNUMlNUNjbGllbnQlNUMlNUNsaW5rLmpzJTIyJTJDJTIyaWRzJTIyJTNBJTVCJTIyKiUyMiU1RCU3RCZtb2R1bGVzPSU3QiUyMnJlcXVlc3QlMjIlM0ElMjJEJTNBJTVDJTVDZ2l0aHViJTVDJTVDb3VydmVyc2VfbmV3JTVDJTVDc3JjJTVDJTVDY29tcG9uZW50cyU1QyU1Q0JlbnRvc2VjdGlvbi5qc3glMjIlMkMlMjJpZHMlMjIlM0ElNUIlMjJkZWZhdWx0JTIyJTVEJTdEJm1vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMkQlM0ElNUMlNUNnaXRodWIlNUMlNUNvdXJ2ZXJzZV9uZXclNUMlNUNzcmMlNUMlNUNjb21wb25lbnRzJTVDJTVDUHJvZHVjdC5qc3glMjIlMkMlMjJpZHMlMjIlM0ElNUIlNUQlN0QmbW9kdWxlcz0lN0IlMjJyZXF1ZXN0JTIyJTNBJTIyRCUzQSU1QyU1Q2dpdGh1YiU1QyU1Q291cnZlcnNlX25ldyU1QyU1Q3NyYyU1QyU1Q2ltYWdlcyU1QyU1Q2JhY2tncm91bmQzLmpwZyUyMiUyQyUyMmlkcyUyMiUzQSU1QiU1RCU3RCZtb2R1bGVzPSU3QiUyMnJlcXVlc3QlMjIlM0ElMjJEJTNBJTVDJTVDZ2l0aHViJTVDJTVDb3VydmVyc2VfbmV3JTVDJTVDc3JjJTVDJTVDaW1hZ2VzJTVDJTVDbG9nb3MlNUMlNUNtaXJhZ2Uuc3ZnJTIyJTJDJTIyaWRzJTIyJTNBJTVCJTIyKiUyMiU1RCU3RCZtb2R1bGVzPSU3QiUyMnJlcXVlc3QlMjIlM0ElMjJEJTNBJTVDJTVDZ2l0aHViJTVDJTVDb3VydmVyc2VfbmV3JTVDJTVDc3JjJTVDJTVDaW1hZ2VzJTVDJTVDbG9nb3MlNUMlNUNzdGF0aWNraXQuc3ZnJTIyJTJDJTIyaWRzJTIyJTNBJTVCJTIyKiUyMiU1RCU3RCZtb2R1bGVzPSU3QiUyMnJlcXVlc3QlMjIlM0ElMjJEJTNBJTVDJTVDZ2l0aHViJTVDJTVDb3VydmVyc2VfbmV3JTVDJTVDc3JjJTVDJTVDaW1hZ2VzJTVDJTVDbG9nb3MlNUMlNUN0cmFuc2lzdG9yLnN2ZyUyMiUyQyUyMmlkcyUyMiUzQSU1QiUyMiolMjIlNUQlN0QmbW9kdWxlcz0lN0IlMjJyZXF1ZXN0JTIyJTNBJTIyRCUzQSU1QyU1Q2dpdGh1YiU1QyU1Q291cnZlcnNlX25ldyU1QyU1Q3NyYyU1QyU1Q2ltYWdlcyU1QyU1Q2xvZ29zJTVDJTVDdHVwbGUuc3ZnJTIyJTJDJTIyaWRzJTIyJTNBJTVCJTIyKiUyMiU1RCU3RCZzZXJ2ZXI9dHJ1ZSEiLCJtYXBwaW5ncyI6IkFBQUEsc05BQW1IO0FBQ25IO0FBQ0EsZ01BQXdHO0FBQ3hHO0FBQ0EsOEtBQTZIO0FBQzdIO0FBQ0Esb0tBQTJGO0FBQzNGO0FBQ0Esb0tBQTJGO0FBQzNGO0FBQ0Esc0tBQTZGO0FBQzdGO0FBQ0EsNEtBQWdHO0FBQ2hHO0FBQ0EsOEtBQWlHO0FBQ2pHO0FBQ0Esb0tBQTRGIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLz8xNDMwIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiRDpcXFxcZ2l0aHViXFxcXG91cnZlcnNlX25ld1xcXFxub2RlX21vZHVsZXNcXFxcbmV4dFxcXFxkaXN0XFxcXGNsaWVudFxcXFxpbWFnZS1jb21wb25lbnQuanNcIik7XG47XG5pbXBvcnQoLyogd2VicGFja01vZGU6IFwiZWFnZXJcIiAqLyBcIkQ6XFxcXGdpdGh1YlxcXFxvdXJ2ZXJzZV9uZXdcXFxcbm9kZV9tb2R1bGVzXFxcXG5leHRcXFxcZGlzdFxcXFxjbGllbnRcXFxcbGluay5qc1wiKTtcbjtcbmltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiLCB3ZWJwYWNrRXhwb3J0czogW1wiZGVmYXVsdFwiXSAqLyBcIkQ6XFxcXGdpdGh1YlxcXFxvdXJ2ZXJzZV9uZXdcXFxcc3JjXFxcXGNvbXBvbmVudHNcXFxcQmVudG9zZWN0aW9uLmpzeFwiKTtcbjtcbmltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiRDpcXFxcZ2l0aHViXFxcXG91cnZlcnNlX25ld1xcXFxzcmNcXFxcY29tcG9uZW50c1xcXFxQcm9kdWN0LmpzeFwiKTtcbjtcbmltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiRDpcXFxcZ2l0aHViXFxcXG91cnZlcnNlX25ld1xcXFxzcmNcXFxcaW1hZ2VzXFxcXGJhY2tncm91bmQzLmpwZ1wiKTtcbjtcbmltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiRDpcXFxcZ2l0aHViXFxcXG91cnZlcnNlX25ld1xcXFxzcmNcXFxcaW1hZ2VzXFxcXGxvZ29zXFxcXG1pcmFnZS5zdmdcIik7XG47XG5pbXBvcnQoLyogd2VicGFja01vZGU6IFwiZWFnZXJcIiAqLyBcIkQ6XFxcXGdpdGh1YlxcXFxvdXJ2ZXJzZV9uZXdcXFxcc3JjXFxcXGltYWdlc1xcXFxsb2dvc1xcXFxzdGF0aWNraXQuc3ZnXCIpO1xuO1xuaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIgKi8gXCJEOlxcXFxnaXRodWJcXFxcb3VydmVyc2VfbmV3XFxcXHNyY1xcXFxpbWFnZXNcXFxcbG9nb3NcXFxcdHJhbnNpc3Rvci5zdmdcIik7XG47XG5pbXBvcnQoLyogd2VicGFja01vZGU6IFwiZWFnZXJcIiAqLyBcIkQ6XFxcXGdpdGh1YlxcXFxvdXJ2ZXJzZV9uZXdcXFxcc3JjXFxcXGltYWdlc1xcXFxsb2dvc1xcXFx0dXBsZS5zdmdcIik7XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=true!\n"); /***/ }), -/***/ "(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=true!": -/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** ./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=true! ***! - \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +/***/ "(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=true!": +/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** ./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=true! ***! + \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => { -eval("Promise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/image-component.js */ \"(ssr)/./node_modules/next/dist/client/image-component.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/link.js */ \"(ssr)/./node_modules/next/dist/client/link.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/components/Header.jsx */ \"(ssr)/./src/components/Header.jsx\"));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/images/background3.jpg */ \"(ssr)/./src/images/background3.jpg\"));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWZsaWdodC1jbGllbnQtZW50cnktbG9hZGVyLmpzP21vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMiUyRlVzZXJzJTJGc2FzaGFhc3RpYWRpJTJGY29kZSUyRmdpdC5vdXJ3b3JsZC50ZiUyRm91cnZlcnNlX25ldyUyRm5vZGVfbW9kdWxlcyUyRm5leHQlMkZkaXN0JTJGY2xpZW50JTJGaW1hZ2UtY29tcG9uZW50LmpzJTIyJTJDJTIyaWRzJTIyJTNBJTVCJTVEJTdEJm1vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMiUyRlVzZXJzJTJGc2FzaGFhc3RpYWRpJTJGY29kZSUyRmdpdC5vdXJ3b3JsZC50ZiUyRm91cnZlcnNlX25ldyUyRm5vZGVfbW9kdWxlcyUyRm5leHQlMkZkaXN0JTJGY2xpZW50JTJGbGluay5qcyUyMiUyQyUyMmlkcyUyMiUzQSU1QiUyMiolMjIlNUQlN0QmbW9kdWxlcz0lN0IlMjJyZXF1ZXN0JTIyJTNBJTIyJTJGVXNlcnMlMkZzYXNoYWFzdGlhZGklMkZjb2RlJTJGZ2l0Lm91cndvcmxkLnRmJTJGb3VydmVyc2VfbmV3JTJGc3JjJTJGY29tcG9uZW50cyUyRkhlYWRlci5qc3glMjIlMkMlMjJpZHMlMjIlM0ElNUIlMjJIZWFkZXIlMjIlNUQlN0QmbW9kdWxlcz0lN0IlMjJyZXF1ZXN0JTIyJTNBJTIyJTJGVXNlcnMlMkZzYXNoYWFzdGlhZGklMkZjb2RlJTJGZ2l0Lm91cndvcmxkLnRmJTJGb3VydmVyc2VfbmV3JTJGc3JjJTJGaW1hZ2VzJTJGYmFja2dyb3VuZDMuanBnJTIyJTJDJTIyaWRzJTIyJTNBJTVCJTVEJTdEJnNlcnZlcj10cnVlISIsIm1hcHBpbmdzIjoiQUFBQSxzTkFBMkk7QUFDM0k7QUFDQSxnTUFBZ0k7QUFDaEk7QUFDQSxrS0FBZ0o7QUFDaEo7QUFDQSxvS0FBcUgiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvP2U5NTQiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIgKi8gXCIvVXNlcnMvc2FzaGFhc3RpYWRpL2NvZGUvZ2l0Lm91cndvcmxkLnRmL291cnZlcnNlX25ldy9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2NsaWVudC9pbWFnZS1jb21wb25lbnQuanNcIik7XG47XG5pbXBvcnQoLyogd2VicGFja01vZGU6IFwiZWFnZXJcIiAqLyBcIi9Vc2Vycy9zYXNoYWFzdGlhZGkvY29kZS9naXQub3Vyd29ybGQudGYvb3VydmVyc2VfbmV3L25vZGVfbW9kdWxlcy9uZXh0L2Rpc3QvY2xpZW50L2xpbmsuanNcIik7XG47XG5pbXBvcnQoLyogd2VicGFja01vZGU6IFwiZWFnZXJcIiwgd2VicGFja0V4cG9ydHM6IFtcIkhlYWRlclwiXSAqLyBcIi9Vc2Vycy9zYXNoYWFzdGlhZGkvY29kZS9naXQub3Vyd29ybGQudGYvb3VydmVyc2VfbmV3L3NyYy9jb21wb25lbnRzL0hlYWRlci5qc3hcIik7XG47XG5pbXBvcnQoLyogd2VicGFja01vZGU6IFwiZWFnZXJcIiAqLyBcIi9Vc2Vycy9zYXNoYWFzdGlhZGkvY29kZS9naXQub3Vyd29ybGQudGYvb3VydmVyc2VfbmV3L3NyYy9pbWFnZXMvYmFja2dyb3VuZDMuanBnXCIpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=true!\n"); +eval("Promise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/image-component.js */ \"(ssr)/./node_modules/next/dist/client/image-component.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.t.bind(__webpack_require__, /*! ./node_modules/next/dist/client/link.js */ \"(ssr)/./node_modules/next/dist/client/link.js\", 23));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/components/Header.jsx */ \"(ssr)/./src/components/Header.jsx\"));\n;\nPromise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/images/background3.jpg */ \"(ssr)/./src/images/background3.jpg\"));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWZsaWdodC1jbGllbnQtZW50cnktbG9hZGVyLmpzP21vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMkQlM0ElNUMlNUNnaXRodWIlNUMlNUNvdXJ2ZXJzZV9uZXclNUMlNUNub2RlX21vZHVsZXMlNUMlNUNuZXh0JTVDJTVDZGlzdCU1QyU1Q2NsaWVudCU1QyU1Q2ltYWdlLWNvbXBvbmVudC5qcyUyMiUyQyUyMmlkcyUyMiUzQSU1QiU1RCU3RCZtb2R1bGVzPSU3QiUyMnJlcXVlc3QlMjIlM0ElMjJEJTNBJTVDJTVDZ2l0aHViJTVDJTVDb3VydmVyc2VfbmV3JTVDJTVDbm9kZV9tb2R1bGVzJTVDJTVDbmV4dCU1QyU1Q2Rpc3QlNUMlNUNjbGllbnQlNUMlNUNsaW5rLmpzJTIyJTJDJTIyaWRzJTIyJTNBJTVCJTIyKiUyMiU1RCU3RCZtb2R1bGVzPSU3QiUyMnJlcXVlc3QlMjIlM0ElMjJEJTNBJTVDJTVDZ2l0aHViJTVDJTVDb3VydmVyc2VfbmV3JTVDJTVDc3JjJTVDJTVDY29tcG9uZW50cyU1QyU1Q0hlYWRlci5qc3glMjIlMkMlMjJpZHMlMjIlM0ElNUIlMjJIZWFkZXIlMjIlNUQlN0QmbW9kdWxlcz0lN0IlMjJyZXF1ZXN0JTIyJTNBJTIyRCUzQSU1QyU1Q2dpdGh1YiU1QyU1Q291cnZlcnNlX25ldyU1QyU1Q3NyYyU1QyU1Q2ltYWdlcyU1QyU1Q2JhY2tncm91bmQzLmpwZyUyMiUyQyUyMmlkcyUyMiUzQSU1QiU1RCU3RCZzZXJ2ZXI9dHJ1ZSEiLCJtYXBwaW5ncyI6IkFBQUEsc05BQW1IO0FBQ25IO0FBQ0EsZ01BQXdHO0FBQ3hHO0FBQ0Esa0tBQXNIO0FBQ3RIO0FBQ0Esb0tBQTJGIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLz80YTA3Il0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiICovIFwiRDpcXFxcZ2l0aHViXFxcXG91cnZlcnNlX25ld1xcXFxub2RlX21vZHVsZXNcXFxcbmV4dFxcXFxkaXN0XFxcXGNsaWVudFxcXFxpbWFnZS1jb21wb25lbnQuanNcIik7XG47XG5pbXBvcnQoLyogd2VicGFja01vZGU6IFwiZWFnZXJcIiAqLyBcIkQ6XFxcXGdpdGh1YlxcXFxvdXJ2ZXJzZV9uZXdcXFxcbm9kZV9tb2R1bGVzXFxcXG5leHRcXFxcZGlzdFxcXFxjbGllbnRcXFxcbGluay5qc1wiKTtcbjtcbmltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiLCB3ZWJwYWNrRXhwb3J0czogW1wiSGVhZGVyXCJdICovIFwiRDpcXFxcZ2l0aHViXFxcXG91cnZlcnNlX25ld1xcXFxzcmNcXFxcY29tcG9uZW50c1xcXFxIZWFkZXIuanN4XCIpO1xuO1xuaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIgKi8gXCJEOlxcXFxnaXRodWJcXFxcb3VydmVyc2VfbmV3XFxcXHNyY1xcXFxpbWFnZXNcXFxcYmFja2dyb3VuZDMuanBnXCIpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=true!\n"); /***/ }), -/***/ "(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!": -/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** ./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=true! ***! - \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +/***/ "(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Cgoogle%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Cgoogle%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cstyles%5C%5Ctailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!": +/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** ./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Cgoogle%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Cgoogle%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cstyles%5C%5Ctailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=true! ***! + \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /***/ (() => { /***/ }), -/***/ "(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=true!": -/*!***************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** ./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=true! ***! - \***************************************************************************************************************************************************************************************************************************************************************************/ +/***/ "(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=true!": +/*!*******************************************************************************************************************************************************************************************************************************************************!*\ + !*** ./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=true! ***! + \*******************************************************************************************************************************************************************************************************************************************************/ /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => { -eval("Promise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/components/Header.jsx */ \"(ssr)/./src/components/Header.jsx\"));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWZsaWdodC1jbGllbnQtZW50cnktbG9hZGVyLmpzP21vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMiUyRlVzZXJzJTJGc2FzaGFhc3RpYWRpJTJGY29kZSUyRmdpdC5vdXJ3b3JsZC50ZiUyRm91cnZlcnNlX25ldyUyRnNyYyUyRmNvbXBvbmVudHMlMkZIZWFkZXIuanN4JTIyJTJDJTIyaWRzJTIyJTNBJTVCJTIySGVhZGVyJTIyJTVEJTdEJnNlcnZlcj10cnVlISIsIm1hcHBpbmdzIjoiQUFBQSxrS0FBZ0oiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvP2Q0N2MiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0KC8qIHdlYnBhY2tNb2RlOiBcImVhZ2VyXCIsIHdlYnBhY2tFeHBvcnRzOiBbXCJIZWFkZXJcIl0gKi8gXCIvVXNlcnMvc2FzaGFhc3RpYWRpL2NvZGUvZ2l0Lm91cndvcmxkLnRmL291cnZlcnNlX25ldy9zcmMvY29tcG9uZW50cy9IZWFkZXIuanN4XCIpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=true!\n"); +eval("Promise.resolve(/*! import() eager */).then(__webpack_require__.bind(__webpack_require__, /*! ./src/components/Header.jsx */ \"(ssr)/./src/components/Header.jsx\"));\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWZsaWdodC1jbGllbnQtZW50cnktbG9hZGVyLmpzP21vZHVsZXM9JTdCJTIycmVxdWVzdCUyMiUzQSUyMkQlM0ElNUMlNUNnaXRodWIlNUMlNUNvdXJ2ZXJzZV9uZXclNUMlNUNzcmMlNUMlNUNjb21wb25lbnRzJTVDJTVDSGVhZGVyLmpzeCUyMiUyQyUyMmlkcyUyMiUzQSU1QiUyMkhlYWRlciUyMiU1RCU3RCZzZXJ2ZXI9dHJ1ZSEiLCJtYXBwaW5ncyI6IkFBQUEsa0tBQXNIIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLz9hNzRkIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCgvKiB3ZWJwYWNrTW9kZTogXCJlYWdlclwiLCB3ZWJwYWNrRXhwb3J0czogW1wiSGVhZGVyXCJdICovIFwiRDpcXFxcZ2l0aHViXFxcXG91cnZlcnNlX25ld1xcXFxzcmNcXFxcY29tcG9uZW50c1xcXFxIZWFkZXIuanN4XCIpO1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=true!\n"); /***/ }), @@ -124,7 +124,7 @@ eval("Promise.resolve(/*! import() eager */).then(__webpack_require__.bind(__web /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ BackgroundImage: () => (/* binding */ BackgroundImage)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_image__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/image */ \"(ssr)/./node_modules/next/dist/api/image.js\");\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! clsx */ \"(ssr)/./node_modules/clsx/dist/clsx.mjs\");\n/* harmony import */ var _images_background3_jpg__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/images/background3.jpg */ \"(ssr)/./src/images/background3.jpg\");\n\n\n\n\nfunction BackgroundImage({ className, position = \"left\" }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\"absolute inset-0 overflow-hidden bg-gradient-to-r from-purple-100 via-white to-purple-100\", className),\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-x-0 top-0 h-20 bg-gradient-to-b from-white\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/BackgroundImage.jsx\",\n lineNumber: 14,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-x-0 bottom-0 h-20 bg-gradient-to-t from-white\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/BackgroundImage.jsx\",\n lineNumber: 15,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/BackgroundImage.jsx\",\n lineNumber: 8,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9CYWNrZ3JvdW5kSW1hZ2UuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBOEI7QUFDUDtBQUUrQjtBQUUvQyxTQUFTRyxnQkFBZ0IsRUFBRUMsU0FBUyxFQUFFQyxXQUFXLE1BQU0sRUFBRTtJQUM5RCxxQkFDRSw4REFBQ0M7UUFDQ0YsV0FBV0gsZ0RBQUlBLENBQ2IsNkZBQ0FHOzswQkFHRiw4REFBQ0U7Z0JBQUlGLFdBQVU7Ozs7OzswQkFDZiw4REFBQ0U7Z0JBQUlGLFdBQVU7Ozs7Ozs7Ozs7OztBQUdyQiIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0JhY2tncm91bmRJbWFnZS5qc3g/YzM0NiJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgSW1hZ2UgZnJvbSAnbmV4dC9pbWFnZSdcbmltcG9ydCBjbHN4IGZyb20gJ2Nsc3gnXG5cbmltcG9ydCBiYWNrZ3JvdW5kSW1hZ2UgZnJvbSAnQC9pbWFnZXMvYmFja2dyb3VuZDMuanBnJ1xuXG5leHBvcnQgZnVuY3Rpb24gQmFja2dyb3VuZEltYWdlKHsgY2xhc3NOYW1lLCBwb3NpdGlvbiA9ICdsZWZ0JyB9KSB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgY2xhc3NOYW1lPXtjbHN4KFxuICAgICAgICAnYWJzb2x1dGUgaW5zZXQtMCBvdmVyZmxvdy1oaWRkZW4gYmctZ3JhZGllbnQtdG8tciBmcm9tLXB1cnBsZS0xMDAgdmlhLXdoaXRlIHRvLXB1cnBsZS0xMDAnLFxuICAgICAgICBjbGFzc05hbWUsXG4gICAgICApfVxuICAgID5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwiYWJzb2x1dGUgaW5zZXQteC0wIHRvcC0wIGgtMjAgYmctZ3JhZGllbnQtdG8tYiBmcm9tLXdoaXRlXCIgLz5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwiYWJzb2x1dGUgaW5zZXQteC0wIGJvdHRvbS0wIGgtMjAgYmctZ3JhZGllbnQtdG8tdCBmcm9tLXdoaXRlXCIgLz5cbiAgICA8L2Rpdj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbIkltYWdlIiwiY2xzeCIsImJhY2tncm91bmRJbWFnZSIsIkJhY2tncm91bmRJbWFnZSIsImNsYXNzTmFtZSIsInBvc2l0aW9uIiwiZGl2Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/components/BackgroundImage.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ BackgroundImage: () => (/* binding */ BackgroundImage)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_image__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/image */ \"(ssr)/./node_modules/next/dist/api/image.js\");\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! clsx */ \"(ssr)/./node_modules/clsx/dist/clsx.mjs\");\n/* harmony import */ var _images_background3_jpg__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/images/background3.jpg */ \"(ssr)/./src/images/background3.jpg\");\n\n\n\n\nfunction BackgroundImage({ className, position = \"left\" }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\"absolute inset-0 overflow-hidden bg-gradient-to-r from-purple-100 via-white to-purple-100\", className),\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-x-0 top-0 h-20 bg-gradient-to-b from-white\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\BackgroundImage.jsx\",\n lineNumber: 14,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-x-0 bottom-0 h-20 bg-gradient-to-t from-white\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\BackgroundImage.jsx\",\n lineNumber: 15,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\BackgroundImage.jsx\",\n lineNumber: 8,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9CYWNrZ3JvdW5kSW1hZ2UuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBOEI7QUFDUDtBQUUrQjtBQUUvQyxTQUFTRyxnQkFBZ0IsRUFBRUMsU0FBUyxFQUFFQyxXQUFXLE1BQU0sRUFBRTtJQUM5RCxxQkFDRSw4REFBQ0M7UUFDQ0YsV0FBV0gsZ0RBQUlBLENBQ2IsNkZBQ0FHOzswQkFHRiw4REFBQ0U7Z0JBQUlGLFdBQVU7Ozs7OzswQkFDZiw4REFBQ0U7Z0JBQUlGLFdBQVU7Ozs7Ozs7Ozs7OztBQUdyQiIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0JhY2tncm91bmRJbWFnZS5qc3g/YzM0NiJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgSW1hZ2UgZnJvbSAnbmV4dC9pbWFnZSdcclxuaW1wb3J0IGNsc3ggZnJvbSAnY2xzeCdcclxuXHJcbmltcG9ydCBiYWNrZ3JvdW5kSW1hZ2UgZnJvbSAnQC9pbWFnZXMvYmFja2dyb3VuZDMuanBnJ1xyXG5cclxuZXhwb3J0IGZ1bmN0aW9uIEJhY2tncm91bmRJbWFnZSh7IGNsYXNzTmFtZSwgcG9zaXRpb24gPSAnbGVmdCcgfSkge1xyXG4gIHJldHVybiAoXHJcbiAgICA8ZGl2XHJcbiAgICAgIGNsYXNzTmFtZT17Y2xzeChcclxuICAgICAgICAnYWJzb2x1dGUgaW5zZXQtMCBvdmVyZmxvdy1oaWRkZW4gYmctZ3JhZGllbnQtdG8tciBmcm9tLXB1cnBsZS0xMDAgdmlhLXdoaXRlIHRvLXB1cnBsZS0xMDAnLFxyXG4gICAgICAgIGNsYXNzTmFtZSxcclxuICAgICAgKX1cclxuICAgID5cclxuICAgICAgPGRpdiBjbGFzc05hbWU9XCJhYnNvbHV0ZSBpbnNldC14LTAgdG9wLTAgaC0yMCBiZy1ncmFkaWVudC10by1iIGZyb20td2hpdGVcIiAvPlxyXG4gICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LXgtMCBib3R0b20tMCBoLTIwIGJnLWdyYWRpZW50LXRvLXQgZnJvbS13aGl0ZVwiIC8+XHJcbiAgICA8L2Rpdj5cclxuICApXHJcbn1cclxuIl0sIm5hbWVzIjpbIkltYWdlIiwiY2xzeCIsImJhY2tncm91bmRJbWFnZSIsIkJhY2tncm91bmRJbWFnZSIsImNsYXNzTmFtZSIsInBvc2l0aW9uIiwiZGl2Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/components/BackgroundImage.jsx\n"); /***/ }), @@ -135,7 +135,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ BentoSection)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ \"(ssr)/./node_modules/clsx/dist/clsx.mjs\");\n/* harmony import */ var framer_motion__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! framer-motion */ \"(ssr)/./node_modules/framer-motion/dist/es/render/components/motion/proxy.mjs\");\n/* harmony import */ var _text__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./text */ \"(ssr)/./src/components/text.jsx\");\n/* harmony import */ var _Container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./Container */ \"(ssr)/./src/components/Container.jsx\");\n/* __next_internal_client_entry_do_not_use__ default auto */ \n\n\n\n\nfunction BentoSection() {\n function BentoCard({ dark = false, className = \"\", eyebrow, title, description, graphic, fade = [], link = \"/\" }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(framer_motion__WEBPACK_IMPORTED_MODULE_4__.motion.div, {\n initial: \"idle\",\n whileHover: \"active\",\n variants: {\n idle: {},\n active: {}\n },\n \"data-dark\": dark ? \"true\" : undefined,\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__.clsx)(className, \"group relative flex flex-col overflow-hidden rounded-lg\", \"bg-white shadow-sm ring-1 ring-black/5\", \"data-[dark]:bg-gray-800 data-[dark]:ring-white/15\"),\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative h-80 pb-20 shrink-0\",\n children: [\n graphic,\n fade.includes(\"top\") && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0 bg-gradient-to-b from-white to-50% group-data-[dark]:from-gray-800 group-data-[dark]:from-[-25%]\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 36,\n columnNumber: 13\n }, this),\n fade.includes(\"bottom\") && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0 bg-gradient-to-t from-white to-50% group-data-[dark]:from-gray-800 group-data-[dark]:from-[-25%]\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 39,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 33,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative p-10\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_text__WEBPACK_IMPORTED_MODULE_2__.Subheading, {\n as: \"h3\",\n dark: dark,\n children: eyebrow\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 43,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-1 text-2xl/8 font-medium tracking-tight text-gradient-dark group-data-[dark]:text-white\",\n children: title\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 46,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-2 max-w-[600px] text-sm/6 text-gray-600 group-data-[dark]:text-gray-400\",\n children: description\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 49,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: link,\n className: \"lg:text-xs mt-4 text-sm font-mono text-cyan-600 hover:text-purple-600\",\n children: [\n \"Learn More \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 53,\n columnNumber: 32\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 52,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 42,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 21,\n columnNumber: 7\n }, this);\n }\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_Container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \" pt-12 pb-24\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative z-10 mx-auto max-w-2xl lg:mx-0 lg:max-w-5xl lg:pr-24\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-base font-medium font-mono leading-7 text-cyan-700\",\n children: \"Features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 64,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"mt-2 h3-title\",\n children: \"Collaboration & Creation Tools\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 65,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 section-text\",\n children: \"Transform how you and your team work together with our innovative creative tools and explore diverse scenarios where they empower users to collaborate in immersive virtual environments.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 68,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 63,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 grid grid-cols-1 gap-4 sm:mt-16 lg:grid-cols-6 lg:grid-rows-2\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Creativity\",\n title: \"3D Collaboration Tools\",\n description: \"Transform how you and your team work together with our innovative, real-time creative tools.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/collaborate.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 78,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"max-lg:rounded-t-4xl lg:col-span-3 lg:rounded-tl-4xl\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 73,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Connected Experiences\",\n title: \"OurVerse Studio\",\n description: \"Elevate your virtual conferences with cutting-edge communication features designed to keep your audience connected and engaged.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/studio.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 89,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"lg:col-span-3 lg:rounded-tr-4xl\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 84,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"3D Modeling\",\n title: \"Verse Builder Pro\",\n description: \"Create and customize your virtual world with powerful tools that make building and managing your digital space easy and intuitive.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/builder.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 100,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"lg:col-span-2 lg:rounded-bl-4xl\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 95,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Next-Gen Interactions\",\n title: \"Virtual Meeting Tools\",\n description: \"Elevate your virtual interactions with cutting-edge communication features designed to keep you connected and engaged..\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/communicate.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 110,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"lg:col-span-2\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 105,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Business Platform\",\n title: \"Integrated CRM\",\n description: \"Manage customer interactions, tasks, and meetings seamlessly in one platform, helping your business transition smoothly to the digital landscape.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/crm.png)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 121,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"max-lg:rounded-b-4xl lg:col-span-2 lg:rounded-br-4xl\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 116,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 72,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 62,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 61,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9CZW50b3NlY3Rpb24uanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7O0FBRTJCO0FBQ1c7QUFDSDtBQUNJO0FBR3hCLFNBQVNJO0lBQ3RCLFNBQVNDLFVBQVUsRUFDakJDLE9BQU8sS0FBSyxFQUNaQyxZQUFZLEVBQUUsRUFDZEMsT0FBTyxFQUNQQyxLQUFLLEVBQ0xDLFdBQVcsRUFDWEMsT0FBTyxFQUNQQyxPQUFPLEVBQUUsRUFDVEMsT0FBTyxHQUFHLEVBQ1g7UUFDQyxxQkFDRSw4REFBQ1osaURBQU1BLENBQUNhLEdBQUc7WUFDVEMsU0FBUTtZQUNSQyxZQUFXO1lBQ1hDLFVBQVU7Z0JBQUVDLE1BQU0sQ0FBQztnQkFBR0MsUUFBUSxDQUFDO1lBQUU7WUFDakNDLGFBQVdkLE9BQU8sU0FBU2U7WUFDM0JkLFdBQVdQLDBDQUFJQSxDQUNiTyxXQUNBLDJEQUNBLDBDQUNBOzs4QkFHRiw4REFBQ087b0JBQUlQLFdBQVU7O3dCQUNaSTt3QkFDQUMsS0FBS1UsUUFBUSxDQUFDLHdCQUNiLDhEQUFDUjs0QkFBSVAsV0FBVTs7Ozs7O3dCQUVoQkssS0FBS1UsUUFBUSxDQUFDLDJCQUNiLDhEQUFDUjs0QkFBSVAsV0FBVTs7Ozs7Ozs7Ozs7OzhCQUduQiw4REFBQ087b0JBQUlQLFdBQVU7O3NDQUNiLDhEQUFDTCw2Q0FBVUE7NEJBQUNxQixJQUFHOzRCQUFLakIsTUFBTUE7c0NBQ3ZCRTs7Ozs7O3NDQUVILDhEQUFDZ0I7NEJBQUVqQixXQUFVO3NDQUNWRTs7Ozs7O3NDQUVILDhEQUFDZTs0QkFBRWpCLFdBQVU7c0NBQ1ZHOzs7Ozs7c0NBRUgsOERBQUNlOzRCQUFFQyxNQUFNYjs0QkFBTU4sV0FBVTs7Z0NBQXlFOzhDQUM3RSw4REFBQ29CO29DQUFLQyxlQUFZOzhDQUFPOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7SUFLdEQ7SUFFQSxxQkFDRSw4REFBQ3pCLGlEQUFTQTtrQkFDUiw0RUFBQ1c7WUFBSVAsV0FBVTs7OEJBQ2IsOERBQUNPO29CQUFJUCxXQUFVOztzQ0FDYiw4REFBQ3NCOzRCQUFHdEIsV0FBVTtzQ0FBMEQ7Ozs7OztzQ0FDeEUsOERBQUNzQjs0QkFBR3RCLFdBQVU7c0NBQWlCOzs7Ozs7c0NBRy9CLDhEQUFDaUI7NEJBQUVqQixXQUFVO3NDQUFvQjs7Ozs7Ozs7Ozs7OzhCQUluQyw4REFBQ087b0JBQUlQLFdBQVU7O3NDQUNmLDhEQUFDRjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7O3NDQUVQLDhEQUFDUjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7O3NDQUVQLDhEQUFDUjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs7Ozs7O3NDQUVaLDhEQUFDRjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7O3NDQUVQLDhEQUFDUjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFNZiIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0JlbnRvc2VjdGlvbi5qc3g/NjJjMiJdLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIGNsaWVudCdcblxuaW1wb3J0IHsgY2xzeCB9IGZyb20gJ2Nsc3gnXG5pbXBvcnQgeyBtb3Rpb24gfSBmcm9tICdmcmFtZXItbW90aW9uJ1xuaW1wb3J0IHsgU3ViaGVhZGluZyB9IGZyb20gJy4vdGV4dCdcbmltcG9ydCB7IENvbnRhaW5lciB9IGZyb20gJy4vQ29udGFpbmVyJ1xuXG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEJlbnRvU2VjdGlvbigpIHtcbiAgZnVuY3Rpb24gQmVudG9DYXJkKHtcbiAgICBkYXJrID0gZmFsc2UsXG4gICAgY2xhc3NOYW1lID0gJycsXG4gICAgZXllYnJvdyxcbiAgICB0aXRsZSxcbiAgICBkZXNjcmlwdGlvbixcbiAgICBncmFwaGljLFxuICAgIGZhZGUgPSBbXSxcbiAgICBsaW5rID0gJy8nLFxuICB9KSB7XG4gICAgcmV0dXJuIChcbiAgICAgIDxtb3Rpb24uZGl2XG4gICAgICAgIGluaXRpYWw9XCJpZGxlXCJcbiAgICAgICAgd2hpbGVIb3Zlcj1cImFjdGl2ZVwiXG4gICAgICAgIHZhcmlhbnRzPXt7IGlkbGU6IHt9LCBhY3RpdmU6IHt9IH19XG4gICAgICAgIGRhdGEtZGFyaz17ZGFyayA/ICd0cnVlJyA6IHVuZGVmaW5lZH1cbiAgICAgICAgY2xhc3NOYW1lPXtjbHN4KFxuICAgICAgICAgIGNsYXNzTmFtZSxcbiAgICAgICAgICAnZ3JvdXAgcmVsYXRpdmUgZmxleCBmbGV4LWNvbCBvdmVyZmxvdy1oaWRkZW4gcm91bmRlZC1sZycsXG4gICAgICAgICAgJ2JnLXdoaXRlIHNoYWRvdy1zbSByaW5nLTEgcmluZy1ibGFjay81JyxcbiAgICAgICAgICAnZGF0YS1bZGFya106YmctZ3JheS04MDAgZGF0YS1bZGFya106cmluZy13aGl0ZS8xNScsXG4gICAgICAgICl9XG4gICAgICA+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgaC04MCBwYi0yMCBzaHJpbmstMFwiPlxuICAgICAgICAgIHtncmFwaGljfVxuICAgICAgICAgIHtmYWRlLmluY2x1ZGVzKCd0b3AnKSAmJiAoXG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTAgYmctZ3JhZGllbnQtdG8tYiBmcm9tLXdoaXRlIHRvLTUwJSBncm91cC1kYXRhLVtkYXJrXTpmcm9tLWdyYXktODAwIGdyb3VwLWRhdGEtW2RhcmtdOmZyb20tWy0yNSVdXCIgLz5cbiAgICAgICAgICApfVxuICAgICAgICAgIHtmYWRlLmluY2x1ZGVzKCdib3R0b20nKSAmJiAoXG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTAgYmctZ3JhZGllbnQtdG8tdCBmcm9tLXdoaXRlIHRvLTUwJSBncm91cC1kYXRhLVtkYXJrXTpmcm9tLWdyYXktODAwIGdyb3VwLWRhdGEtW2RhcmtdOmZyb20tWy0yNSVdXCIgLz5cbiAgICAgICAgICApfVxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJyZWxhdGl2ZSBwLTEwXCI+XG4gICAgICAgICAgPFN1YmhlYWRpbmcgYXM9XCJoM1wiIGRhcms9e2Rhcmt9PlxuICAgICAgICAgICAge2V5ZWJyb3d9XG4gICAgICAgICAgPC9TdWJoZWFkaW5nPlxuICAgICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTEgdGV4dC0yeGwvOCBmb250LW1lZGl1bSB0cmFja2luZy10aWdodCB0ZXh0LWdyYWRpZW50LWRhcmsgZ3JvdXAtZGF0YS1bZGFya106dGV4dC13aGl0ZVwiPlxuICAgICAgICAgICAge3RpdGxlfVxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC0yIG1heC13LVs2MDBweF0gdGV4dC1zbS82IHRleHQtZ3JheS02MDAgZ3JvdXAtZGF0YS1bZGFya106dGV4dC1ncmF5LTQwMFwiPlxuICAgICAgICAgICAge2Rlc2NyaXB0aW9ufVxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8YSBocmVmPXtsaW5rfSBjbGFzc05hbWU9XCJsZzp0ZXh0LXhzIG10LTQgdGV4dC1zbSBmb250LW1vbm8gdGV4dC1jeWFuLTYwMCAgaG92ZXI6dGV4dC1wdXJwbGUtNjAwXCI+XG4gICAgICAgICAgICAgICAgICAgIExlYXJuIE1vcmUgPHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCI+4oaSPC9zcGFuPlxuICAgICAgICAgPC9hPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvbW90aW9uLmRpdj5cbiAgICApXG4gIH1cblxuICByZXR1cm4gKFxuICAgIDxDb250YWluZXI+XG4gICAgICA8ZGl2IGNsYXNzTmFtZT0nIHB0LTEyIHBiLTI0Jz5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJyZWxhdGl2ZSB6LTEwIG14LWF1dG8gbWF4LXctMnhsIGxnOm14LTAgbGc6bWF4LXctNXhsIGxnOnByLTI0XCI+XG4gICAgICAgICAgPGgyIGNsYXNzTmFtZT1cInRleHQtYmFzZSBmb250LW1lZGl1bSBmb250LW1vbm8gbGVhZGluZy03IHRleHQtY3lhbi03MDBcIj5GZWF0dXJlczwvaDI+XG4gICAgICAgICAgPGgyIGNsYXNzTmFtZT1cIm10LTIgIGgzLXRpdGxlXCI+XG4gICAgICAgICAgICBDb2xsYWJvcmF0aW9uICYgQ3JlYXRpb24gVG9vbHNcbiAgICAgICAgICA8L2gyPlxuICAgICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTQgc2VjdGlvbi10ZXh0XCI+XG4gICAgICAgICAgVHJhbnNmb3JtIGhvdyB5b3UgYW5kIHlvdXIgdGVhbSB3b3JrIHRvZ2V0aGVyIHdpdGggb3VyIGlubm92YXRpdmUgY3JlYXRpdmUgdG9vbHMgYW5kIGV4cGxvcmUgZGl2ZXJzZSBzY2VuYXJpb3Mgd2hlcmUgdGhleSBlbXBvd2VyIHVzZXJzIHRvIGNvbGxhYm9yYXRlIGluIGltbWVyc2l2ZSB2aXJ0dWFsIGVudmlyb25tZW50cy5cbiAgICAgICAgICA8L3A+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIGdyaWQgZ3JpZC1jb2xzLTEgZ2FwLTQgc206bXQtMTYgbGc6Z3JpZC1jb2xzLTYgbGc6Z3JpZC1yb3dzLTJcIj5cbiAgICAgICAgPEJlbnRvQ2FyZFxuICAgICAgICAgIGV5ZWJyb3c9XCJDcmVhdGl2aXR5XCJcbiAgICAgICAgICB0aXRsZT1cIjNEIENvbGxhYm9yYXRpb24gVG9vbHNcIlxuICAgICAgICAgIGRlc2NyaXB0aW9uPVwiVHJhbnNmb3JtIGhvdyB5b3UgYW5kIHlvdXIgdGVhbSB3b3JrIHRvZ2V0aGVyIHdpdGggb3VyIGlubm92YXRpdmUsIHJlYWwtdGltZSBjcmVhdGl2ZSB0b29scy5cIlxuICAgICAgICAgIGdyYXBoaWM9e1xuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJoLTgwIGJnLVt1cmwoL2ltYWdlcy9jb2xsYWJvcmF0ZS5qcGcpXSBiZy1jb3ZlciBiZy1jZW50ZXIgYmctbm8tcmVwZWF0XCIgLz5cbiAgICAgICAgICB9XG4gICAgICAgICAgZmFkZT17Wydib3R0b20nXX1cbiAgICAgICAgICBjbGFzc05hbWU9XCJtYXgtbGc6cm91bmRlZC10LTR4bCBsZzpjb2wtc3Bhbi0zIGxnOnJvdW5kZWQtdGwtNHhsXCJcbiAgICAgICAgICBsaW5rPVwiL2ZlYXR1cmVzXCJcbiAgICAgICAgLz5cbiAgICAgICAgPEJlbnRvQ2FyZFxuICAgICAgICAgIGV5ZWJyb3c9XCJDb25uZWN0ZWQgRXhwZXJpZW5jZXNcIlxuICAgICAgICAgIHRpdGxlPVwiT3VyVmVyc2UgU3R1ZGlvXCJcbiAgICAgICAgICBkZXNjcmlwdGlvbj1cIkVsZXZhdGUgeW91ciB2aXJ0dWFsIGNvbmZlcmVuY2VzIHdpdGggY3V0dGluZy1lZGdlIGNvbW11bmljYXRpb24gZmVhdHVyZXMgZGVzaWduZWQgdG8ga2VlcCB5b3VyIGF1ZGllbmNlIGNvbm5lY3RlZCBhbmQgZW5nYWdlZC5cIlxuICAgICAgICAgIGdyYXBoaWM9e1xuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJoLTgwIGJnLVt1cmwoL2ltYWdlcy9zdHVkaW8uanBnKV0gYmctY292ZXIgYmctY2VudGVyIGJnLW5vLXJlcGVhdFwiIC8+XG4gICAgICAgICAgfVxuICAgICAgICAgIGZhZGU9e1snYm90dG9tJ119XG4gICAgICAgICAgY2xhc3NOYW1lPVwibGc6Y29sLXNwYW4tMyBsZzpyb3VuZGVkLXRyLTR4bFwiXG4gICAgICAgICAgbGluaz1cIi9mZWF0dXJlc1wiXG4gICAgICAgIC8+XG4gICAgICAgIDxCZW50b0NhcmRcbiAgICAgICAgICBleWVicm93PVwiM0QgTW9kZWxpbmdcIlxuICAgICAgICAgIHRpdGxlPVwiVmVyc2UgQnVpbGRlciBQcm9cIlxuICAgICAgICAgIGRlc2NyaXB0aW9uPVwiQ3JlYXRlIGFuZCBjdXN0b21pemUgeW91ciB2aXJ0dWFsIHdvcmxkIHdpdGggcG93ZXJmdWwgdG9vbHMgdGhhdCBtYWtlIGJ1aWxkaW5nIGFuZCBtYW5hZ2luZyB5b3VyIGRpZ2l0YWwgc3BhY2UgZWFzeSBhbmQgaW50dWl0aXZlLlwiXG4gICAgICAgICAgZ3JhcGhpYz17XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImgtODAgYmctW3VybCgvaW1hZ2VzL2J1aWxkZXIuanBnKV0gYmctY292ZXIgYmctY2VudGVyIGJnLW5vLXJlcGVhdFwiIC8+XG4gICAgICAgICAgfVxuICAgICAgICAgIGZhZGU9e1snYm90dG9tJ119XG4gICAgICAgICAgY2xhc3NOYW1lPVwibGc6Y29sLXNwYW4tMiBsZzpyb3VuZGVkLWJsLTR4bFwiXG4gICAgICAgIC8+XG4gICAgICAgIDxCZW50b0NhcmRcbiAgICAgICAgICBleWVicm93PVwiTmV4dC1HZW4gSW50ZXJhY3Rpb25zXCJcbiAgICAgICAgICB0aXRsZT1cIlZpcnR1YWwgTWVldGluZyBUb29sc1wiXG4gICAgICAgICAgZGVzY3JpcHRpb249XCJFbGV2YXRlIHlvdXIgdmlydHVhbCBpbnRlcmFjdGlvbnMgd2l0aCBjdXR0aW5nLWVkZ2UgY29tbXVuaWNhdGlvbiBmZWF0dXJlcyBkZXNpZ25lZCB0byBrZWVwIHlvdSBjb25uZWN0ZWQgYW5kIGVuZ2FnZWQuLlwiXG4gICAgICAgICAgZ3JhcGhpYz17XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImgtODAgYmctW3VybCgvaW1hZ2VzL2NvbW11bmljYXRlLmpwZyldIGJnLWNvdmVyIGJnLWNlbnRlciBiZy1uby1yZXBlYXRcIiAvPlxuICAgICAgICAgIH1cbiAgICAgICAgICBmYWRlPXtbJ2JvdHRvbSddfVxuICAgICAgICAgIGNsYXNzTmFtZT1cImxnOmNvbC1zcGFuLTJcIlxuICAgICAgICAgIGxpbms9XCIvZmVhdHVyZXNcIlxuICAgICAgICAvPlxuICAgICAgICA8QmVudG9DYXJkXG4gICAgICAgICAgZXllYnJvdz1cIkJ1c2luZXNzIFBsYXRmb3JtXCJcbiAgICAgICAgICB0aXRsZT1cIkludGVncmF0ZWQgQ1JNXCJcbiAgICAgICAgICBkZXNjcmlwdGlvbj1cIk1hbmFnZSBjdXN0b21lciBpbnRlcmFjdGlvbnMsIHRhc2tzLCBhbmQgbWVldGluZ3Mgc2VhbWxlc3NseSBpbiBvbmUgcGxhdGZvcm0sIGhlbHBpbmcgeW91ciBidXNpbmVzcyB0cmFuc2l0aW9uIHNtb290aGx5IHRvIHRoZSBkaWdpdGFsIGxhbmRzY2FwZS5cIlxuICAgICAgICAgIGdyYXBoaWM9e1xuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJoLTgwIGJnLVt1cmwoL2ltYWdlcy9jcm0ucG5nKV0gYmctY292ZXIgYmctY2VudGVyIGJnLW5vLXJlcGVhdFwiIC8+XG4gICAgICAgICAgfVxuICAgICAgICAgIGZhZGU9e1snYm90dG9tJ119XG4gICAgICAgICAgY2xhc3NOYW1lPVwibWF4LWxnOnJvdW5kZWQtYi00eGwgbGc6Y29sLXNwYW4tMiBsZzpyb3VuZGVkLWJyLTR4bFwiXG4gICAgICAgICAgbGluaz1cIi9mZWF0dXJlc1wiXG4gICAgICAgIC8+XG4gICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvQ29udGFpbmVyPlxuICApXG59XG4iXSwibmFtZXMiOlsiY2xzeCIsIm1vdGlvbiIsIlN1YmhlYWRpbmciLCJDb250YWluZXIiLCJCZW50b1NlY3Rpb24iLCJCZW50b0NhcmQiLCJkYXJrIiwiY2xhc3NOYW1lIiwiZXllYnJvdyIsInRpdGxlIiwiZGVzY3JpcHRpb24iLCJncmFwaGljIiwiZmFkZSIsImxpbmsiLCJkaXYiLCJpbml0aWFsIiwid2hpbGVIb3ZlciIsInZhcmlhbnRzIiwiaWRsZSIsImFjdGl2ZSIsImRhdGEtZGFyayIsInVuZGVmaW5lZCIsImluY2x1ZGVzIiwiYXMiLCJwIiwiYSIsImhyZWYiLCJzcGFuIiwiYXJpYS1oaWRkZW4iLCJoMiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(ssr)/./src/components/Bentosection.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ BentoSection)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ \"(ssr)/./node_modules/clsx/dist/clsx.mjs\");\n/* harmony import */ var framer_motion__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! framer-motion */ \"(ssr)/./node_modules/framer-motion/dist/es/render/components/motion/proxy.mjs\");\n/* harmony import */ var _text__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./text */ \"(ssr)/./src/components/text.jsx\");\n/* harmony import */ var _Container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./Container */ \"(ssr)/./src/components/Container.jsx\");\n/* __next_internal_client_entry_do_not_use__ default auto */ \n\n\n\n\nfunction BentoSection() {\n function BentoCard({ dark = false, className = \"\", eyebrow, title, description, graphic, fade = [], link = \"/\" }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(framer_motion__WEBPACK_IMPORTED_MODULE_4__.motion.div, {\n initial: \"idle\",\n whileHover: \"active\",\n variants: {\n idle: {},\n active: {}\n },\n \"data-dark\": dark ? \"true\" : undefined,\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__.clsx)(className, \"group relative flex flex-col overflow-hidden rounded-lg\", \"bg-white shadow-sm ring-1 ring-black/5\", \"data-[dark]:bg-gray-800 data-[dark]:ring-white/15\"),\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative h-80 pb-20 shrink-0\",\n children: [\n graphic,\n fade.includes(\"top\") && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0 bg-gradient-to-b from-white to-50% group-data-[dark]:from-gray-800 group-data-[dark]:from-[-25%]\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 36,\n columnNumber: 13\n }, this),\n fade.includes(\"bottom\") && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0 bg-gradient-to-t from-white to-50% group-data-[dark]:from-gray-800 group-data-[dark]:from-[-25%]\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 39,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 33,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative p-10\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_text__WEBPACK_IMPORTED_MODULE_2__.Subheading, {\n as: \"h3\",\n dark: dark,\n children: eyebrow\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 43,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-1 text-2xl/8 font-medium tracking-tight text-gradient-dark group-data-[dark]:text-white\",\n children: title\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 46,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-2 max-w-[600px] text-sm/6 text-gray-600 group-data-[dark]:text-gray-400\",\n children: description\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 49,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: link,\n className: \"lg:text-xs mt-4 text-sm font-mono text-cyan-600 hover:text-purple-600\",\n children: [\n \"Learn More \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 53,\n columnNumber: 32\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 52,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 42,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 21,\n columnNumber: 7\n }, this);\n }\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_Container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \" pt-12 pb-24\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative z-10 mx-auto max-w-2xl lg:mx-0 lg:max-w-5xl lg:pr-24\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-base font-medium font-mono leading-7 text-cyan-700\",\n children: \"Features\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 64,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"mt-2 h3-title\",\n children: \"Collaboration & Creation Tools\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 65,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 section-text\",\n children: \"Transform how you and your team work together with our innovative creative tools and explore diverse scenarios where they empower users to collaborate in immersive virtual environments.\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 68,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 63,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 grid grid-cols-1 gap-4 sm:mt-16 lg:grid-cols-6 lg:grid-rows-2\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Creativity\",\n title: \"3D Collaboration Tools\",\n description: \"Transform how you and your team work together with our innovative, real-time creative tools.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/collaborate.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 78,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"max-lg:rounded-t-4xl lg:col-span-3 lg:rounded-tl-4xl\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 73,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Connected Experiences\",\n title: \"OurVerse Studio\",\n description: \"Elevate your virtual conferences with cutting-edge communication features designed to keep your audience connected and engaged.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/studio.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 89,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"lg:col-span-3 lg:rounded-tr-4xl\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 84,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"3D Modeling\",\n title: \"Verse Builder Pro\",\n description: \"Create and customize your virtual world with powerful tools that make building and managing your digital space easy and intuitive.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/builder.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 100,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"lg:col-span-2 lg:rounded-bl-4xl\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 95,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Next-Gen Interactions\",\n title: \"Virtual Meeting Tools\",\n description: \"Elevate your virtual interactions with cutting-edge communication features designed to keep you connected and engaged..\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/communicate.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 110,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"lg:col-span-2\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 105,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Business Platform\",\n title: \"Integrated CRM\",\n description: \"Manage customer interactions, tasks, and meetings seamlessly in one platform, helping your business transition smoothly to the digital landscape.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/crm.png)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 121,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"max-lg:rounded-b-4xl lg:col-span-2 lg:rounded-br-4xl\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 116,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 72,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 62,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bentosection.jsx\",\n lineNumber: 61,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9CZW50b3NlY3Rpb24uanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7O0FBRTJCO0FBQ1c7QUFDSDtBQUNJO0FBR3hCLFNBQVNJO0lBQ3RCLFNBQVNDLFVBQVUsRUFDakJDLE9BQU8sS0FBSyxFQUNaQyxZQUFZLEVBQUUsRUFDZEMsT0FBTyxFQUNQQyxLQUFLLEVBQ0xDLFdBQVcsRUFDWEMsT0FBTyxFQUNQQyxPQUFPLEVBQUUsRUFDVEMsT0FBTyxHQUFHLEVBQ1g7UUFDQyxxQkFDRSw4REFBQ1osaURBQU1BLENBQUNhLEdBQUc7WUFDVEMsU0FBUTtZQUNSQyxZQUFXO1lBQ1hDLFVBQVU7Z0JBQUVDLE1BQU0sQ0FBQztnQkFBR0MsUUFBUSxDQUFDO1lBQUU7WUFDakNDLGFBQVdkLE9BQU8sU0FBU2U7WUFDM0JkLFdBQVdQLDBDQUFJQSxDQUNiTyxXQUNBLDJEQUNBLDBDQUNBOzs4QkFHRiw4REFBQ087b0JBQUlQLFdBQVU7O3dCQUNaSTt3QkFDQUMsS0FBS1UsUUFBUSxDQUFDLHdCQUNiLDhEQUFDUjs0QkFBSVAsV0FBVTs7Ozs7O3dCQUVoQkssS0FBS1UsUUFBUSxDQUFDLDJCQUNiLDhEQUFDUjs0QkFBSVAsV0FBVTs7Ozs7Ozs7Ozs7OzhCQUduQiw4REFBQ087b0JBQUlQLFdBQVU7O3NDQUNiLDhEQUFDTCw2Q0FBVUE7NEJBQUNxQixJQUFHOzRCQUFLakIsTUFBTUE7c0NBQ3ZCRTs7Ozs7O3NDQUVILDhEQUFDZ0I7NEJBQUVqQixXQUFVO3NDQUNWRTs7Ozs7O3NDQUVILDhEQUFDZTs0QkFBRWpCLFdBQVU7c0NBQ1ZHOzs7Ozs7c0NBRUgsOERBQUNlOzRCQUFFQyxNQUFNYjs0QkFBTU4sV0FBVTs7Z0NBQXlFOzhDQUM3RSw4REFBQ29CO29DQUFLQyxlQUFZOzhDQUFPOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7SUFLdEQ7SUFFQSxxQkFDRSw4REFBQ3pCLGlEQUFTQTtrQkFDUiw0RUFBQ1c7WUFBSVAsV0FBVTs7OEJBQ2IsOERBQUNPO29CQUFJUCxXQUFVOztzQ0FDYiw4REFBQ3NCOzRCQUFHdEIsV0FBVTtzQ0FBMEQ7Ozs7OztzQ0FDeEUsOERBQUNzQjs0QkFBR3RCLFdBQVU7c0NBQWlCOzs7Ozs7c0NBRy9CLDhEQUFDaUI7NEJBQUVqQixXQUFVO3NDQUFvQjs7Ozs7Ozs7Ozs7OzhCQUluQyw4REFBQ087b0JBQUlQLFdBQVU7O3NDQUNmLDhEQUFDRjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7O3NDQUVQLDhEQUFDUjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7O3NDQUVQLDhEQUFDUjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs7Ozs7O3NDQUVaLDhEQUFDRjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7O3NDQUVQLDhEQUFDUjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFNZiIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0JlbnRvc2VjdGlvbi5qc3g/NjJjMiJdLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIGNsaWVudCdcclxuXHJcbmltcG9ydCB7IGNsc3ggfSBmcm9tICdjbHN4J1xyXG5pbXBvcnQgeyBtb3Rpb24gfSBmcm9tICdmcmFtZXItbW90aW9uJ1xyXG5pbXBvcnQgeyBTdWJoZWFkaW5nIH0gZnJvbSAnLi90ZXh0J1xyXG5pbXBvcnQgeyBDb250YWluZXIgfSBmcm9tICcuL0NvbnRhaW5lcidcclxuXHJcblxyXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBCZW50b1NlY3Rpb24oKSB7XHJcbiAgZnVuY3Rpb24gQmVudG9DYXJkKHtcclxuICAgIGRhcmsgPSBmYWxzZSxcclxuICAgIGNsYXNzTmFtZSA9ICcnLFxyXG4gICAgZXllYnJvdyxcclxuICAgIHRpdGxlLFxyXG4gICAgZGVzY3JpcHRpb24sXHJcbiAgICBncmFwaGljLFxyXG4gICAgZmFkZSA9IFtdLFxyXG4gICAgbGluayA9ICcvJyxcclxuICB9KSB7XHJcbiAgICByZXR1cm4gKFxyXG4gICAgICA8bW90aW9uLmRpdlxyXG4gICAgICAgIGluaXRpYWw9XCJpZGxlXCJcclxuICAgICAgICB3aGlsZUhvdmVyPVwiYWN0aXZlXCJcclxuICAgICAgICB2YXJpYW50cz17eyBpZGxlOiB7fSwgYWN0aXZlOiB7fSB9fVxyXG4gICAgICAgIGRhdGEtZGFyaz17ZGFyayA/ICd0cnVlJyA6IHVuZGVmaW5lZH1cclxuICAgICAgICBjbGFzc05hbWU9e2Nsc3goXHJcbiAgICAgICAgICBjbGFzc05hbWUsXHJcbiAgICAgICAgICAnZ3JvdXAgcmVsYXRpdmUgZmxleCBmbGV4LWNvbCBvdmVyZmxvdy1oaWRkZW4gcm91bmRlZC1sZycsXHJcbiAgICAgICAgICAnYmctd2hpdGUgc2hhZG93LXNtIHJpbmctMSByaW5nLWJsYWNrLzUnLFxyXG4gICAgICAgICAgJ2RhdGEtW2RhcmtdOmJnLWdyYXktODAwIGRhdGEtW2RhcmtdOnJpbmctd2hpdGUvMTUnLFxyXG4gICAgICAgICl9XHJcbiAgICAgID5cclxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cInJlbGF0aXZlIGgtODAgcGItMjAgc2hyaW5rLTBcIj5cclxuICAgICAgICAgIHtncmFwaGljfVxyXG4gICAgICAgICAge2ZhZGUuaW5jbHVkZXMoJ3RvcCcpICYmIChcclxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJhYnNvbHV0ZSBpbnNldC0wIGJnLWdyYWRpZW50LXRvLWIgZnJvbS13aGl0ZSB0by01MCUgZ3JvdXAtZGF0YS1bZGFya106ZnJvbS1ncmF5LTgwMCBncm91cC1kYXRhLVtkYXJrXTpmcm9tLVstMjUlXVwiIC8+XHJcbiAgICAgICAgICApfVxyXG4gICAgICAgICAge2ZhZGUuaW5jbHVkZXMoJ2JvdHRvbScpICYmIChcclxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJhYnNvbHV0ZSBpbnNldC0wIGJnLWdyYWRpZW50LXRvLXQgZnJvbS13aGl0ZSB0by01MCUgZ3JvdXAtZGF0YS1bZGFya106ZnJvbS1ncmF5LTgwMCBncm91cC1kYXRhLVtkYXJrXTpmcm9tLVstMjUlXVwiIC8+XHJcbiAgICAgICAgICApfVxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgcC0xMFwiPlxyXG4gICAgICAgICAgPFN1YmhlYWRpbmcgYXM9XCJoM1wiIGRhcms9e2Rhcmt9PlxyXG4gICAgICAgICAgICB7ZXllYnJvd31cclxuICAgICAgICAgIDwvU3ViaGVhZGluZz5cclxuICAgICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTEgdGV4dC0yeGwvOCBmb250LW1lZGl1bSB0cmFja2luZy10aWdodCB0ZXh0LWdyYWRpZW50LWRhcmsgZ3JvdXAtZGF0YS1bZGFya106dGV4dC13aGl0ZVwiPlxyXG4gICAgICAgICAgICB7dGl0bGV9XHJcbiAgICAgICAgICA8L3A+XHJcbiAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC0yIG1heC13LVs2MDBweF0gdGV4dC1zbS82IHRleHQtZ3JheS02MDAgZ3JvdXAtZGF0YS1bZGFya106dGV4dC1ncmF5LTQwMFwiPlxyXG4gICAgICAgICAgICB7ZGVzY3JpcHRpb259XHJcbiAgICAgICAgICA8L3A+XHJcbiAgICAgICAgICA8YSBocmVmPXtsaW5rfSBjbGFzc05hbWU9XCJsZzp0ZXh0LXhzIG10LTQgdGV4dC1zbSBmb250LW1vbm8gdGV4dC1jeWFuLTYwMCAgaG92ZXI6dGV4dC1wdXJwbGUtNjAwXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgTGVhcm4gTW9yZSA8c3BhbiBhcmlhLWhpZGRlbj1cInRydWVcIj7ihpI8L3NwYW4+XHJcbiAgICAgICAgIDwvYT5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9tb3Rpb24uZGl2PlxyXG4gICAgKVxyXG4gIH1cclxuXHJcbiAgcmV0dXJuIChcclxuICAgIDxDb250YWluZXI+XHJcbiAgICAgIDxkaXYgY2xhc3NOYW1lPScgcHQtMTIgcGItMjQnPlxyXG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgei0xMCBteC1hdXRvIG1heC13LTJ4bCBsZzpteC0wIGxnOm1heC13LTV4bCBsZzpwci0yNFwiPlxyXG4gICAgICAgICAgPGgyIGNsYXNzTmFtZT1cInRleHQtYmFzZSBmb250LW1lZGl1bSBmb250LW1vbm8gbGVhZGluZy03IHRleHQtY3lhbi03MDBcIj5GZWF0dXJlczwvaDI+XHJcbiAgICAgICAgICA8aDIgY2xhc3NOYW1lPVwibXQtMiAgaDMtdGl0bGVcIj5cclxuICAgICAgICAgICAgQ29sbGFib3JhdGlvbiAmIENyZWF0aW9uIFRvb2xzXHJcbiAgICAgICAgICA8L2gyPlxyXG4gICAgICAgICAgPHAgY2xhc3NOYW1lPVwibXQtNCBzZWN0aW9uLXRleHRcIj5cclxuICAgICAgICAgIFRyYW5zZm9ybSBob3cgeW91IGFuZCB5b3VyIHRlYW0gd29yayB0b2dldGhlciB3aXRoIG91ciBpbm5vdmF0aXZlIGNyZWF0aXZlIHRvb2xzIGFuZCBleHBsb3JlIGRpdmVyc2Ugc2NlbmFyaW9zIHdoZXJlIHRoZXkgZW1wb3dlciB1c2VycyB0byBjb2xsYWJvcmF0ZSBpbiBpbW1lcnNpdmUgdmlydHVhbCBlbnZpcm9ubWVudHMuXHJcbiAgICAgICAgICA8L3A+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBncmlkIGdyaWQtY29scy0xIGdhcC00IHNtOm10LTE2IGxnOmdyaWQtY29scy02IGxnOmdyaWQtcm93cy0yXCI+XHJcbiAgICAgICAgPEJlbnRvQ2FyZFxyXG4gICAgICAgICAgZXllYnJvdz1cIkNyZWF0aXZpdHlcIlxyXG4gICAgICAgICAgdGl0bGU9XCIzRCBDb2xsYWJvcmF0aW9uIFRvb2xzXCJcclxuICAgICAgICAgIGRlc2NyaXB0aW9uPVwiVHJhbnNmb3JtIGhvdyB5b3UgYW5kIHlvdXIgdGVhbSB3b3JrIHRvZ2V0aGVyIHdpdGggb3VyIGlubm92YXRpdmUsIHJlYWwtdGltZSBjcmVhdGl2ZSB0b29scy5cIlxyXG4gICAgICAgICAgZ3JhcGhpYz17XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiaC04MCBiZy1bdXJsKC9pbWFnZXMvY29sbGFib3JhdGUuanBnKV0gYmctY292ZXIgYmctY2VudGVyIGJnLW5vLXJlcGVhdFwiIC8+XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgICBmYWRlPXtbJ2JvdHRvbSddfVxyXG4gICAgICAgICAgY2xhc3NOYW1lPVwibWF4LWxnOnJvdW5kZWQtdC00eGwgbGc6Y29sLXNwYW4tMyBsZzpyb3VuZGVkLXRsLTR4bFwiXHJcbiAgICAgICAgICBsaW5rPVwiL2ZlYXR1cmVzXCJcclxuICAgICAgICAvPlxyXG4gICAgICAgIDxCZW50b0NhcmRcclxuICAgICAgICAgIGV5ZWJyb3c9XCJDb25uZWN0ZWQgRXhwZXJpZW5jZXNcIlxyXG4gICAgICAgICAgdGl0bGU9XCJPdXJWZXJzZSBTdHVkaW9cIlxyXG4gICAgICAgICAgZGVzY3JpcHRpb249XCJFbGV2YXRlIHlvdXIgdmlydHVhbCBjb25mZXJlbmNlcyB3aXRoIGN1dHRpbmctZWRnZSBjb21tdW5pY2F0aW9uIGZlYXR1cmVzIGRlc2lnbmVkIHRvIGtlZXAgeW91ciBhdWRpZW5jZSBjb25uZWN0ZWQgYW5kIGVuZ2FnZWQuXCJcclxuICAgICAgICAgIGdyYXBoaWM9e1xyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImgtODAgYmctW3VybCgvaW1hZ2VzL3N0dWRpby5qcGcpXSBiZy1jb3ZlciBiZy1jZW50ZXIgYmctbm8tcmVwZWF0XCIgLz5cclxuICAgICAgICAgIH1cclxuICAgICAgICAgIGZhZGU9e1snYm90dG9tJ119XHJcbiAgICAgICAgICBjbGFzc05hbWU9XCJsZzpjb2wtc3Bhbi0zIGxnOnJvdW5kZWQtdHItNHhsXCJcclxuICAgICAgICAgIGxpbms9XCIvZmVhdHVyZXNcIlxyXG4gICAgICAgIC8+XHJcbiAgICAgICAgPEJlbnRvQ2FyZFxyXG4gICAgICAgICAgZXllYnJvdz1cIjNEIE1vZGVsaW5nXCJcclxuICAgICAgICAgIHRpdGxlPVwiVmVyc2UgQnVpbGRlciBQcm9cIlxyXG4gICAgICAgICAgZGVzY3JpcHRpb249XCJDcmVhdGUgYW5kIGN1c3RvbWl6ZSB5b3VyIHZpcnR1YWwgd29ybGQgd2l0aCBwb3dlcmZ1bCB0b29scyB0aGF0IG1ha2UgYnVpbGRpbmcgYW5kIG1hbmFnaW5nIHlvdXIgZGlnaXRhbCBzcGFjZSBlYXN5IGFuZCBpbnR1aXRpdmUuXCJcclxuICAgICAgICAgIGdyYXBoaWM9e1xyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImgtODAgYmctW3VybCgvaW1hZ2VzL2J1aWxkZXIuanBnKV0gYmctY292ZXIgYmctY2VudGVyIGJnLW5vLXJlcGVhdFwiIC8+XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgICBmYWRlPXtbJ2JvdHRvbSddfVxyXG4gICAgICAgICAgY2xhc3NOYW1lPVwibGc6Y29sLXNwYW4tMiBsZzpyb3VuZGVkLWJsLTR4bFwiXHJcbiAgICAgICAgLz5cclxuICAgICAgICA8QmVudG9DYXJkXHJcbiAgICAgICAgICBleWVicm93PVwiTmV4dC1HZW4gSW50ZXJhY3Rpb25zXCJcclxuICAgICAgICAgIHRpdGxlPVwiVmlydHVhbCBNZWV0aW5nIFRvb2xzXCJcclxuICAgICAgICAgIGRlc2NyaXB0aW9uPVwiRWxldmF0ZSB5b3VyIHZpcnR1YWwgaW50ZXJhY3Rpb25zIHdpdGggY3V0dGluZy1lZGdlIGNvbW11bmljYXRpb24gZmVhdHVyZXMgZGVzaWduZWQgdG8ga2VlcCB5b3UgY29ubmVjdGVkIGFuZCBlbmdhZ2VkLi5cIlxyXG4gICAgICAgICAgZ3JhcGhpYz17XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiaC04MCBiZy1bdXJsKC9pbWFnZXMvY29tbXVuaWNhdGUuanBnKV0gYmctY292ZXIgYmctY2VudGVyIGJnLW5vLXJlcGVhdFwiIC8+XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgICBmYWRlPXtbJ2JvdHRvbSddfVxyXG4gICAgICAgICAgY2xhc3NOYW1lPVwibGc6Y29sLXNwYW4tMlwiXHJcbiAgICAgICAgICBsaW5rPVwiL2ZlYXR1cmVzXCJcclxuICAgICAgICAvPlxyXG4gICAgICAgIDxCZW50b0NhcmRcclxuICAgICAgICAgIGV5ZWJyb3c9XCJCdXNpbmVzcyBQbGF0Zm9ybVwiXHJcbiAgICAgICAgICB0aXRsZT1cIkludGVncmF0ZWQgQ1JNXCJcclxuICAgICAgICAgIGRlc2NyaXB0aW9uPVwiTWFuYWdlIGN1c3RvbWVyIGludGVyYWN0aW9ucywgdGFza3MsIGFuZCBtZWV0aW5ncyBzZWFtbGVzc2x5IGluIG9uZSBwbGF0Zm9ybSwgaGVscGluZyB5b3VyIGJ1c2luZXNzIHRyYW5zaXRpb24gc21vb3RobHkgdG8gdGhlIGRpZ2l0YWwgbGFuZHNjYXBlLlwiXHJcbiAgICAgICAgICBncmFwaGljPXtcclxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJoLTgwIGJnLVt1cmwoL2ltYWdlcy9jcm0ucG5nKV0gYmctY292ZXIgYmctY2VudGVyIGJnLW5vLXJlcGVhdFwiIC8+XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgICBmYWRlPXtbJ2JvdHRvbSddfVxyXG4gICAgICAgICAgY2xhc3NOYW1lPVwibWF4LWxnOnJvdW5kZWQtYi00eGwgbGc6Y29sLXNwYW4tMiBsZzpyb3VuZGVkLWJyLTR4bFwiXHJcbiAgICAgICAgICBsaW5rPVwiL2ZlYXR1cmVzXCJcclxuICAgICAgICAvPlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L0NvbnRhaW5lcj5cclxuICApXHJcbn1cclxuIl0sIm5hbWVzIjpbImNsc3giLCJtb3Rpb24iLCJTdWJoZWFkaW5nIiwiQ29udGFpbmVyIiwiQmVudG9TZWN0aW9uIiwiQmVudG9DYXJkIiwiZGFyayIsImNsYXNzTmFtZSIsImV5ZWJyb3ciLCJ0aXRsZSIsImRlc2NyaXB0aW9uIiwiZ3JhcGhpYyIsImZhZGUiLCJsaW5rIiwiZGl2IiwiaW5pdGlhbCIsIndoaWxlSG92ZXIiLCJ2YXJpYW50cyIsImlkbGUiLCJhY3RpdmUiLCJkYXRhLWRhcmsiLCJ1bmRlZmluZWQiLCJpbmNsdWRlcyIsImFzIiwicCIsImEiLCJocmVmIiwic3BhbiIsImFyaWEtaGlkZGVuIiwiaDIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./src/components/Bentosection.jsx\n"); /***/ }), @@ -146,7 +146,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Button: () => (/* binding */ Button)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/link */ \"(ssr)/./node_modules/next/dist/api/link.js\");\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! clsx */ \"(ssr)/./node_modules/clsx/dist/clsx.mjs\");\n\n\n\nfunction Button({ className, ...props }) {\n className = (0,clsx__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\"inline-flex justify-center rounded-2xl btn-gradient-dark py-2 px-4 text-xs font-semibold text-white hover:btn-gradient-dark-hover focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500 active:text-white/70\", className);\n return typeof props.href === \"undefined\" ? /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"button\", {\n className: className,\n ...props\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Button.jsx\",\n lineNumber: 11,\n columnNumber: 5\n }, this) : /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_link__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n className: className,\n ...props\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Button.jsx\",\n lineNumber: 13,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9CdXR0b24uanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7OztBQUE0QjtBQUNMO0FBRWhCLFNBQVNFLE9BQU8sRUFBRUMsU0FBUyxFQUFFLEdBQUdDLE9BQU87SUFDNUNELFlBQVlGLGdEQUFJQSxDQUNkLHFRQUNBRTtJQUdGLE9BQU8sT0FBT0MsTUFBTUMsSUFBSSxLQUFLLDRCQUMzQiw4REFBQ0M7UUFBT0gsV0FBV0E7UUFBWSxHQUFHQyxLQUFLOzs7Ozs2QkFFdkMsOERBQUNKLGlEQUFJQTtRQUFDRyxXQUFXQTtRQUFZLEdBQUdDLEtBQUs7Ozs7OztBQUV6QyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0J1dHRvbi5qc3g/NGUxZCJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgTGluayBmcm9tICduZXh0L2xpbmsnXG5pbXBvcnQgY2xzeCBmcm9tICdjbHN4J1xuXG5leHBvcnQgZnVuY3Rpb24gQnV0dG9uKHsgY2xhc3NOYW1lLCAuLi5wcm9wcyB9KSB7XG4gIGNsYXNzTmFtZSA9IGNsc3goXG4gICAgJ2lubGluZS1mbGV4IGp1c3RpZnktY2VudGVyIHJvdW5kZWQtMnhsIGJ0bi1ncmFkaWVudC1kYXJrIHB5LTIgcHgtNCB0ZXh0LXhzIGZvbnQtc2VtaWJvbGQgdGV4dC13aGl0ZSBob3ZlcjpidG4tZ3JhZGllbnQtZGFyay1ob3ZlciBmb2N1czpvdXRsaW5lLW5vbmUgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLTIgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLW9mZnNldC0yIGZvY3VzLXZpc2libGU6b3V0bGluZS1wdXJwbGUtNTAwIGFjdGl2ZTp0ZXh0LXdoaXRlLzcwJyxcbiAgICBjbGFzc05hbWUsXG4gIClcblxuICByZXR1cm4gdHlwZW9mIHByb3BzLmhyZWYgPT09ICd1bmRlZmluZWQnID8gKFxuICAgIDxidXR0b24gY2xhc3NOYW1lPXtjbGFzc05hbWV9IHsuLi5wcm9wc30gLz5cbiAgKSA6IChcbiAgICA8TGluayBjbGFzc05hbWU9e2NsYXNzTmFtZX0gey4uLnByb3BzfSAvPlxuICApXG59XG4iXSwibmFtZXMiOlsiTGluayIsImNsc3giLCJCdXR0b24iLCJjbGFzc05hbWUiLCJwcm9wcyIsImhyZWYiLCJidXR0b24iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./src/components/Button.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Button: () => (/* binding */ Button)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/link */ \"(ssr)/./node_modules/next/dist/api/link.js\");\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! clsx */ \"(ssr)/./node_modules/clsx/dist/clsx.mjs\");\n\n\n\nfunction Button({ className, ...props }) {\n className = (0,clsx__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\"inline-flex justify-center rounded-2xl btn-gradient-dark py-2 px-4 text-xs font-semibold text-white hover:btn-gradient-dark-hover focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500 active:text-white/70\", className);\n return typeof props.href === \"undefined\" ? /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"button\", {\n className: className,\n ...props\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Button.jsx\",\n lineNumber: 11,\n columnNumber: 5\n }, this) : /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_link__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n className: className,\n ...props\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Button.jsx\",\n lineNumber: 13,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9CdXR0b24uanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7OztBQUE0QjtBQUNMO0FBRWhCLFNBQVNFLE9BQU8sRUFBRUMsU0FBUyxFQUFFLEdBQUdDLE9BQU87SUFDNUNELFlBQVlGLGdEQUFJQSxDQUNkLHFRQUNBRTtJQUdGLE9BQU8sT0FBT0MsTUFBTUMsSUFBSSxLQUFLLDRCQUMzQiw4REFBQ0M7UUFBT0gsV0FBV0E7UUFBWSxHQUFHQyxLQUFLOzs7Ozs2QkFFdkMsOERBQUNKLGlEQUFJQTtRQUFDRyxXQUFXQTtRQUFZLEdBQUdDLEtBQUs7Ozs7OztBQUV6QyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0J1dHRvbi5qc3g/NGUxZCJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgTGluayBmcm9tICduZXh0L2xpbmsnXHJcbmltcG9ydCBjbHN4IGZyb20gJ2Nsc3gnXHJcblxyXG5leHBvcnQgZnVuY3Rpb24gQnV0dG9uKHsgY2xhc3NOYW1lLCAuLi5wcm9wcyB9KSB7XHJcbiAgY2xhc3NOYW1lID0gY2xzeChcclxuICAgICdpbmxpbmUtZmxleCBqdXN0aWZ5LWNlbnRlciByb3VuZGVkLTJ4bCBidG4tZ3JhZGllbnQtZGFyayBweS0yIHB4LTQgdGV4dC14cyBmb250LXNlbWlib2xkIHRleHQtd2hpdGUgaG92ZXI6YnRuLWdyYWRpZW50LWRhcmstaG92ZXIgZm9jdXM6b3V0bGluZS1ub25lIGZvY3VzLXZpc2libGU6b3V0bGluZS0yIGZvY3VzLXZpc2libGU6b3V0bGluZS1vZmZzZXQtMiBmb2N1cy12aXNpYmxlOm91dGxpbmUtcHVycGxlLTUwMCBhY3RpdmU6dGV4dC13aGl0ZS83MCcsXHJcbiAgICBjbGFzc05hbWUsXHJcbiAgKVxyXG5cclxuICByZXR1cm4gdHlwZW9mIHByb3BzLmhyZWYgPT09ICd1bmRlZmluZWQnID8gKFxyXG4gICAgPGJ1dHRvbiBjbGFzc05hbWU9e2NsYXNzTmFtZX0gey4uLnByb3BzfSAvPlxyXG4gICkgOiAoXHJcbiAgICA8TGluayBjbGFzc05hbWU9e2NsYXNzTmFtZX0gey4uLnByb3BzfSAvPlxyXG4gIClcclxufVxyXG4iXSwibmFtZXMiOlsiTGluayIsImNsc3giLCJCdXR0b24iLCJjbGFzc05hbWUiLCJwcm9wcyIsImhyZWYiLCJidXR0b24iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./src/components/Button.jsx\n"); /***/ }), @@ -157,7 +157,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Container: () => (/* binding */ Container)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ \"(ssr)/./node_modules/clsx/dist/clsx.mjs\");\n\n\nfunction Container({ className, ...props }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(\"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8\", className),\n ...props\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Container.jsx\",\n lineNumber: 5,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9Db250YWluZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQXVCO0FBRWhCLFNBQVNDLFVBQVUsRUFBRUMsU0FBUyxFQUFFLEdBQUdDLE9BQU87SUFDL0MscUJBQ0UsOERBQUNDO1FBQ0NGLFdBQVdGLGdEQUFJQSxDQUFDLDBDQUEwQ0U7UUFDekQsR0FBR0MsS0FBSzs7Ozs7O0FBR2YiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9Db250YWluZXIuanN4PzdhNTkiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IGNsc3ggZnJvbSAnY2xzeCdcblxuZXhwb3J0IGZ1bmN0aW9uIENvbnRhaW5lcih7IGNsYXNzTmFtZSwgLi4ucHJvcHMgfSkge1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIGNsYXNzTmFtZT17Y2xzeCgnbXgtYXV0byBtYXgtdy03eGwgcHgtNCBzbTpweC02IGxnOnB4LTgnLCBjbGFzc05hbWUpfVxuICAgICAgey4uLnByb3BzfVxuICAgIC8+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJjbHN4IiwiQ29udGFpbmVyIiwiY2xhc3NOYW1lIiwicHJvcHMiLCJkaXYiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./src/components/Container.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Container: () => (/* binding */ Container)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ \"(ssr)/./node_modules/clsx/dist/clsx.mjs\");\n\n\nfunction Container({ className, ...props }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(\"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8\", className),\n ...props\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Container.jsx\",\n lineNumber: 5,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9Db250YWluZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQXVCO0FBRWhCLFNBQVNDLFVBQVUsRUFBRUMsU0FBUyxFQUFFLEdBQUdDLE9BQU87SUFDL0MscUJBQ0UsOERBQUNDO1FBQ0NGLFdBQVdGLGdEQUFJQSxDQUFDLDBDQUEwQ0U7UUFDekQsR0FBR0MsS0FBSzs7Ozs7O0FBR2YiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9Db250YWluZXIuanN4PzdhNTkiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IGNsc3ggZnJvbSAnY2xzeCdcclxuXHJcbmV4cG9ydCBmdW5jdGlvbiBDb250YWluZXIoeyBjbGFzc05hbWUsIC4uLnByb3BzIH0pIHtcclxuICByZXR1cm4gKFxyXG4gICAgPGRpdlxyXG4gICAgICBjbGFzc05hbWU9e2Nsc3goJ214LWF1dG8gbWF4LXctN3hsIHB4LTQgc206cHgtNiBsZzpweC04JywgY2xhc3NOYW1lKX1cclxuICAgICAgey4uLnByb3BzfVxyXG4gICAgLz5cclxuICApXHJcbn1cclxuIl0sIm5hbWVzIjpbImNsc3giLCJDb250YWluZXIiLCJjbGFzc05hbWUiLCJwcm9wcyIsImRpdiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(ssr)/./src/components/Container.jsx\n"); /***/ }), @@ -168,7 +168,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Header: () => (/* binding */ Header)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _components_Button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Button */ \"(ssr)/./src/components/Button.jsx\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Container */ \"(ssr)/./src/components/Container.jsx\");\n/* harmony import */ var _components_Logo__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/components/Logo */ \"(ssr)/./src/components/Logo.jsx\");\n/* harmony import */ var _barrel_optimize_names_Bars3Icon_XMarkIcon_heroicons_react_24_outline__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! __barrel_optimize__?names=Bars3Icon,XMarkIcon!=!@heroicons/react/24/outline */ \"(ssr)/./node_modules/@heroicons/react/24/outline/esm/Bars3Icon.js\");\n/* harmony import */ var _barrel_optimize_names_Bars3Icon_XMarkIcon_heroicons_react_24_outline__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! __barrel_optimize__?names=Bars3Icon,XMarkIcon!=!@heroicons/react/24/outline */ \"(ssr)/./node_modules/@heroicons/react/24/outline/esm/XMarkIcon.js\");\n/* __next_internal_client_entry_do_not_use__ Header auto */ \n\n\n\n\n\n// Example navigation items\nconst navigationItems = [\n {\n name: \"Home\",\n href: \"/\"\n },\n {\n name: \"Features\",\n href: \"/features.html\"\n },\n {\n name: \"Usecases\",\n href: \"/usecases.html\"\n },\n {\n name: \"Community\",\n href: \"/community.html\"\n }\n];\nfunction Header() {\n const [mobileMenuOpen, setMobileMenuOpen] = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false);\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"header\", {\n className: \"relative z-50 flex-none lg:py-2 bg-white\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n className: \"flex flex-wrap items-center justify-between lg:justify-center lg:flex-nowrap\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"my-5 lg:my-0 lg:grow lg:basis-0\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Logo__WEBPACK_IMPORTED_MODULE_4__.Logo, {\n className: \"h-12 w-auto text-slate-900\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 24,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 23,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"hidden lg:flex lg:items-center lg:gap-8 lg:grow lg:basis-0\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex gap-8 mx-auto\",\n children: navigationItems.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: item.href,\n className: \"text-purple-700 font-semibold hover:text-cyan-700\",\n children: item.name\n }, item.name, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 29,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 27,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Button__WEBPACK_IMPORTED_MODULE_2__.Button, {\n href: \"#\",\n children: \"Join OurVerse\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 34,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 26,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"lg:hidden flex items-center bg-gradient3\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"button\", {\n type: \"button\",\n onClick: ()=>setMobileMenuOpen(true),\n className: \"-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-purple-700\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"sr-only\",\n children: \"Open menu\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 42,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Bars3Icon_XMarkIcon_heroicons_react_24_outline__WEBPACK_IMPORTED_MODULE_5__[\"default\"], {\n \"aria-hidden\": \"true\",\n className: \"h-6 w-6\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 43,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 37,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 36,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 22,\n columnNumber: 7\n }, this),\n mobileMenuOpen && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"fixed inset-0 z-10 bg-white shadow-lg lg:hidden\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex items-center justify-between p-6\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Logo__WEBPACK_IMPORTED_MODULE_4__.Logo, {\n className: \"h-12 w-auto text-slate-900\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 52,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"button\", {\n type: \"button\",\n onClick: ()=>setMobileMenuOpen(false),\n className: \"-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-purple-700\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"sr-only\",\n children: \"Close menu\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 58,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Bars3Icon_XMarkIcon_heroicons_react_24_outline__WEBPACK_IMPORTED_MODULE_6__[\"default\"], {\n \"aria-hidden\": \"true\",\n className: \"h-6 w-6\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 59,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 53,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 51,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-col p-6 space-y-4\",\n children: [\n navigationItems.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: item.href,\n className: \"text-purple-600 hover:text-purple-800 text-lg font-semibold\",\n onClick: ()=>setMobileMenuOpen(false),\n children: item.name\n }, item.name, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 64,\n columnNumber: 15\n }, this)),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Button__WEBPACK_IMPORTED_MODULE_2__.Button, {\n href: \"#\",\n className: \"mt-4 btn-gradient-dark\",\n children: \"Join OurVerse\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 73,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 62,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 50,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx\",\n lineNumber: 21,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9IZWFkZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7O0FBRWlDO0FBQ1k7QUFDTTtBQUNWO0FBQzBCO0FBRW5FLDJCQUEyQjtBQUMzQixNQUFNTSxrQkFBa0I7SUFDdEI7UUFBRUMsTUFBTTtRQUFRQyxNQUFNO0lBQUk7SUFDMUI7UUFBRUQsTUFBTTtRQUFZQyxNQUFNO0lBQWlCO0lBQzNDO1FBQUVELE1BQU07UUFBWUMsTUFBTTtJQUFpQjtJQUMzQztRQUFFRCxNQUFNO1FBQWFDLE1BQU07SUFBa0I7Q0FDOUM7QUFFTSxTQUFTQztJQUNkLE1BQU0sQ0FBQ0MsZ0JBQWdCQyxrQkFBa0IsR0FBR1gsK0NBQVFBLENBQUM7SUFFckQscUJBQ0UsOERBQUNZO1FBQU9DLFdBQVU7OzBCQUNoQiw4REFBQ1gsNERBQVNBO2dCQUFDVyxXQUFVOztrQ0FDbkIsOERBQUNDO3dCQUFJRCxXQUFVO2tDQUNiLDRFQUFDVixrREFBSUE7NEJBQUNVLFdBQVU7Ozs7Ozs7Ozs7O2tDQUVsQiw4REFBQ0M7d0JBQUlELFdBQVU7OzBDQUNiLDhEQUFDQztnQ0FBSUQsV0FBVTswQ0FDWlAsZ0JBQWdCUyxHQUFHLENBQUMsQ0FBQ0MscUJBQ3BCLDhEQUFDQzt3Q0FBa0JULE1BQU1RLEtBQUtSLElBQUk7d0NBQUVLLFdBQVU7a0RBQzNDRyxLQUFLVCxJQUFJO3VDQURKUyxLQUFLVCxJQUFJOzs7Ozs7Ozs7OzBDQUtyQiw4REFBQ04sc0RBQU1BO2dDQUFDTyxNQUFLOzBDQUFJOzs7Ozs7Ozs7Ozs7a0NBRW5CLDhEQUFDTTt3QkFBSUQsV0FBVTtrQ0FDYiw0RUFBQ0s7NEJBQ0NDLE1BQUs7NEJBQ0xDLFNBQVMsSUFBTVQsa0JBQWtCOzRCQUNqQ0UsV0FBVTs7OENBRVYsOERBQUNRO29DQUFLUixXQUFVOzhDQUFVOzs7Ozs7OENBQzFCLDhEQUFDVCw2R0FBU0E7b0NBQUNrQixlQUFZO29DQUFPVCxXQUFVOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztZQU03Q0gsZ0NBQ0MsOERBQUNJO2dCQUFJRCxXQUFVOztrQ0FDYiw4REFBQ0M7d0JBQUlELFdBQVU7OzBDQUNiLDhEQUFDVixrREFBSUE7Z0NBQUNVLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNLO2dDQUNDQyxNQUFLO2dDQUNMQyxTQUFTLElBQU1ULGtCQUFrQjtnQ0FDakNFLFdBQVU7O2tEQUVWLDhEQUFDUTt3Q0FBS1IsV0FBVTtrREFBVTs7Ozs7O2tEQUMxQiw4REFBQ1IsNkdBQVNBO3dDQUFDaUIsZUFBWTt3Q0FBT1QsV0FBVTs7Ozs7Ozs7Ozs7Ozs7Ozs7O2tDQUc1Qyw4REFBQ0M7d0JBQUlELFdBQVU7OzRCQUNaUCxnQkFBZ0JTLEdBQUcsQ0FBQyxDQUFDQyxxQkFDcEIsOERBQUNDO29DQUVDVCxNQUFNUSxLQUFLUixJQUFJO29DQUNmSyxXQUFVO29DQUNWTyxTQUFTLElBQU1ULGtCQUFrQjs4Q0FFaENLLEtBQUtULElBQUk7bUNBTExTLEtBQUtULElBQUk7Ozs7OzBDQVFsQiw4REFBQ04sc0RBQU1BO2dDQUFDTyxNQUFLO2dDQUFJSyxXQUFVOzBDQUF5Qjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBUWhFIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2NvbXBvbmVudHMvSGVhZGVyLmpzeD8zY2I2Il0sInNvdXJjZXNDb250ZW50IjpbIid1c2UgY2xpZW50JzsgLy8gRW5zdXJlIHRoaXMgZmlsZSBpcyB0cmVhdGVkIGFzIGEgQ2xpZW50IENvbXBvbmVudFxuXG5pbXBvcnQgeyB1c2VTdGF0ZSB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IEJ1dHRvbiB9IGZyb20gJ0AvY29tcG9uZW50cy9CdXR0b24nO1xuaW1wb3J0IHsgQ29udGFpbmVyIH0gZnJvbSAnQC9jb21wb25lbnRzL0NvbnRhaW5lcic7XG5pbXBvcnQgeyBMb2dvIH0gZnJvbSAnQC9jb21wb25lbnRzL0xvZ28nO1xuaW1wb3J0IHsgQmFyczNJY29uLCBYTWFya0ljb24gfSBmcm9tICdAaGVyb2ljb25zL3JlYWN0LzI0L291dGxpbmUnO1xuXG4vLyBFeGFtcGxlIG5hdmlnYXRpb24gaXRlbXNcbmNvbnN0IG5hdmlnYXRpb25JdGVtcyA9IFtcbiAgeyBuYW1lOiAnSG9tZScsIGhyZWY6ICcvJyB9LFxuICB7IG5hbWU6ICdGZWF0dXJlcycsIGhyZWY6ICcvZmVhdHVyZXMuaHRtbCcgfSxcbiAgeyBuYW1lOiAnVXNlY2FzZXMnLCBocmVmOiAnL3VzZWNhc2VzLmh0bWwnIH0sXG4gIHsgbmFtZTogJ0NvbW11bml0eScsIGhyZWY6ICcvY29tbXVuaXR5Lmh0bWwnIH0sXG5dO1xuXG5leHBvcnQgZnVuY3Rpb24gSGVhZGVyKCkge1xuICBjb25zdCBbbW9iaWxlTWVudU9wZW4sIHNldE1vYmlsZU1lbnVPcGVuXSA9IHVzZVN0YXRlKGZhbHNlKTtcblxuICByZXR1cm4gKFxuICAgIDxoZWFkZXIgY2xhc3NOYW1lPVwicmVsYXRpdmUgei01MCBmbGV4LW5vbmUgbGc6cHktMiBiZy13aGl0ZVwiPlxuICAgICAgPENvbnRhaW5lciBjbGFzc05hbWU9XCJmbGV4IGZsZXgtd3JhcCBpdGVtcy1jZW50ZXIganVzdGlmeS1iZXR3ZWVuIGxnOmp1c3RpZnktY2VudGVyIGxnOmZsZXgtbm93cmFwXCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXktNSBsZzpteS0wIGxnOmdyb3cgbGc6YmFzaXMtMFwiPlxuICAgICAgICAgIDxMb2dvIGNsYXNzTmFtZT1cImgtMTIgdy1hdXRvIHRleHQtc2xhdGUtOTAwXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiaGlkZGVuIGxnOmZsZXggbGc6aXRlbXMtY2VudGVyIGxnOmdhcC04IGxnOmdyb3cgbGc6YmFzaXMtMFwiPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiZmxleCBnYXAtOCBteC1hdXRvXCI+XG4gICAgICAgICAgICB7bmF2aWdhdGlvbkl0ZW1zLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICA8YSBrZXk9e2l0ZW0ubmFtZX0gaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXB1cnBsZS03MDAgZm9udC1zZW1pYm9sZCBob3Zlcjp0ZXh0LWN5YW4tNzAwXCI+XG4gICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgKSl9XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPEJ1dHRvbiBocmVmPVwiI1wiPkpvaW4gT3VyVmVyc2U8L0J1dHRvbj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibGc6aGlkZGVuIGZsZXggaXRlbXMtY2VudGVyIGJnLWdyYWRpZW50M1wiPlxuICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgb25DbGljaz17KCkgPT4gc2V0TW9iaWxlTWVudU9wZW4odHJ1ZSl9XG4gICAgICAgICAgICBjbGFzc05hbWU9XCItbS0yLjUgaW5saW5lLWZsZXggaXRlbXMtY2VudGVyIGp1c3RpZnktY2VudGVyIHJvdW5kZWQtbWQgcC0yLjUgdGV4dC1wdXJwbGUtNzAwXCJcbiAgICAgICAgICA+XG4gICAgICAgICAgICA8c3BhbiBjbGFzc05hbWU9XCJzci1vbmx5XCI+T3BlbiBtZW51PC9zcGFuPlxuICAgICAgICAgICAgPEJhcnMzSWNvbiBhcmlhLWhpZGRlbj1cInRydWVcIiBjbGFzc05hbWU9XCJoLTYgdy02XCIgLz5cbiAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L0NvbnRhaW5lcj5cblxuICAgICAgey8qIE1vYmlsZSBtZW51ICovfVxuICAgICAge21vYmlsZU1lbnVPcGVuICYmIChcbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmaXhlZCBpbnNldC0wIHotMTAgYmctd2hpdGUgc2hhZG93LWxnIGxnOmhpZGRlblwiPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiZmxleCBpdGVtcy1jZW50ZXIganVzdGlmeS1iZXR3ZWVuIHAtNlwiPlxuICAgICAgICAgICAgPExvZ28gY2xhc3NOYW1lPVwiaC0xMiB3LWF1dG8gdGV4dC1zbGF0ZS05MDBcIiAvPlxuICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgICAgb25DbGljaz17KCkgPT4gc2V0TW9iaWxlTWVudU9wZW4oZmFsc2UpfVxuICAgICAgICAgICAgICBjbGFzc05hbWU9XCItbS0yLjUgaW5saW5lLWZsZXggaXRlbXMtY2VudGVyIGp1c3RpZnktY2VudGVyIHJvdW5kZWQtbWQgcC0yLjUgdGV4dC1wdXJwbGUtNzAwXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3NOYW1lPVwic3Itb25seVwiPkNsb3NlIG1lbnU8L3NwYW4+XG4gICAgICAgICAgICAgIDxYTWFya0ljb24gYXJpYS1oaWRkZW49XCJ0cnVlXCIgY2xhc3NOYW1lPVwiaC02IHctNlwiIC8+XG4gICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggZmxleC1jb2wgcC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAge25hdmlnYXRpb25JdGVtcy5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICBrZXk9e2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICBocmVmPXtpdGVtLmhyZWZ9XG4gICAgICAgICAgICAgICAgY2xhc3NOYW1lPVwidGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTgwMCB0ZXh0LWxnIGZvbnQtc2VtaWJvbGRcIlxuICAgICAgICAgICAgICAgIG9uQ2xpY2s9eygpID0+IHNldE1vYmlsZU1lbnVPcGVuKGZhbHNlKX1cbiAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XG4gICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgPEJ1dHRvbiBocmVmPVwiI1wiIGNsYXNzTmFtZT1cIm10LTQgYnRuLWdyYWRpZW50LWRhcmtcIj5cbiAgICAgICAgICAgICAgSm9pbiBPdXJWZXJzZVxuICAgICAgICAgICAgPC9CdXR0b24+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgKX1cbiAgICA8L2hlYWRlcj5cbiAgKTtcbn1cbiJdLCJuYW1lcyI6WyJ1c2VTdGF0ZSIsIkJ1dHRvbiIsIkNvbnRhaW5lciIsIkxvZ28iLCJCYXJzM0ljb24iLCJYTWFya0ljb24iLCJuYXZpZ2F0aW9uSXRlbXMiLCJuYW1lIiwiaHJlZiIsIkhlYWRlciIsIm1vYmlsZU1lbnVPcGVuIiwic2V0TW9iaWxlTWVudU9wZW4iLCJoZWFkZXIiLCJjbGFzc05hbWUiLCJkaXYiLCJtYXAiLCJpdGVtIiwiYSIsImJ1dHRvbiIsInR5cGUiLCJvbkNsaWNrIiwic3BhbiIsImFyaWEtaGlkZGVuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/components/Header.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Header: () => (/* binding */ Header)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _components_Button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Button */ \"(ssr)/./src/components/Button.jsx\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Container */ \"(ssr)/./src/components/Container.jsx\");\n/* harmony import */ var _components_Logo__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/components/Logo */ \"(ssr)/./src/components/Logo.jsx\");\n/* harmony import */ var _barrel_optimize_names_Bars3Icon_XMarkIcon_heroicons_react_24_outline__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! __barrel_optimize__?names=Bars3Icon,XMarkIcon!=!@heroicons/react/24/outline */ \"(ssr)/./node_modules/@heroicons/react/24/outline/esm/Bars3Icon.js\");\n/* harmony import */ var _barrel_optimize_names_Bars3Icon_XMarkIcon_heroicons_react_24_outline__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! __barrel_optimize__?names=Bars3Icon,XMarkIcon!=!@heroicons/react/24/outline */ \"(ssr)/./node_modules/@heroicons/react/24/outline/esm/XMarkIcon.js\");\n/* __next_internal_client_entry_do_not_use__ Header auto */ \n\n\n\n\n\n// Example navigation items\nconst navigationItems = [\n {\n name: \"Home\",\n href: \"/\"\n },\n {\n name: \"Features\",\n href: \"/features.html\"\n },\n {\n name: \"Usecases\",\n href: \"/usecases.html\"\n },\n {\n name: \"Community\",\n href: \"/community.html\"\n }\n];\nfunction Header() {\n const [mobileMenuOpen, setMobileMenuOpen] = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false);\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"header\", {\n className: \"relative z-50 flex-none lg:py-2 bg-white\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n className: \"flex flex-wrap items-center justify-between lg:justify-center lg:flex-nowrap\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"my-5 lg:my-0 lg:grow lg:basis-0\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Logo__WEBPACK_IMPORTED_MODULE_4__.Logo, {\n className: \"h-12 w-auto text-slate-900\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 24,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 23,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"hidden lg:flex lg:items-center lg:gap-8 lg:grow lg:basis-0\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex gap-8 mx-auto\",\n children: navigationItems.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: item.href,\n className: \"text-purple-700 font-semibold hover:text-cyan-700\",\n children: item.name\n }, item.name, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 29,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 27,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Button__WEBPACK_IMPORTED_MODULE_2__.Button, {\n href: \"#\",\n children: \"Join OurVerse\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 34,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 26,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"lg:hidden flex items-center bg-gradient3\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"button\", {\n type: \"button\",\n onClick: ()=>setMobileMenuOpen(true),\n className: \"-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-purple-700\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"sr-only\",\n children: \"Open menu\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 42,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Bars3Icon_XMarkIcon_heroicons_react_24_outline__WEBPACK_IMPORTED_MODULE_5__[\"default\"], {\n \"aria-hidden\": \"true\",\n className: \"h-6 w-6\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 43,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 37,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 36,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 22,\n columnNumber: 7\n }, this),\n mobileMenuOpen && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"fixed inset-0 z-10 bg-white shadow-lg lg:hidden\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex items-center justify-between p-6\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Logo__WEBPACK_IMPORTED_MODULE_4__.Logo, {\n className: \"h-12 w-auto text-slate-900\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 52,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"button\", {\n type: \"button\",\n onClick: ()=>setMobileMenuOpen(false),\n className: \"-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-purple-700\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"sr-only\",\n children: \"Close menu\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 58,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Bars3Icon_XMarkIcon_heroicons_react_24_outline__WEBPACK_IMPORTED_MODULE_6__[\"default\"], {\n \"aria-hidden\": \"true\",\n className: \"h-6 w-6\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 59,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 53,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 51,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-col p-6 space-y-4\",\n children: [\n navigationItems.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: item.href,\n className: \"text-purple-600 hover:text-purple-800 text-lg font-semibold\",\n onClick: ()=>setMobileMenuOpen(false),\n children: item.name\n }, item.name, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 64,\n columnNumber: 15\n }, this)),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Button__WEBPACK_IMPORTED_MODULE_2__.Button, {\n href: \"#\",\n className: \"mt-4 btn-gradient-dark\",\n children: \"Join OurVerse\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 73,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 62,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 50,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 21,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9IZWFkZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7O0FBRWlDO0FBQ1k7QUFDTTtBQUNWO0FBQzBCO0FBRW5FLDJCQUEyQjtBQUMzQixNQUFNTSxrQkFBa0I7SUFDdEI7UUFBRUMsTUFBTTtRQUFRQyxNQUFNO0lBQUk7SUFDMUI7UUFBRUQsTUFBTTtRQUFZQyxNQUFNO0lBQWlCO0lBQzNDO1FBQUVELE1BQU07UUFBWUMsTUFBTTtJQUFpQjtJQUMzQztRQUFFRCxNQUFNO1FBQWFDLE1BQU07SUFBa0I7Q0FDOUM7QUFFTSxTQUFTQztJQUNkLE1BQU0sQ0FBQ0MsZ0JBQWdCQyxrQkFBa0IsR0FBR1gsK0NBQVFBLENBQUM7SUFFckQscUJBQ0UsOERBQUNZO1FBQU9DLFdBQVU7OzBCQUNoQiw4REFBQ1gsNERBQVNBO2dCQUFDVyxXQUFVOztrQ0FDbkIsOERBQUNDO3dCQUFJRCxXQUFVO2tDQUNiLDRFQUFDVixrREFBSUE7NEJBQUNVLFdBQVU7Ozs7Ozs7Ozs7O2tDQUVsQiw4REFBQ0M7d0JBQUlELFdBQVU7OzBDQUNiLDhEQUFDQztnQ0FBSUQsV0FBVTswQ0FDWlAsZ0JBQWdCUyxHQUFHLENBQUMsQ0FBQ0MscUJBQ3BCLDhEQUFDQzt3Q0FBa0JULE1BQU1RLEtBQUtSLElBQUk7d0NBQUVLLFdBQVU7a0RBQzNDRyxLQUFLVCxJQUFJO3VDQURKUyxLQUFLVCxJQUFJOzs7Ozs7Ozs7OzBDQUtyQiw4REFBQ04sc0RBQU1BO2dDQUFDTyxNQUFLOzBDQUFJOzs7Ozs7Ozs7Ozs7a0NBRW5CLDhEQUFDTTt3QkFBSUQsV0FBVTtrQ0FDYiw0RUFBQ0s7NEJBQ0NDLE1BQUs7NEJBQ0xDLFNBQVMsSUFBTVQsa0JBQWtCOzRCQUNqQ0UsV0FBVTs7OENBRVYsOERBQUNRO29DQUFLUixXQUFVOzhDQUFVOzs7Ozs7OENBQzFCLDhEQUFDVCw2R0FBU0E7b0NBQUNrQixlQUFZO29DQUFPVCxXQUFVOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztZQU03Q0gsZ0NBQ0MsOERBQUNJO2dCQUFJRCxXQUFVOztrQ0FDYiw4REFBQ0M7d0JBQUlELFdBQVU7OzBDQUNiLDhEQUFDVixrREFBSUE7Z0NBQUNVLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNLO2dDQUNDQyxNQUFLO2dDQUNMQyxTQUFTLElBQU1ULGtCQUFrQjtnQ0FDakNFLFdBQVU7O2tEQUVWLDhEQUFDUTt3Q0FBS1IsV0FBVTtrREFBVTs7Ozs7O2tEQUMxQiw4REFBQ1IsNkdBQVNBO3dDQUFDaUIsZUFBWTt3Q0FBT1QsV0FBVTs7Ozs7Ozs7Ozs7Ozs7Ozs7O2tDQUc1Qyw4REFBQ0M7d0JBQUlELFdBQVU7OzRCQUNaUCxnQkFBZ0JTLEdBQUcsQ0FBQyxDQUFDQyxxQkFDcEIsOERBQUNDO29DQUVDVCxNQUFNUSxLQUFLUixJQUFJO29DQUNmSyxXQUFVO29DQUNWTyxTQUFTLElBQU1ULGtCQUFrQjs4Q0FFaENLLEtBQUtULElBQUk7bUNBTExTLEtBQUtULElBQUk7Ozs7OzBDQVFsQiw4REFBQ04sc0RBQU1BO2dDQUFDTyxNQUFLO2dDQUFJSyxXQUFVOzBDQUF5Qjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBUWhFIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2NvbXBvbmVudHMvSGVhZGVyLmpzeD8zY2I2Il0sInNvdXJjZXNDb250ZW50IjpbIid1c2UgY2xpZW50JzsgLy8gRW5zdXJlIHRoaXMgZmlsZSBpcyB0cmVhdGVkIGFzIGEgQ2xpZW50IENvbXBvbmVudFxyXG5cclxuaW1wb3J0IHsgdXNlU3RhdGUgfSBmcm9tICdyZWFjdCc7XHJcbmltcG9ydCB7IEJ1dHRvbiB9IGZyb20gJ0AvY29tcG9uZW50cy9CdXR0b24nO1xyXG5pbXBvcnQgeyBDb250YWluZXIgfSBmcm9tICdAL2NvbXBvbmVudHMvQ29udGFpbmVyJztcclxuaW1wb3J0IHsgTG9nbyB9IGZyb20gJ0AvY29tcG9uZW50cy9Mb2dvJztcclxuaW1wb3J0IHsgQmFyczNJY29uLCBYTWFya0ljb24gfSBmcm9tICdAaGVyb2ljb25zL3JlYWN0LzI0L291dGxpbmUnO1xyXG5cclxuLy8gRXhhbXBsZSBuYXZpZ2F0aW9uIGl0ZW1zXHJcbmNvbnN0IG5hdmlnYXRpb25JdGVtcyA9IFtcclxuICB7IG5hbWU6ICdIb21lJywgaHJlZjogJy8nIH0sXHJcbiAgeyBuYW1lOiAnRmVhdHVyZXMnLCBocmVmOiAnL2ZlYXR1cmVzLmh0bWwnIH0sXHJcbiAgeyBuYW1lOiAnVXNlY2FzZXMnLCBocmVmOiAnL3VzZWNhc2VzLmh0bWwnIH0sXHJcbiAgeyBuYW1lOiAnQ29tbXVuaXR5JywgaHJlZjogJy9jb21tdW5pdHkuaHRtbCcgfSxcclxuXTtcclxuXHJcbmV4cG9ydCBmdW5jdGlvbiBIZWFkZXIoKSB7XHJcbiAgY29uc3QgW21vYmlsZU1lbnVPcGVuLCBzZXRNb2JpbGVNZW51T3Blbl0gPSB1c2VTdGF0ZShmYWxzZSk7XHJcblxyXG4gIHJldHVybiAoXHJcbiAgICA8aGVhZGVyIGNsYXNzTmFtZT1cInJlbGF0aXZlIHotNTAgZmxleC1ub25lIGxnOnB5LTIgYmctd2hpdGVcIj5cclxuICAgICAgPENvbnRhaW5lciBjbGFzc05hbWU9XCJmbGV4IGZsZXgtd3JhcCBpdGVtcy1jZW50ZXIganVzdGlmeS1iZXR3ZWVuIGxnOmp1c3RpZnktY2VudGVyIGxnOmZsZXgtbm93cmFwXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteS01IGxnOm15LTAgbGc6Z3JvdyBsZzpiYXNpcy0wXCI+XHJcbiAgICAgICAgICA8TG9nbyBjbGFzc05hbWU9XCJoLTEyIHctYXV0byB0ZXh0LXNsYXRlLTkwMFwiIC8+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJoaWRkZW4gbGc6ZmxleCBsZzppdGVtcy1jZW50ZXIgbGc6Z2FwLTggbGc6Z3JvdyBsZzpiYXNpcy0wXCI+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggZ2FwLTggbXgtYXV0b1wiPlxyXG4gICAgICAgICAgICB7bmF2aWdhdGlvbkl0ZW1zLm1hcCgoaXRlbSkgPT4gKFxyXG4gICAgICAgICAgICAgIDxhIGtleT17aXRlbS5uYW1lfSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtcHVycGxlLTcwMCBmb250LXNlbWlib2xkIGhvdmVyOnRleHQtY3lhbi03MDBcIj5cclxuICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XHJcbiAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICApKX1cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPEJ1dHRvbiBocmVmPVwiI1wiPkpvaW4gT3VyVmVyc2U8L0J1dHRvbj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImxnOmhpZGRlbiBmbGV4IGl0ZW1zLWNlbnRlciBiZy1ncmFkaWVudDNcIj5cclxuICAgICAgICAgIDxidXR0b25cclxuICAgICAgICAgICAgdHlwZT1cImJ1dHRvblwiXHJcbiAgICAgICAgICAgIG9uQ2xpY2s9eygpID0+IHNldE1vYmlsZU1lbnVPcGVuKHRydWUpfVxyXG4gICAgICAgICAgICBjbGFzc05hbWU9XCItbS0yLjUgaW5saW5lLWZsZXggaXRlbXMtY2VudGVyIGp1c3RpZnktY2VudGVyIHJvdW5kZWQtbWQgcC0yLjUgdGV4dC1wdXJwbGUtNzAwXCJcclxuICAgICAgICAgID5cclxuICAgICAgICAgICAgPHNwYW4gY2xhc3NOYW1lPVwic3Itb25seVwiPk9wZW4gbWVudTwvc3Bhbj5cclxuICAgICAgICAgICAgPEJhcnMzSWNvbiBhcmlhLWhpZGRlbj1cInRydWVcIiBjbGFzc05hbWU9XCJoLTYgdy02XCIgLz5cclxuICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L0NvbnRhaW5lcj5cclxuXHJcbiAgICAgIHsvKiBNb2JpbGUgbWVudSAqL31cclxuICAgICAge21vYmlsZU1lbnVPcGVuICYmIChcclxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZpeGVkIGluc2V0LTAgei0xMCBiZy13aGl0ZSBzaGFkb3ctbGcgbGc6aGlkZGVuXCI+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggaXRlbXMtY2VudGVyIGp1c3RpZnktYmV0d2VlbiBwLTZcIj5cclxuICAgICAgICAgICAgPExvZ28gY2xhc3NOYW1lPVwiaC0xMiB3LWF1dG8gdGV4dC1zbGF0ZS05MDBcIiAvPlxyXG4gICAgICAgICAgICA8YnV0dG9uXHJcbiAgICAgICAgICAgICAgdHlwZT1cImJ1dHRvblwiXHJcbiAgICAgICAgICAgICAgb25DbGljaz17KCkgPT4gc2V0TW9iaWxlTWVudU9wZW4oZmFsc2UpfVxyXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT1cIi1tLTIuNSBpbmxpbmUtZmxleCBpdGVtcy1jZW50ZXIganVzdGlmeS1jZW50ZXIgcm91bmRlZC1tZCBwLTIuNSB0ZXh0LXB1cnBsZS03MDBcIlxyXG4gICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3NOYW1lPVwic3Itb25seVwiPkNsb3NlIG1lbnU8L3NwYW4+XHJcbiAgICAgICAgICAgICAgPFhNYXJrSWNvbiBhcmlhLWhpZGRlbj1cInRydWVcIiBjbGFzc05hbWU9XCJoLTYgdy02XCIgLz5cclxuICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiZmxleCBmbGV4LWNvbCBwLTYgc3BhY2UteS00XCI+XHJcbiAgICAgICAgICAgIHtuYXZpZ2F0aW9uSXRlbXMubWFwKChpdGVtKSA9PiAoXHJcbiAgICAgICAgICAgICAgPGFcclxuICAgICAgICAgICAgICAgIGtleT17aXRlbS5uYW1lfVxyXG4gICAgICAgICAgICAgICAgaHJlZj17aXRlbS5ocmVmfVxyXG4gICAgICAgICAgICAgICAgY2xhc3NOYW1lPVwidGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTgwMCB0ZXh0LWxnIGZvbnQtc2VtaWJvbGRcIlxyXG4gICAgICAgICAgICAgICAgb25DbGljaz17KCkgPT4gc2V0TW9iaWxlTWVudU9wZW4oZmFsc2UpfVxyXG4gICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XHJcbiAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICApKX1cclxuICAgICAgICAgICAgPEJ1dHRvbiBocmVmPVwiI1wiIGNsYXNzTmFtZT1cIm10LTQgYnRuLWdyYWRpZW50LWRhcmtcIj5cclxuICAgICAgICAgICAgICBKb2luIE91clZlcnNlXHJcbiAgICAgICAgICAgIDwvQnV0dG9uPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICl9XHJcbiAgICA8L2hlYWRlcj5cclxuICApO1xyXG59XHJcbiJdLCJuYW1lcyI6WyJ1c2VTdGF0ZSIsIkJ1dHRvbiIsIkNvbnRhaW5lciIsIkxvZ28iLCJCYXJzM0ljb24iLCJYTWFya0ljb24iLCJuYXZpZ2F0aW9uSXRlbXMiLCJuYW1lIiwiaHJlZiIsIkhlYWRlciIsIm1vYmlsZU1lbnVPcGVuIiwic2V0TW9iaWxlTWVudU9wZW4iLCJoZWFkZXIiLCJjbGFzc05hbWUiLCJkaXYiLCJtYXAiLCJpdGVtIiwiYSIsImJ1dHRvbiIsInR5cGUiLCJvbkNsaWNrIiwic3BhbiIsImFyaWEtaGlkZGVuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/components/Header.jsx\n"); /***/ }), @@ -179,7 +179,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Logo: () => (/* binding */ Logo)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n\nfunction Logo(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n xmlns: \"http://www.w3.org/2000/svg\",\n width: \"140\",\n height: \"auto\",\n fill: \"none\",\n viewBox: \"0 0 596 189\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#443B62\",\n d: \"M37.76 81.17c-22.24 0-33.05 8.43-33.05 25.77s10.81 25.84 33.05 25.84c22.24 0 33.05-8.45 33.05-25.84S60 81.17 37.76 81.17zm0 42.04c-16.26 0-22.3-4.41-22.3-16.28 0-11.87 6.04-16.2 22.3-16.2s22.3 4.39 22.3 16.2c0 11.81-6.04 16.28-22.3 16.28zM127.04 109.95c0 9.4-2.5 13.33-17.96 13.33-17.34 0-20.83-5.1-20.83-13.33V81.94H77.5v28.01c0 15.36 10.33 22.82 31.58 22.82 19.1 0 28.78-7.68 28.78-22.82V81.94h-10.82v28.01zM207.15 99.16c0-12.69-12.01-17.22-23.25-17.22h-32.31l-7.43 9.63h36.95c13.37 0 15.08 4.28 15.08 8.01 0 7.1-11.54 7.66-15.08 7.66h-35.16v24.77h10.75v-15.49h24.69l16.75 15.49h15.15L193.5 114.6c8.62-1.83 13.66-7.42 13.66-15.44h-.01zM343.86 111.26h34.86l6.81-8.79h-41.67v-10.9h36.4l7.44-9.63h-54.59V132h47.5l7.46-9.56h-44.21v-11.18zM486.32 91.57h34.35l7.33-9.63h-41.12c-16.72 0-20.23 8.14-20.23 14.98s3.29 14.35 18.97 14.35h18.92c9.64 0 12.28 1.15 12.28 5.34 0 2.51-.95 5.84-9.13 5.84h-37.56l-6.75 8.65-18.75-16.5c8.62-1.83 13.66-7.42 13.66-15.44 0-12.69-12.01-17.22-23.25-17.22h-32.31l-7.43 9.63h36.95c13.37 0 15.08 4.28 15.08 8.01 0 7.1-11.54 7.66-15.08 7.66h-35.16v24.77h10.75v-15.49h24.69l16.75 15.49h57.86c13.38 0 20.16-5.16 20.16-15.33 0-6.48-3.28-14.21-18.9-14.21h-18.92c-9.75 0-12.28-1.04-12.28-5.06 0-2.51.95-5.84 9.13-5.84h-.01zM544.59 122.44v-11.18h34.85l6.81-8.79h-41.66v-10.9h36.39l7.44-9.63h-54.59V132h47.5l7.46-9.56h-44.2z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 10,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#302B4B\",\n d: \"M240.12 117.87l-1.2 3.05 12.21-2.8-11.01-.25z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 14,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint0_linear_20_2)\",\n d: \"M242.67 125.62s-5.87 6.91-30.48 13.09l5.63-.66 14.57-4.75-15.45 6.73-2.32 3.75 16.55-6.4-13.02 13.8 10.71-5.52 19.2-10.27-5.38-9.78-.01.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 18,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint1_linear_20_2)\",\n d: \"M275.02 142.26l6.89-12.5 16.44-21.77 6.97-12.83 17.8-23.15 19.34-23.57 1.83-1.33-65.42 124.6-2.05 3.91-3.09 3.08 2.01-19.93-.72-16.51z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 22,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint2_linear_20_2)\",\n d: \"M258.83 112.9l-8.76 4.61 24.52 52.67 1.15-11.41-.72-16.51-13.84-30.85-2.35 1.49z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 26,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint3_linear_20_2)\",\n d: \"M273.73 178.7h-.66l-2.94-3.17-31.21-54.61 11.53-2.8 24.14 52.06-.86 8.52z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 30,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint4_linear_20_2)\",\n d: \"M274.59 170.18l30.73-75.02-23.41 34.6-6.89 12.5-.43 27.92z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 34,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint5_linear_20_2)\",\n d: \"M242.28 126.25s-5.8 6.75-30.09 12.77l5.56-.65 14.38-4.63-15.26 6.57-2.29 3.66 16.34-6.24-12.86 13.46 10.57-5.38 18.95-10.02-5.31-9.54h.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 38,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint6_linear_20_2)\",\n d: \"M243.11 127.51s-2.58 5.73-28.53 16.19c-.85.5 16.68-6.49 16.68-6.49l-13.12 13.98 10.78-5.59 18.67-10.05-4.48-8.04z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 42,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint7_linear_20_2)\",\n d: \"M241.72 53.13l-21.03-19.79s-18.3-19.29-22.38-24.91l-2.43 6.61s.66 6.39 13.12 23.7c0 0 14.77 12.9 21.16 16.53l11.55 7.94V53.12l.01.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 46,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M241.72 53.13l-21.03-19.79s-18.3-19.29-22.38-24.91c0 0-.98 2.67-1.7 4.64 9.53 19.39 45.11 45.85 45.11 45.85v-5.79zM209.01 38.32c7.64 8.15 32.71 24.47 32.71 24.47l1.65 8.8c-5.19-.03-17.32-4.88-29.65-14.24-12.33-9.37-15.4-21.95-15.4-21.95l.89-6.26 9.8 9.19v-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 50,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint8_linear_20_2)\",\n d: \"M231.21 111.41s11.48 3.75 24.78-4.52l3.72 7.85c-1.49.76-2.97 1.52-4.46 2.27-2.58 1.31-7.2 2.7-12.73 2.48-3.57-.34-7.64-1.35-9.86-4.41-.79-1.08-1.26-2.35-1.45-3.67z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 54,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint9_linear_20_2)\",\n d: \"M253.42 101.45l2.57 5.45s-12.85 9.3-28.56 3.26l1.65-4.61s13.98 3.67 24.35-4.1h-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 58,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M230.61 103.67l-1.76.55.22 1.32s12.55 4.11 24.35-4.1c0 0-7.21 4.43-22.81 2.23z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 62,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint10_linear_20_2)\",\n d: \"M250.38 94.4s-8.9 4.13-30.1 0c0 0 .55 5.65 10.33 9.27 0 0 12 2.68 22.81-2.23l-3.03-7.04h-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 66,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint11_linear_20_2)\",\n d: \"M247.59 87.11s-20.5 1.1-34.78-4.9c0 0 1.76 9.28 15.49 12.95 0 0 10.77 2.6 22.08-.76l-2.79-7.29z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 70,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M220.98 96.39s12.51 5.53 29.73-1.23l-.33-.76s-9.12 3.92-30.1 0l.7 1.99zM248.05 88.38s-16.72 3.12-34.21-3.51l-1.03-2.67s9.94 5.54 34.78 4.9l.45 1.27.01.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 74,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint12_linear_20_2)\",\n d: \"M245.02 79.35s-12.7.55-39.52-12.06c.07.03.14.79.16.87.19.82.47 1.62.79 2.39 1.2 2.86 3.09 5.39 5.3 7.55 4.65 4.56 10.57 6.95 16.91 7.96 6.25 1 12.62 1.22 18.94 1.05l-2.57-7.76h-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 78,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M245.02 79.35s-12.7.55-39.52-12.06c0 0-1.03 1.04 10.83 8.14 0 0 13.79 5.91 29.35 5.89l-.65-1.97h-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 82,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint13_linear_20_2)\",\n d: \"M243.36 72.02s-10.6-1.78-41.65-21.65v4.91s3.17 10.59 15.94 16.74c0 0 14.98 7.01 27.36 7.34l-1.65-7.34z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 86,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M243.36 72.02s-10.6-1.78-41.65-21.65v2.86s12.64 13.33 42.13 20.94l-.49-2.16.01.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 90,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#34304B\",\n d: \"M305.32 95.16c0-.16-7.87 11.68-8.96 12.84-4.46 4.75-12.17 10.78-27.97 21.18l6.55 13.38s21.43-26.91 30.37-47.4h.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 94,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint14_linear_20_2)\",\n d: \"M292.22 115.65s-9.32 10.32-21.36 18.21l4.01 8.48 17.35-26.69z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 98,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint15_linear_20_2)\",\n d: \"M208.8 45.85c4.93 6.55 33.76 21.8 33.76 21.8l.8 4.36c-5.19-.03-29.65-14.24-29.65-14.24-12.33-9.37-15.4-21.95-15.4-21.95l.2-1.4 10.28 11.42.01.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 102,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint16_linear_20_2)\",\n d: \"M241.72 49.59c.27.25-.35 3.25-.4 3.8a89.24 89.24 0 00-.34 4.63c-.14 2.99-.07 5.99.36 8.95.83 5.85 1.99 11.71 4.13 17.23 0 0 5.11 13.19 11.64 25.83 0 0 11.43 23.23 13.07 24.94 0 0 11.23-8.73 14-11.43 0 0 12.28-11.65 15.98-22.08 0 0 3.41-8.45 4.12-11.5 0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-1.17 4.21-2.15 8.41-4.47 12.29-.87 1.46-3.7 7.45-5.62 7.45-4.32-2.93-8.87-5.54-12.89-8.89-3.53-2.95-6.81-6.34-10.01-9.65-1.41-1.46-3.79-3.37-4.44-5.39-.84-2.63-8.21-10.13-13.47-14.94l-.01-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 106,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint17_linear_20_2)\",\n d: \"M241.72 49.59c.27.25-.35 3.25-.4 3.8a89.24 89.24 0 00-.34 4.63c-.14 2.99-.07 5.99.36 8.95.83 5.85 1.99 11.71 4.13 17.23 0 0 5.11 13.19 11.64 25.83 0 0 11.43 23.23 13.07 24.94 0 0 11.23-8.73 14-11.43 0 0 12.28-11.65 15.98-22.08 0 0 3.41-8.45 4.12-11.5 0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-1.17 4.21-2.15 8.41-4.47 12.29-.87 1.46-3.7 7.45-5.62 7.45-4.32-2.93-8.87-5.54-12.89-8.89-3.53-2.95-6.81-6.34-10.01-9.65-1.41-1.46-3.79-3.37-4.44-5.39-.84-2.63-8.21-10.13-13.47-14.94l-.01-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 110,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#302B4B\",\n d: \"M241.41 49.3c.27.25-.65 3.65-.7 4.19-.14 1.54-.25 3.09-.31 4.63-.11 2.99-.02 5.99.42 8.95.87 5.84 2.07 11.69 4.25 17.2 0 0 5.2 13.15 11.83 25.75 0 0 11.83 23.49 13.48 25.18 0 0 10.94-9.15 13.69-11.87 0 0-30.77-56.74-31.43-58.75-.86-2.62-5.94-10.5-11.24-15.28h.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 114,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint18_linear_20_2)\",\n d: \"M297.38 106.89s4.59-8.05 6.88-16.94c0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-.74 3.5-1.59 7.2-3.19 10.41-.49.99-1.24 1.87-1.86 2.8-1.21 1.81-2.27 3.72-3.67 5.39-.5.59-1.2.96-1.66 1.51-.23.28-.42.61-.58.93-.06.11-.11.22-.11.35 0 .1.04.2.07.3 1.81 4.66 3.62 9.19 5.97 13.63 2.81 1.07 6.06 2.03 9.79 2.86l.01-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 118,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint19_linear_20_2)\",\n d: \"M330.16 57.5s-20.68 2.87-24.84 11.68c0 0-1.29 1.05-3.68 17.42 0 0-3.73 19.53-4.25 20.3 0 0 3.85-6.15 4.86-10.88l2.01-6.06s3.18-17.18 4.4-17.64c0 0 1.54-6.82 12.14-10.67l9.36-4.14v-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 122,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint20_linear_20_2)\",\n d: \"M309.65 58.99l-10.04 4.62 18.08-4.13-8.04-.49z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 126,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint21_linear_20_2)\",\n d: \"M241.72 49.59c0 4.8-1.03 11.84.38 19.85 1.4 8.01 4.39 16.21 8.61 25.72 4.15 9.34 8.26 16.6 13.07 25.61 1.63 3.04 3.27 6.08 4.99 9.07.75 1.31 2.52 4.11 2.52 4.11s-.3.76 7.77-5.67 12.47-10.17 18.51-21.39c-.05.21-4.93-1.19-5.2-1.28a52.66 52.66 0 01-12.64-5.81c-7.16-4.5-12.54-11.96-16.99-19.05-3.17-5.05-5.81-10.48-7.46-16.22-.84-2.63-8.26-10.13-13.56-14.94z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 130,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint22_linear_20_2)\",\n d: \"M247.31 87.1s5.41 14.35 16.47 33.68c1.71 2.99 3.27 6.08 4.99 9.07.75 1.31 2.52 4.11 2.52 4.11s-.3.76 7.77-5.67 12.47-10.17 18.51-21.39c-.05.21-4.93-1.19-5.2-1.28a52.656 52.656 0 01-12.64-5.81c-7.16-4.5-12.54-11.96-16.99-19.05-4.56 4.91-15.43 6.34-15.43 6.34z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 134,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint23_linear_20_2)\",\n d: \"M256.3 106.74s10.76 20.11 12.47 23.1c.75 1.31 2.61 4.39 2.61 4.39s-.39.49 7.68-5.94c8.07-6.43 12.47-10.17 18.51-21.39-.05.21-4.92-1.21-5.2-1.28-8.85-2.27-16.17-8.36-16.17-8.36l-19.91 9.49.01-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 138,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"defs\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint0_linear_20_2\",\n x1: \"212.19\",\n x2: \"248.05\",\n y1: \"138.4\",\n y2: \"138.4\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 151,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 152,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 153,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 154,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 143,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint1_linear_20_2\",\n x1: \"266.8\",\n x2: \"336.43\",\n y1: \"182.27\",\n y2: \"39.96\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 164,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 165,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 166,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 167,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 168,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 169,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 156,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint2_linear_20_2\",\n x1: \"260.74\",\n x2: \"264.76\",\n y1: \"169.21\",\n y2: \"111.66\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#E6E4F2\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 179,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.71\",\n stopColor: \"#CDCAE5\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 180,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 181,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 171,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint3_linear_20_2\",\n x1: \"238.92\",\n x2: \"274.59\",\n y1: \"148.41\",\n y2: \"148.41\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.07\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 191,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.28\",\n stopColor: \"#938DC3\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 192,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#B5B1D7\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 193,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#DAD8EC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 194,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 183,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint4_linear_20_2\",\n x1: \"285.47\",\n x2: \"293.35\",\n y1: \"186.08\",\n y2: \"73.02\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 204,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.14\",\n stopColor: \"#DDDBEC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 205,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.3\",\n stopColor: \"#BEBADA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 206,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.46\",\n stopColor: \"#A5A0CD\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 207,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.63\",\n stopColor: \"#948EC3\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 208,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.8\",\n stopColor: \"#8A83BD\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 209,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 210,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 196,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint5_linear_20_2\",\n x1: \"212.19\",\n x2: \"247.59\",\n y1: \"138.72\",\n y2: \"138.72\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#E6E4F2\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 220,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.71\",\n stopColor: \"#CDCAE5\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 221,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 222,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 212,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint6_linear_20_2\",\n x1: \"234.65\",\n x2: \"228.14\",\n y1: \"130.23\",\n y2: \"147.36\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 232,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 233,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 234,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 235,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 224,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint7_linear_20_2\",\n x1: \"195.89\",\n x2: \"241.72\",\n y1: \"35.82\",\n y2: \"35.82\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 245,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 246,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 247,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 248,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 249,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 250,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 237,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint8_linear_20_2\",\n x1: \"231.21\",\n x2: \"259.7\",\n y1: \"113.21\",\n y2: \"113.21\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 260,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 261,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 262,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 263,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 264,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 265,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 252,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint9_linear_20_2\",\n x1: \"227.42\",\n x2: \"255.98\",\n y1: \"106.82\",\n y2: \"106.82\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 275,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 276,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 277,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 278,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 279,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 280,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 267,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint10_linear_20_2\",\n x1: \"220.28\",\n x2: \"253.42\",\n y1: \"99.4\",\n y2: \"99.4\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 290,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 291,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 292,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 293,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 294,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 295,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 282,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint11_linear_20_2\",\n x1: \"212.81\",\n x2: \"250.38\",\n y1: \"89.17\",\n y2: \"89.17\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 305,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 306,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 307,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 308,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 309,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 310,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 297,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint12_linear_20_2\",\n x1: \"205.49\",\n x2: \"247.59\",\n y1: \"77.23\",\n y2: \"77.23\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 320,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 321,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 322,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 323,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 324,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 325,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 312,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint13_linear_20_2\",\n x1: \"201.72\",\n x2: \"245.02\",\n y1: \"64.86\",\n y2: \"64.86\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 335,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 336,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 337,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 338,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 339,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 340,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 327,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint14_linear_20_2\",\n x1: \"281.61\",\n x2: \"281.42\",\n y1: \"117.11\",\n y2: \"138.85\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 350,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 351,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 352,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 353,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 342,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint15_linear_20_2\",\n x1: \"198.32\",\n x2: \"245.67\",\n y1: \"53.23\",\n y2: \"53.23\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 363,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 364,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 365,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 366,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 367,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 368,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 355,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint16_linear_20_2\",\n x1: \"240.91\",\n x2: \"329.47\",\n y1: \"92.28\",\n y2: \"92.28\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.07\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 378,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#9089C2\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 379,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 370,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint17_linear_20_2\",\n x1: \"240.91\",\n x2: \"329.47\",\n y1: \"92.28\",\n y2: \"92.28\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#E6E4F2\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 389,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.71\",\n stopColor: \"#CDCAE5\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 390,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 391,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 381,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint18_linear_20_2\",\n x1: \"281.54\",\n x2: \"329.47\",\n y1: \"82.21\",\n y2: \"82.21\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 401,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 402,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 403,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 404,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 405,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 406,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 393,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint19_linear_20_2\",\n x1: \"312.88\",\n x2: \"315.33\",\n y1: \"108.19\",\n y2: \"36.19\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 416,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.19\",\n stopColor: \"#CECCE4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 417,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.38\",\n stopColor: \"#A29ECC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 418,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.55\",\n stopColor: \"#827DBA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 419,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.7\",\n stopColor: \"#6F69AF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 420,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.79\",\n stopColor: \"#6862AC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 421,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 408,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint20_linear_20_2\",\n x1: \"299.61\",\n x2: \"317.69\",\n y1: \"61.3\",\n y2: \"61.3\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 431,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 432,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 433,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 434,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 423,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint21_linear_20_2\",\n x1: \"269.89\",\n x2: \"268.58\",\n y1: \"116.41\",\n y2: \"16.03\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 444,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.41\",\n stopColor: \"#D0CDE4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 445,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 446,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 436,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint22_linear_20_2\",\n x1: \"279.03\",\n x2: \"250.44\",\n y1: \"116.22\",\n y2: \"32.81\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 456,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.04\",\n stopColor: \"#F2F1F8\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 457,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.14\",\n stopColor: \"#D4D1E7\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 458,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.25\",\n stopColor: \"#BBB7D9\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 459,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.37\",\n stopColor: \"#A8A3CF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 460,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.51\",\n stopColor: \"#9B94C7\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 461,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.68\",\n stopColor: \"#938CC3\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 462,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.95\",\n stopColor: \"#918AC2\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 463,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 464,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 448,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint23_linear_20_2\",\n x1: \"265.16\",\n x2: \"279.88\",\n y1: \"72.31\",\n y2: \"115.44\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 474,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.21\",\n stopColor: \"#D8D6E9\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 475,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.45\",\n stopColor: \"#B5B1D5\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 476,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.66\",\n stopColor: \"#9B96C7\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 477,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.85\",\n stopColor: \"#8C85BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 478,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 479,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 466,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 142,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 3,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9Mb2dvLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7O0FBQU8sU0FBU0EsS0FBS0MsS0FBSztJQUN4QixxQkFDRSw4REFBQ0M7UUFDQ0MsT0FBTTtRQUNOQyxPQUFNO1FBQ05DLFFBQU87UUFDUEMsTUFBSztRQUNMQyxTQUFROzswQkFFUiw4REFBQ0M7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0M7O2tDQUNDLDhEQUFDQzt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFaEMsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUtyQyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0xvZ28uanN4PzIwNDEiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGZ1bmN0aW9uIExvZ28ocHJvcHMpIHtcbiAgcmV0dXJuIChcbiAgICA8c3ZnXG4gICAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcbiAgICAgIHdpZHRoPVwiMTQwXCJcbiAgICAgIGhlaWdodD1cImF1dG9cIlxuICAgICAgZmlsbD1cIm5vbmVcIlxuICAgICAgdmlld0JveD1cIjAgMCA1OTYgMTg5XCJcbiAgICA+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwiIzQ0M0I2MlwiXG4gICAgICAgIGQ9XCJNMzcuNzYgODEuMTdjLTIyLjI0IDAtMzMuMDUgOC40My0zMy4wNSAyNS43N3MxMC44MSAyNS44NCAzMy4wNSAyNS44NGMyMi4yNCAwIDMzLjA1LTguNDUgMzMuMDUtMjUuODRTNjAgODEuMTcgMzcuNzYgODEuMTd6bTAgNDIuMDRjLTE2LjI2IDAtMjIuMy00LjQxLTIyLjMtMTYuMjggMC0xMS44NyA2LjA0LTE2LjIgMjIuMy0xNi4yczIyLjMgNC4zOSAyMi4zIDE2LjJjMCAxMS44MS02LjA0IDE2LjI4LTIyLjMgMTYuMjh6TTEyNy4wNCAxMDkuOTVjMCA5LjQtMi41IDEzLjMzLTE3Ljk2IDEzLjMzLTE3LjM0IDAtMjAuODMtNS4xLTIwLjgzLTEzLjMzVjgxLjk0SDc3LjV2MjguMDFjMCAxNS4zNiAxMC4zMyAyMi44MiAzMS41OCAyMi44MiAxOS4xIDAgMjguNzgtNy42OCAyOC43OC0yMi44MlY4MS45NGgtMTAuODJ2MjguMDF6TTIwNy4xNSA5OS4xNmMwLTEyLjY5LTEyLjAxLTE3LjIyLTIzLjI1LTE3LjIyaC0zMi4zMWwtNy40MyA5LjYzaDM2Ljk1YzEzLjM3IDAgMTUuMDggNC4yOCAxNS4wOCA4LjAxIDAgNy4xLTExLjU0IDcuNjYtMTUuMDggNy42NmgtMzUuMTZ2MjQuNzdoMTAuNzV2LTE1LjQ5aDI0LjY5bDE2Ljc1IDE1LjQ5aDE1LjE1TDE5My41IDExNC42YzguNjItMS44MyAxMy42Ni03LjQyIDEzLjY2LTE1LjQ0aC0uMDF6TTM0My44NiAxMTEuMjZoMzQuODZsNi44MS04Ljc5aC00MS42N3YtMTAuOWgzNi40bDcuNDQtOS42M2gtNTQuNTlWMTMyaDQ3LjVsNy40Ni05LjU2aC00NC4yMXYtMTEuMTh6TTQ4Ni4zMiA5MS41N2gzNC4zNWw3LjMzLTkuNjNoLTQxLjEyYy0xNi43MiAwLTIwLjIzIDguMTQtMjAuMjMgMTQuOThzMy4yOSAxNC4zNSAxOC45NyAxNC4zNWgxOC45MmM5LjY0IDAgMTIuMjggMS4xNSAxMi4yOCA1LjM0IDAgMi41MS0uOTUgNS44NC05LjEzIDUuODRoLTM3LjU2bC02Ljc1IDguNjUtMTguNzUtMTYuNWM4LjYyLTEuODMgMTMuNjYtNy40MiAxMy42Ni0xNS40NCAwLTEyLjY5LTEyLjAxLTE3LjIyLTIzLjI1LTE3LjIyaC0zMi4zMWwtNy40MyA5LjYzaDM2Ljk1YzEzLjM3IDAgMTUuMDggNC4yOCAxNS4wOCA4LjAxIDAgNy4xLTExLjU0IDcuNjYtMTUuMDggNy42NmgtMzUuMTZ2MjQuNzdoMTAuNzV2LTE1LjQ5aDI0LjY5bDE2Ljc1IDE1LjQ5aDU3Ljg2YzEzLjM4IDAgMjAuMTYtNS4xNiAyMC4xNi0xNS4zMyAwLTYuNDgtMy4yOC0xNC4yMS0xOC45LTE0LjIxaC0xOC45MmMtOS43NSAwLTEyLjI4LTEuMDQtMTIuMjgtNS4wNiAwLTIuNTEuOTUtNS44NCA5LjEzLTUuODRoLS4wMXpNNTQ0LjU5IDEyMi40NHYtMTEuMThoMzQuODVsNi44MS04Ljc5aC00MS42NnYtMTAuOWgzNi4zOWw3LjQ0LTkuNjNoLTU0LjU5VjEzMmg0Ny41bDcuNDYtOS41NmgtNDQuMnpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCIjMzAyQjRCXCJcbiAgICAgICAgZD1cIk0yNDAuMTIgMTE3Ljg3bC0xLjIgMy4wNSAxMi4yMS0yLjgtMTEuMDEtLjI1elwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPHBhdGhcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQwX2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjQyLjY3IDEyNS42MnMtNS44NyA2LjkxLTMwLjQ4IDEzLjA5bDUuNjMtLjY2IDE0LjU3LTQuNzUtMTUuNDUgNi43My0yLjMyIDMuNzUgMTYuNTUtNi40LTEzLjAyIDEzLjggMTAuNzEtNS41MiAxOS4yLTEwLjI3LTUuMzgtOS43OC0uMDEuMDF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDFfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yNzUuMDIgMTQyLjI2bDYuODktMTIuNSAxNi40NC0yMS43NyA2Ljk3LTEyLjgzIDE3LjgtMjMuMTUgMTkuMzQtMjMuNTcgMS44My0xLjMzLTY1LjQyIDEyNC42LTIuMDUgMy45MS0zLjA5IDMuMDggMi4wMS0xOS45My0uNzItMTYuNTF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDJfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yNTguODMgMTEyLjlsLTguNzYgNC42MSAyNC41MiA1Mi42NyAxLjE1LTExLjQxLS43Mi0xNi41MS0xMy44NC0zMC44NS0yLjM1IDEuNDl6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDNfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yNzMuNzMgMTc4LjdoLS42NmwtMi45NC0zLjE3LTMxLjIxLTU0LjYxIDExLjUzLTIuOCAyNC4xNCA1Mi4wNi0uODYgOC41MnpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50NF9saW5lYXJfMjBfMilcIlxuICAgICAgICBkPVwiTTI3NC41OSAxNzAuMThsMzAuNzMtNzUuMDItMjMuNDEgMzQuNi02Ljg5IDEyLjUtLjQzIDI3LjkyelwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPHBhdGhcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQ1X2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjQyLjI4IDEyNi4yNXMtNS44IDYuNzUtMzAuMDkgMTIuNzdsNS41Ni0uNjUgMTQuMzgtNC42My0xNS4yNiA2LjU3LTIuMjkgMy42NiAxNi4zNC02LjI0LTEyLjg2IDEzLjQ2IDEwLjU3LTUuMzggMTguOTUtMTAuMDItNS4zMS05LjU0aC4wMXpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50Nl9saW5lYXJfMjBfMilcIlxuICAgICAgICBkPVwiTTI0My4xMSAxMjcuNTFzLTIuNTggNS43My0yOC41MyAxNi4xOWMtLjg1LjUgMTYuNjgtNi40OSAxNi42OC02LjQ5bC0xMy4xMiAxMy45OCAxMC43OC01LjU5IDE4LjY3LTEwLjA1LTQuNDgtOC4wNHpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50N19saW5lYXJfMjBfMilcIlxuICAgICAgICBkPVwiTTI0MS43MiA1My4xM2wtMjEuMDMtMTkuNzlzLTE4LjMtMTkuMjktMjIuMzgtMjQuOTFsLTIuNDMgNi42MXMuNjYgNi4zOSAxMy4xMiAyMy43YzAgMCAxNC43NyAxMi45IDIxLjE2IDE2LjUzbDExLjU1IDcuOTRWNTMuMTJsLjAxLjAxelwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPHBhdGhcbiAgICAgICAgZmlsbD1cIiM2NzY1QURcIlxuICAgICAgICBkPVwiTTI0MS43MiA1My4xM2wtMjEuMDMtMTkuNzlzLTE4LjMtMTkuMjktMjIuMzgtMjQuOTFjMCAwLS45OCAyLjY3LTEuNyA0LjY0IDkuNTMgMTkuMzkgNDUuMTEgNDUuODUgNDUuMTEgNDUuODV2LTUuNzl6TTIwOS4wMSAzOC4zMmM3LjY0IDguMTUgMzIuNzEgMjQuNDcgMzIuNzEgMjQuNDdsMS42NSA4LjhjLTUuMTktLjAzLTE3LjMyLTQuODgtMjkuNjUtMTQuMjQtMTIuMzMtOS4zNy0xNS40LTIxLjk1LTE1LjQtMjEuOTVsLjg5LTYuMjYgOS44IDkuMTl2LS4wMXpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50OF9saW5lYXJfMjBfMilcIlxuICAgICAgICBkPVwiTTIzMS4yMSAxMTEuNDFzMTEuNDggMy43NSAyNC43OC00LjUybDMuNzIgNy44NWMtMS40OS43Ni0yLjk3IDEuNTItNC40NiAyLjI3LTIuNTggMS4zMS03LjIgMi43LTEyLjczIDIuNDgtMy41Ny0uMzQtNy42NC0xLjM1LTkuODYtNC40MS0uNzktMS4wOC0xLjI2LTIuMzUtMS40NS0zLjY3elwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPHBhdGhcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQ5X2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjUzLjQyIDEwMS40NWwyLjU3IDUuNDVzLTEyLjg1IDkuMy0yOC41NiAzLjI2bDEuNjUtNC42MXMxMy45OCAzLjY3IDI0LjM1LTQuMWgtLjAxelwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPHBhdGhcbiAgICAgICAgZmlsbD1cIiM2NzY1QURcIlxuICAgICAgICBkPVwiTTIzMC42MSAxMDMuNjdsLTEuNzYuNTUuMjIgMS4zMnMxMi41NSA0LjExIDI0LjM1LTQuMWMwIDAtNy4yMSA0LjQzLTIyLjgxIDIuMjN6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDEwX2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjUwLjM4IDk0LjRzLTguOSA0LjEzLTMwLjEgMGMwIDAgLjU1IDUuNjUgMTAuMzMgOS4yNyAwIDAgMTIgMi42OCAyMi44MS0yLjIzbC0zLjAzLTcuMDRoLS4wMXpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MTFfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yNDcuNTkgODcuMTFzLTIwLjUgMS4xLTM0Ljc4LTQuOWMwIDAgMS43NiA5LjI4IDE1LjQ5IDEyLjk1IDAgMCAxMC43NyAyLjYgMjIuMDgtLjc2bC0yLjc5LTcuMjl6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwiIzY3NjVBRFwiXG4gICAgICAgIGQ9XCJNMjIwLjk4IDk2LjM5czEyLjUxIDUuNTMgMjkuNzMtMS4yM2wtLjMzLS43NnMtOS4xMiAzLjkyLTMwLjEgMGwuNyAxLjk5ek0yNDguMDUgODguMzhzLTE2LjcyIDMuMTItMzQuMjEtMy41MWwtMS4wMy0yLjY3czkuOTQgNS41NCAzNC43OCA0LjlsLjQ1IDEuMjcuMDEuMDF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDEyX2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjQ1LjAyIDc5LjM1cy0xMi43LjU1LTM5LjUyLTEyLjA2Yy4wNy4wMy4xNC43OS4xNi44Ny4xOS44Mi40NyAxLjYyLjc5IDIuMzkgMS4yIDIuODYgMy4wOSA1LjM5IDUuMyA3LjU1IDQuNjUgNC41NiAxMC41NyA2Ljk1IDE2LjkxIDcuOTYgNi4yNSAxIDEyLjYyIDEuMjIgMTguOTQgMS4wNWwtMi41Ny03Ljc2aC0uMDF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwiIzY3NjVBRFwiXG4gICAgICAgIGQ9XCJNMjQ1LjAyIDc5LjM1cy0xMi43LjU1LTM5LjUyLTEyLjA2YzAgMC0xLjAzIDEuMDQgMTAuODMgOC4xNCAwIDAgMTMuNzkgNS45MSAyOS4zNSA1Ljg5bC0uNjUtMS45N2gtLjAxelwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPHBhdGhcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQxM19saW5lYXJfMjBfMilcIlxuICAgICAgICBkPVwiTTI0My4zNiA3Mi4wMnMtMTAuNi0xLjc4LTQxLjY1LTIxLjY1djQuOTFzMy4xNyAxMC41OSAxNS45NCAxNi43NGMwIDAgMTQuOTggNy4wMSAyNy4zNiA3LjM0bC0xLjY1LTcuMzR6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwiIzY3NjVBRFwiXG4gICAgICAgIGQ9XCJNMjQzLjM2IDcyLjAycy0xMC42LTEuNzgtNDEuNjUtMjEuNjV2Mi44NnMxMi42NCAxMy4zMyA0Mi4xMyAyMC45NGwtLjQ5LTIuMTYuMDEuMDF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwiIzM0MzA0QlwiXG4gICAgICAgIGQ9XCJNMzA1LjMyIDk1LjE2YzAtLjE2LTcuODcgMTEuNjgtOC45NiAxMi44NC00LjQ2IDQuNzUtMTIuMTcgMTAuNzgtMjcuOTcgMjEuMThsNi41NSAxMy4zOHMyMS40My0yNi45MSAzMC4zNy00Ny40aC4wMXpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MTRfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yOTIuMjIgMTE1LjY1cy05LjMyIDEwLjMyLTIxLjM2IDE4LjIxbDQuMDEgOC40OCAxNy4zNS0yNi42OXpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MTVfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yMDguOCA0NS44NWM0LjkzIDYuNTUgMzMuNzYgMjEuOCAzMy43NiAyMS44bC44IDQuMzZjLTUuMTktLjAzLTI5LjY1LTE0LjI0LTI5LjY1LTE0LjI0LTEyLjMzLTkuMzctMTUuNC0yMS45NS0xNS40LTIxLjk1bC4yLTEuNCAxMC4yOCAxMS40Mi4wMS4wMXpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MTZfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yNDEuNzIgNDkuNTljLjI3LjI1LS4zNSAzLjI1LS40IDMuOGE4OS4yNCA4OS4yNCAwIDAwLS4zNCA0LjYzYy0uMTQgMi45OS0uMDcgNS45OS4zNiA4Ljk1LjgzIDUuODUgMS45OSAxMS43MSA0LjEzIDE3LjIzIDAgMCA1LjExIDEzLjE5IDExLjY0IDI1LjgzIDAgMCAxMS40MyAyMy4yMyAxMy4wNyAyNC45NCAwIDAgMTEuMjMtOC43MyAxNC0xMS40MyAwIDAgMTIuMjgtMTEuNjUgMTUuOTgtMjIuMDggMCAwIDMuNDEtOC40NSA0LjEyLTExLjUgMCAwIDMuMzQtMTUuODMgNC4wNS0xNi41NCAwIDAgMS42My03LjEgOS4wOS0xMC4yM2wxMi4wNy01LjQ3cy04Ljk1IDEuNzgtMTIuMTQgMS43OGMwIDAtNi4zMi0uMjEtNy42Ny0uNSAwIDAtMy45MS0yLjYzLTguMjQtLjg1IDAgMC02LjExLjg1LTguODEgMTAuNTgtMS4xNyA0LjIxLTIuMTUgOC40MS00LjQ3IDEyLjI5LS44NyAxLjQ2LTMuNyA3LjQ1LTUuNjIgNy40NS00LjMyLTIuOTMtOC44Ny01LjU0LTEyLjg5LTguODktMy41My0yLjk1LTYuODEtNi4zNC0xMC4wMS05LjY1LTEuNDEtMS40Ni0zLjc5LTMuMzctNC40NC01LjM5LS44NC0yLjYzLTguMjEtMTAuMTMtMTMuNDctMTQuOTRsLS4wMS0uMDF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDE3X2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjQxLjcyIDQ5LjU5Yy4yNy4yNS0uMzUgMy4yNS0uNCAzLjhhODkuMjQgODkuMjQgMCAwMC0uMzQgNC42M2MtLjE0IDIuOTktLjA3IDUuOTkuMzYgOC45NS44MyA1Ljg1IDEuOTkgMTEuNzEgNC4xMyAxNy4yMyAwIDAgNS4xMSAxMy4xOSAxMS42NCAyNS44MyAwIDAgMTEuNDMgMjMuMjMgMTMuMDcgMjQuOTQgMCAwIDExLjIzLTguNzMgMTQtMTEuNDMgMCAwIDEyLjI4LTExLjY1IDE1Ljk4LTIyLjA4IDAgMCAzLjQxLTguNDUgNC4xMi0xMS41IDAgMCAzLjM0LTE1LjgzIDQuMDUtMTYuNTQgMCAwIDEuNjMtNy4xIDkuMDktMTAuMjNsMTIuMDctNS40N3MtOC45NSAxLjc4LTEyLjE0IDEuNzhjMCAwLTYuMzItLjIxLTcuNjctLjUgMCAwLTMuOTEtMi42My04LjI0LS44NSAwIDAtNi4xMS44NS04LjgxIDEwLjU4LTEuMTcgNC4yMS0yLjE1IDguNDEtNC40NyAxMi4yOS0uODcgMS40Ni0zLjcgNy40NS01LjYyIDcuNDUtNC4zMi0yLjkzLTguODctNS41NC0xMi44OS04Ljg5LTMuNTMtMi45NS02LjgxLTYuMzQtMTAuMDEtOS42NS0xLjQxLTEuNDYtMy43OS0zLjM3LTQuNDQtNS4zOS0uODQtMi42My04LjIxLTEwLjEzLTEzLjQ3LTE0Ljk0bC0uMDEtLjAxelwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPHBhdGhcbiAgICAgICAgZmlsbD1cIiMzMDJCNEJcIlxuICAgICAgICBkPVwiTTI0MS40MSA0OS4zYy4yNy4yNS0uNjUgMy42NS0uNyA0LjE5LS4xNCAxLjU0LS4yNSAzLjA5LS4zMSA0LjYzLS4xMSAyLjk5LS4wMiA1Ljk5LjQyIDguOTUuODcgNS44NCAyLjA3IDExLjY5IDQuMjUgMTcuMiAwIDAgNS4yIDEzLjE1IDExLjgzIDI1Ljc1IDAgMCAxMS44MyAyMy40OSAxMy40OCAyNS4xOCAwIDAgMTAuOTQtOS4xNSAxMy42OS0xMS44NyAwIDAtMzAuNzctNTYuNzQtMzEuNDMtNTguNzUtLjg2LTIuNjItNS45NC0xMC41LTExLjI0LTE1LjI4aC4wMXpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MThfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yOTcuMzggMTA2Ljg5czQuNTktOC4wNSA2Ljg4LTE2Ljk0YzAgMCAzLjM0LTE1LjgzIDQuMDUtMTYuNTQgMCAwIDEuNjMtNy4xIDkuMDktMTAuMjNsMTIuMDctNS40N3MtOC45NSAxLjc4LTEyLjE0IDEuNzhjMCAwLTYuMzItLjIxLTcuNjctLjUgMCAwLTMuOTEtMi42My04LjI0LS44NSAwIDAtNi4xMS44NS04LjgxIDEwLjU4LS43NCAzLjUtMS41OSA3LjItMy4xOSAxMC40MS0uNDkuOTktMS4yNCAxLjg3LTEuODYgMi44LTEuMjEgMS44MS0yLjI3IDMuNzItMy42NyA1LjM5LS41LjU5LTEuMi45Ni0xLjY2IDEuNTEtLjIzLjI4LS40Mi42MS0uNTguOTMtLjA2LjExLS4xMS4yMi0uMTEuMzUgMCAuMS4wNC4yLjA3LjMgMS44MSA0LjY2IDMuNjIgOS4xOSA1Ljk3IDEzLjYzIDIuODEgMS4wNyA2LjA2IDIuMDMgOS43OSAyLjg2bC4wMS0uMDF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDE5X2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMzMwLjE2IDU3LjVzLTIwLjY4IDIuODctMjQuODQgMTEuNjhjMCAwLTEuMjkgMS4wNS0zLjY4IDE3LjQyIDAgMC0zLjczIDE5LjUzLTQuMjUgMjAuMyAwIDAgMy44NS02LjE1IDQuODYtMTAuODhsMi4wMS02LjA2czMuMTgtMTcuMTggNC40LTE3LjY0YzAgMCAxLjU0LTYuODIgMTIuMTQtMTAuNjdsOS4zNi00LjE0di0uMDF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDIwX2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMzA5LjY1IDU4Ljk5bC0xMC4wNCA0LjYyIDE4LjA4LTQuMTMtOC4wNC0uNDl6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDIxX2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjQxLjcyIDQ5LjU5YzAgNC44LTEuMDMgMTEuODQuMzggMTkuODUgMS40IDguMDEgNC4zOSAxNi4yMSA4LjYxIDI1LjcyIDQuMTUgOS4zNCA4LjI2IDE2LjYgMTMuMDcgMjUuNjEgMS42MyAzLjA0IDMuMjcgNi4wOCA0Ljk5IDkuMDcuNzUgMS4zMSAyLjUyIDQuMTEgMi41MiA0LjExcy0uMy43NiA3Ljc3LTUuNjcgMTIuNDctMTAuMTcgMTguNTEtMjEuMzljLS4wNS4yMS00LjkzLTEuMTktNS4yLTEuMjhhNTIuNjYgNTIuNjYgMCAwMS0xMi42NC01LjgxYy03LjE2LTQuNS0xMi41NC0xMS45Ni0xNi45OS0xOS4wNS0zLjE3LTUuMDUtNS44MS0xMC40OC03LjQ2LTE2LjIyLS44NC0yLjYzLTguMjYtMTAuMTMtMTMuNTYtMTQuOTR6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDIyX2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjQ3LjMxIDg3LjFzNS40MSAxNC4zNSAxNi40NyAzMy42OGMxLjcxIDIuOTkgMy4yNyA2LjA4IDQuOTkgOS4wNy43NSAxLjMxIDIuNTIgNC4xMSAyLjUyIDQuMTFzLS4zLjc2IDcuNzctNS42NyAxMi40Ny0xMC4xNyAxOC41MS0yMS4zOWMtLjA1LjIxLTQuOTMtMS4xOS01LjItMS4yOGE1Mi42NTYgNTIuNjU2IDAgMDEtMTIuNjQtNS44MWMtNy4xNi00LjUtMTIuNTQtMTEuOTYtMTYuOTktMTkuMDUtNC41NiA0LjkxLTE1LjQzIDYuMzQtMTUuNDMgNi4zNHpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MjNfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yNTYuMyAxMDYuNzRzMTAuNzYgMjAuMTEgMTIuNDcgMjMuMWMuNzUgMS4zMSAyLjYxIDQuMzkgMi42MSA0LjM5cy0uMzkuNDkgNy42OC01Ljk0YzguMDctNi40MyAxMi40Ny0xMC4xNyAxOC41MS0yMS4zOS0uMDUuMjEtNC45Mi0xLjIxLTUuMi0xLjI4LTguODUtMi4yNy0xNi4xNy04LjM2LTE2LjE3LTguMzZsLTE5LjkxIDkuNDkuMDEtLjAxelwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPGRlZnM+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQwX2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjIxMi4xOVwiXG4gICAgICAgICAgeDI9XCIyNDguMDVcIlxuICAgICAgICAgIHkxPVwiMTM4LjRcIlxuICAgICAgICAgIHkyPVwiMTM4LjRcIlxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXG4gICAgICAgID5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjI2XCIgc3RvcENvbG9yPVwiIzMwMkI0QlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjQ3XCIgc3RvcENvbG9yPVwiIzRCNDY2RVwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjgzXCIgc3RvcENvbG9yPVwiIzc2NkZBNlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDFfbGluZWFyXzIwXzJcIlxuICAgICAgICAgIHgxPVwiMjY2LjhcIlxuICAgICAgICAgIHgyPVwiMzM2LjQzXCJcbiAgICAgICAgICB5MT1cIjE4Mi4yN1wiXG4gICAgICAgICAgeTI9XCIzOS45NlwiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xMVwiIHN0b3BDb2xvcj1cIiNFQkVBRjRcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40XCIgc3RvcENvbG9yPVwiI0MwQkNEQ1wiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjY1XCIgc3RvcENvbG9yPVwiI0ExOUJDQVwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjg2XCIgc3RvcENvbG9yPVwiIzhEODdCRlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDJfbGluZWFyXzIwXzJcIlxuICAgICAgICAgIHgxPVwiMjYwLjc0XCJcbiAgICAgICAgICB4Mj1cIjI2NC43NlwiXG4gICAgICAgICAgeTE9XCIxNjkuMjFcIlxuICAgICAgICAgIHkyPVwiMTExLjY2XCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI0U2RTRGMlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjcxXCIgc3RvcENvbG9yPVwiI0NEQ0FFNVwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDNfbGluZWFyXzIwXzJcIlxuICAgICAgICAgIHgxPVwiMjM4LjkyXCJcbiAgICAgICAgICB4Mj1cIjI3NC41OVwiXG4gICAgICAgICAgeTE9XCIxNDguNDFcIlxuICAgICAgICAgIHkyPVwiMTQ4LjQxXCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4wN1wiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4yOFwiIHN0b3BDb2xvcj1cIiM5MzhEQzNcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNCNUIxRDdcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiNEQUQ4RUNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQ0X2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjI4NS40N1wiXG4gICAgICAgICAgeDI9XCIyOTMuMzVcIlxuICAgICAgICAgIHkxPVwiMTg2LjA4XCJcbiAgICAgICAgICB5Mj1cIjczLjAyXCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjE0XCIgc3RvcENvbG9yPVwiI0REREJFQ1wiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjNcIiBzdG9wQ29sb3I9XCIjQkVCQURBXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNDZcIiBzdG9wQ29sb3I9XCIjQTVBMENEXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjNcIiBzdG9wQ29sb3I9XCIjOTQ4RUMzXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuOFwiIHN0b3BDb2xvcj1cIiM4QTgzQkRcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQ1X2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjIxMi4xOVwiXG4gICAgICAgICAgeDI9XCIyNDcuNTlcIlxuICAgICAgICAgIHkxPVwiMTM4LjcyXCJcbiAgICAgICAgICB5Mj1cIjEzOC43MlwiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNFNkU0RjJcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC43MVwiIHN0b3BDb2xvcj1cIiNDRENBRTVcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQ2X2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjIzNC42NVwiXG4gICAgICAgICAgeDI9XCIyMjguMTRcIlxuICAgICAgICAgIHkxPVwiMTMwLjIzXCJcbiAgICAgICAgICB5Mj1cIjE0Ny4zNlwiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMjZcIiBzdG9wQ29sb3I9XCIjMzAyQjRCXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNDdcIiBzdG9wQ29sb3I9XCIjNEI0NjZFXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuODNcIiBzdG9wQ29sb3I9XCIjNzY2RkE2XCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxuICAgICAgICA8bGluZWFyR3JhZGllbnRcbiAgICAgICAgICBpZD1cInBhaW50N19saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIxOTUuODlcIlxuICAgICAgICAgIHgyPVwiMjQxLjcyXCJcbiAgICAgICAgICB5MT1cIjM1LjgyXCJcbiAgICAgICAgICB5Mj1cIjM1LjgyXCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjExXCIgc3RvcENvbG9yPVwiI0VCRUFGNFwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjRcIiBzdG9wQ29sb3I9XCIjQzBCQ0RDXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjVcIiBzdG9wQ29sb3I9XCIjQTE5QkNBXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuODZcIiBzdG9wQ29sb3I9XCIjOEQ4N0JGXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxuICAgICAgICA8bGluZWFyR3JhZGllbnRcbiAgICAgICAgICBpZD1cInBhaW50OF9saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyMzEuMjFcIlxuICAgICAgICAgIHgyPVwiMjU5LjdcIlxuICAgICAgICAgIHkxPVwiMTEzLjIxXCJcbiAgICAgICAgICB5Mj1cIjExMy4yMVwiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xMVwiIHN0b3BDb2xvcj1cIiNFQkVBRjRcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40XCIgc3RvcENvbG9yPVwiI0MwQkNEQ1wiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjY1XCIgc3RvcENvbG9yPVwiI0ExOUJDQVwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjg2XCIgc3RvcENvbG9yPVwiIzhEODdCRlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDlfbGluZWFyXzIwXzJcIlxuICAgICAgICAgIHgxPVwiMjI3LjQyXCJcbiAgICAgICAgICB4Mj1cIjI1NS45OFwiXG4gICAgICAgICAgeTE9XCIxMDYuODJcIlxuICAgICAgICAgIHkyPVwiMTA2LjgyXCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjExXCIgc3RvcENvbG9yPVwiI0VCRUFGNFwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjRcIiBzdG9wQ29sb3I9XCIjQzBCQ0RDXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjVcIiBzdG9wQ29sb3I9XCIjQTE5QkNBXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuODZcIiBzdG9wQ29sb3I9XCIjOEQ4N0JGXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxuICAgICAgICA8bGluZWFyR3JhZGllbnRcbiAgICAgICAgICBpZD1cInBhaW50MTBfbGluZWFyXzIwXzJcIlxuICAgICAgICAgIHgxPVwiMjIwLjI4XCJcbiAgICAgICAgICB4Mj1cIjI1My40MlwiXG4gICAgICAgICAgeTE9XCI5OS40XCJcbiAgICAgICAgICB5Mj1cIjk5LjRcIlxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXG4gICAgICAgID5cbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNFwiIHN0b3BDb2xvcj1cIiNDMEJDRENcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNBMTlCQ0FcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQxMV9saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyMTIuODFcIlxuICAgICAgICAgIHgyPVwiMjUwLjM4XCJcbiAgICAgICAgICB5MT1cIjg5LjE3XCJcbiAgICAgICAgICB5Mj1cIjg5LjE3XCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjExXCIgc3RvcENvbG9yPVwiI0VCRUFGNFwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjRcIiBzdG9wQ29sb3I9XCIjQzBCQ0RDXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjVcIiBzdG9wQ29sb3I9XCIjQTE5QkNBXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuODZcIiBzdG9wQ29sb3I9XCIjOEQ4N0JGXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxuICAgICAgICA8bGluZWFyR3JhZGllbnRcbiAgICAgICAgICBpZD1cInBhaW50MTJfbGluZWFyXzIwXzJcIlxuICAgICAgICAgIHgxPVwiMjA1LjQ5XCJcbiAgICAgICAgICB4Mj1cIjI0Ny41OVwiXG4gICAgICAgICAgeTE9XCI3Ny4yM1wiXG4gICAgICAgICAgeTI9XCI3Ny4yM1wiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xMVwiIHN0b3BDb2xvcj1cIiNFQkVBRjRcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40XCIgc3RvcENvbG9yPVwiI0MwQkNEQ1wiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjY1XCIgc3RvcENvbG9yPVwiI0ExOUJDQVwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjg2XCIgc3RvcENvbG9yPVwiIzhEODdCRlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDEzX2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjIwMS43MlwiXG4gICAgICAgICAgeDI9XCIyNDUuMDJcIlxuICAgICAgICAgIHkxPVwiNjQuODZcIlxuICAgICAgICAgIHkyPVwiNjQuODZcIlxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXG4gICAgICAgID5cbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNFwiIHN0b3BDb2xvcj1cIiNDMEJDRENcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNBMTlCQ0FcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQxNF9saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyODEuNjFcIlxuICAgICAgICAgIHgyPVwiMjgxLjQyXCJcbiAgICAgICAgICB5MT1cIjExNy4xMVwiXG4gICAgICAgICAgeTI9XCIxMzguODVcIlxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXG4gICAgICAgID5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjI2XCIgc3RvcENvbG9yPVwiIzMwMkI0QlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjQ3XCIgc3RvcENvbG9yPVwiIzRCNDY2RVwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjgzXCIgc3RvcENvbG9yPVwiIzc2NkZBNlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDE1X2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjE5OC4zMlwiXG4gICAgICAgICAgeDI9XCIyNDUuNjdcIlxuICAgICAgICAgIHkxPVwiNTMuMjNcIlxuICAgICAgICAgIHkyPVwiNTMuMjNcIlxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXG4gICAgICAgID5cbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNFwiIHN0b3BDb2xvcj1cIiNDMEJDRENcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNBMTlCQ0FcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQxNl9saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyNDAuOTFcIlxuICAgICAgICAgIHgyPVwiMzI5LjQ3XCJcbiAgICAgICAgICB5MT1cIjkyLjI4XCJcbiAgICAgICAgICB5Mj1cIjkyLjI4XCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4wN1wiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM5MDg5QzJcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQxN19saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyNDAuOTFcIlxuICAgICAgICAgIHgyPVwiMzI5LjQ3XCJcbiAgICAgICAgICB5MT1cIjkyLjI4XCJcbiAgICAgICAgICB5Mj1cIjkyLjI4XCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI0U2RTRGMlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjcxXCIgc3RvcENvbG9yPVwiI0NEQ0FFNVwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDE4X2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjI4MS41NFwiXG4gICAgICAgICAgeDI9XCIzMjkuNDdcIlxuICAgICAgICAgIHkxPVwiODIuMjFcIlxuICAgICAgICAgIHkyPVwiODIuMjFcIlxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXG4gICAgICAgID5cbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNFwiIHN0b3BDb2xvcj1cIiNDMEJDRENcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNBMTlCQ0FcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQxOV9saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIzMTIuODhcIlxuICAgICAgICAgIHgyPVwiMzE1LjMzXCJcbiAgICAgICAgICB5MT1cIjEwOC4xOVwiXG4gICAgICAgICAgeTI9XCIzNi4xOVwiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xOVwiIHN0b3BDb2xvcj1cIiNDRUNDRTRcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4zOFwiIHN0b3BDb2xvcj1cIiNBMjlFQ0NcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC41NVwiIHN0b3BDb2xvcj1cIiM4MjdEQkFcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC43XCIgc3RvcENvbG9yPVwiIzZGNjlBRlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjc5XCIgc3RvcENvbG9yPVwiIzY4NjJBQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDIwX2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjI5OS42MVwiXG4gICAgICAgICAgeDI9XCIzMTcuNjlcIlxuICAgICAgICAgIHkxPVwiNjEuM1wiXG4gICAgICAgICAgeTI9XCI2MS4zXCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4yNlwiIHN0b3BDb2xvcj1cIiMzMDJCNEJcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40N1wiIHN0b3BDb2xvcj1cIiM0QjQ2NkVcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44M1wiIHN0b3BDb2xvcj1cIiM3NjZGQTZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQyMV9saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyNjkuODlcIlxuICAgICAgICAgIHgyPVwiMjY4LjU4XCJcbiAgICAgICAgICB5MT1cIjExNi40MVwiXG4gICAgICAgICAgeTI9XCIxNi4wM1wiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40MVwiIHN0b3BDb2xvcj1cIiNEMENERTRcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQyMl9saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyNzkuMDNcIlxuICAgICAgICAgIHgyPVwiMjUwLjQ0XCJcbiAgICAgICAgICB5MT1cIjExNi4yMlwiXG4gICAgICAgICAgeTI9XCIzMi44MVwiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4wNFwiIHN0b3BDb2xvcj1cIiNGMkYxRjhcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xNFwiIHN0b3BDb2xvcj1cIiNENEQxRTdcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4yNVwiIHN0b3BDb2xvcj1cIiNCQkI3RDlcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4zN1wiIHN0b3BDb2xvcj1cIiNBOEEzQ0ZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC41MVwiIHN0b3BDb2xvcj1cIiM5Qjk0QzdcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42OFwiIHN0b3BDb2xvcj1cIiM5MzhDQzNcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC45NVwiIHN0b3BDb2xvcj1cIiM5MThBQzJcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQyM19saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyNjUuMTZcIlxuICAgICAgICAgIHgyPVwiMjc5Ljg4XCJcbiAgICAgICAgICB5MT1cIjcyLjMxXCJcbiAgICAgICAgICB5Mj1cIjExNS40NFwiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4yMVwiIHN0b3BDb2xvcj1cIiNEOEQ2RTlcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40NVwiIHN0b3BDb2xvcj1cIiNCNUIxRDVcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NlwiIHN0b3BDb2xvcj1cIiM5Qjk2QzdcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NVwiIHN0b3BDb2xvcj1cIiM4Qzg1QkZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICA8L2RlZnM+XG4gICAgPC9zdmc+XG4gICk7XG59Il0sIm5hbWVzIjpbIkxvZ28iLCJwcm9wcyIsInN2ZyIsInhtbG5zIiwid2lkdGgiLCJoZWlnaHQiLCJmaWxsIiwidmlld0JveCIsInBhdGgiLCJkIiwiZGVmcyIsImxpbmVhckdyYWRpZW50IiwiaWQiLCJ4MSIsIngyIiwieTEiLCJ5MiIsImdyYWRpZW50VW5pdHMiLCJzdG9wIiwib2Zmc2V0Iiwic3RvcENvbG9yIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/components/Logo.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Logo: () => (/* binding */ Logo)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n\nfunction Logo(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n xmlns: \"http://www.w3.org/2000/svg\",\n width: \"140\",\n height: \"auto\",\n fill: \"none\",\n viewBox: \"0 0 596 189\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#443B62\",\n d: \"M37.76 81.17c-22.24 0-33.05 8.43-33.05 25.77s10.81 25.84 33.05 25.84c22.24 0 33.05-8.45 33.05-25.84S60 81.17 37.76 81.17zm0 42.04c-16.26 0-22.3-4.41-22.3-16.28 0-11.87 6.04-16.2 22.3-16.2s22.3 4.39 22.3 16.2c0 11.81-6.04 16.28-22.3 16.28zM127.04 109.95c0 9.4-2.5 13.33-17.96 13.33-17.34 0-20.83-5.1-20.83-13.33V81.94H77.5v28.01c0 15.36 10.33 22.82 31.58 22.82 19.1 0 28.78-7.68 28.78-22.82V81.94h-10.82v28.01zM207.15 99.16c0-12.69-12.01-17.22-23.25-17.22h-32.31l-7.43 9.63h36.95c13.37 0 15.08 4.28 15.08 8.01 0 7.1-11.54 7.66-15.08 7.66h-35.16v24.77h10.75v-15.49h24.69l16.75 15.49h15.15L193.5 114.6c8.62-1.83 13.66-7.42 13.66-15.44h-.01zM343.86 111.26h34.86l6.81-8.79h-41.67v-10.9h36.4l7.44-9.63h-54.59V132h47.5l7.46-9.56h-44.21v-11.18zM486.32 91.57h34.35l7.33-9.63h-41.12c-16.72 0-20.23 8.14-20.23 14.98s3.29 14.35 18.97 14.35h18.92c9.64 0 12.28 1.15 12.28 5.34 0 2.51-.95 5.84-9.13 5.84h-37.56l-6.75 8.65-18.75-16.5c8.62-1.83 13.66-7.42 13.66-15.44 0-12.69-12.01-17.22-23.25-17.22h-32.31l-7.43 9.63h36.95c13.37 0 15.08 4.28 15.08 8.01 0 7.1-11.54 7.66-15.08 7.66h-35.16v24.77h10.75v-15.49h24.69l16.75 15.49h57.86c13.38 0 20.16-5.16 20.16-15.33 0-6.48-3.28-14.21-18.9-14.21h-18.92c-9.75 0-12.28-1.04-12.28-5.06 0-2.51.95-5.84 9.13-5.84h-.01zM544.59 122.44v-11.18h34.85l6.81-8.79h-41.66v-10.9h36.39l7.44-9.63h-54.59V132h47.5l7.46-9.56h-44.2z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 10,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#302B4B\",\n d: \"M240.12 117.87l-1.2 3.05 12.21-2.8-11.01-.25z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 14,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint0_linear_20_2)\",\n d: \"M242.67 125.62s-5.87 6.91-30.48 13.09l5.63-.66 14.57-4.75-15.45 6.73-2.32 3.75 16.55-6.4-13.02 13.8 10.71-5.52 19.2-10.27-5.38-9.78-.01.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 18,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint1_linear_20_2)\",\n d: \"M275.02 142.26l6.89-12.5 16.44-21.77 6.97-12.83 17.8-23.15 19.34-23.57 1.83-1.33-65.42 124.6-2.05 3.91-3.09 3.08 2.01-19.93-.72-16.51z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 22,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint2_linear_20_2)\",\n d: \"M258.83 112.9l-8.76 4.61 24.52 52.67 1.15-11.41-.72-16.51-13.84-30.85-2.35 1.49z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 26,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint3_linear_20_2)\",\n d: \"M273.73 178.7h-.66l-2.94-3.17-31.21-54.61 11.53-2.8 24.14 52.06-.86 8.52z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 30,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint4_linear_20_2)\",\n d: \"M274.59 170.18l30.73-75.02-23.41 34.6-6.89 12.5-.43 27.92z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 34,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint5_linear_20_2)\",\n d: \"M242.28 126.25s-5.8 6.75-30.09 12.77l5.56-.65 14.38-4.63-15.26 6.57-2.29 3.66 16.34-6.24-12.86 13.46 10.57-5.38 18.95-10.02-5.31-9.54h.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 38,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint6_linear_20_2)\",\n d: \"M243.11 127.51s-2.58 5.73-28.53 16.19c-.85.5 16.68-6.49 16.68-6.49l-13.12 13.98 10.78-5.59 18.67-10.05-4.48-8.04z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 42,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint7_linear_20_2)\",\n d: \"M241.72 53.13l-21.03-19.79s-18.3-19.29-22.38-24.91l-2.43 6.61s.66 6.39 13.12 23.7c0 0 14.77 12.9 21.16 16.53l11.55 7.94V53.12l.01.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 46,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M241.72 53.13l-21.03-19.79s-18.3-19.29-22.38-24.91c0 0-.98 2.67-1.7 4.64 9.53 19.39 45.11 45.85 45.11 45.85v-5.79zM209.01 38.32c7.64 8.15 32.71 24.47 32.71 24.47l1.65 8.8c-5.19-.03-17.32-4.88-29.65-14.24-12.33-9.37-15.4-21.95-15.4-21.95l.89-6.26 9.8 9.19v-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 50,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint8_linear_20_2)\",\n d: \"M231.21 111.41s11.48 3.75 24.78-4.52l3.72 7.85c-1.49.76-2.97 1.52-4.46 2.27-2.58 1.31-7.2 2.7-12.73 2.48-3.57-.34-7.64-1.35-9.86-4.41-.79-1.08-1.26-2.35-1.45-3.67z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 54,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint9_linear_20_2)\",\n d: \"M253.42 101.45l2.57 5.45s-12.85 9.3-28.56 3.26l1.65-4.61s13.98 3.67 24.35-4.1h-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 58,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M230.61 103.67l-1.76.55.22 1.32s12.55 4.11 24.35-4.1c0 0-7.21 4.43-22.81 2.23z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 62,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint10_linear_20_2)\",\n d: \"M250.38 94.4s-8.9 4.13-30.1 0c0 0 .55 5.65 10.33 9.27 0 0 12 2.68 22.81-2.23l-3.03-7.04h-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 66,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint11_linear_20_2)\",\n d: \"M247.59 87.11s-20.5 1.1-34.78-4.9c0 0 1.76 9.28 15.49 12.95 0 0 10.77 2.6 22.08-.76l-2.79-7.29z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 70,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M220.98 96.39s12.51 5.53 29.73-1.23l-.33-.76s-9.12 3.92-30.1 0l.7 1.99zM248.05 88.38s-16.72 3.12-34.21-3.51l-1.03-2.67s9.94 5.54 34.78 4.9l.45 1.27.01.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 74,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint12_linear_20_2)\",\n d: \"M245.02 79.35s-12.7.55-39.52-12.06c.07.03.14.79.16.87.19.82.47 1.62.79 2.39 1.2 2.86 3.09 5.39 5.3 7.55 4.65 4.56 10.57 6.95 16.91 7.96 6.25 1 12.62 1.22 18.94 1.05l-2.57-7.76h-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 78,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M245.02 79.35s-12.7.55-39.52-12.06c0 0-1.03 1.04 10.83 8.14 0 0 13.79 5.91 29.35 5.89l-.65-1.97h-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 82,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint13_linear_20_2)\",\n d: \"M243.36 72.02s-10.6-1.78-41.65-21.65v4.91s3.17 10.59 15.94 16.74c0 0 14.98 7.01 27.36 7.34l-1.65-7.34z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 86,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M243.36 72.02s-10.6-1.78-41.65-21.65v2.86s12.64 13.33 42.13 20.94l-.49-2.16.01.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 90,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#34304B\",\n d: \"M305.32 95.16c0-.16-7.87 11.68-8.96 12.84-4.46 4.75-12.17 10.78-27.97 21.18l6.55 13.38s21.43-26.91 30.37-47.4h.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 94,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint14_linear_20_2)\",\n d: \"M292.22 115.65s-9.32 10.32-21.36 18.21l4.01 8.48 17.35-26.69z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 98,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint15_linear_20_2)\",\n d: \"M208.8 45.85c4.93 6.55 33.76 21.8 33.76 21.8l.8 4.36c-5.19-.03-29.65-14.24-29.65-14.24-12.33-9.37-15.4-21.95-15.4-21.95l.2-1.4 10.28 11.42.01.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 102,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint16_linear_20_2)\",\n d: \"M241.72 49.59c.27.25-.35 3.25-.4 3.8a89.24 89.24 0 00-.34 4.63c-.14 2.99-.07 5.99.36 8.95.83 5.85 1.99 11.71 4.13 17.23 0 0 5.11 13.19 11.64 25.83 0 0 11.43 23.23 13.07 24.94 0 0 11.23-8.73 14-11.43 0 0 12.28-11.65 15.98-22.08 0 0 3.41-8.45 4.12-11.5 0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-1.17 4.21-2.15 8.41-4.47 12.29-.87 1.46-3.7 7.45-5.62 7.45-4.32-2.93-8.87-5.54-12.89-8.89-3.53-2.95-6.81-6.34-10.01-9.65-1.41-1.46-3.79-3.37-4.44-5.39-.84-2.63-8.21-10.13-13.47-14.94l-.01-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 106,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint17_linear_20_2)\",\n d: \"M241.72 49.59c.27.25-.35 3.25-.4 3.8a89.24 89.24 0 00-.34 4.63c-.14 2.99-.07 5.99.36 8.95.83 5.85 1.99 11.71 4.13 17.23 0 0 5.11 13.19 11.64 25.83 0 0 11.43 23.23 13.07 24.94 0 0 11.23-8.73 14-11.43 0 0 12.28-11.65 15.98-22.08 0 0 3.41-8.45 4.12-11.5 0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-1.17 4.21-2.15 8.41-4.47 12.29-.87 1.46-3.7 7.45-5.62 7.45-4.32-2.93-8.87-5.54-12.89-8.89-3.53-2.95-6.81-6.34-10.01-9.65-1.41-1.46-3.79-3.37-4.44-5.39-.84-2.63-8.21-10.13-13.47-14.94l-.01-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 110,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#302B4B\",\n d: \"M241.41 49.3c.27.25-.65 3.65-.7 4.19-.14 1.54-.25 3.09-.31 4.63-.11 2.99-.02 5.99.42 8.95.87 5.84 2.07 11.69 4.25 17.2 0 0 5.2 13.15 11.83 25.75 0 0 11.83 23.49 13.48 25.18 0 0 10.94-9.15 13.69-11.87 0 0-30.77-56.74-31.43-58.75-.86-2.62-5.94-10.5-11.24-15.28h.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 114,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint18_linear_20_2)\",\n d: \"M297.38 106.89s4.59-8.05 6.88-16.94c0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-.74 3.5-1.59 7.2-3.19 10.41-.49.99-1.24 1.87-1.86 2.8-1.21 1.81-2.27 3.72-3.67 5.39-.5.59-1.2.96-1.66 1.51-.23.28-.42.61-.58.93-.06.11-.11.22-.11.35 0 .1.04.2.07.3 1.81 4.66 3.62 9.19 5.97 13.63 2.81 1.07 6.06 2.03 9.79 2.86l.01-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 118,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint19_linear_20_2)\",\n d: \"M330.16 57.5s-20.68 2.87-24.84 11.68c0 0-1.29 1.05-3.68 17.42 0 0-3.73 19.53-4.25 20.3 0 0 3.85-6.15 4.86-10.88l2.01-6.06s3.18-17.18 4.4-17.64c0 0 1.54-6.82 12.14-10.67l9.36-4.14v-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 122,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint20_linear_20_2)\",\n d: \"M309.65 58.99l-10.04 4.62 18.08-4.13-8.04-.49z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 126,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint21_linear_20_2)\",\n d: \"M241.72 49.59c0 4.8-1.03 11.84.38 19.85 1.4 8.01 4.39 16.21 8.61 25.72 4.15 9.34 8.26 16.6 13.07 25.61 1.63 3.04 3.27 6.08 4.99 9.07.75 1.31 2.52 4.11 2.52 4.11s-.3.76 7.77-5.67 12.47-10.17 18.51-21.39c-.05.21-4.93-1.19-5.2-1.28a52.66 52.66 0 01-12.64-5.81c-7.16-4.5-12.54-11.96-16.99-19.05-3.17-5.05-5.81-10.48-7.46-16.22-.84-2.63-8.26-10.13-13.56-14.94z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 130,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint22_linear_20_2)\",\n d: \"M247.31 87.1s5.41 14.35 16.47 33.68c1.71 2.99 3.27 6.08 4.99 9.07.75 1.31 2.52 4.11 2.52 4.11s-.3.76 7.77-5.67 12.47-10.17 18.51-21.39c-.05.21-4.93-1.19-5.2-1.28a52.656 52.656 0 01-12.64-5.81c-7.16-4.5-12.54-11.96-16.99-19.05-4.56 4.91-15.43 6.34-15.43 6.34z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 134,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint23_linear_20_2)\",\n d: \"M256.3 106.74s10.76 20.11 12.47 23.1c.75 1.31 2.61 4.39 2.61 4.39s-.39.49 7.68-5.94c8.07-6.43 12.47-10.17 18.51-21.39-.05.21-4.92-1.21-5.2-1.28-8.85-2.27-16.17-8.36-16.17-8.36l-19.91 9.49.01-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 138,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"defs\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint0_linear_20_2\",\n x1: \"212.19\",\n x2: \"248.05\",\n y1: \"138.4\",\n y2: \"138.4\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 151,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 152,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 153,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 154,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 143,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint1_linear_20_2\",\n x1: \"266.8\",\n x2: \"336.43\",\n y1: \"182.27\",\n y2: \"39.96\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 164,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 165,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 166,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 167,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 168,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 169,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 156,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint2_linear_20_2\",\n x1: \"260.74\",\n x2: \"264.76\",\n y1: \"169.21\",\n y2: \"111.66\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#E6E4F2\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 179,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.71\",\n stopColor: \"#CDCAE5\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 180,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 181,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 171,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint3_linear_20_2\",\n x1: \"238.92\",\n x2: \"274.59\",\n y1: \"148.41\",\n y2: \"148.41\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.07\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 191,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.28\",\n stopColor: \"#938DC3\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 192,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#B5B1D7\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 193,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#DAD8EC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 194,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 183,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint4_linear_20_2\",\n x1: \"285.47\",\n x2: \"293.35\",\n y1: \"186.08\",\n y2: \"73.02\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 204,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.14\",\n stopColor: \"#DDDBEC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 205,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.3\",\n stopColor: \"#BEBADA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 206,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.46\",\n stopColor: \"#A5A0CD\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 207,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.63\",\n stopColor: \"#948EC3\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 208,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.8\",\n stopColor: \"#8A83BD\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 209,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 210,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 196,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint5_linear_20_2\",\n x1: \"212.19\",\n x2: \"247.59\",\n y1: \"138.72\",\n y2: \"138.72\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#E6E4F2\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 220,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.71\",\n stopColor: \"#CDCAE5\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 221,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 222,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 212,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint6_linear_20_2\",\n x1: \"234.65\",\n x2: \"228.14\",\n y1: \"130.23\",\n y2: \"147.36\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 232,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 233,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 234,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 235,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 224,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint7_linear_20_2\",\n x1: \"195.89\",\n x2: \"241.72\",\n y1: \"35.82\",\n y2: \"35.82\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 245,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 246,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 247,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 248,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 249,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 250,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 237,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint8_linear_20_2\",\n x1: \"231.21\",\n x2: \"259.7\",\n y1: \"113.21\",\n y2: \"113.21\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 260,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 261,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 262,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 263,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 264,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 265,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 252,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint9_linear_20_2\",\n x1: \"227.42\",\n x2: \"255.98\",\n y1: \"106.82\",\n y2: \"106.82\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 275,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 276,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 277,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 278,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 279,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 280,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 267,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint10_linear_20_2\",\n x1: \"220.28\",\n x2: \"253.42\",\n y1: \"99.4\",\n y2: \"99.4\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 290,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 291,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 292,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 293,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 294,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 295,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 282,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint11_linear_20_2\",\n x1: \"212.81\",\n x2: \"250.38\",\n y1: \"89.17\",\n y2: \"89.17\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 305,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 306,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 307,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 308,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 309,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 310,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 297,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint12_linear_20_2\",\n x1: \"205.49\",\n x2: \"247.59\",\n y1: \"77.23\",\n y2: \"77.23\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 320,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 321,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 322,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 323,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 324,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 325,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 312,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint13_linear_20_2\",\n x1: \"201.72\",\n x2: \"245.02\",\n y1: \"64.86\",\n y2: \"64.86\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 335,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 336,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 337,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 338,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 339,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 340,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 327,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint14_linear_20_2\",\n x1: \"281.61\",\n x2: \"281.42\",\n y1: \"117.11\",\n y2: \"138.85\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 350,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 351,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 352,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 353,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 342,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint15_linear_20_2\",\n x1: \"198.32\",\n x2: \"245.67\",\n y1: \"53.23\",\n y2: \"53.23\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 363,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 364,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 365,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 366,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 367,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 368,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 355,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint16_linear_20_2\",\n x1: \"240.91\",\n x2: \"329.47\",\n y1: \"92.28\",\n y2: \"92.28\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.07\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 378,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#9089C2\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 379,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 370,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint17_linear_20_2\",\n x1: \"240.91\",\n x2: \"329.47\",\n y1: \"92.28\",\n y2: \"92.28\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#E6E4F2\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 389,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.71\",\n stopColor: \"#CDCAE5\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 390,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 391,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 381,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint18_linear_20_2\",\n x1: \"281.54\",\n x2: \"329.47\",\n y1: \"82.21\",\n y2: \"82.21\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 401,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 402,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 403,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 404,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 405,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 406,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 393,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint19_linear_20_2\",\n x1: \"312.88\",\n x2: \"315.33\",\n y1: \"108.19\",\n y2: \"36.19\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 416,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.19\",\n stopColor: \"#CECCE4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 417,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.38\",\n stopColor: \"#A29ECC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 418,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.55\",\n stopColor: \"#827DBA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 419,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.7\",\n stopColor: \"#6F69AF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 420,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.79\",\n stopColor: \"#6862AC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 421,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 408,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint20_linear_20_2\",\n x1: \"299.61\",\n x2: \"317.69\",\n y1: \"61.3\",\n y2: \"61.3\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 431,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 432,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 433,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 434,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 423,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint21_linear_20_2\",\n x1: \"269.89\",\n x2: \"268.58\",\n y1: \"116.41\",\n y2: \"16.03\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 444,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.41\",\n stopColor: \"#D0CDE4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 445,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 446,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 436,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint22_linear_20_2\",\n x1: \"279.03\",\n x2: \"250.44\",\n y1: \"116.22\",\n y2: \"32.81\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 456,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.04\",\n stopColor: \"#F2F1F8\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 457,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.14\",\n stopColor: \"#D4D1E7\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 458,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.25\",\n stopColor: \"#BBB7D9\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 459,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.37\",\n stopColor: \"#A8A3CF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 460,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.51\",\n stopColor: \"#9B94C7\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 461,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.68\",\n stopColor: \"#938CC3\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 462,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.95\",\n stopColor: \"#918AC2\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 463,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 464,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 448,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint23_linear_20_2\",\n x1: \"265.16\",\n x2: \"279.88\",\n y1: \"72.31\",\n y2: \"115.44\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 474,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.21\",\n stopColor: \"#D8D6E9\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 475,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.45\",\n stopColor: \"#B5B1D5\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 476,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.66\",\n stopColor: \"#9B96C7\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 477,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.85\",\n stopColor: \"#8C85BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 478,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 479,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 466,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 142,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 3,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9Mb2dvLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7O0FBQU8sU0FBU0EsS0FBS0MsS0FBSztJQUN4QixxQkFDRSw4REFBQ0M7UUFDQ0MsT0FBTTtRQUNOQyxPQUFNO1FBQ05DLFFBQU87UUFDUEMsTUFBSztRQUNMQyxTQUFROzswQkFFUiw4REFBQ0M7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0M7O2tDQUNDLDhEQUFDQzt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFaEMsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUtyQyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0xvZ28uanN4PzIwNDEiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGZ1bmN0aW9uIExvZ28ocHJvcHMpIHtcclxuICByZXR1cm4gKFxyXG4gICAgPHN2Z1xyXG4gICAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcclxuICAgICAgd2lkdGg9XCIxNDBcIlxyXG4gICAgICBoZWlnaHQ9XCJhdXRvXCJcclxuICAgICAgZmlsbD1cIm5vbmVcIlxyXG4gICAgICB2aWV3Qm94PVwiMCAwIDU5NiAxODlcIlxyXG4gICAgPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCIjNDQzQjYyXCJcclxuICAgICAgICBkPVwiTTM3Ljc2IDgxLjE3Yy0yMi4yNCAwLTMzLjA1IDguNDMtMzMuMDUgMjUuNzdzMTAuODEgMjUuODQgMzMuMDUgMjUuODRjMjIuMjQgMCAzMy4wNS04LjQ1IDMzLjA1LTI1Ljg0UzYwIDgxLjE3IDM3Ljc2IDgxLjE3em0wIDQyLjA0Yy0xNi4yNiAwLTIyLjMtNC40MS0yMi4zLTE2LjI4IDAtMTEuODcgNi4wNC0xNi4yIDIyLjMtMTYuMnMyMi4zIDQuMzkgMjIuMyAxNi4yYzAgMTEuODEtNi4wNCAxNi4yOC0yMi4zIDE2LjI4ek0xMjcuMDQgMTA5Ljk1YzAgOS40LTIuNSAxMy4zMy0xNy45NiAxMy4zMy0xNy4zNCAwLTIwLjgzLTUuMS0yMC44My0xMy4zM1Y4MS45NEg3Ny41djI4LjAxYzAgMTUuMzYgMTAuMzMgMjIuODIgMzEuNTggMjIuODIgMTkuMSAwIDI4Ljc4LTcuNjggMjguNzgtMjIuODJWODEuOTRoLTEwLjgydjI4LjAxek0yMDcuMTUgOTkuMTZjMC0xMi42OS0xMi4wMS0xNy4yMi0yMy4yNS0xNy4yMmgtMzIuMzFsLTcuNDMgOS42M2gzNi45NWMxMy4zNyAwIDE1LjA4IDQuMjggMTUuMDggOC4wMSAwIDcuMS0xMS41NCA3LjY2LTE1LjA4IDcuNjZoLTM1LjE2djI0Ljc3aDEwLjc1di0xNS40OWgyNC42OWwxNi43NSAxNS40OWgxNS4xNUwxOTMuNSAxMTQuNmM4LjYyLTEuODMgMTMuNjYtNy40MiAxMy42Ni0xNS40NGgtLjAxek0zNDMuODYgMTExLjI2aDM0Ljg2bDYuODEtOC43OWgtNDEuNjd2LTEwLjloMzYuNGw3LjQ0LTkuNjNoLTU0LjU5VjEzMmg0Ny41bDcuNDYtOS41NmgtNDQuMjF2LTExLjE4ek00ODYuMzIgOTEuNTdoMzQuMzVsNy4zMy05LjYzaC00MS4xMmMtMTYuNzIgMC0yMC4yMyA4LjE0LTIwLjIzIDE0Ljk4czMuMjkgMTQuMzUgMTguOTcgMTQuMzVoMTguOTJjOS42NCAwIDEyLjI4IDEuMTUgMTIuMjggNS4zNCAwIDIuNTEtLjk1IDUuODQtOS4xMyA1Ljg0aC0zNy41NmwtNi43NSA4LjY1LTE4Ljc1LTE2LjVjOC42Mi0xLjgzIDEzLjY2LTcuNDIgMTMuNjYtMTUuNDQgMC0xMi42OS0xMi4wMS0xNy4yMi0yMy4yNS0xNy4yMmgtMzIuMzFsLTcuNDMgOS42M2gzNi45NWMxMy4zNyAwIDE1LjA4IDQuMjggMTUuMDggOC4wMSAwIDcuMS0xMS41NCA3LjY2LTE1LjA4IDcuNjZoLTM1LjE2djI0Ljc3aDEwLjc1di0xNS40OWgyNC42OWwxNi43NSAxNS40OWg1Ny44NmMxMy4zOCAwIDIwLjE2LTUuMTYgMjAuMTYtMTUuMzMgMC02LjQ4LTMuMjgtMTQuMjEtMTguOS0xNC4yMWgtMTguOTJjLTkuNzUgMC0xMi4yOC0xLjA0LTEyLjI4LTUuMDYgMC0yLjUxLjk1LTUuODQgOS4xMy01Ljg0aC0uMDF6TTU0NC41OSAxMjIuNDR2LTExLjE4aDM0Ljg1bDYuODEtOC43OWgtNDEuNjZ2LTEwLjloMzYuMzlsNy40NC05LjYzaC01NC41OVYxMzJoNDcuNWw3LjQ2LTkuNTZoLTQ0LjJ6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwiIzMwMkI0QlwiXHJcbiAgICAgICAgZD1cIk0yNDAuMTIgMTE3Ljg3bC0xLjIgMy4wNSAxMi4yMS0yLjgtMTEuMDEtLjI1elwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQwX2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0yNDIuNjcgMTI1LjYycy01Ljg3IDYuOTEtMzAuNDggMTMuMDlsNS42My0uNjYgMTQuNTctNC43NS0xNS40NSA2LjczLTIuMzIgMy43NSAxNi41NS02LjQtMTMuMDIgMTMuOCAxMC43MS01LjUyIDE5LjItMTAuMjctNS4zOC05Ljc4LS4wMS4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MV9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjc1LjAyIDE0Mi4yNmw2Ljg5LTEyLjUgMTYuNDQtMjEuNzcgNi45Ny0xMi44MyAxNy44LTIzLjE1IDE5LjM0LTIzLjU3IDEuODMtMS4zMy02NS40MiAxMjQuNi0yLjA1IDMuOTEtMy4wOSAzLjA4IDIuMDEtMTkuOTMtLjcyLTE2LjUxelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQyX2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0yNTguODMgMTEyLjlsLTguNzYgNC42MSAyNC41MiA1Mi42NyAxLjE1LTExLjQxLS43Mi0xNi41MS0xMy44NC0zMC44NS0yLjM1IDEuNDl6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDNfbGluZWFyXzIwXzIpXCJcclxuICAgICAgICBkPVwiTTI3My43MyAxNzguN2gtLjY2bC0yLjk0LTMuMTctMzEuMjEtNTQuNjEgMTEuNTMtMi44IDI0LjE0IDUyLjA2LS44NiA4LjUyelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQ0X2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0yNzQuNTkgMTcwLjE4bDMwLjczLTc1LjAyLTIzLjQxIDM0LjYtNi44OSAxMi41LS40MyAyNy45MnpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50NV9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjQyLjI4IDEyNi4yNXMtNS44IDYuNzUtMzAuMDkgMTIuNzdsNS41Ni0uNjUgMTQuMzgtNC42My0xNS4yNiA2LjU3LTIuMjkgMy42NiAxNi4zNC02LjI0LTEyLjg2IDEzLjQ2IDEwLjU3LTUuMzggMTguOTUtMTAuMDItNS4zMS05LjU0aC4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50Nl9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjQzLjExIDEyNy41MXMtMi41OCA1LjczLTI4LjUzIDE2LjE5Yy0uODUuNSAxNi42OC02LjQ5IDE2LjY4LTYuNDlsLTEzLjEyIDEzLjk4IDEwLjc4LTUuNTkgMTguNjctMTAuMDUtNC40OC04LjA0elwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQ3X2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0yNDEuNzIgNTMuMTNsLTIxLjAzLTE5Ljc5cy0xOC4zLTE5LjI5LTIyLjM4LTI0LjkxbC0yLjQzIDYuNjFzLjY2IDYuMzkgMTMuMTIgMjMuN2MwIDAgMTQuNzcgMTIuOSAyMS4xNiAxNi41M2wxMS41NSA3Ljk0VjUzLjEybC4wMS4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCIjNjc2NUFEXCJcclxuICAgICAgICBkPVwiTTI0MS43MiA1My4xM2wtMjEuMDMtMTkuNzlzLTE4LjMtMTkuMjktMjIuMzgtMjQuOTFjMCAwLS45OCAyLjY3LTEuNyA0LjY0IDkuNTMgMTkuMzkgNDUuMTEgNDUuODUgNDUuMTEgNDUuODV2LTUuNzl6TTIwOS4wMSAzOC4zMmM3LjY0IDguMTUgMzIuNzEgMjQuNDcgMzIuNzEgMjQuNDdsMS42NSA4LjhjLTUuMTktLjAzLTE3LjMyLTQuODgtMjkuNjUtMTQuMjQtMTIuMzMtOS4zNy0xNS40LTIxLjk1LTE1LjQtMjEuOTVsLjg5LTYuMjYgOS44IDkuMTl2LS4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50OF9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjMxLjIxIDExMS40MXMxMS40OCAzLjc1IDI0Ljc4LTQuNTJsMy43MiA3Ljg1Yy0xLjQ5Ljc2LTIuOTcgMS41Mi00LjQ2IDIuMjctMi41OCAxLjMxLTcuMiAyLjctMTIuNzMgMi40OC0zLjU3LS4zNC03LjY0LTEuMzUtOS44Ni00LjQxLS43OS0xLjA4LTEuMjYtMi4zNS0xLjQ1LTMuNjd6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDlfbGluZWFyXzIwXzIpXCJcclxuICAgICAgICBkPVwiTTI1My40MiAxMDEuNDVsMi41NyA1LjQ1cy0xMi44NSA5LjMtMjguNTYgMy4yNmwxLjY1LTQuNjFzMTMuOTggMy42NyAyNC4zNS00LjFoLS4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCIjNjc2NUFEXCJcclxuICAgICAgICBkPVwiTTIzMC42MSAxMDMuNjdsLTEuNzYuNTUuMjIgMS4zMnMxMi41NSA0LjExIDI0LjM1LTQuMWMwIDAtNy4yMSA0LjQzLTIyLjgxIDIuMjN6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDEwX2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0yNTAuMzggOTQuNHMtOC45IDQuMTMtMzAuMSAwYzAgMCAuNTUgNS42NSAxMC4zMyA5LjI3IDAgMCAxMiAyLjY4IDIyLjgxLTIuMjNsLTMuMDMtNy4wNGgtLjAxelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQxMV9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjQ3LjU5IDg3LjExcy0yMC41IDEuMS0zNC43OC00LjljMCAwIDEuNzYgOS4yOCAxNS40OSAxMi45NSAwIDAgMTAuNzcgMi42IDIyLjA4LS43NmwtMi43OS03LjI5elwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cIiM2NzY1QURcIlxyXG4gICAgICAgIGQ9XCJNMjIwLjk4IDk2LjM5czEyLjUxIDUuNTMgMjkuNzMtMS4yM2wtLjMzLS43NnMtOS4xMiAzLjkyLTMwLjEgMGwuNyAxLjk5ek0yNDguMDUgODguMzhzLTE2LjcyIDMuMTItMzQuMjEtMy41MWwtMS4wMy0yLjY3czkuOTQgNS41NCAzNC43OCA0LjlsLjQ1IDEuMjcuMDEuMDF6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDEyX2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0yNDUuMDIgNzkuMzVzLTEyLjcuNTUtMzkuNTItMTIuMDZjLjA3LjAzLjE0Ljc5LjE2Ljg3LjE5LjgyLjQ3IDEuNjIuNzkgMi4zOSAxLjIgMi44NiAzLjA5IDUuMzkgNS4zIDcuNTUgNC42NSA0LjU2IDEwLjU3IDYuOTUgMTYuOTEgNy45NiA2LjI1IDEgMTIuNjIgMS4yMiAxOC45NCAxLjA1bC0yLjU3LTcuNzZoLS4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCIjNjc2NUFEXCJcclxuICAgICAgICBkPVwiTTI0NS4wMiA3OS4zNXMtMTIuNy41NS0zOS41Mi0xMi4wNmMwIDAtMS4wMyAxLjA0IDEwLjgzIDguMTQgMCAwIDEzLjc5IDUuOTEgMjkuMzUgNS44OWwtLjY1LTEuOTdoLS4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MTNfbGluZWFyXzIwXzIpXCJcclxuICAgICAgICBkPVwiTTI0My4zNiA3Mi4wMnMtMTAuNi0xLjc4LTQxLjY1LTIxLjY1djQuOTFzMy4xNyAxMC41OSAxNS45NCAxNi43NGMwIDAgMTQuOTggNy4wMSAyNy4zNiA3LjM0bC0xLjY1LTcuMzR6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwiIzY3NjVBRFwiXHJcbiAgICAgICAgZD1cIk0yNDMuMzYgNzIuMDJzLTEwLjYtMS43OC00MS42NS0yMS42NXYyLjg2czEyLjY0IDEzLjMzIDQyLjEzIDIwLjk0bC0uNDktMi4xNi4wMS4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCIjMzQzMDRCXCJcclxuICAgICAgICBkPVwiTTMwNS4zMiA5NS4xNmMwLS4xNi03Ljg3IDExLjY4LTguOTYgMTIuODQtNC40NiA0Ljc1LTEyLjE3IDEwLjc4LTI3Ljk3IDIxLjE4bDYuNTUgMTMuMzhzMjEuNDMtMjYuOTEgMzAuMzctNDcuNGguMDF6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDE0X2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0yOTIuMjIgMTE1LjY1cy05LjMyIDEwLjMyLTIxLjM2IDE4LjIxbDQuMDEgOC40OCAxNy4zNS0yNi42OXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MTVfbGluZWFyXzIwXzIpXCJcclxuICAgICAgICBkPVwiTTIwOC44IDQ1Ljg1YzQuOTMgNi41NSAzMy43NiAyMS44IDMzLjc2IDIxLjhsLjggNC4zNmMtNS4xOS0uMDMtMjkuNjUtMTQuMjQtMjkuNjUtMTQuMjQtMTIuMzMtOS4zNy0xNS40LTIxLjk1LTE1LjQtMjEuOTVsLjItMS40IDEwLjI4IDExLjQyLjAxLjAxelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQxNl9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjQxLjcyIDQ5LjU5Yy4yNy4yNS0uMzUgMy4yNS0uNCAzLjhhODkuMjQgODkuMjQgMCAwMC0uMzQgNC42M2MtLjE0IDIuOTktLjA3IDUuOTkuMzYgOC45NS44MyA1Ljg1IDEuOTkgMTEuNzEgNC4xMyAxNy4yMyAwIDAgNS4xMSAxMy4xOSAxMS42NCAyNS44MyAwIDAgMTEuNDMgMjMuMjMgMTMuMDcgMjQuOTQgMCAwIDExLjIzLTguNzMgMTQtMTEuNDMgMCAwIDEyLjI4LTExLjY1IDE1Ljk4LTIyLjA4IDAgMCAzLjQxLTguNDUgNC4xMi0xMS41IDAgMCAzLjM0LTE1LjgzIDQuMDUtMTYuNTQgMCAwIDEuNjMtNy4xIDkuMDktMTAuMjNsMTIuMDctNS40N3MtOC45NSAxLjc4LTEyLjE0IDEuNzhjMCAwLTYuMzItLjIxLTcuNjctLjUgMCAwLTMuOTEtMi42My04LjI0LS44NSAwIDAtNi4xMS44NS04LjgxIDEwLjU4LTEuMTcgNC4yMS0yLjE1IDguNDEtNC40NyAxMi4yOS0uODcgMS40Ni0zLjcgNy40NS01LjYyIDcuNDUtNC4zMi0yLjkzLTguODctNS41NC0xMi44OS04Ljg5LTMuNTMtMi45NS02LjgxLTYuMzQtMTAuMDEtOS42NS0xLjQxLTEuNDYtMy43OS0zLjM3LTQuNDQtNS4zOS0uODQtMi42My04LjIxLTEwLjEzLTEzLjQ3LTE0Ljk0bC0uMDEtLjAxelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQxN19saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjQxLjcyIDQ5LjU5Yy4yNy4yNS0uMzUgMy4yNS0uNCAzLjhhODkuMjQgODkuMjQgMCAwMC0uMzQgNC42M2MtLjE0IDIuOTktLjA3IDUuOTkuMzYgOC45NS44MyA1Ljg1IDEuOTkgMTEuNzEgNC4xMyAxNy4yMyAwIDAgNS4xMSAxMy4xOSAxMS42NCAyNS44MyAwIDAgMTEuNDMgMjMuMjMgMTMuMDcgMjQuOTQgMCAwIDExLjIzLTguNzMgMTQtMTEuNDMgMCAwIDEyLjI4LTExLjY1IDE1Ljk4LTIyLjA4IDAgMCAzLjQxLTguNDUgNC4xMi0xMS41IDAgMCAzLjM0LTE1LjgzIDQuMDUtMTYuNTQgMCAwIDEuNjMtNy4xIDkuMDktMTAuMjNsMTIuMDctNS40N3MtOC45NSAxLjc4LTEyLjE0IDEuNzhjMCAwLTYuMzItLjIxLTcuNjctLjUgMCAwLTMuOTEtMi42My04LjI0LS44NSAwIDAtNi4xMS44NS04LjgxIDEwLjU4LTEuMTcgNC4yMS0yLjE1IDguNDEtNC40NyAxMi4yOS0uODcgMS40Ni0zLjcgNy40NS01LjYyIDcuNDUtNC4zMi0yLjkzLTguODctNS41NC0xMi44OS04Ljg5LTMuNTMtMi45NS02LjgxLTYuMzQtMTAuMDEtOS42NS0xLjQxLTEuNDYtMy43OS0zLjM3LTQuNDQtNS4zOS0uODQtMi42My04LjIxLTEwLjEzLTEzLjQ3LTE0Ljk0bC0uMDEtLjAxelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cIiMzMDJCNEJcIlxyXG4gICAgICAgIGQ9XCJNMjQxLjQxIDQ5LjNjLjI3LjI1LS42NSAzLjY1LS43IDQuMTktLjE0IDEuNTQtLjI1IDMuMDktLjMxIDQuNjMtLjExIDIuOTktLjAyIDUuOTkuNDIgOC45NS44NyA1Ljg0IDIuMDcgMTEuNjkgNC4yNSAxNy4yIDAgMCA1LjIgMTMuMTUgMTEuODMgMjUuNzUgMCAwIDExLjgzIDIzLjQ5IDEzLjQ4IDI1LjE4IDAgMCAxMC45NC05LjE1IDEzLjY5LTExLjg3IDAgMC0zMC43Ny01Ni43NC0zMS40My01OC43NS0uODYtMi42Mi01Ljk0LTEwLjUtMTEuMjQtMTUuMjhoLjAxelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQxOF9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjk3LjM4IDEwNi44OXM0LjU5LTguMDUgNi44OC0xNi45NGMwIDAgMy4zNC0xNS44MyA0LjA1LTE2LjU0IDAgMCAxLjYzLTcuMSA5LjA5LTEwLjIzbDEyLjA3LTUuNDdzLTguOTUgMS43OC0xMi4xNCAxLjc4YzAgMC02LjMyLS4yMS03LjY3LS41IDAgMC0zLjkxLTIuNjMtOC4yNC0uODUgMCAwLTYuMTEuODUtOC44MSAxMC41OC0uNzQgMy41LTEuNTkgNy4yLTMuMTkgMTAuNDEtLjQ5Ljk5LTEuMjQgMS44Ny0xLjg2IDIuOC0xLjIxIDEuODEtMi4yNyAzLjcyLTMuNjcgNS4zOS0uNS41OS0xLjIuOTYtMS42NiAxLjUxLS4yMy4yOC0uNDIuNjEtLjU4LjkzLS4wNi4xMS0uMTEuMjItLjExLjM1IDAgLjEuMDQuMi4wNy4zIDEuODEgNC42NiAzLjYyIDkuMTkgNS45NyAxMy42MyAyLjgxIDEuMDcgNi4wNiAyLjAzIDkuNzkgMi44NmwuMDEtLjAxelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQxOV9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMzMwLjE2IDU3LjVzLTIwLjY4IDIuODctMjQuODQgMTEuNjhjMCAwLTEuMjkgMS4wNS0zLjY4IDE3LjQyIDAgMC0zLjczIDE5LjUzLTQuMjUgMjAuMyAwIDAgMy44NS02LjE1IDQuODYtMTAuODhsMi4wMS02LjA2czMuMTgtMTcuMTggNC40LTE3LjY0YzAgMCAxLjU0LTYuODIgMTIuMTQtMTAuNjdsOS4zNi00LjE0di0uMDF6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDIwX2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0zMDkuNjUgNTguOTlsLTEwLjA0IDQuNjIgMTguMDgtNC4xMy04LjA0LS40OXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MjFfbGluZWFyXzIwXzIpXCJcclxuICAgICAgICBkPVwiTTI0MS43MiA0OS41OWMwIDQuOC0xLjAzIDExLjg0LjM4IDE5Ljg1IDEuNCA4LjAxIDQuMzkgMTYuMjEgOC42MSAyNS43MiA0LjE1IDkuMzQgOC4yNiAxNi42IDEzLjA3IDI1LjYxIDEuNjMgMy4wNCAzLjI3IDYuMDggNC45OSA5LjA3Ljc1IDEuMzEgMi41MiA0LjExIDIuNTIgNC4xMXMtLjMuNzYgNy43Ny01LjY3IDEyLjQ3LTEwLjE3IDE4LjUxLTIxLjM5Yy0uMDUuMjEtNC45My0xLjE5LTUuMi0xLjI4YTUyLjY2IDUyLjY2IDAgMDEtMTIuNjQtNS44MWMtNy4xNi00LjUtMTIuNTQtMTEuOTYtMTYuOTktMTkuMDUtMy4xNy01LjA1LTUuODEtMTAuNDgtNy40Ni0xNi4yMi0uODQtMi42My04LjI2LTEwLjEzLTEzLjU2LTE0Ljk0elwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQyMl9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjQ3LjMxIDg3LjFzNS40MSAxNC4zNSAxNi40NyAzMy42OGMxLjcxIDIuOTkgMy4yNyA2LjA4IDQuOTkgOS4wNy43NSAxLjMxIDIuNTIgNC4xMSAyLjUyIDQuMTFzLS4zLjc2IDcuNzctNS42NyAxMi40Ny0xMC4xNyAxOC41MS0yMS4zOWMtLjA1LjIxLTQuOTMtMS4xOS01LjItMS4yOGE1Mi42NTYgNTIuNjU2IDAgMDEtMTIuNjQtNS44MWMtNy4xNi00LjUtMTIuNTQtMTEuOTYtMTYuOTktMTkuMDUtNC41NiA0LjkxLTE1LjQzIDYuMzQtMTUuNDMgNi4zNHpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MjNfbGluZWFyXzIwXzIpXCJcclxuICAgICAgICBkPVwiTTI1Ni4zIDEwNi43NHMxMC43NiAyMC4xMSAxMi40NyAyMy4xYy43NSAxLjMxIDIuNjEgNC4zOSAyLjYxIDQuMzlzLS4zOS40OSA3LjY4LTUuOTRjOC4wNy02LjQzIDEyLjQ3LTEwLjE3IDE4LjUxLTIxLjM5LS4wNS4yMS00LjkyLTEuMjEtNS4yLTEuMjgtOC44NS0yLjI3LTE2LjE3LTguMzYtMTYuMTctOC4zNmwtMTkuOTEgOS40OS4wMS0uMDF6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPGRlZnM+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50MF9saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjIxMi4xOVwiXHJcbiAgICAgICAgICB4Mj1cIjI0OC4wNVwiXHJcbiAgICAgICAgICB5MT1cIjEzOC40XCJcclxuICAgICAgICAgIHkyPVwiMTM4LjRcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjI2XCIgc3RvcENvbG9yPVwiIzMwMkI0QlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNDdcIiBzdG9wQ29sb3I9XCIjNEI0NjZFXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44M1wiIHN0b3BDb2xvcj1cIiM3NjZGQTZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDFfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIyNjYuOFwiXHJcbiAgICAgICAgICB4Mj1cIjMzNi40M1wiXHJcbiAgICAgICAgICB5MT1cIjE4Mi4yN1wiXHJcbiAgICAgICAgICB5Mj1cIjM5Ljk2XCJcclxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40XCIgc3RvcENvbG9yPVwiI0MwQkNEQ1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjVcIiBzdG9wQ29sb3I9XCIjQTE5QkNBXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDJfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIyNjAuNzRcIlxyXG4gICAgICAgICAgeDI9XCIyNjQuNzZcIlxyXG4gICAgICAgICAgeTE9XCIxNjkuMjFcIlxyXG4gICAgICAgICAgeTI9XCIxMTEuNjZcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjRTZFNEYyXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC43MVwiIHN0b3BDb2xvcj1cIiNDRENBRTVcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDNfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIyMzguOTJcIlxyXG4gICAgICAgICAgeDI9XCIyNzQuNTlcIlxyXG4gICAgICAgICAgeTE9XCIxNDguNDFcIlxyXG4gICAgICAgICAgeTI9XCIxNDguNDFcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjA3XCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMjhcIiBzdG9wQ29sb3I9XCIjOTM4REMzXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNCNUIxRDdcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiI0RBRDhFQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDRfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIyODUuNDdcIlxyXG4gICAgICAgICAgeDI9XCIyOTMuMzVcIlxyXG4gICAgICAgICAgeTE9XCIxODYuMDhcIlxyXG4gICAgICAgICAgeTI9XCI3My4wMlwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjE0XCIgc3RvcENvbG9yPVwiI0REREJFQ1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuM1wiIHN0b3BDb2xvcj1cIiNCRUJBREFcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjQ2XCIgc3RvcENvbG9yPVwiI0E1QTBDRFwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjNcIiBzdG9wQ29sb3I9XCIjOTQ4RUMzXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44XCIgc3RvcENvbG9yPVwiIzhBODNCRFwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50NV9saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjIxMi4xOVwiXHJcbiAgICAgICAgICB4Mj1cIjI0Ny41OVwiXHJcbiAgICAgICAgICB5MT1cIjEzOC43MlwiXHJcbiAgICAgICAgICB5Mj1cIjEzOC43MlwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNFNkU0RjJcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjcxXCIgc3RvcENvbG9yPVwiI0NEQ0FFNVwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50Nl9saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjIzNC42NVwiXHJcbiAgICAgICAgICB4Mj1cIjIyOC4xNFwiXHJcbiAgICAgICAgICB5MT1cIjEzMC4yM1wiXHJcbiAgICAgICAgICB5Mj1cIjE0Ny4zNlwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMjZcIiBzdG9wQ29sb3I9XCIjMzAyQjRCXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40N1wiIHN0b3BDb2xvcj1cIiM0QjQ2NkVcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjgzXCIgc3RvcENvbG9yPVwiIzc2NkZBNlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50N19saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjE5NS44OVwiXHJcbiAgICAgICAgICB4Mj1cIjI0MS43MlwiXHJcbiAgICAgICAgICB5MT1cIjM1LjgyXCJcclxuICAgICAgICAgIHkyPVwiMzUuODJcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xMVwiIHN0b3BDb2xvcj1cIiNFQkVBRjRcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjRcIiBzdG9wQ29sb3I9XCIjQzBCQ0RDXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNBMTlCQ0FcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjg2XCIgc3RvcENvbG9yPVwiIzhEODdCRlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50OF9saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjIzMS4yMVwiXHJcbiAgICAgICAgICB4Mj1cIjI1OS43XCJcclxuICAgICAgICAgIHkxPVwiMTEzLjIxXCJcclxuICAgICAgICAgIHkyPVwiMTEzLjIxXCJcclxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40XCIgc3RvcENvbG9yPVwiI0MwQkNEQ1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjVcIiBzdG9wQ29sb3I9XCIjQTE5QkNBXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDlfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIyMjcuNDJcIlxyXG4gICAgICAgICAgeDI9XCIyNTUuOThcIlxyXG4gICAgICAgICAgeTE9XCIxMDYuODJcIlxyXG4gICAgICAgICAgeTI9XCIxMDYuODJcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xMVwiIHN0b3BDb2xvcj1cIiNFQkVBRjRcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjRcIiBzdG9wQ29sb3I9XCIjQzBCQ0RDXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNBMTlCQ0FcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjg2XCIgc3RvcENvbG9yPVwiIzhEODdCRlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50MTBfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIyMjAuMjhcIlxyXG4gICAgICAgICAgeDI9XCIyNTMuNDJcIlxyXG4gICAgICAgICAgeTE9XCI5OS40XCJcclxuICAgICAgICAgIHkyPVwiOTkuNFwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjExXCIgc3RvcENvbG9yPVwiI0VCRUFGNFwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNFwiIHN0b3BDb2xvcj1cIiNDMEJDRENcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjY1XCIgc3RvcENvbG9yPVwiI0ExOUJDQVwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuODZcIiBzdG9wQ29sb3I9XCIjOEQ4N0JGXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XHJcbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cclxuICAgICAgICA8bGluZWFyR3JhZGllbnRcclxuICAgICAgICAgIGlkPVwicGFpbnQxMV9saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjIxMi44MVwiXHJcbiAgICAgICAgICB4Mj1cIjI1MC4zOFwiXHJcbiAgICAgICAgICB5MT1cIjg5LjE3XCJcclxuICAgICAgICAgIHkyPVwiODkuMTdcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xMVwiIHN0b3BDb2xvcj1cIiNFQkVBRjRcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjRcIiBzdG9wQ29sb3I9XCIjQzBCQ0RDXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNBMTlCQ0FcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjg2XCIgc3RvcENvbG9yPVwiIzhEODdCRlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50MTJfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIyMDUuNDlcIlxyXG4gICAgICAgICAgeDI9XCIyNDcuNTlcIlxyXG4gICAgICAgICAgeTE9XCI3Ny4yM1wiXHJcbiAgICAgICAgICB5Mj1cIjc3LjIzXCJcclxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40XCIgc3RvcENvbG9yPVwiI0MwQkNEQ1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjVcIiBzdG9wQ29sb3I9XCIjQTE5QkNBXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDEzX2xpbmVhcl8yMF8yXCJcclxuICAgICAgICAgIHgxPVwiMjAxLjcyXCJcclxuICAgICAgICAgIHgyPVwiMjQ1LjAyXCJcclxuICAgICAgICAgIHkxPVwiNjQuODZcIlxyXG4gICAgICAgICAgeTI9XCI2NC44NlwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjExXCIgc3RvcENvbG9yPVwiI0VCRUFGNFwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNFwiIHN0b3BDb2xvcj1cIiNDMEJDRENcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjY1XCIgc3RvcENvbG9yPVwiI0ExOUJDQVwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuODZcIiBzdG9wQ29sb3I9XCIjOEQ4N0JGXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XHJcbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cclxuICAgICAgICA8bGluZWFyR3JhZGllbnRcclxuICAgICAgICAgIGlkPVwicGFpbnQxNF9saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjI4MS42MVwiXHJcbiAgICAgICAgICB4Mj1cIjI4MS40MlwiXHJcbiAgICAgICAgICB5MT1cIjExNy4xMVwiXHJcbiAgICAgICAgICB5Mj1cIjEzOC44NVwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMjZcIiBzdG9wQ29sb3I9XCIjMzAyQjRCXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40N1wiIHN0b3BDb2xvcj1cIiM0QjQ2NkVcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjgzXCIgc3RvcENvbG9yPVwiIzc2NkZBNlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50MTVfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIxOTguMzJcIlxyXG4gICAgICAgICAgeDI9XCIyNDUuNjdcIlxyXG4gICAgICAgICAgeTE9XCI1My4yM1wiXHJcbiAgICAgICAgICB5Mj1cIjUzLjIzXCJcclxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40XCIgc3RvcENvbG9yPVwiI0MwQkNEQ1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjVcIiBzdG9wQ29sb3I9XCIjQTE5QkNBXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDE2X2xpbmVhcl8yMF8yXCJcclxuICAgICAgICAgIHgxPVwiMjQwLjkxXCJcclxuICAgICAgICAgIHgyPVwiMzI5LjQ3XCJcclxuICAgICAgICAgIHkxPVwiOTIuMjhcIlxyXG4gICAgICAgICAgeTI9XCI5Mi4yOFwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMDdcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM5MDg5QzJcIj48L3N0b3A+XHJcbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cclxuICAgICAgICA8bGluZWFyR3JhZGllbnRcclxuICAgICAgICAgIGlkPVwicGFpbnQxN19saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjI0MC45MVwiXHJcbiAgICAgICAgICB4Mj1cIjMyOS40N1wiXHJcbiAgICAgICAgICB5MT1cIjkyLjI4XCJcclxuICAgICAgICAgIHkyPVwiOTIuMjhcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjRTZFNEYyXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC43MVwiIHN0b3BDb2xvcj1cIiNDRENBRTVcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDE4X2xpbmVhcl8yMF8yXCJcclxuICAgICAgICAgIHgxPVwiMjgxLjU0XCJcclxuICAgICAgICAgIHgyPVwiMzI5LjQ3XCJcclxuICAgICAgICAgIHkxPVwiODIuMjFcIlxyXG4gICAgICAgICAgeTI9XCI4Mi4yMVwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjExXCIgc3RvcENvbG9yPVwiI0VCRUFGNFwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNFwiIHN0b3BDb2xvcj1cIiNDMEJDRENcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjY1XCIgc3RvcENvbG9yPVwiI0ExOUJDQVwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuODZcIiBzdG9wQ29sb3I9XCIjOEQ4N0JGXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XHJcbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cclxuICAgICAgICA8bGluZWFyR3JhZGllbnRcclxuICAgICAgICAgIGlkPVwicGFpbnQxOV9saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjMxMi44OFwiXHJcbiAgICAgICAgICB4Mj1cIjMxNS4zM1wiXHJcbiAgICAgICAgICB5MT1cIjEwOC4xOVwiXHJcbiAgICAgICAgICB5Mj1cIjM2LjE5XCJcclxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTlcIiBzdG9wQ29sb3I9XCIjQ0VDQ0U0XCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4zOFwiIHN0b3BDb2xvcj1cIiNBMjlFQ0NcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjU1XCIgc3RvcENvbG9yPVwiIzgyN0RCQVwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuN1wiIHN0b3BDb2xvcj1cIiM2RjY5QUZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjc5XCIgc3RvcENvbG9yPVwiIzY4NjJBQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDIwX2xpbmVhcl8yMF8yXCJcclxuICAgICAgICAgIHgxPVwiMjk5LjYxXCJcclxuICAgICAgICAgIHgyPVwiMzE3LjY5XCJcclxuICAgICAgICAgIHkxPVwiNjEuM1wiXHJcbiAgICAgICAgICB5Mj1cIjYxLjNcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjI2XCIgc3RvcENvbG9yPVwiIzMwMkI0QlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNDdcIiBzdG9wQ29sb3I9XCIjNEI0NjZFXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44M1wiIHN0b3BDb2xvcj1cIiM3NjZGQTZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDIxX2xpbmVhcl8yMF8yXCJcclxuICAgICAgICAgIHgxPVwiMjY5Ljg5XCJcclxuICAgICAgICAgIHgyPVwiMjY4LjU4XCJcclxuICAgICAgICAgIHkxPVwiMTE2LjQxXCJcclxuICAgICAgICAgIHkyPVwiMTYuMDNcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40MVwiIHN0b3BDb2xvcj1cIiNEMENERTRcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDIyX2xpbmVhcl8yMF8yXCJcclxuICAgICAgICAgIHgxPVwiMjc5LjAzXCJcclxuICAgICAgICAgIHgyPVwiMjUwLjQ0XCJcclxuICAgICAgICAgIHkxPVwiMTE2LjIyXCJcclxuICAgICAgICAgIHkyPVwiMzIuODFcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4wNFwiIHN0b3BDb2xvcj1cIiNGMkYxRjhcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjE0XCIgc3RvcENvbG9yPVwiI0Q0RDFFN1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMjVcIiBzdG9wQ29sb3I9XCIjQkJCN0Q5XCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4zN1wiIHN0b3BDb2xvcj1cIiNBOEEzQ0ZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjUxXCIgc3RvcENvbG9yPVwiIzlCOTRDN1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjhcIiBzdG9wQ29sb3I9XCIjOTM4Q0MzXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC45NVwiIHN0b3BDb2xvcj1cIiM5MThBQzJcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDIzX2xpbmVhcl8yMF8yXCJcclxuICAgICAgICAgIHgxPVwiMjY1LjE2XCJcclxuICAgICAgICAgIHgyPVwiMjc5Ljg4XCJcclxuICAgICAgICAgIHkxPVwiNzIuMzFcIlxyXG4gICAgICAgICAgeTI9XCIxMTUuNDRcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4yMVwiIHN0b3BDb2xvcj1cIiNEOEQ2RTlcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjQ1XCIgc3RvcENvbG9yPVwiI0I1QjFENVwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjZcIiBzdG9wQ29sb3I9XCIjOUI5NkM3XCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NVwiIHN0b3BDb2xvcj1cIiM4Qzg1QkZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICA8L2RlZnM+XHJcbiAgICA8L3N2Zz5cclxuICApO1xyXG59Il0sIm5hbWVzIjpbIkxvZ28iLCJwcm9wcyIsInN2ZyIsInhtbG5zIiwid2lkdGgiLCJoZWlnaHQiLCJmaWxsIiwidmlld0JveCIsInBhdGgiLCJkIiwiZGVmcyIsImxpbmVhckdyYWRpZW50IiwiaWQiLCJ4MSIsIngyIiwieTEiLCJ5MiIsImdyYWRpZW50VW5pdHMiLCJzdG9wIiwib2Zmc2V0Iiwic3RvcENvbG9yIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/components/Logo.jsx\n"); /***/ }), @@ -190,7 +190,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Product: () => (/* binding */ Product)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! clsx */ \"(ssr)/./node_modules/clsx/dist/clsx.mjs\");\n/* harmony import */ var _components_BackgroundImage__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/BackgroundImage */ \"(ssr)/./src/components/BackgroundImage.jsx\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/components/Container */ \"(ssr)/./src/components/Container.jsx\");\n/* __next_internal_client_entry_do_not_use__ Product auto */ \n\n\n\n\n\nconst products = [\n {\n id: 1,\n name: \"Enhancing Education\",\n color: \"Transform traditional education with immersive distance learning opportunities\",\n href: \"#\",\n imageSrc: \"/images/education.jpg\",\n imageAlt: \"classroom\"\n },\n {\n id: 2,\n name: \"Environmental Awareness\",\n color: \"Advocate for environmental conservation through virtual eco-tours & initiatives.\",\n href: \"#\",\n imageSrc: \"/images/environment.jpg\",\n imageAlt: \"environment\"\n },\n {\n id: 3,\n name: \"Supporting Healthcare\",\n color: \"Innovate healthcare delivery by integrating virtual consultations & tools.\",\n href: \"#\",\n imageSrc: \"/images/healthcare.jpg\",\n imageAlt: \"clinic\"\n },\n {\n id: 4,\n name: \"Empowering Africa\",\n color: \"Foster cultural and economic growth across Africa through virtual solutions.\",\n href: \"#\",\n imageSrc: \"/images/africa.jpg\",\n imageAlt: \"africa\"\n }\n];\nfunction Product() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"section\", {\n id: \"schedule\",\n \"aria-label\": \"Schedule\",\n className: \"py-8 lg:py-24 mb-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_4__.Container, {\n className: \"relative z-10\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-2xl lg:mx-0 lg:max-w-4xl lg:pr-24\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-base font-medium font-mono leading-7 text-cyan-700\",\n children: \"Usecases\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 50,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"mt-2 h3-title\",\n children: \"Transforming Possibilities Across Industries Digitally\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 51,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 section-text\",\n children: \"Explore diverse scenarios where our platform empowers users to create, collaborate, and innovate in immersive virtual environments, unlocking new potentials across industries and communities.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 54,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 49,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 48,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative lg:mt-14 mt-16\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_BackgroundImage__WEBPACK_IMPORTED_MODULE_3__.BackgroundImage, {\n position: \"right\",\n className: \"-bottom-32 -top-40\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 61,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_4__.Container, {\n className: \"relative\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-4 grid grid-cols-1 gap-y-12 sm:grid-cols-2 sm:gap-x-6 lg:grid-cols-4 xl:gap-x-8\",\n children: products.map((product)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative h-full w-full overflow-hidden rounded-sm\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: product.imageAlt,\n src: product.imageSrc,\n className: \"h-full w-full object-cover object-center\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 68,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 67,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative mt-4\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h3\", {\n className: \"lg:text-base text-lg font-medium text-cyan-700\",\n children: product.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 75,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-1 mb-2 lg:text-sm text-base text-purple-900\",\n children: product.color\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 76,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: product.href,\n className: \"lg:text-xs text-sm font-mono text-cyan-600 hover:text-purple-600\",\n children: [\n \"Read Usecase \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 78,\n columnNumber: 34\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 77,\n columnNumber: 19\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 74,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 66,\n columnNumber: 15\n }, this)\n }, product.id, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 65,\n columnNumber: 13\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 63,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 62,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 60,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx\",\n lineNumber: 47,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9Qcm9kdWN0LmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7QUFFMkM7QUFDb0M7QUFDeEQ7QUFFdUM7QUFDWjtBQUVsRCxNQUFNVSxXQUFXO0lBQ2Y7UUFDRUMsSUFBSTtRQUNKQyxNQUFNO1FBQ05DLE9BQU87UUFDUEMsTUFBTTtRQUNOQyxVQUFVO1FBQ1ZDLFVBQVU7SUFDWjtJQUNBO1FBQ0VMLElBQUk7UUFDSkMsTUFBTTtRQUNOQyxPQUFPO1FBQ1BDLE1BQU07UUFDTkMsVUFBVTtRQUNWQyxVQUFVO0lBQ1o7SUFDQTtRQUNFTCxJQUFJO1FBQ0pDLE1BQU07UUFDTkMsT0FBTztRQUNQQyxNQUFNO1FBQ05DLFVBQVU7UUFDVkMsVUFBVTtJQUNaO0lBQ0E7UUFDRUwsSUFBSTtRQUNKQyxNQUFNO1FBQ05DLE9BQU87UUFDUEMsTUFBTTtRQUNOQyxVQUFVO1FBQ1ZDLFVBQVU7SUFDWjtDQUNEO0FBRU0sU0FBU0M7SUFDZCxxQkFDRSw4REFBQ0M7UUFBUVAsSUFBRztRQUFXUSxjQUFXO1FBQVdDLFdBQVU7OzBCQUNyRCw4REFBQ1gsNERBQVNBO2dCQUFDVyxXQUFVOzBCQUNuQiw0RUFBQ0M7b0JBQUlELFdBQVU7O3NDQUNiLDhEQUFDRTs0QkFBR0YsV0FBVTtzQ0FBMEQ7Ozs7OztzQ0FDeEUsOERBQUNFOzRCQUFHRixXQUFVO3NDQUFpQjs7Ozs7O3NDQUcvQiw4REFBQ0c7NEJBQUVILFdBQVU7c0NBQW9COzs7Ozs7Ozs7Ozs7Ozs7OzswQkFNckMsOERBQUNDO2dCQUFJRCxXQUFVOztrQ0FDYiw4REFBQ1osd0VBQWVBO3dCQUFDZ0IsVUFBUzt3QkFBUUosV0FBVTs7Ozs7O2tDQUM1Qyw4REFBQ1gsNERBQVNBO3dCQUFDVyxXQUFVO2tDQUNyQiw0RUFBQ0M7NEJBQUlELFdBQVU7c0NBQ1pWLFNBQVNlLEdBQUcsQ0FBQyxDQUFDQyx3QkFDYiw4REFBQ0w7OENBQ0MsNEVBQUNBO3dDQUFJRCxXQUFVOzswREFDYiw4REFBQ0M7Z0RBQUlELFdBQVU7MERBQ2IsNEVBQUNPO29EQUNDQyxLQUFLRixRQUFRVixRQUFRO29EQUNyQmEsS0FBS0gsUUFBUVgsUUFBUTtvREFDckJLLFdBQVU7Ozs7Ozs7Ozs7OzBEQUdkLDhEQUFDQztnREFBSUQsV0FBVTs7a0VBQ2IsOERBQUNVO3dEQUFHVixXQUFVO2tFQUFrRE0sUUFBUWQsSUFBSTs7Ozs7O2tFQUM1RSw4REFBQ1c7d0RBQUVILFdBQVU7a0VBQWtETSxRQUFRYixLQUFLOzs7Ozs7a0VBQzVFLDhEQUFDa0I7d0RBQUVqQixNQUFNWSxRQUFRWixJQUFJO3dEQUFFTSxXQUFVOzs0REFBb0U7MEVBQ3RGLDhEQUFDWTtnRUFBS0MsZUFBWTswRUFBTzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O21DQWJwQ1AsUUFBUWYsRUFBRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBd0JoQyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL1Byb2R1Y3QuanN4PzRhYzUiXSwic291cmNlc0NvbnRlbnQiOlsiJ3VzZSBjbGllbnQnXG5cbmltcG9ydCB7IHVzZUVmZmVjdCwgdXNlU3RhdGUgfSBmcm9tICdyZWFjdCdcbmltcG9ydCB7IFRhYiwgVGFiR3JvdXAsIFRhYkxpc3QsIFRhYlBhbmVsLCBUYWJQYW5lbHMgfSBmcm9tICdAaGVhZGxlc3N1aS9yZWFjdCdcbmltcG9ydCBjbHN4IGZyb20gJ2Nsc3gnXG5cbmltcG9ydCB7IEJhY2tncm91bmRJbWFnZSB9IGZyb20gJ0AvY29tcG9uZW50cy9CYWNrZ3JvdW5kSW1hZ2UnXG5pbXBvcnQgeyBDb250YWluZXIgfSBmcm9tICdAL2NvbXBvbmVudHMvQ29udGFpbmVyJ1xuXG5jb25zdCBwcm9kdWN0cyA9IFtcbiAge1xuICAgIGlkOiAxLFxuICAgIG5hbWU6ICdFbmhhbmNpbmcgRWR1Y2F0aW9uJyxcbiAgICBjb2xvcjogJ1RyYW5zZm9ybSB0cmFkaXRpb25hbCBlZHVjYXRpb24gd2l0aCBpbW1lcnNpdmUgZGlzdGFuY2UgbGVhcm5pbmcgb3Bwb3J0dW5pdGllcycsXG4gICAgaHJlZjogJyMnLFxuICAgIGltYWdlU3JjOiAnL2ltYWdlcy9lZHVjYXRpb24uanBnJyxcbiAgICBpbWFnZUFsdDogJ2NsYXNzcm9vbScsXG4gIH0sXG4gIHtcbiAgICBpZDogMixcbiAgICBuYW1lOiAnRW52aXJvbm1lbnRhbCBBd2FyZW5lc3MnLFxuICAgIGNvbG9yOiAnQWR2b2NhdGUgZm9yIGVudmlyb25tZW50YWwgY29uc2VydmF0aW9uIHRocm91Z2ggdmlydHVhbCBlY28tdG91cnMgJiBpbml0aWF0aXZlcy4nLFxuICAgIGhyZWY6ICcjJyxcbiAgICBpbWFnZVNyYzogJy9pbWFnZXMvZW52aXJvbm1lbnQuanBnJyxcbiAgICBpbWFnZUFsdDogJ2Vudmlyb25tZW50JyxcbiAgfSxcbiAge1xuICAgIGlkOiAzLFxuICAgIG5hbWU6ICdTdXBwb3J0aW5nIEhlYWx0aGNhcmUnLFxuICAgIGNvbG9yOiAnSW5ub3ZhdGUgaGVhbHRoY2FyZSBkZWxpdmVyeSBieSBpbnRlZ3JhdGluZyB2aXJ0dWFsIGNvbnN1bHRhdGlvbnMgJiB0b29scy4nLFxuICAgIGhyZWY6ICcjJyxcbiAgICBpbWFnZVNyYzogJy9pbWFnZXMvaGVhbHRoY2FyZS5qcGcnLFxuICAgIGltYWdlQWx0OiAnY2xpbmljJyxcbiAgfSxcbiAge1xuICAgIGlkOiA0LFxuICAgIG5hbWU6ICdFbXBvd2VyaW5nIEFmcmljYScsXG4gICAgY29sb3I6ICdGb3N0ZXIgY3VsdHVyYWwgYW5kIGVjb25vbWljIGdyb3d0aCBhY3Jvc3MgQWZyaWNhIHRocm91Z2ggdmlydHVhbCBzb2x1dGlvbnMuJyxcbiAgICBocmVmOiAnIycsXG4gICAgaW1hZ2VTcmM6ICcvaW1hZ2VzL2FmcmljYS5qcGcnLFxuICAgIGltYWdlQWx0OiAnYWZyaWNhJyxcbiAgfSxcbl1cblxuZXhwb3J0IGZ1bmN0aW9uIFByb2R1Y3QoKSB7XG4gIHJldHVybiAoXG4gICAgPHNlY3Rpb24gaWQ9XCJzY2hlZHVsZVwiIGFyaWEtbGFiZWw9XCJTY2hlZHVsZVwiIGNsYXNzTmFtZT1cInB5LTggbGc6cHktMjQgbWItMTJcIj5cbiAgICAgIDxDb250YWluZXIgY2xhc3NOYW1lPVwicmVsYXRpdmUgei0xMFwiPlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctMnhsIGxnOm14LTAgbGc6bWF4LXctNHhsIGxnOnByLTI0XCI+XG4gICAgICAgICAgPGgyIGNsYXNzTmFtZT1cInRleHQtYmFzZSBmb250LW1lZGl1bSBmb250LW1vbm8gbGVhZGluZy03IHRleHQtY3lhbi03MDBcIj5Vc2VjYXNlczwvaDI+XG4gICAgICAgICAgPGgyIGNsYXNzTmFtZT1cIm10LTIgIGgzLXRpdGxlXCI+XG4gICAgICAgICAgVHJhbnNmb3JtaW5nIFBvc3NpYmlsaXRpZXMgQWNyb3NzIEluZHVzdHJpZXMgRGlnaXRhbGx5XG4gICAgICAgICAgPC9oMj5cbiAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC00IHNlY3Rpb24tdGV4dFwiPlxuICAgICAgICAgIEV4cGxvcmUgZGl2ZXJzZSBzY2VuYXJpb3Mgd2hlcmUgb3VyIHBsYXRmb3JtIGVtcG93ZXJzIHVzZXJzIHRvIGNyZWF0ZSwgY29sbGFib3JhdGUsIFxuICAgICAgICAgIGFuZCBpbm5vdmF0ZSBpbiBpbW1lcnNpdmUgdmlydHVhbCBlbnZpcm9ubWVudHMsIHVubG9ja2luZyBuZXcgcG90ZW50aWFscyBhY3Jvc3MgaW5kdXN0cmllcyBhbmQgY29tbXVuaXRpZXMuXG4gICAgICAgICAgPC9wPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvQ29udGFpbmVyPlxuICAgICAgPGRpdiBjbGFzc05hbWU9XCJyZWxhdGl2ZSBsZzptdC0xNCBtdC0xNlwiPlxuICAgICAgICA8QmFja2dyb3VuZEltYWdlIHBvc2l0aW9uPVwicmlnaHRcIiBjbGFzc05hbWU9XCItYm90dG9tLTMyIC10b3AtNDBcIiAvPlxuICAgICAgICA8Q29udGFpbmVyIGNsYXNzTmFtZT1cInJlbGF0aXZlXCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtNCBncmlkIGdyaWQtY29scy0xIGdhcC15LTEyIHNtOmdyaWQtY29scy0yIHNtOmdhcC14LTYgbGc6Z3JpZC1jb2xzLTQgeGw6Z2FwLXgtOFwiPlxuICAgICAgICAgIHtwcm9kdWN0cy5tYXAoKHByb2R1Y3QpID0+IChcbiAgICAgICAgICAgIDxkaXYga2V5PXtwcm9kdWN0LmlkfT5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJyZWxhdGl2ZVwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgaC1mdWxsIHctZnVsbCBvdmVyZmxvdy1oaWRkZW4gcm91bmRlZC1zbVwiPlxuICAgICAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgICAgICBhbHQ9e3Byb2R1Y3QuaW1hZ2VBbHR9XG4gICAgICAgICAgICAgICAgICAgIHNyYz17cHJvZHVjdC5pbWFnZVNyY31cbiAgICAgICAgICAgICAgICAgICAgY2xhc3NOYW1lPVwiaC1mdWxsIHctZnVsbCBvYmplY3QtY292ZXIgb2JqZWN0LWNlbnRlclwiXG4gICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgbXQtNFwiPlxuICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cImxnOnRleHQtYmFzZSB0ZXh0LWxnIGZvbnQtbWVkaXVtIHRleHQtY3lhbi03MDBcIj57cHJvZHVjdC5uYW1lfTwvaDM+XG4gICAgICAgICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC0xIG1iLTIgbGc6dGV4dC1zbSB0ZXh0LWJhc2UgdGV4dC1wdXJwbGUtOTAwXCI+e3Byb2R1Y3QuY29sb3J9PC9wPlxuICAgICAgICAgICAgICAgICAgPGEgaHJlZj17cHJvZHVjdC5ocmVmfSBjbGFzc05hbWU9XCJsZzp0ZXh0LXhzIHRleHQtc20gZm9udC1tb25vIHRleHQtY3lhbi02MDAgIGhvdmVyOnRleHQtcHVycGxlLTYwMFwiPlxuICAgICAgICAgICAgICAgICAgICBSZWFkIFVzZWNhc2UgPHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCI+4oaSPC9zcGFuPlxuICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICkpfVxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9Db250YWluZXI+XG4gICAgICA8L2Rpdj5cbiAgICA8L3NlY3Rpb24+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJ1c2VFZmZlY3QiLCJ1c2VTdGF0ZSIsIlRhYiIsIlRhYkdyb3VwIiwiVGFiTGlzdCIsIlRhYlBhbmVsIiwiVGFiUGFuZWxzIiwiY2xzeCIsIkJhY2tncm91bmRJbWFnZSIsIkNvbnRhaW5lciIsInByb2R1Y3RzIiwiaWQiLCJuYW1lIiwiY29sb3IiLCJocmVmIiwiaW1hZ2VTcmMiLCJpbWFnZUFsdCIsIlByb2R1Y3QiLCJzZWN0aW9uIiwiYXJpYS1sYWJlbCIsImNsYXNzTmFtZSIsImRpdiIsImgyIiwicCIsInBvc2l0aW9uIiwibWFwIiwicHJvZHVjdCIsImltZyIsImFsdCIsInNyYyIsImgzIiwiYSIsInNwYW4iLCJhcmlhLWhpZGRlbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(ssr)/./src/components/Product.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Product: () => (/* binding */ Product)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! clsx */ \"(ssr)/./node_modules/clsx/dist/clsx.mjs\");\n/* harmony import */ var _components_BackgroundImage__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/BackgroundImage */ \"(ssr)/./src/components/BackgroundImage.jsx\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/components/Container */ \"(ssr)/./src/components/Container.jsx\");\n/* __next_internal_client_entry_do_not_use__ Product auto */ \n\n\n\n\n\nconst products = [\n {\n id: 1,\n name: \"Enhancing Education\",\n color: \"Transform traditional education with immersive distance learning opportunities\",\n href: \"#\",\n imageSrc: \"/images/education.jpg\",\n imageAlt: \"classroom\"\n },\n {\n id: 2,\n name: \"Environmental Awareness\",\n color: \"Advocate for environmental conservation through virtual eco-tours & initiatives.\",\n href: \"#\",\n imageSrc: \"/images/environment.jpg\",\n imageAlt: \"environment\"\n },\n {\n id: 3,\n name: \"Supporting Healthcare\",\n color: \"Innovate healthcare delivery by integrating virtual consultations & tools.\",\n href: \"#\",\n imageSrc: \"/images/healthcare.jpg\",\n imageAlt: \"clinic\"\n },\n {\n id: 4,\n name: \"Empowering Africa\",\n color: \"Foster cultural and economic growth across Africa through virtual solutions.\",\n href: \"#\",\n imageSrc: \"/images/africa.jpg\",\n imageAlt: \"africa\"\n }\n];\nfunction Product() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"section\", {\n id: \"schedule\",\n \"aria-label\": \"Schedule\",\n className: \"py-8 lg:py-24 mb-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_4__.Container, {\n className: \"relative z-10\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-2xl lg:mx-0 lg:max-w-4xl lg:pr-24\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-base font-medium font-mono leading-7 text-cyan-700\",\n children: \"Usecases\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 50,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"mt-2 h3-title\",\n children: \"Transforming Possibilities Across Industries Digitally\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 51,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 section-text\",\n children: \"Explore diverse scenarios where our platform empowers users to create, collaborate, and innovate in immersive virtual environments, unlocking new potentials across industries and communities.\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 54,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 49,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 48,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative lg:mt-14 mt-16\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_BackgroundImage__WEBPACK_IMPORTED_MODULE_3__.BackgroundImage, {\n position: \"right\",\n className: \"-bottom-32 -top-40\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 61,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_4__.Container, {\n className: \"relative\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-4 grid grid-cols-1 gap-y-12 sm:grid-cols-2 sm:gap-x-6 lg:grid-cols-4 xl:gap-x-8\",\n children: products.map((product)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative h-full w-full overflow-hidden rounded-sm\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: product.imageAlt,\n src: product.imageSrc,\n className: \"h-full w-full object-cover object-center\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 68,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 67,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative mt-4\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h3\", {\n className: \"lg:text-base text-lg font-medium text-cyan-700\",\n children: product.name\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 75,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-1 mb-2 lg:text-sm text-base text-purple-900\",\n children: product.color\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 76,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: product.href,\n className: \"lg:text-xs text-sm font-mono text-cyan-600 hover:text-purple-600\",\n children: [\n \"Read Usecase \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 78,\n columnNumber: 34\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 77,\n columnNumber: 19\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 74,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 66,\n columnNumber: 15\n }, this)\n }, product.id, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 65,\n columnNumber: 13\n }, this))\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 63,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 62,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 60,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Product.jsx\",\n lineNumber: 47,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9Qcm9kdWN0LmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7QUFFMkM7QUFDb0M7QUFDeEQ7QUFFdUM7QUFDWjtBQUVsRCxNQUFNVSxXQUFXO0lBQ2Y7UUFDRUMsSUFBSTtRQUNKQyxNQUFNO1FBQ05DLE9BQU87UUFDUEMsTUFBTTtRQUNOQyxVQUFVO1FBQ1ZDLFVBQVU7SUFDWjtJQUNBO1FBQ0VMLElBQUk7UUFDSkMsTUFBTTtRQUNOQyxPQUFPO1FBQ1BDLE1BQU07UUFDTkMsVUFBVTtRQUNWQyxVQUFVO0lBQ1o7SUFDQTtRQUNFTCxJQUFJO1FBQ0pDLE1BQU07UUFDTkMsT0FBTztRQUNQQyxNQUFNO1FBQ05DLFVBQVU7UUFDVkMsVUFBVTtJQUNaO0lBQ0E7UUFDRUwsSUFBSTtRQUNKQyxNQUFNO1FBQ05DLE9BQU87UUFDUEMsTUFBTTtRQUNOQyxVQUFVO1FBQ1ZDLFVBQVU7SUFDWjtDQUNEO0FBRU0sU0FBU0M7SUFDZCxxQkFDRSw4REFBQ0M7UUFBUVAsSUFBRztRQUFXUSxjQUFXO1FBQVdDLFdBQVU7OzBCQUNyRCw4REFBQ1gsNERBQVNBO2dCQUFDVyxXQUFVOzBCQUNuQiw0RUFBQ0M7b0JBQUlELFdBQVU7O3NDQUNiLDhEQUFDRTs0QkFBR0YsV0FBVTtzQ0FBMEQ7Ozs7OztzQ0FDeEUsOERBQUNFOzRCQUFHRixXQUFVO3NDQUFpQjs7Ozs7O3NDQUcvQiw4REFBQ0c7NEJBQUVILFdBQVU7c0NBQW9COzs7Ozs7Ozs7Ozs7Ozs7OzswQkFNckMsOERBQUNDO2dCQUFJRCxXQUFVOztrQ0FDYiw4REFBQ1osd0VBQWVBO3dCQUFDZ0IsVUFBUzt3QkFBUUosV0FBVTs7Ozs7O2tDQUM1Qyw4REFBQ1gsNERBQVNBO3dCQUFDVyxXQUFVO2tDQUNyQiw0RUFBQ0M7NEJBQUlELFdBQVU7c0NBQ1pWLFNBQVNlLEdBQUcsQ0FBQyxDQUFDQyx3QkFDYiw4REFBQ0w7OENBQ0MsNEVBQUNBO3dDQUFJRCxXQUFVOzswREFDYiw4REFBQ0M7Z0RBQUlELFdBQVU7MERBQ2IsNEVBQUNPO29EQUNDQyxLQUFLRixRQUFRVixRQUFRO29EQUNyQmEsS0FBS0gsUUFBUVgsUUFBUTtvREFDckJLLFdBQVU7Ozs7Ozs7Ozs7OzBEQUdkLDhEQUFDQztnREFBSUQsV0FBVTs7a0VBQ2IsOERBQUNVO3dEQUFHVixXQUFVO2tFQUFrRE0sUUFBUWQsSUFBSTs7Ozs7O2tFQUM1RSw4REFBQ1c7d0RBQUVILFdBQVU7a0VBQWtETSxRQUFRYixLQUFLOzs7Ozs7a0VBQzVFLDhEQUFDa0I7d0RBQUVqQixNQUFNWSxRQUFRWixJQUFJO3dEQUFFTSxXQUFVOzs0REFBb0U7MEVBQ3RGLDhEQUFDWTtnRUFBS0MsZUFBWTswRUFBTzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O21DQWJwQ1AsUUFBUWYsRUFBRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBd0JoQyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL1Byb2R1Y3QuanN4PzRhYzUiXSwic291cmNlc0NvbnRlbnQiOlsiJ3VzZSBjbGllbnQnXHJcblxyXG5pbXBvcnQgeyB1c2VFZmZlY3QsIHVzZVN0YXRlIH0gZnJvbSAncmVhY3QnXHJcbmltcG9ydCB7IFRhYiwgVGFiR3JvdXAsIFRhYkxpc3QsIFRhYlBhbmVsLCBUYWJQYW5lbHMgfSBmcm9tICdAaGVhZGxlc3N1aS9yZWFjdCdcclxuaW1wb3J0IGNsc3ggZnJvbSAnY2xzeCdcclxuXHJcbmltcG9ydCB7IEJhY2tncm91bmRJbWFnZSB9IGZyb20gJ0AvY29tcG9uZW50cy9CYWNrZ3JvdW5kSW1hZ2UnXHJcbmltcG9ydCB7IENvbnRhaW5lciB9IGZyb20gJ0AvY29tcG9uZW50cy9Db250YWluZXInXHJcblxyXG5jb25zdCBwcm9kdWN0cyA9IFtcclxuICB7XHJcbiAgICBpZDogMSxcclxuICAgIG5hbWU6ICdFbmhhbmNpbmcgRWR1Y2F0aW9uJyxcclxuICAgIGNvbG9yOiAnVHJhbnNmb3JtIHRyYWRpdGlvbmFsIGVkdWNhdGlvbiB3aXRoIGltbWVyc2l2ZSBkaXN0YW5jZSBsZWFybmluZyBvcHBvcnR1bml0aWVzJyxcclxuICAgIGhyZWY6ICcjJyxcclxuICAgIGltYWdlU3JjOiAnL2ltYWdlcy9lZHVjYXRpb24uanBnJyxcclxuICAgIGltYWdlQWx0OiAnY2xhc3Nyb29tJyxcclxuICB9LFxyXG4gIHtcclxuICAgIGlkOiAyLFxyXG4gICAgbmFtZTogJ0Vudmlyb25tZW50YWwgQXdhcmVuZXNzJyxcclxuICAgIGNvbG9yOiAnQWR2b2NhdGUgZm9yIGVudmlyb25tZW50YWwgY29uc2VydmF0aW9uIHRocm91Z2ggdmlydHVhbCBlY28tdG91cnMgJiBpbml0aWF0aXZlcy4nLFxyXG4gICAgaHJlZjogJyMnLFxyXG4gICAgaW1hZ2VTcmM6ICcvaW1hZ2VzL2Vudmlyb25tZW50LmpwZycsXHJcbiAgICBpbWFnZUFsdDogJ2Vudmlyb25tZW50JyxcclxuICB9LFxyXG4gIHtcclxuICAgIGlkOiAzLFxyXG4gICAgbmFtZTogJ1N1cHBvcnRpbmcgSGVhbHRoY2FyZScsXHJcbiAgICBjb2xvcjogJ0lubm92YXRlIGhlYWx0aGNhcmUgZGVsaXZlcnkgYnkgaW50ZWdyYXRpbmcgdmlydHVhbCBjb25zdWx0YXRpb25zICYgdG9vbHMuJyxcclxuICAgIGhyZWY6ICcjJyxcclxuICAgIGltYWdlU3JjOiAnL2ltYWdlcy9oZWFsdGhjYXJlLmpwZycsXHJcbiAgICBpbWFnZUFsdDogJ2NsaW5pYycsXHJcbiAgfSxcclxuICB7XHJcbiAgICBpZDogNCxcclxuICAgIG5hbWU6ICdFbXBvd2VyaW5nIEFmcmljYScsXHJcbiAgICBjb2xvcjogJ0Zvc3RlciBjdWx0dXJhbCBhbmQgZWNvbm9taWMgZ3Jvd3RoIGFjcm9zcyBBZnJpY2EgdGhyb3VnaCB2aXJ0dWFsIHNvbHV0aW9ucy4nLFxyXG4gICAgaHJlZjogJyMnLFxyXG4gICAgaW1hZ2VTcmM6ICcvaW1hZ2VzL2FmcmljYS5qcGcnLFxyXG4gICAgaW1hZ2VBbHQ6ICdhZnJpY2EnLFxyXG4gIH0sXHJcbl1cclxuXHJcbmV4cG9ydCBmdW5jdGlvbiBQcm9kdWN0KCkge1xyXG4gIHJldHVybiAoXHJcbiAgICA8c2VjdGlvbiBpZD1cInNjaGVkdWxlXCIgYXJpYS1sYWJlbD1cIlNjaGVkdWxlXCIgY2xhc3NOYW1lPVwicHktOCBsZzpweS0yNCBtYi0xMlwiPlxyXG4gICAgICA8Q29udGFpbmVyIGNsYXNzTmFtZT1cInJlbGF0aXZlIHotMTBcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctMnhsIGxnOm14LTAgbGc6bWF4LXctNHhsIGxnOnByLTI0XCI+XHJcbiAgICAgICAgICA8aDIgY2xhc3NOYW1lPVwidGV4dC1iYXNlIGZvbnQtbWVkaXVtIGZvbnQtbW9ubyBsZWFkaW5nLTcgdGV4dC1jeWFuLTcwMFwiPlVzZWNhc2VzPC9oMj5cclxuICAgICAgICAgIDxoMiBjbGFzc05hbWU9XCJtdC0yICBoMy10aXRsZVwiPlxyXG4gICAgICAgICAgVHJhbnNmb3JtaW5nIFBvc3NpYmlsaXRpZXMgQWNyb3NzIEluZHVzdHJpZXMgRGlnaXRhbGx5XHJcbiAgICAgICAgICA8L2gyPlxyXG4gICAgICAgICAgPHAgY2xhc3NOYW1lPVwibXQtNCBzZWN0aW9uLXRleHRcIj5cclxuICAgICAgICAgIEV4cGxvcmUgZGl2ZXJzZSBzY2VuYXJpb3Mgd2hlcmUgb3VyIHBsYXRmb3JtIGVtcG93ZXJzIHVzZXJzIHRvIGNyZWF0ZSwgY29sbGFib3JhdGUsIFxyXG4gICAgICAgICAgYW5kIGlubm92YXRlIGluIGltbWVyc2l2ZSB2aXJ0dWFsIGVudmlyb25tZW50cywgdW5sb2NraW5nIG5ldyBwb3RlbnRpYWxzIGFjcm9zcyBpbmR1c3RyaWVzIGFuZCBjb21tdW5pdGllcy5cclxuICAgICAgICAgIDwvcD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9Db250YWluZXI+XHJcbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgbGc6bXQtMTQgbXQtMTZcIj5cclxuICAgICAgICA8QmFja2dyb3VuZEltYWdlIHBvc2l0aW9uPVwicmlnaHRcIiBjbGFzc05hbWU9XCItYm90dG9tLTMyIC10b3AtNDBcIiAvPlxyXG4gICAgICAgIDxDb250YWluZXIgY2xhc3NOYW1lPVwicmVsYXRpdmVcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTQgZ3JpZCBncmlkLWNvbHMtMSBnYXAteS0xMiBzbTpncmlkLWNvbHMtMiBzbTpnYXAteC02IGxnOmdyaWQtY29scy00IHhsOmdhcC14LThcIj5cclxuICAgICAgICAgIHtwcm9kdWN0cy5tYXAoKHByb2R1Y3QpID0+IChcclxuICAgICAgICAgICAgPGRpdiBrZXk9e3Byb2R1Y3QuaWR9PlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmVcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgaC1mdWxsIHctZnVsbCBvdmVyZmxvdy1oaWRkZW4gcm91bmRlZC1zbVwiPlxyXG4gICAgICAgICAgICAgICAgICA8aW1nXHJcbiAgICAgICAgICAgICAgICAgICAgYWx0PXtwcm9kdWN0LmltYWdlQWx0fVxyXG4gICAgICAgICAgICAgICAgICAgIHNyYz17cHJvZHVjdC5pbWFnZVNyY31cclxuICAgICAgICAgICAgICAgICAgICBjbGFzc05hbWU9XCJoLWZ1bGwgdy1mdWxsIG9iamVjdC1jb3ZlciBvYmplY3QtY2VudGVyXCJcclxuICAgICAgICAgICAgICAgICAgLz5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJyZWxhdGl2ZSBtdC00XCI+XHJcbiAgICAgICAgICAgICAgICAgIDxoMyBjbGFzc05hbWU9XCJsZzp0ZXh0LWJhc2UgdGV4dC1sZyBmb250LW1lZGl1bSB0ZXh0LWN5YW4tNzAwXCI+e3Byb2R1Y3QubmFtZX08L2gzPlxyXG4gICAgICAgICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC0xIG1iLTIgbGc6dGV4dC1zbSB0ZXh0LWJhc2UgdGV4dC1wdXJwbGUtOTAwXCI+e3Byb2R1Y3QuY29sb3J9PC9wPlxyXG4gICAgICAgICAgICAgICAgICA8YSBocmVmPXtwcm9kdWN0LmhyZWZ9IGNsYXNzTmFtZT1cImxnOnRleHQteHMgdGV4dC1zbSBmb250LW1vbm8gdGV4dC1jeWFuLTYwMCAgaG92ZXI6dGV4dC1wdXJwbGUtNjAwXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgUmVhZCBVc2VjYXNlIDxzcGFuIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPuKGkjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgKSl9XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9Db250YWluZXI+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9zZWN0aW9uPlxyXG4gIClcclxufVxyXG4iXSwibmFtZXMiOlsidXNlRWZmZWN0IiwidXNlU3RhdGUiLCJUYWIiLCJUYWJHcm91cCIsIlRhYkxpc3QiLCJUYWJQYW5lbCIsIlRhYlBhbmVscyIsImNsc3giLCJCYWNrZ3JvdW5kSW1hZ2UiLCJDb250YWluZXIiLCJwcm9kdWN0cyIsImlkIiwibmFtZSIsImNvbG9yIiwiaHJlZiIsImltYWdlU3JjIiwiaW1hZ2VBbHQiLCJQcm9kdWN0Iiwic2VjdGlvbiIsImFyaWEtbGFiZWwiLCJjbGFzc05hbWUiLCJkaXYiLCJoMiIsInAiLCJwb3NpdGlvbiIsIm1hcCIsInByb2R1Y3QiLCJpbWciLCJhbHQiLCJzcmMiLCJoMyIsImEiLCJzcGFuIiwiYXJpYS1oaWRkZW4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./src/components/Product.jsx\n"); /***/ }), @@ -201,7 +201,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Heading: () => (/* binding */ Heading),\n/* harmony export */ Lead: () => (/* binding */ Lead),\n/* harmony export */ Subheading: () => (/* binding */ Subheading)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ \"(ssr)/./node_modules/clsx/dist/clsx.mjs\");\n\n\nfunction Heading({ className, as: Element = \"h2\", dark = false, ...props }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Element, {\n ...props,\n \"data-dark\": dark ? \"true\" : undefined,\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__.clsx)(className, \"text-pretty text-4xl font-medium tracking-tighter text-gray-950 data-[dark]:text-white sm:text-6xl\")\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/text.jsx\",\n lineNumber: 10,\n columnNumber: 5\n }, this);\n}\nfunction Subheading({ className, as: Element = \"h2\", dark = false, ...props }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Element, {\n ...props,\n \"data-dark\": dark ? \"true\" : undefined,\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__.clsx)(className, \"font-mono text-xs/5 font-semibold uppercase tracking-widest text-gray-500 data-[dark]:text-gray-400\")\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/text.jsx\",\n lineNumber: 28,\n columnNumber: 5\n }, this);\n}\nfunction Lead({ className, ...props }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__.clsx)(className, \"text-2xl font-medium text-gray-500\"),\n ...props\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/text.jsx\",\n lineNumber: 41,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy90ZXh0LmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQTJCO0FBRXBCLFNBQVNDLFFBQVEsRUFDdEJDLFNBQVMsRUFDVEMsSUFBSUMsVUFBVSxJQUFJLEVBQ2xCQyxPQUFPLEtBQUssRUFDWixHQUFHQyxPQUNKO0lBQ0MscUJBQ0UsOERBQUNGO1FBQ0UsR0FBR0UsS0FBSztRQUNUQyxhQUFXRixPQUFPLFNBQVNHO1FBQzNCTixXQUFXRiwwQ0FBSUEsQ0FDYkUsV0FDQTs7Ozs7O0FBSVI7QUFFTyxTQUFTTyxXQUFXLEVBQ3pCUCxTQUFTLEVBQ1RDLElBQUlDLFVBQVUsSUFBSSxFQUNsQkMsT0FBTyxLQUFLLEVBQ1osR0FBR0MsT0FDSjtJQUNDLHFCQUNFLDhEQUFDRjtRQUNFLEdBQUdFLEtBQUs7UUFDVEMsYUFBV0YsT0FBTyxTQUFTRztRQUMzQk4sV0FBV0YsMENBQUlBLENBQ2JFLFdBQ0E7Ozs7OztBQUlSO0FBRU8sU0FBU1EsS0FBSyxFQUFFUixTQUFTLEVBQUUsR0FBR0ksT0FBTztJQUMxQyxxQkFDRSw4REFBQ0s7UUFDQ1QsV0FBV0YsMENBQUlBLENBQUNFLFdBQVc7UUFDMUIsR0FBR0ksS0FBSzs7Ozs7O0FBR2YiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy90ZXh0LmpzeD80MTJlIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNsc3ggfSBmcm9tICdjbHN4J1xuXG5leHBvcnQgZnVuY3Rpb24gSGVhZGluZyh7XG4gIGNsYXNzTmFtZSxcbiAgYXM6IEVsZW1lbnQgPSAnaDInLFxuICBkYXJrID0gZmFsc2UsXG4gIC4uLnByb3BzXG59KSB7XG4gIHJldHVybiAoXG4gICAgPEVsZW1lbnRcbiAgICAgIHsuLi5wcm9wc31cbiAgICAgIGRhdGEtZGFyaz17ZGFyayA/ICd0cnVlJyA6IHVuZGVmaW5lZH1cbiAgICAgIGNsYXNzTmFtZT17Y2xzeChcbiAgICAgICAgY2xhc3NOYW1lLFxuICAgICAgICAndGV4dC1wcmV0dHkgdGV4dC00eGwgZm9udC1tZWRpdW0gdHJhY2tpbmctdGlnaHRlciB0ZXh0LWdyYXktOTUwIGRhdGEtW2RhcmtdOnRleHQtd2hpdGUgc206dGV4dC02eGwnLFxuICAgICAgKX1cbiAgICAvPlxuICApXG59XG5cbmV4cG9ydCBmdW5jdGlvbiBTdWJoZWFkaW5nKHtcbiAgY2xhc3NOYW1lLFxuICBhczogRWxlbWVudCA9ICdoMicsXG4gIGRhcmsgPSBmYWxzZSxcbiAgLi4ucHJvcHNcbn0pIHtcbiAgcmV0dXJuIChcbiAgICA8RWxlbWVudFxuICAgICAgey4uLnByb3BzfVxuICAgICAgZGF0YS1kYXJrPXtkYXJrID8gJ3RydWUnIDogdW5kZWZpbmVkfVxuICAgICAgY2xhc3NOYW1lPXtjbHN4KFxuICAgICAgICBjbGFzc05hbWUsXG4gICAgICAgICdmb250LW1vbm8gdGV4dC14cy81IGZvbnQtc2VtaWJvbGQgdXBwZXJjYXNlIHRyYWNraW5nLXdpZGVzdCB0ZXh0LWdyYXktNTAwIGRhdGEtW2RhcmtdOnRleHQtZ3JheS00MDAnLFxuICAgICAgKX1cbiAgICAvPlxuICApXG59XG5cbmV4cG9ydCBmdW5jdGlvbiBMZWFkKHsgY2xhc3NOYW1lLCAuLi5wcm9wcyB9KSB7XG4gIHJldHVybiAoXG4gICAgPHBcbiAgICAgIGNsYXNzTmFtZT17Y2xzeChjbGFzc05hbWUsICd0ZXh0LTJ4bCBmb250LW1lZGl1bSB0ZXh0LWdyYXktNTAwJyl9XG4gICAgICB7Li4ucHJvcHN9XG4gICAgLz5cbiAgKVxufVxuIl0sIm5hbWVzIjpbImNsc3giLCJIZWFkaW5nIiwiY2xhc3NOYW1lIiwiYXMiLCJFbGVtZW50IiwiZGFyayIsInByb3BzIiwiZGF0YS1kYXJrIiwidW5kZWZpbmVkIiwiU3ViaGVhZGluZyIsIkxlYWQiLCJwIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/components/text.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Heading: () => (/* binding */ Heading),\n/* harmony export */ Lead: () => (/* binding */ Lead),\n/* harmony export */ Subheading: () => (/* binding */ Subheading)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ \"(ssr)/./node_modules/clsx/dist/clsx.mjs\");\n\n\nfunction Heading({ className, as: Element = \"h2\", dark = false, ...props }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Element, {\n ...props,\n \"data-dark\": dark ? \"true\" : undefined,\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__.clsx)(className, \"text-pretty text-4xl font-medium tracking-tighter text-gray-950 data-[dark]:text-white sm:text-6xl\")\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\text.jsx\",\n lineNumber: 10,\n columnNumber: 5\n }, this);\n}\nfunction Subheading({ className, as: Element = \"h2\", dark = false, ...props }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Element, {\n ...props,\n \"data-dark\": dark ? \"true\" : undefined,\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__.clsx)(className, \"font-mono text-xs/5 font-semibold uppercase tracking-widest text-gray-500 data-[dark]:text-gray-400\")\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\text.jsx\",\n lineNumber: 28,\n columnNumber: 5\n }, this);\n}\nfunction Lead({ className, ...props }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__.clsx)(className, \"text-2xl font-medium text-gray-500\"),\n ...props\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\text.jsx\",\n lineNumber: 41,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy90ZXh0LmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQTJCO0FBRXBCLFNBQVNDLFFBQVEsRUFDdEJDLFNBQVMsRUFDVEMsSUFBSUMsVUFBVSxJQUFJLEVBQ2xCQyxPQUFPLEtBQUssRUFDWixHQUFHQyxPQUNKO0lBQ0MscUJBQ0UsOERBQUNGO1FBQ0UsR0FBR0UsS0FBSztRQUNUQyxhQUFXRixPQUFPLFNBQVNHO1FBQzNCTixXQUFXRiwwQ0FBSUEsQ0FDYkUsV0FDQTs7Ozs7O0FBSVI7QUFFTyxTQUFTTyxXQUFXLEVBQ3pCUCxTQUFTLEVBQ1RDLElBQUlDLFVBQVUsSUFBSSxFQUNsQkMsT0FBTyxLQUFLLEVBQ1osR0FBR0MsT0FDSjtJQUNDLHFCQUNFLDhEQUFDRjtRQUNFLEdBQUdFLEtBQUs7UUFDVEMsYUFBV0YsT0FBTyxTQUFTRztRQUMzQk4sV0FBV0YsMENBQUlBLENBQ2JFLFdBQ0E7Ozs7OztBQUlSO0FBRU8sU0FBU1EsS0FBSyxFQUFFUixTQUFTLEVBQUUsR0FBR0ksT0FBTztJQUMxQyxxQkFDRSw4REFBQ0s7UUFDQ1QsV0FBV0YsMENBQUlBLENBQUNFLFdBQVc7UUFDMUIsR0FBR0ksS0FBSzs7Ozs7O0FBR2YiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy90ZXh0LmpzeD80MTJlIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNsc3ggfSBmcm9tICdjbHN4J1xyXG5cclxuZXhwb3J0IGZ1bmN0aW9uIEhlYWRpbmcoe1xyXG4gIGNsYXNzTmFtZSxcclxuICBhczogRWxlbWVudCA9ICdoMicsXHJcbiAgZGFyayA9IGZhbHNlLFxyXG4gIC4uLnByb3BzXHJcbn0pIHtcclxuICByZXR1cm4gKFxyXG4gICAgPEVsZW1lbnRcclxuICAgICAgey4uLnByb3BzfVxyXG4gICAgICBkYXRhLWRhcms9e2RhcmsgPyAndHJ1ZScgOiB1bmRlZmluZWR9XHJcbiAgICAgIGNsYXNzTmFtZT17Y2xzeChcclxuICAgICAgICBjbGFzc05hbWUsXHJcbiAgICAgICAgJ3RleHQtcHJldHR5IHRleHQtNHhsIGZvbnQtbWVkaXVtIHRyYWNraW5nLXRpZ2h0ZXIgdGV4dC1ncmF5LTk1MCBkYXRhLVtkYXJrXTp0ZXh0LXdoaXRlIHNtOnRleHQtNnhsJyxcclxuICAgICAgKX1cclxuICAgIC8+XHJcbiAgKVxyXG59XHJcblxyXG5leHBvcnQgZnVuY3Rpb24gU3ViaGVhZGluZyh7XHJcbiAgY2xhc3NOYW1lLFxyXG4gIGFzOiBFbGVtZW50ID0gJ2gyJyxcclxuICBkYXJrID0gZmFsc2UsXHJcbiAgLi4ucHJvcHNcclxufSkge1xyXG4gIHJldHVybiAoXHJcbiAgICA8RWxlbWVudFxyXG4gICAgICB7Li4ucHJvcHN9XHJcbiAgICAgIGRhdGEtZGFyaz17ZGFyayA/ICd0cnVlJyA6IHVuZGVmaW5lZH1cclxuICAgICAgY2xhc3NOYW1lPXtjbHN4KFxyXG4gICAgICAgIGNsYXNzTmFtZSxcclxuICAgICAgICAnZm9udC1tb25vIHRleHQteHMvNSBmb250LXNlbWlib2xkIHVwcGVyY2FzZSB0cmFja2luZy13aWRlc3QgdGV4dC1ncmF5LTUwMCBkYXRhLVtkYXJrXTp0ZXh0LWdyYXktNDAwJyxcclxuICAgICAgKX1cclxuICAgIC8+XHJcbiAgKVxyXG59XHJcblxyXG5leHBvcnQgZnVuY3Rpb24gTGVhZCh7IGNsYXNzTmFtZSwgLi4ucHJvcHMgfSkge1xyXG4gIHJldHVybiAoXHJcbiAgICA8cFxyXG4gICAgICBjbGFzc05hbWU9e2Nsc3goY2xhc3NOYW1lLCAndGV4dC0yeGwgZm9udC1tZWRpdW0gdGV4dC1ncmF5LTUwMCcpfVxyXG4gICAgICB7Li4ucHJvcHN9XHJcbiAgICAvPlxyXG4gIClcclxufVxyXG4iXSwibmFtZXMiOlsiY2xzeCIsIkhlYWRpbmciLCJjbGFzc05hbWUiLCJhcyIsIkVsZW1lbnQiLCJkYXJrIiwicHJvcHMiLCJkYXRhLWRhcmsiLCJ1bmRlZmluZWQiLCJTdWJoZWFkaW5nIiwiTGVhZCIsInAiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./src/components/text.jsx\n"); /***/ }), @@ -212,7 +212,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (\"66ad2307a6c9\");\nif (false) {}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvc3R5bGVzL3RhaWx3aW5kLmNzcyIsIm1hcHBpbmdzIjoiOzs7O0FBQUEsaUVBQWUsY0FBYztBQUM3QixJQUFJLEtBQVUsRUFBRSxFQUF1QiIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9zdHlsZXMvdGFpbHdpbmQuY3NzPzlhZTgiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgXCI2NmFkMjMwN2E2YzlcIlxuaWYgKG1vZHVsZS5ob3QpIHsgbW9kdWxlLmhvdC5hY2NlcHQoKSB9XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/styles/tailwind.css\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (\"49498e72d784\");\nif (false) {}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvc3R5bGVzL3RhaWx3aW5kLmNzcyIsIm1hcHBpbmdzIjoiOzs7O0FBQUEsaUVBQWUsY0FBYztBQUM3QixJQUFJLEtBQVUsRUFBRSxFQUF1QiIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9zdHlsZXMvdGFpbHdpbmQuY3NzPzQ0NDYiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgXCI0OTQ5OGU3MmQ3ODRcIlxuaWYgKG1vZHVsZS5ob3QpIHsgbW9kdWxlLmhvdC5hY2NlcHQoKSB9XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/styles/tailwind.css\n"); /***/ }), @@ -223,7 +223,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ MainLayout)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_Layout__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/Layout */ \"(rsc)/./src/components/Layout.jsx\");\n\n\nfunction MainLayout({ children }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Layout__WEBPACK_IMPORTED_MODULE_1__.Layout, {\n children: children\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/layout.jsx\",\n lineNumber: 4,\n columnNumber: 10\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvYXBwLyhtYWluKS9sYXlvdXQuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQTRDO0FBRTdCLFNBQVNDLFdBQVcsRUFBRUMsUUFBUSxFQUFFO0lBQzdDLHFCQUFPLDhEQUFDRixzREFBTUE7a0JBQUVFOzs7Ozs7QUFDbEIiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvYXBwLyhtYWluKS9sYXlvdXQuanN4P2U2OTIiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTGF5b3V0IH0gZnJvbSAnQC9jb21wb25lbnRzL0xheW91dCdcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gTWFpbkxheW91dCh7IGNoaWxkcmVuIH0pIHtcbiAgcmV0dXJuIDxMYXlvdXQ+e2NoaWxkcmVufTwvTGF5b3V0PlxufVxuIl0sIm5hbWVzIjpbIkxheW91dCIsIk1haW5MYXlvdXQiLCJjaGlsZHJlbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/app/(main)/layout.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ MainLayout)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_Layout__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/Layout */ \"(rsc)/./src/components/Layout.jsx\");\n\n\nfunction MainLayout({ children }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Layout__WEBPACK_IMPORTED_MODULE_1__.Layout, {\n children: children\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\(main)\\\\layout.jsx\",\n lineNumber: 4,\n columnNumber: 10\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvYXBwLyhtYWluKS9sYXlvdXQuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQTRDO0FBRTdCLFNBQVNDLFdBQVcsRUFBRUMsUUFBUSxFQUFFO0lBQzdDLHFCQUFPLDhEQUFDRixzREFBTUE7a0JBQUVFOzs7Ozs7QUFDbEIiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvYXBwLyhtYWluKS9sYXlvdXQuanN4P2U2OTIiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTGF5b3V0IH0gZnJvbSAnQC9jb21wb25lbnRzL0xheW91dCdcclxuXHJcbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIE1haW5MYXlvdXQoeyBjaGlsZHJlbiB9KSB7XHJcbiAgcmV0dXJuIDxMYXlvdXQ+e2NoaWxkcmVufTwvTGF5b3V0PlxyXG59XHJcbiJdLCJuYW1lcyI6WyJMYXlvdXQiLCJNYWluTGF5b3V0IiwiY2hpbGRyZW4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/app/(main)/layout.jsx\n"); /***/ }), @@ -234,7 +234,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Home)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_Homepage__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/Homepage */ \"(rsc)/./src/components/Homepage.jsx\");\n/* harmony import */ var _components_Hero__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Hero */ \"(rsc)/./src/components/Hero.jsx\");\n/* harmony import */ var _components_Events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Events */ \"(rsc)/./src/components/Events.jsx\");\n/* harmony import */ var _components_Product__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/components/Product */ \"(rsc)/./src/components/Product.jsx\");\n/* harmony import */ var _components_Sponsors__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @/components/Sponsors */ \"(rsc)/./src/components/Sponsors.jsx\");\n/* harmony import */ var _components_Bentosection__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @/components/Bentosection */ \"(rsc)/./src/components/Bentosection.jsx\");\n/* harmony import */ var _components_Phases__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @/components/Phases */ \"(rsc)/./src/components/Phases.jsx\");\n/* harmony import */ var _components_HeroFeature__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @/components/HeroFeature */ \"(rsc)/./src/components/HeroFeature.jsx\");\n/* harmony import */ var _components_Eventbanner__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @/components/Eventbanner */ \"(rsc)/./src/components/Eventbanner.jsx\");\n\n\n\n\n\n\n\n\n\n\nfunction Home() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Homepage__WEBPACK_IMPORTED_MODULE_1__.Homepage, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page.jsx\",\n lineNumber: 14,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Hero__WEBPACK_IMPORTED_MODULE_2__.Hero, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page.jsx\",\n lineNumber: 15,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Phases__WEBPACK_IMPORTED_MODULE_7__.Phasesdark, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page.jsx\",\n lineNumber: 16,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_HeroFeature__WEBPACK_IMPORTED_MODULE_8__[\"default\"], {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page.jsx\",\n lineNumber: 17,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Bentosection__WEBPACK_IMPORTED_MODULE_6__[\"default\"], {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page.jsx\",\n lineNumber: 18,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Eventbanner__WEBPACK_IMPORTED_MODULE_9__[\"default\"], {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page.jsx\",\n lineNumber: 19,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvYXBwLyhtYWluKS9wYWdlLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7O0FBQWdEO0FBQ1I7QUFDQTtBQUNNO0FBQ0U7QUFDSTtBQUNKO0FBQ0U7QUFDQTtBQUVuQyxTQUFTUztJQUN0QixxQkFDRTs7MEJBQ0UsOERBQUNULDBEQUFRQTs7Ozs7MEJBQ1QsOERBQUNDLGtEQUFJQTs7Ozs7MEJBQ0wsOERBQUNLLDBEQUFVQTs7Ozs7MEJBQ1gsOERBQUNDLCtEQUFXQTs7Ozs7MEJBQ1osOERBQUNGLGdFQUFZQTs7Ozs7MEJBQ2IsOERBQUNHLCtEQUFXQTs7Ozs7OztBQUdsQiIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9hcHAvKG1haW4pL3BhZ2UuanN4PzE0MTkiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSG9tZXBhZ2UgfSBmcm9tICdAL2NvbXBvbmVudHMvSG9tZXBhZ2UnXG5pbXBvcnQgeyBIZXJvIH0gZnJvbSAnQC9jb21wb25lbnRzL0hlcm8nXG5pbXBvcnQgRXZlbnRzIGZyb20gJ0AvY29tcG9uZW50cy9FdmVudHMnXG5pbXBvcnQgeyBQcm9kdWN0IH0gZnJvbSAnQC9jb21wb25lbnRzL1Byb2R1Y3QnXG5pbXBvcnQgeyBTcG9uc29ycyB9IGZyb20gJ0AvY29tcG9uZW50cy9TcG9uc29ycydcbmltcG9ydCBCZW50b1NlY3Rpb24gZnJvbSAnQC9jb21wb25lbnRzL0JlbnRvc2VjdGlvbidcbmltcG9ydCB7IFBoYXNlc2RhcmsgfSBmcm9tICdAL2NvbXBvbmVudHMvUGhhc2VzJ1xuaW1wb3J0IEhlcm9GZWF0dXJlIGZyb20gJ0AvY29tcG9uZW50cy9IZXJvRmVhdHVyZSdcbmltcG9ydCBFdmVudGJhbm5lciBmcm9tICdAL2NvbXBvbmVudHMvRXZlbnRiYW5uZXInXG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEhvbWUoKSB7XG4gIHJldHVybiAoXG4gICAgPD5cbiAgICAgIDxIb21lcGFnZSAvPlxuICAgICAgPEhlcm8gLz5cbiAgICAgIDxQaGFzZXNkYXJrIC8+XG4gICAgICA8SGVyb0ZlYXR1cmUgLz5cbiAgICAgIDxCZW50b1NlY3Rpb24gLz5cbiAgICAgIDxFdmVudGJhbm5lciAvPlxuICAgIDwvPlxuICApXG59XG4iXSwibmFtZXMiOlsiSG9tZXBhZ2UiLCJIZXJvIiwiRXZlbnRzIiwiUHJvZHVjdCIsIlNwb25zb3JzIiwiQmVudG9TZWN0aW9uIiwiUGhhc2VzZGFyayIsIkhlcm9GZWF0dXJlIiwiRXZlbnRiYW5uZXIiLCJIb21lIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/app/(main)/page.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Home)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_Homepage__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/Homepage */ \"(rsc)/./src/components/Homepage.jsx\");\n/* harmony import */ var _components_Hero__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Hero */ \"(rsc)/./src/components/Hero.jsx\");\n/* harmony import */ var _components_Events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Events */ \"(rsc)/./src/components/Events.jsx\");\n/* harmony import */ var _components_Product__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/components/Product */ \"(rsc)/./src/components/Product.jsx\");\n/* harmony import */ var _components_Sponsors__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @/components/Sponsors */ \"(rsc)/./src/components/Sponsors.jsx\");\n/* harmony import */ var _components_Bentosection__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @/components/Bentosection */ \"(rsc)/./src/components/Bentosection.jsx\");\n/* harmony import */ var _components_Phases__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @/components/Phases */ \"(rsc)/./src/components/Phases.jsx\");\n/* harmony import */ var _components_HeroFeature__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @/components/HeroFeature */ \"(rsc)/./src/components/HeroFeature.jsx\");\n/* harmony import */ var _components_Eventbanner__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @/components/Eventbanner */ \"(rsc)/./src/components/Eventbanner.jsx\");\n\n\n\n\n\n\n\n\n\n\nfunction Home() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Homepage__WEBPACK_IMPORTED_MODULE_1__.Homepage, {}, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\(main)\\\\page.jsx\",\n lineNumber: 14,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Hero__WEBPACK_IMPORTED_MODULE_2__.Hero, {}, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\(main)\\\\page.jsx\",\n lineNumber: 15,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Phases__WEBPACK_IMPORTED_MODULE_7__.Phasesdark, {}, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\(main)\\\\page.jsx\",\n lineNumber: 16,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_HeroFeature__WEBPACK_IMPORTED_MODULE_8__[\"default\"], {}, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\(main)\\\\page.jsx\",\n lineNumber: 17,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Bentosection__WEBPACK_IMPORTED_MODULE_6__[\"default\"], {}, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\(main)\\\\page.jsx\",\n lineNumber: 18,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Eventbanner__WEBPACK_IMPORTED_MODULE_9__[\"default\"], {}, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\(main)\\\\page.jsx\",\n lineNumber: 19,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvYXBwLyhtYWluKS9wYWdlLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7O0FBQWdEO0FBQ1I7QUFDQTtBQUNNO0FBQ0U7QUFDSTtBQUNKO0FBQ0U7QUFDQTtBQUVuQyxTQUFTUztJQUN0QixxQkFDRTs7MEJBQ0UsOERBQUNULDBEQUFRQTs7Ozs7MEJBQ1QsOERBQUNDLGtEQUFJQTs7Ozs7MEJBQ0wsOERBQUNLLDBEQUFVQTs7Ozs7MEJBQ1gsOERBQUNDLCtEQUFXQTs7Ozs7MEJBQ1osOERBQUNGLGdFQUFZQTs7Ozs7MEJBQ2IsOERBQUNHLCtEQUFXQTs7Ozs7OztBQUdsQiIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9hcHAvKG1haW4pL3BhZ2UuanN4PzE0MTkiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSG9tZXBhZ2UgfSBmcm9tICdAL2NvbXBvbmVudHMvSG9tZXBhZ2UnXHJcbmltcG9ydCB7IEhlcm8gfSBmcm9tICdAL2NvbXBvbmVudHMvSGVybydcclxuaW1wb3J0IEV2ZW50cyBmcm9tICdAL2NvbXBvbmVudHMvRXZlbnRzJ1xyXG5pbXBvcnQgeyBQcm9kdWN0IH0gZnJvbSAnQC9jb21wb25lbnRzL1Byb2R1Y3QnXHJcbmltcG9ydCB7IFNwb25zb3JzIH0gZnJvbSAnQC9jb21wb25lbnRzL1Nwb25zb3JzJ1xyXG5pbXBvcnQgQmVudG9TZWN0aW9uIGZyb20gJ0AvY29tcG9uZW50cy9CZW50b3NlY3Rpb24nXHJcbmltcG9ydCB7IFBoYXNlc2RhcmsgfSBmcm9tICdAL2NvbXBvbmVudHMvUGhhc2VzJ1xyXG5pbXBvcnQgSGVyb0ZlYXR1cmUgZnJvbSAnQC9jb21wb25lbnRzL0hlcm9GZWF0dXJlJ1xyXG5pbXBvcnQgRXZlbnRiYW5uZXIgZnJvbSAnQC9jb21wb25lbnRzL0V2ZW50YmFubmVyJ1xyXG5cclxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gSG9tZSgpIHtcclxuICByZXR1cm4gKFxyXG4gICAgPD5cclxuICAgICAgPEhvbWVwYWdlIC8+XHJcbiAgICAgIDxIZXJvIC8+XHJcbiAgICAgIDxQaGFzZXNkYXJrIC8+XHJcbiAgICAgIDxIZXJvRmVhdHVyZSAvPlxyXG4gICAgICA8QmVudG9TZWN0aW9uIC8+XHJcbiAgICAgIDxFdmVudGJhbm5lciAvPlxyXG4gICAgPC8+XHJcbiAgKVxyXG59XHJcbiJdLCJuYW1lcyI6WyJIb21lcGFnZSIsIkhlcm8iLCJFdmVudHMiLCJQcm9kdWN0IiwiU3BvbnNvcnMiLCJCZW50b1NlY3Rpb24iLCJQaGFzZXNkYXJrIiwiSGVyb0ZlYXR1cmUiLCJFdmVudGJhbm5lciIsIkhvbWUiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/app/(main)/page.jsx\n"); /***/ }), @@ -245,7 +245,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ RootLayout),\n/* harmony export */ metadata: () => (/* binding */ metadata)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_font_google_target_css_path_src_app_layout_jsx_import_Inter_arguments_subsets_latin_display_swap_variable_font_inter_variableName_inter___WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"} */ \"(rsc)/./node_modules/next/font/google/target.css?{\\\"path\\\":\\\"src/app/layout.jsx\\\",\\\"import\\\":\\\"Inter\\\",\\\"arguments\\\":[{\\\"subsets\\\":[\\\"latin\\\"],\\\"display\\\":\\\"swap\\\",\\\"variable\\\":\\\"--font-inter\\\"}],\\\"variableName\\\":\\\"inter\\\"}\");\n/* harmony import */ var next_font_google_target_css_path_src_app_layout_jsx_import_Inter_arguments_subsets_latin_display_swap_variable_font_inter_variableName_inter___WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(next_font_google_target_css_path_src_app_layout_jsx_import_Inter_arguments_subsets_latin_display_swap_variable_font_inter_variableName_inter___WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var next_font_google_target_css_path_src_app_layout_jsx_import_DM_Sans_arguments_subsets_latin_weight_400_500_700_display_swap_variable_font_dm_sans_variableName_dmSans___WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"} */ \"(rsc)/./node_modules/next/font/google/target.css?{\\\"path\\\":\\\"src/app/layout.jsx\\\",\\\"import\\\":\\\"DM_Sans\\\",\\\"arguments\\\":[{\\\"subsets\\\":[\\\"latin\\\"],\\\"weight\\\":[\\\"400\\\",\\\"500\\\",\\\"700\\\"],\\\"display\\\":\\\"swap\\\",\\\"variable\\\":\\\"--font-dm-sans\\\"}],\\\"variableName\\\":\\\"dmSans\\\"}\");\n/* harmony import */ var next_font_google_target_css_path_src_app_layout_jsx_import_DM_Sans_arguments_subsets_latin_weight_400_500_700_display_swap_variable_font_dm_sans_variableName_dmSans___WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(next_font_google_target_css_path_src_app_layout_jsx_import_DM_Sans_arguments_subsets_latin_weight_400_500_700_display_swap_variable_font_dm_sans_variableName_dmSans___WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ \"(rsc)/./node_modules/clsx/dist/clsx.mjs\");\n/* harmony import */ var _styles_tailwind_css__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/styles/tailwind.css */ \"(rsc)/./src/styles/tailwind.css\");\n\n\n\n\n\nconst metadata = {\n title: {\n template: \"%s - OurVerse\",\n default: \"OurVerse - A community-driven Metaverse Platform\"\n },\n description: \"The Future of Collaboration is Now.\"\n};\nfunction RootLayout({ children }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"html\", {\n lang: \"en\",\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(\"h-full bg-white antialiased\", (next_font_google_target_css_path_src_app_layout_jsx_import_Inter_arguments_subsets_latin_display_swap_variable_font_inter_variableName_inter___WEBPACK_IMPORTED_MODULE_3___default().variable), (next_font_google_target_css_path_src_app_layout_jsx_import_DM_Sans_arguments_subsets_latin_weight_400_500_700_display_swap_variable_font_dm_sans_variableName_dmSans___WEBPACK_IMPORTED_MODULE_4___default().variable)),\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"body\", {\n className: \"flex min-h-full\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex w-full flex-col\",\n children: children\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/layout.jsx\",\n lineNumber: 39,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/layout.jsx\",\n lineNumber: 38,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/layout.jsx\",\n lineNumber: 30,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvYXBwL2xheW91dC5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7QUFLTUE7QUFNQUM7QUFWaUI7QUFFTztBQWV2QixNQUFNRSxXQUFXO0lBQ3RCQyxPQUFPO1FBQ0xDLFVBQVU7UUFDVkMsU0FBUztJQUNYO0lBQ0FDLGFBQ0U7QUFDSixFQUFDO0FBRWMsU0FBU0MsV0FBVyxFQUFFQyxRQUFRLEVBQUU7SUFDN0MscUJBQ0UsOERBQUNDO1FBQ0NDLE1BQUs7UUFDTEMsV0FBV1YsZ0RBQUlBLENBQ2IsK0JBQ0FGLCtMQUFjLEVBQ2RDLHVOQUFlO2tCQUdqQiw0RUFBQ2E7WUFBS0YsV0FBVTtzQkFDZCw0RUFBQ0c7Z0JBQUlILFdBQVU7MEJBQXdCSDs7Ozs7Ozs7Ozs7Ozs7OztBQUkvQyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9hcHAvbGF5b3V0LmpzeD9jYmUxIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERNX1NhbnMsIEludGVyIH0gZnJvbSAnbmV4dC9mb250L2dvb2dsZSdcbmltcG9ydCBjbHN4IGZyb20gJ2Nsc3gnXG5cbmltcG9ydCAnQC9zdHlsZXMvdGFpbHdpbmQuY3NzJ1xuXG5jb25zdCBpbnRlciA9IEludGVyKHtcbiAgc3Vic2V0czogWydsYXRpbiddLFxuICBkaXNwbGF5OiAnc3dhcCcsXG4gIHZhcmlhYmxlOiAnLS1mb250LWludGVyJyxcbn0pXG5cbmNvbnN0IGRtU2FucyA9IERNX1NhbnMoe1xuICBzdWJzZXRzOiBbJ2xhdGluJ10sXG4gIHdlaWdodDogWyc0MDAnLCAnNTAwJywgJzcwMCddLFxuICBkaXNwbGF5OiAnc3dhcCcsXG4gIHZhcmlhYmxlOiAnLS1mb250LWRtLXNhbnMnLFxufSlcblxuZXhwb3J0IGNvbnN0IG1ldGFkYXRhID0ge1xuICB0aXRsZToge1xuICAgIHRlbXBsYXRlOiAnJXMgLSBPdXJWZXJzZScsXG4gICAgZGVmYXVsdDogJ091clZlcnNlIC0gQSBjb21tdW5pdHktZHJpdmVuIE1ldGF2ZXJzZSBQbGF0Zm9ybScsXG4gIH0sXG4gIGRlc2NyaXB0aW9uOlxuICAgICdUaGUgRnV0dXJlIG9mIENvbGxhYm9yYXRpb24gaXMgTm93LicsXG59XG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIFJvb3RMYXlvdXQoeyBjaGlsZHJlbiB9KSB7XG4gIHJldHVybiAoXG4gICAgPGh0bWxcbiAgICAgIGxhbmc9XCJlblwiXG4gICAgICBjbGFzc05hbWU9e2Nsc3goXG4gICAgICAgICdoLWZ1bGwgYmctd2hpdGUgYW50aWFsaWFzZWQnLFxuICAgICAgICBpbnRlci52YXJpYWJsZSxcbiAgICAgICAgZG1TYW5zLnZhcmlhYmxlLFxuICAgICAgKX1cbiAgICA+XG4gICAgICA8Ym9keSBjbGFzc05hbWU9XCJmbGV4IG1pbi1oLWZ1bGxcIj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4IHctZnVsbCBmbGV4LWNvbFwiPntjaGlsZHJlbn08L2Rpdj5cbiAgICAgIDwvYm9keT5cbiAgICA8L2h0bWw+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJpbnRlciIsImRtU2FucyIsImNsc3giLCJtZXRhZGF0YSIsInRpdGxlIiwidGVtcGxhdGUiLCJkZWZhdWx0IiwiZGVzY3JpcHRpb24iLCJSb290TGF5b3V0IiwiY2hpbGRyZW4iLCJodG1sIiwibGFuZyIsImNsYXNzTmFtZSIsInZhcmlhYmxlIiwiYm9keSIsImRpdiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/app/layout.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ RootLayout),\n/* harmony export */ metadata: () => (/* binding */ metadata)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_font_google_target_css_path_src_app_layout_jsx_import_Inter_arguments_subsets_latin_display_swap_variable_font_inter_variableName_inter___WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! next/font/google/target.css?{\"path\":\"src\\\\app\\\\layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"} */ \"(rsc)/./node_modules/next/font/google/target.css?{\\\"path\\\":\\\"src\\\\\\\\app\\\\\\\\layout.jsx\\\",\\\"import\\\":\\\"Inter\\\",\\\"arguments\\\":[{\\\"subsets\\\":[\\\"latin\\\"],\\\"display\\\":\\\"swap\\\",\\\"variable\\\":\\\"--font-inter\\\"}],\\\"variableName\\\":\\\"inter\\\"}\");\n/* harmony import */ var next_font_google_target_css_path_src_app_layout_jsx_import_Inter_arguments_subsets_latin_display_swap_variable_font_inter_variableName_inter___WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(next_font_google_target_css_path_src_app_layout_jsx_import_Inter_arguments_subsets_latin_display_swap_variable_font_inter_variableName_inter___WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var next_font_google_target_css_path_src_app_layout_jsx_import_DM_Sans_arguments_subsets_latin_weight_400_500_700_display_swap_variable_font_dm_sans_variableName_dmSans___WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! next/font/google/target.css?{\"path\":\"src\\\\app\\\\layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"} */ \"(rsc)/./node_modules/next/font/google/target.css?{\\\"path\\\":\\\"src\\\\\\\\app\\\\\\\\layout.jsx\\\",\\\"import\\\":\\\"DM_Sans\\\",\\\"arguments\\\":[{\\\"subsets\\\":[\\\"latin\\\"],\\\"weight\\\":[\\\"400\\\",\\\"500\\\",\\\"700\\\"],\\\"display\\\":\\\"swap\\\",\\\"variable\\\":\\\"--font-dm-sans\\\"}],\\\"variableName\\\":\\\"dmSans\\\"}\");\n/* harmony import */ var next_font_google_target_css_path_src_app_layout_jsx_import_DM_Sans_arguments_subsets_latin_weight_400_500_700_display_swap_variable_font_dm_sans_variableName_dmSans___WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(next_font_google_target_css_path_src_app_layout_jsx_import_DM_Sans_arguments_subsets_latin_weight_400_500_700_display_swap_variable_font_dm_sans_variableName_dmSans___WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ \"(rsc)/./node_modules/clsx/dist/clsx.mjs\");\n/* harmony import */ var _styles_tailwind_css__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/styles/tailwind.css */ \"(rsc)/./src/styles/tailwind.css\");\n\n\n\n\n\nconst metadata = {\n title: {\n template: \"%s - OurVerse\",\n default: \"OurVerse - A community-driven Metaverse Platform\"\n },\n description: \"The Future of Collaboration is Now.\"\n};\nfunction RootLayout({ children }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"html\", {\n lang: \"en\",\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(\"h-full bg-white antialiased\", (next_font_google_target_css_path_src_app_layout_jsx_import_Inter_arguments_subsets_latin_display_swap_variable_font_inter_variableName_inter___WEBPACK_IMPORTED_MODULE_3___default().variable), (next_font_google_target_css_path_src_app_layout_jsx_import_DM_Sans_arguments_subsets_latin_weight_400_500_700_display_swap_variable_font_dm_sans_variableName_dmSans___WEBPACK_IMPORTED_MODULE_4___default().variable)),\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"body\", {\n className: \"flex min-h-full\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex w-full flex-col\",\n children: children\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\layout.jsx\",\n lineNumber: 39,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\layout.jsx\",\n lineNumber: 38,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\layout.jsx\",\n lineNumber: 30,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvYXBwL2xheW91dC5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7QUFLTUE7QUFNQUM7QUFWaUI7QUFFTztBQWV2QixNQUFNRSxXQUFXO0lBQ3RCQyxPQUFPO1FBQ0xDLFVBQVU7UUFDVkMsU0FBUztJQUNYO0lBQ0FDLGFBQ0U7QUFDSixFQUFDO0FBRWMsU0FBU0MsV0FBVyxFQUFFQyxRQUFRLEVBQUU7SUFDN0MscUJBQ0UsOERBQUNDO1FBQ0NDLE1BQUs7UUFDTEMsV0FBV1YsZ0RBQUlBLENBQ2IsK0JBQ0FGLCtMQUFjLEVBQ2RDLHVOQUFlO2tCQUdqQiw0RUFBQ2E7WUFBS0YsV0FBVTtzQkFDZCw0RUFBQ0c7Z0JBQUlILFdBQVU7MEJBQXdCSDs7Ozs7Ozs7Ozs7Ozs7OztBQUkvQyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9hcHAvbGF5b3V0LmpzeD9jYmUxIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERNX1NhbnMsIEludGVyIH0gZnJvbSAnbmV4dC9mb250L2dvb2dsZSdcclxuaW1wb3J0IGNsc3ggZnJvbSAnY2xzeCdcclxuXHJcbmltcG9ydCAnQC9zdHlsZXMvdGFpbHdpbmQuY3NzJ1xyXG5cclxuY29uc3QgaW50ZXIgPSBJbnRlcih7XHJcbiAgc3Vic2V0czogWydsYXRpbiddLFxyXG4gIGRpc3BsYXk6ICdzd2FwJyxcclxuICB2YXJpYWJsZTogJy0tZm9udC1pbnRlcicsXHJcbn0pXHJcblxyXG5jb25zdCBkbVNhbnMgPSBETV9TYW5zKHtcclxuICBzdWJzZXRzOiBbJ2xhdGluJ10sXHJcbiAgd2VpZ2h0OiBbJzQwMCcsICc1MDAnLCAnNzAwJ10sXHJcbiAgZGlzcGxheTogJ3N3YXAnLFxyXG4gIHZhcmlhYmxlOiAnLS1mb250LWRtLXNhbnMnLFxyXG59KVxyXG5cclxuZXhwb3J0IGNvbnN0IG1ldGFkYXRhID0ge1xyXG4gIHRpdGxlOiB7XHJcbiAgICB0ZW1wbGF0ZTogJyVzIC0gT3VyVmVyc2UnLFxyXG4gICAgZGVmYXVsdDogJ091clZlcnNlIC0gQSBjb21tdW5pdHktZHJpdmVuIE1ldGF2ZXJzZSBQbGF0Zm9ybScsXHJcbiAgfSxcclxuICBkZXNjcmlwdGlvbjpcclxuICAgICdUaGUgRnV0dXJlIG9mIENvbGxhYm9yYXRpb24gaXMgTm93LicsXHJcbn1cclxuXHJcbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIFJvb3RMYXlvdXQoeyBjaGlsZHJlbiB9KSB7XHJcbiAgcmV0dXJuIChcclxuICAgIDxodG1sXHJcbiAgICAgIGxhbmc9XCJlblwiXHJcbiAgICAgIGNsYXNzTmFtZT17Y2xzeChcclxuICAgICAgICAnaC1mdWxsIGJnLXdoaXRlIGFudGlhbGlhc2VkJyxcclxuICAgICAgICBpbnRlci52YXJpYWJsZSxcclxuICAgICAgICBkbVNhbnMudmFyaWFibGUsXHJcbiAgICAgICl9XHJcbiAgICA+XHJcbiAgICAgIDxib2R5IGNsYXNzTmFtZT1cImZsZXggbWluLWgtZnVsbFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiZmxleCB3LWZ1bGwgZmxleC1jb2xcIj57Y2hpbGRyZW59PC9kaXY+XHJcbiAgICAgIDwvYm9keT5cclxuICAgIDwvaHRtbD5cclxuICApXHJcbn1cclxuIl0sIm5hbWVzIjpbImludGVyIiwiZG1TYW5zIiwiY2xzeCIsIm1ldGFkYXRhIiwidGl0bGUiLCJ0ZW1wbGF0ZSIsImRlZmF1bHQiLCJkZXNjcmlwdGlvbiIsIlJvb3RMYXlvdXQiLCJjaGlsZHJlbiIsImh0bWwiLCJsYW5nIiwiY2xhc3NOYW1lIiwidmFyaWFibGUiLCJib2R5IiwiZGl2Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/app/layout.jsx\n"); /***/ }), @@ -256,7 +256,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ NotFound)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_BackgroundImage__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/BackgroundImage */ \"(rsc)/./src/components/BackgroundImage.jsx\");\n/* harmony import */ var _components_Button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Button */ \"(rsc)/./src/components/Button.jsx\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Container */ \"(rsc)/./src/components/Container.jsx\");\n/* harmony import */ var _components_Layout__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/components/Layout */ \"(rsc)/./src/components/Layout.jsx\");\n\n\n\n\n\nfunction NotFound() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Layout__WEBPACK_IMPORTED_MODULE_4__.Layout, {\n showFooter: false,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative flex h-full items-center py-20 sm:py-36\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_BackgroundImage__WEBPACK_IMPORTED_MODULE_1__.BackgroundImage, {\n className: \"-top-36 bottom-0\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/not-found.jsx\",\n lineNumber: 10,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n className: \"relative flex w-full flex-col items-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"font-display text-2xl tracking-tight text-purple-900\",\n children: \"404\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/not-found.jsx\",\n lineNumber: 12,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h1\", {\n className: \"mt-4 font-display text-4xl font-medium tracking-tighter text-purple-600 sm:text-5xl\",\n children: \"Page not found\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/not-found.jsx\",\n lineNumber: 15,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 text-lg tracking-tight text-purple-900\",\n children: \"Sorry, we couldn’t find the page you’re looking for.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/not-found.jsx\",\n lineNumber: 18,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Button__WEBPACK_IMPORTED_MODULE_2__.Button, {\n href: \"/\",\n className: \"mt-8\",\n children: \"Go back home\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/not-found.jsx\",\n lineNumber: 21,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/not-found.jsx\",\n lineNumber: 11,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/not-found.jsx\",\n lineNumber: 9,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/not-found.jsx\",\n lineNumber: 8,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvYXBwL25vdC1mb3VuZC5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7QUFBOEQ7QUFDbEI7QUFDTTtBQUNOO0FBRTdCLFNBQVNJO0lBQ3RCLHFCQUNFLDhEQUFDRCxzREFBTUE7UUFBQ0UsWUFBWTtrQkFDbEIsNEVBQUNDO1lBQUlDLFdBQVU7OzhCQUNiLDhEQUFDUCx3RUFBZUE7b0JBQUNPLFdBQVU7Ozs7Ozs4QkFDM0IsOERBQUNMLDREQUFTQTtvQkFBQ0ssV0FBVTs7c0NBQ25CLDhEQUFDQzs0QkFBRUQsV0FBVTtzQ0FBdUQ7Ozs7OztzQ0FHcEUsOERBQUNFOzRCQUFHRixXQUFVO3NDQUFzRjs7Ozs7O3NDQUdwRyw4REFBQ0M7NEJBQUVELFdBQVU7c0NBQThDOzs7Ozs7c0NBRzNELDhEQUFDTixzREFBTUE7NEJBQUNTLE1BQUs7NEJBQUlILFdBQVU7c0NBQU87Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBTzVDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2FwcC9ub3QtZm91bmQuanN4P2EzNDciXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQmFja2dyb3VuZEltYWdlIH0gZnJvbSAnQC9jb21wb25lbnRzL0JhY2tncm91bmRJbWFnZSdcbmltcG9ydCB7IEJ1dHRvbiB9IGZyb20gJ0AvY29tcG9uZW50cy9CdXR0b24nXG5pbXBvcnQgeyBDb250YWluZXIgfSBmcm9tICdAL2NvbXBvbmVudHMvQ29udGFpbmVyJ1xuaW1wb3J0IHsgTGF5b3V0IH0gZnJvbSAnQC9jb21wb25lbnRzL0xheW91dCdcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gTm90Rm91bmQoKSB7XG4gIHJldHVybiAoXG4gICAgPExheW91dCBzaG93Rm9vdGVyPXtmYWxzZX0+XG4gICAgICA8ZGl2IGNsYXNzTmFtZT1cInJlbGF0aXZlIGZsZXggaC1mdWxsIGl0ZW1zLWNlbnRlciBweS0yMCBzbTpweS0zNlwiPlxuICAgICAgICA8QmFja2dyb3VuZEltYWdlIGNsYXNzTmFtZT1cIi10b3AtMzYgYm90dG9tLTBcIiAvPlxuICAgICAgICA8Q29udGFpbmVyIGNsYXNzTmFtZT1cInJlbGF0aXZlIGZsZXggdy1mdWxsIGZsZXgtY29sIGl0ZW1zLWNlbnRlclwiPlxuICAgICAgICAgIDxwIGNsYXNzTmFtZT1cImZvbnQtZGlzcGxheSB0ZXh0LTJ4bCB0cmFja2luZy10aWdodCB0ZXh0LXB1cnBsZS05MDBcIj5cbiAgICAgICAgICAgIDQwNFxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8aDEgY2xhc3NOYW1lPVwibXQtNCBmb250LWRpc3BsYXkgdGV4dC00eGwgZm9udC1tZWRpdW0gdHJhY2tpbmctdGlnaHRlciB0ZXh0LXB1cnBsZS02MDAgc206dGV4dC01eGxcIj5cbiAgICAgICAgICAgIFBhZ2Ugbm90IGZvdW5kXG4gICAgICAgICAgPC9oMT5cbiAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC00IHRleHQtbGcgdHJhY2tpbmctdGlnaHQgdGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICBTb3JyeSwgd2UgY291bGRu4oCZdCBmaW5kIHRoZSBwYWdlIHlvdeKAmXJlIGxvb2tpbmcgZm9yLlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8QnV0dG9uIGhyZWY9XCIvXCIgY2xhc3NOYW1lPVwibXQtOFwiPlxuICAgICAgICAgICAgR28gYmFjayBob21lXG4gICAgICAgICAgPC9CdXR0b24+XG4gICAgICAgIDwvQ29udGFpbmVyPlxuICAgICAgPC9kaXY+XG4gICAgPC9MYXlvdXQ+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJCYWNrZ3JvdW5kSW1hZ2UiLCJCdXR0b24iLCJDb250YWluZXIiLCJMYXlvdXQiLCJOb3RGb3VuZCIsInNob3dGb290ZXIiLCJkaXYiLCJjbGFzc05hbWUiLCJwIiwiaDEiLCJocmVmIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/app/not-found.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ NotFound)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_BackgroundImage__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/BackgroundImage */ \"(rsc)/./src/components/BackgroundImage.jsx\");\n/* harmony import */ var _components_Button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Button */ \"(rsc)/./src/components/Button.jsx\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Container */ \"(rsc)/./src/components/Container.jsx\");\n/* harmony import */ var _components_Layout__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/components/Layout */ \"(rsc)/./src/components/Layout.jsx\");\n\n\n\n\n\nfunction NotFound() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Layout__WEBPACK_IMPORTED_MODULE_4__.Layout, {\n showFooter: false,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative flex h-full items-center py-20 sm:py-36\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_BackgroundImage__WEBPACK_IMPORTED_MODULE_1__.BackgroundImage, {\n className: \"-top-36 bottom-0\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\not-found.jsx\",\n lineNumber: 10,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n className: \"relative flex w-full flex-col items-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"font-display text-2xl tracking-tight text-purple-900\",\n children: \"404\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\not-found.jsx\",\n lineNumber: 12,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h1\", {\n className: \"mt-4 font-display text-4xl font-medium tracking-tighter text-purple-600 sm:text-5xl\",\n children: \"Page not found\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\not-found.jsx\",\n lineNumber: 15,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 text-lg tracking-tight text-purple-900\",\n children: \"Sorry, we couldn’t find the page you’re looking for.\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\not-found.jsx\",\n lineNumber: 18,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Button__WEBPACK_IMPORTED_MODULE_2__.Button, {\n href: \"/\",\n className: \"mt-8\",\n children: \"Go back home\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\not-found.jsx\",\n lineNumber: 21,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\not-found.jsx\",\n lineNumber: 11,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\not-found.jsx\",\n lineNumber: 9,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\app\\\\not-found.jsx\",\n lineNumber: 8,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvYXBwL25vdC1mb3VuZC5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7QUFBOEQ7QUFDbEI7QUFDTTtBQUNOO0FBRTdCLFNBQVNJO0lBQ3RCLHFCQUNFLDhEQUFDRCxzREFBTUE7UUFBQ0UsWUFBWTtrQkFDbEIsNEVBQUNDO1lBQUlDLFdBQVU7OzhCQUNiLDhEQUFDUCx3RUFBZUE7b0JBQUNPLFdBQVU7Ozs7Ozs4QkFDM0IsOERBQUNMLDREQUFTQTtvQkFBQ0ssV0FBVTs7c0NBQ25CLDhEQUFDQzs0QkFBRUQsV0FBVTtzQ0FBdUQ7Ozs7OztzQ0FHcEUsOERBQUNFOzRCQUFHRixXQUFVO3NDQUFzRjs7Ozs7O3NDQUdwRyw4REFBQ0M7NEJBQUVELFdBQVU7c0NBQThDOzs7Ozs7c0NBRzNELDhEQUFDTixzREFBTUE7NEJBQUNTLE1BQUs7NEJBQUlILFdBQVU7c0NBQU87Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBTzVDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2FwcC9ub3QtZm91bmQuanN4P2EzNDciXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQmFja2dyb3VuZEltYWdlIH0gZnJvbSAnQC9jb21wb25lbnRzL0JhY2tncm91bmRJbWFnZSdcclxuaW1wb3J0IHsgQnV0dG9uIH0gZnJvbSAnQC9jb21wb25lbnRzL0J1dHRvbidcclxuaW1wb3J0IHsgQ29udGFpbmVyIH0gZnJvbSAnQC9jb21wb25lbnRzL0NvbnRhaW5lcidcclxuaW1wb3J0IHsgTGF5b3V0IH0gZnJvbSAnQC9jb21wb25lbnRzL0xheW91dCdcclxuXHJcbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIE5vdEZvdW5kKCkge1xyXG4gIHJldHVybiAoXHJcbiAgICA8TGF5b3V0IHNob3dGb290ZXI9e2ZhbHNlfT5cclxuICAgICAgPGRpdiBjbGFzc05hbWU9XCJyZWxhdGl2ZSBmbGV4IGgtZnVsbCBpdGVtcy1jZW50ZXIgcHktMjAgc206cHktMzZcIj5cclxuICAgICAgICA8QmFja2dyb3VuZEltYWdlIGNsYXNzTmFtZT1cIi10b3AtMzYgYm90dG9tLTBcIiAvPlxyXG4gICAgICAgIDxDb250YWluZXIgY2xhc3NOYW1lPVwicmVsYXRpdmUgZmxleCB3LWZ1bGwgZmxleC1jb2wgaXRlbXMtY2VudGVyXCI+XHJcbiAgICAgICAgICA8cCBjbGFzc05hbWU9XCJmb250LWRpc3BsYXkgdGV4dC0yeGwgdHJhY2tpbmctdGlnaHQgdGV4dC1wdXJwbGUtOTAwXCI+XHJcbiAgICAgICAgICAgIDQwNFxyXG4gICAgICAgICAgPC9wPlxyXG4gICAgICAgICAgPGgxIGNsYXNzTmFtZT1cIm10LTQgZm9udC1kaXNwbGF5IHRleHQtNHhsIGZvbnQtbWVkaXVtIHRyYWNraW5nLXRpZ2h0ZXIgdGV4dC1wdXJwbGUtNjAwIHNtOnRleHQtNXhsXCI+XHJcbiAgICAgICAgICAgIFBhZ2Ugbm90IGZvdW5kXHJcbiAgICAgICAgICA8L2gxPlxyXG4gICAgICAgICAgPHAgY2xhc3NOYW1lPVwibXQtNCB0ZXh0LWxnIHRyYWNraW5nLXRpZ2h0IHRleHQtcHVycGxlLTkwMFwiPlxyXG4gICAgICAgICAgICBTb3JyeSwgd2UgY291bGRu4oCZdCBmaW5kIHRoZSBwYWdlIHlvdeKAmXJlIGxvb2tpbmcgZm9yLlxyXG4gICAgICAgICAgPC9wPlxyXG4gICAgICAgICAgPEJ1dHRvbiBocmVmPVwiL1wiIGNsYXNzTmFtZT1cIm10LThcIj5cclxuICAgICAgICAgICAgR28gYmFjayBob21lXHJcbiAgICAgICAgICA8L0J1dHRvbj5cclxuICAgICAgICA8L0NvbnRhaW5lcj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L0xheW91dD5cclxuICApXHJcbn1cclxuIl0sIm5hbWVzIjpbIkJhY2tncm91bmRJbWFnZSIsIkJ1dHRvbiIsIkNvbnRhaW5lciIsIkxheW91dCIsIk5vdEZvdW5kIiwic2hvd0Zvb3RlciIsImRpdiIsImNsYXNzTmFtZSIsInAiLCJoMSIsImhyZWYiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/app/not-found.jsx\n"); /***/ }), @@ -267,7 +267,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ BackgroundImage: () => (/* binding */ BackgroundImage)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_image__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/image */ \"(rsc)/./node_modules/next/dist/api/image.js\");\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! clsx */ \"(rsc)/./node_modules/clsx/dist/clsx.mjs\");\n/* harmony import */ var _images_background3_jpg__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/images/background3.jpg */ \"(rsc)/./src/images/background3.jpg\");\n\n\n\n\nfunction BackgroundImage({ className, position = \"left\" }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\"absolute inset-0 overflow-hidden bg-gradient-to-r from-purple-100 via-white to-purple-100\", className),\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-x-0 top-0 h-20 bg-gradient-to-b from-white\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/BackgroundImage.jsx\",\n lineNumber: 14,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-x-0 bottom-0 h-20 bg-gradient-to-t from-white\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/BackgroundImage.jsx\",\n lineNumber: 15,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/BackgroundImage.jsx\",\n lineNumber: 8,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9CYWNrZ3JvdW5kSW1hZ2UuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBOEI7QUFDUDtBQUUrQjtBQUUvQyxTQUFTRyxnQkFBZ0IsRUFBRUMsU0FBUyxFQUFFQyxXQUFXLE1BQU0sRUFBRTtJQUM5RCxxQkFDRSw4REFBQ0M7UUFDQ0YsV0FBV0gsZ0RBQUlBLENBQ2IsNkZBQ0FHOzswQkFHRiw4REFBQ0U7Z0JBQUlGLFdBQVU7Ozs7OzswQkFDZiw4REFBQ0U7Z0JBQUlGLFdBQVU7Ozs7Ozs7Ozs7OztBQUdyQiIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0JhY2tncm91bmRJbWFnZS5qc3g/YzM0NiJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgSW1hZ2UgZnJvbSAnbmV4dC9pbWFnZSdcbmltcG9ydCBjbHN4IGZyb20gJ2Nsc3gnXG5cbmltcG9ydCBiYWNrZ3JvdW5kSW1hZ2UgZnJvbSAnQC9pbWFnZXMvYmFja2dyb3VuZDMuanBnJ1xuXG5leHBvcnQgZnVuY3Rpb24gQmFja2dyb3VuZEltYWdlKHsgY2xhc3NOYW1lLCBwb3NpdGlvbiA9ICdsZWZ0JyB9KSB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgY2xhc3NOYW1lPXtjbHN4KFxuICAgICAgICAnYWJzb2x1dGUgaW5zZXQtMCBvdmVyZmxvdy1oaWRkZW4gYmctZ3JhZGllbnQtdG8tciBmcm9tLXB1cnBsZS0xMDAgdmlhLXdoaXRlIHRvLXB1cnBsZS0xMDAnLFxuICAgICAgICBjbGFzc05hbWUsXG4gICAgICApfVxuICAgID5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwiYWJzb2x1dGUgaW5zZXQteC0wIHRvcC0wIGgtMjAgYmctZ3JhZGllbnQtdG8tYiBmcm9tLXdoaXRlXCIgLz5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwiYWJzb2x1dGUgaW5zZXQteC0wIGJvdHRvbS0wIGgtMjAgYmctZ3JhZGllbnQtdG8tdCBmcm9tLXdoaXRlXCIgLz5cbiAgICA8L2Rpdj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbIkltYWdlIiwiY2xzeCIsImJhY2tncm91bmRJbWFnZSIsIkJhY2tncm91bmRJbWFnZSIsImNsYXNzTmFtZSIsInBvc2l0aW9uIiwiZGl2Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/components/BackgroundImage.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ BackgroundImage: () => (/* binding */ BackgroundImage)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_image__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/image */ \"(rsc)/./node_modules/next/dist/api/image.js\");\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! clsx */ \"(rsc)/./node_modules/clsx/dist/clsx.mjs\");\n/* harmony import */ var _images_background3_jpg__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/images/background3.jpg */ \"(rsc)/./src/images/background3.jpg\");\n\n\n\n\nfunction BackgroundImage({ className, position = \"left\" }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\"absolute inset-0 overflow-hidden bg-gradient-to-r from-purple-100 via-white to-purple-100\", className),\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-x-0 top-0 h-20 bg-gradient-to-b from-white\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\BackgroundImage.jsx\",\n lineNumber: 14,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-x-0 bottom-0 h-20 bg-gradient-to-t from-white\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\BackgroundImage.jsx\",\n lineNumber: 15,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\BackgroundImage.jsx\",\n lineNumber: 8,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9CYWNrZ3JvdW5kSW1hZ2UuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBOEI7QUFDUDtBQUUrQjtBQUUvQyxTQUFTRyxnQkFBZ0IsRUFBRUMsU0FBUyxFQUFFQyxXQUFXLE1BQU0sRUFBRTtJQUM5RCxxQkFDRSw4REFBQ0M7UUFDQ0YsV0FBV0gsZ0RBQUlBLENBQ2IsNkZBQ0FHOzswQkFHRiw4REFBQ0U7Z0JBQUlGLFdBQVU7Ozs7OzswQkFDZiw4REFBQ0U7Z0JBQUlGLFdBQVU7Ozs7Ozs7Ozs7OztBQUdyQiIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0JhY2tncm91bmRJbWFnZS5qc3g/YzM0NiJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgSW1hZ2UgZnJvbSAnbmV4dC9pbWFnZSdcclxuaW1wb3J0IGNsc3ggZnJvbSAnY2xzeCdcclxuXHJcbmltcG9ydCBiYWNrZ3JvdW5kSW1hZ2UgZnJvbSAnQC9pbWFnZXMvYmFja2dyb3VuZDMuanBnJ1xyXG5cclxuZXhwb3J0IGZ1bmN0aW9uIEJhY2tncm91bmRJbWFnZSh7IGNsYXNzTmFtZSwgcG9zaXRpb24gPSAnbGVmdCcgfSkge1xyXG4gIHJldHVybiAoXHJcbiAgICA8ZGl2XHJcbiAgICAgIGNsYXNzTmFtZT17Y2xzeChcclxuICAgICAgICAnYWJzb2x1dGUgaW5zZXQtMCBvdmVyZmxvdy1oaWRkZW4gYmctZ3JhZGllbnQtdG8tciBmcm9tLXB1cnBsZS0xMDAgdmlhLXdoaXRlIHRvLXB1cnBsZS0xMDAnLFxyXG4gICAgICAgIGNsYXNzTmFtZSxcclxuICAgICAgKX1cclxuICAgID5cclxuICAgICAgPGRpdiBjbGFzc05hbWU9XCJhYnNvbHV0ZSBpbnNldC14LTAgdG9wLTAgaC0yMCBiZy1ncmFkaWVudC10by1iIGZyb20td2hpdGVcIiAvPlxyXG4gICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LXgtMCBib3R0b20tMCBoLTIwIGJnLWdyYWRpZW50LXRvLXQgZnJvbS13aGl0ZVwiIC8+XHJcbiAgICA8L2Rpdj5cclxuICApXHJcbn1cclxuIl0sIm5hbWVzIjpbIkltYWdlIiwiY2xzeCIsImJhY2tncm91bmRJbWFnZSIsIkJhY2tncm91bmRJbWFnZSIsImNsYXNzTmFtZSIsInBvc2l0aW9uIiwiZGl2Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/components/BackgroundImage.jsx\n"); /***/ }), @@ -278,7 +278,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Example)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _barrel_optimize_names_XMarkIcon_heroicons_react_20_solid__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! __barrel_optimize__?names=XMarkIcon!=!@heroicons/react/20/solid */ \"(rsc)/./node_modules/@heroicons/react/20/solid/esm/XMarkIcon.js\");\n\n\nfunction Example() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex items-center gap-x-6 btn-gradient-dark px-6 py-2.5 sm:px-3.5 sm:before:flex-1\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"text-sm leading-6 text-white\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"/events/versefest.html\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"strong\", {\n className: \"font-semibold\",\n children: \"OurVerse FutureFest 2024\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Banner.jsx\",\n lineNumber: 8,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 2 2\",\n \"aria-hidden\": \"true\",\n className: \"mx-2 inline h-0.5 w-0.5 fill-current\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"circle\", {\n r: 1,\n cx: 1,\n cy: 1\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Banner.jsx\",\n lineNumber: 10,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Banner.jsx\",\n lineNumber: 9,\n columnNumber: 11\n }, this),\n \"Join us from Nov 22 – 24 to see what’s coming next\\xa0\",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Banner.jsx\",\n lineNumber: 12,\n columnNumber: 67\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Banner.jsx\",\n lineNumber: 7,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Banner.jsx\",\n lineNumber: 6,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-1 justify-end\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"button\", {\n type: \"button\",\n className: \"-m-3 p-3 focus-visible:outline-offset-[-4px]\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"sr-only\",\n children: \"Dismiss\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Banner.jsx\",\n lineNumber: 17,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_XMarkIcon_heroicons_react_20_solid__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n \"aria-hidden\": \"true\",\n className: \"h-5 w-5 text-white\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Banner.jsx\",\n lineNumber: 18,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Banner.jsx\",\n lineNumber: 16,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Banner.jsx\",\n lineNumber: 15,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Banner.jsx\",\n lineNumber: 5,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9CYW5uZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQXFEO0FBRXRDLFNBQVNDO0lBQ3RCLHFCQUNFLDhEQUFDQztRQUFJQyxXQUFVOzswQkFDYiw4REFBQ0M7Z0JBQUVELFdBQVU7MEJBQ1gsNEVBQUNFO29CQUFFQyxNQUFLOztzQ0FDTiw4REFBQ0M7NEJBQU9KLFdBQVU7c0NBQWdCOzs7Ozs7c0NBQ2xDLDhEQUFDSzs0QkFBSUMsU0FBUTs0QkFBVUMsZUFBWTs0QkFBT1AsV0FBVTtzQ0FDbEQsNEVBQUNRO2dDQUFPQyxHQUFHO2dDQUFHQyxJQUFJO2dDQUFHQyxJQUFJOzs7Ozs7Ozs7Ozt3QkFDckI7c0NBQ2tELDhEQUFDQzs0QkFBS0wsZUFBWTtzQ0FBTzs7Ozs7Ozs7Ozs7Ozs7Ozs7MEJBR3JGLDhEQUFDUjtnQkFBSUMsV0FBVTswQkFDYiw0RUFBQ2E7b0JBQU9DLE1BQUs7b0JBQVNkLFdBQVU7O3NDQUM5Qiw4REFBQ1k7NEJBQUtaLFdBQVU7c0NBQVU7Ozs7OztzQ0FDMUIsOERBQUNILGlHQUFTQTs0QkFBQ1UsZUFBWTs0QkFBT1AsV0FBVTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFLbEQiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9CYW5uZXIuanN4P2YzYTIiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgWE1hcmtJY29uIH0gZnJvbSAnQGhlcm9pY29ucy9yZWFjdC8yMC9zb2xpZCdcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRXhhbXBsZSgpIHtcbiAgcmV0dXJuIChcbiAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggaXRlbXMtY2VudGVyIGdhcC14LTYgYnRuLWdyYWRpZW50LWRhcmsgcHgtNiBweS0yLjUgc206cHgtMy41IHNtOmJlZm9yZTpmbGV4LTFcIj5cbiAgICAgIDxwIGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtd2hpdGVcIj5cbiAgICAgICAgPGEgaHJlZj1cIi9ldmVudHMvdmVyc2VmZXN0Lmh0bWxcIj5cbiAgICAgICAgICA8c3Ryb25nIGNsYXNzTmFtZT1cImZvbnQtc2VtaWJvbGRcIj5PdXJWZXJzZSBGdXR1cmVGZXN0IDIwMjQ8L3N0cm9uZz5cbiAgICAgICAgICA8c3ZnIHZpZXdCb3g9XCIwIDAgMiAyXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCIgY2xhc3NOYW1lPVwibXgtMiBpbmxpbmUgaC0wLjUgdy0wLjUgZmlsbC1jdXJyZW50XCI+XG4gICAgICAgICAgICA8Y2lyY2xlIHI9ezF9IGN4PXsxfSBjeT17MX0gLz5cbiAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICBKb2luIHVzIGZyb20gTm92IDIyIOKAkyAyNCB0byBzZWUgd2hhdOKAmXMgY29taW5nIG5leHQmbmJzcDs8c3BhbiBhcmlhLWhpZGRlbj1cInRydWVcIj4mcmFycjs8L3NwYW4+XG4gICAgICAgIDwvYT5cbiAgICAgIDwvcD5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwiZmxleCBmbGV4LTEganVzdGlmeS1lbmRcIj5cbiAgICAgICAgPGJ1dHRvbiB0eXBlPVwiYnV0dG9uXCIgY2xhc3NOYW1lPVwiLW0tMyBwLTMgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLW9mZnNldC1bLTRweF1cIj5cbiAgICAgICAgICA8c3BhbiBjbGFzc05hbWU9XCJzci1vbmx5XCI+RGlzbWlzczwvc3Bhbj5cbiAgICAgICAgICA8WE1hcmtJY29uIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGNsYXNzTmFtZT1cImgtNSB3LTUgdGV4dC13aGl0ZVwiIC8+XG4gICAgICAgIDwvYnV0dG9uPlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJYTWFya0ljb24iLCJFeGFtcGxlIiwiZGl2IiwiY2xhc3NOYW1lIiwicCIsImEiLCJocmVmIiwic3Ryb25nIiwic3ZnIiwidmlld0JveCIsImFyaWEtaGlkZGVuIiwiY2lyY2xlIiwiciIsImN4IiwiY3kiLCJzcGFuIiwiYnV0dG9uIiwidHlwZSJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Banner.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Example)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _barrel_optimize_names_XMarkIcon_heroicons_react_20_solid__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! __barrel_optimize__?names=XMarkIcon!=!@heroicons/react/20/solid */ \"(rsc)/./node_modules/@heroicons/react/20/solid/esm/XMarkIcon.js\");\n\n\nfunction Example() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex items-center gap-x-6 btn-gradient-dark px-6 py-2.5 sm:px-3.5 sm:before:flex-1\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"text-sm leading-6 text-white\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"/events/versefest.html\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"strong\", {\n className: \"font-semibold\",\n children: \"OurVerse FutureFest 2024\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Banner.jsx\",\n lineNumber: 8,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 2 2\",\n \"aria-hidden\": \"true\",\n className: \"mx-2 inline h-0.5 w-0.5 fill-current\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"circle\", {\n r: 1,\n cx: 1,\n cy: 1\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Banner.jsx\",\n lineNumber: 10,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Banner.jsx\",\n lineNumber: 9,\n columnNumber: 11\n }, this),\n \"Join us from Nov 22 – 24 to see what’s coming next\\xa0\",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Banner.jsx\",\n lineNumber: 12,\n columnNumber: 67\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Banner.jsx\",\n lineNumber: 7,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Banner.jsx\",\n lineNumber: 6,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-1 justify-end\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"button\", {\n type: \"button\",\n className: \"-m-3 p-3 focus-visible:outline-offset-[-4px]\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"sr-only\",\n children: \"Dismiss\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Banner.jsx\",\n lineNumber: 17,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_XMarkIcon_heroicons_react_20_solid__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n \"aria-hidden\": \"true\",\n className: \"h-5 w-5 text-white\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Banner.jsx\",\n lineNumber: 18,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Banner.jsx\",\n lineNumber: 16,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Banner.jsx\",\n lineNumber: 15,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Banner.jsx\",\n lineNumber: 5,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9CYW5uZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQXFEO0FBRXRDLFNBQVNDO0lBQ3RCLHFCQUNFLDhEQUFDQztRQUFJQyxXQUFVOzswQkFDYiw4REFBQ0M7Z0JBQUVELFdBQVU7MEJBQ1gsNEVBQUNFO29CQUFFQyxNQUFLOztzQ0FDTiw4REFBQ0M7NEJBQU9KLFdBQVU7c0NBQWdCOzs7Ozs7c0NBQ2xDLDhEQUFDSzs0QkFBSUMsU0FBUTs0QkFBVUMsZUFBWTs0QkFBT1AsV0FBVTtzQ0FDbEQsNEVBQUNRO2dDQUFPQyxHQUFHO2dDQUFHQyxJQUFJO2dDQUFHQyxJQUFJOzs7Ozs7Ozs7Ozt3QkFDckI7c0NBQ2tELDhEQUFDQzs0QkFBS0wsZUFBWTtzQ0FBTzs7Ozs7Ozs7Ozs7Ozs7Ozs7MEJBR3JGLDhEQUFDUjtnQkFBSUMsV0FBVTswQkFDYiw0RUFBQ2E7b0JBQU9DLE1BQUs7b0JBQVNkLFdBQVU7O3NDQUM5Qiw4REFBQ1k7NEJBQUtaLFdBQVU7c0NBQVU7Ozs7OztzQ0FDMUIsOERBQUNILGlHQUFTQTs0QkFBQ1UsZUFBWTs0QkFBT1AsV0FBVTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFLbEQiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9CYW5uZXIuanN4P2YzYTIiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgWE1hcmtJY29uIH0gZnJvbSAnQGhlcm9pY29ucy9yZWFjdC8yMC9zb2xpZCdcclxuXHJcbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEV4YW1wbGUoKSB7XHJcbiAgcmV0dXJuIChcclxuICAgIDxkaXYgY2xhc3NOYW1lPVwiZmxleCBpdGVtcy1jZW50ZXIgZ2FwLXgtNiBidG4tZ3JhZGllbnQtZGFyayBweC02IHB5LTIuNSBzbTpweC0zLjUgc206YmVmb3JlOmZsZXgtMVwiPlxyXG4gICAgICA8cCBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXdoaXRlXCI+XHJcbiAgICAgICAgPGEgaHJlZj1cIi9ldmVudHMvdmVyc2VmZXN0Lmh0bWxcIj5cclxuICAgICAgICAgIDxzdHJvbmcgY2xhc3NOYW1lPVwiZm9udC1zZW1pYm9sZFwiPk91clZlcnNlIEZ1dHVyZUZlc3QgMjAyNDwvc3Ryb25nPlxyXG4gICAgICAgICAgPHN2ZyB2aWV3Qm94PVwiMCAwIDIgMlwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGNsYXNzTmFtZT1cIm14LTIgaW5saW5lIGgtMC41IHctMC41IGZpbGwtY3VycmVudFwiPlxyXG4gICAgICAgICAgICA8Y2lyY2xlIHI9ezF9IGN4PXsxfSBjeT17MX0gLz5cclxuICAgICAgICAgIDwvc3ZnPlxyXG4gICAgICAgICAgSm9pbiB1cyBmcm9tIE5vdiAyMiDigJMgMjQgdG8gc2VlIHdoYXTigJlzIGNvbWluZyBuZXh0Jm5ic3A7PHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCI+JnJhcnI7PC9zcGFuPlxyXG4gICAgICAgIDwvYT5cclxuICAgICAgPC9wPlxyXG4gICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggZmxleC0xIGp1c3RpZnktZW5kXCI+XHJcbiAgICAgICAgPGJ1dHRvbiB0eXBlPVwiYnV0dG9uXCIgY2xhc3NOYW1lPVwiLW0tMyBwLTMgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLW9mZnNldC1bLTRweF1cIj5cclxuICAgICAgICAgIDxzcGFuIGNsYXNzTmFtZT1cInNyLW9ubHlcIj5EaXNtaXNzPC9zcGFuPlxyXG4gICAgICAgICAgPFhNYXJrSWNvbiBhcmlhLWhpZGRlbj1cInRydWVcIiBjbGFzc05hbWU9XCJoLTUgdy01IHRleHQtd2hpdGVcIiAvPlxyXG4gICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIClcclxufVxyXG4iXSwibmFtZXMiOlsiWE1hcmtJY29uIiwiRXhhbXBsZSIsImRpdiIsImNsYXNzTmFtZSIsInAiLCJhIiwiaHJlZiIsInN0cm9uZyIsInN2ZyIsInZpZXdCb3giLCJhcmlhLWhpZGRlbiIsImNpcmNsZSIsInIiLCJjeCIsImN5Iiwic3BhbiIsImJ1dHRvbiIsInR5cGUiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Banner.jsx\n"); /***/ }), @@ -295,7 +295,7 @@ __webpack_require__.r(__webpack_exports__); /* harmony export */ }); /* harmony import */ var next_dist_build_webpack_loaders_next_flight_loader_module_proxy__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! next/dist/build/webpack/loaders/next-flight-loader/module-proxy */ "(rsc)/./node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js"); -/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,next_dist_build_webpack_loaders_next_flight_loader_module_proxy__WEBPACK_IMPORTED_MODULE_0__.createProxy)(String.raw`/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx#default`)); +/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,next_dist_build_webpack_loaders_next_flight_loader_module_proxy__WEBPACK_IMPORTED_MODULE_0__.createProxy)(String.raw`D:\github\ourverse_new\src\components\Bentosection.jsx#default`)); /***/ }), @@ -307,7 +307,7 @@ __webpack_require__.r(__webpack_exports__); /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Bottom)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n\nfunction Bottom() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative isolate overflow-hidden bg-gray-900\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"px-6 py-24 sm:px-6 sm:py-32 lg:px-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-2xl text-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-3xl font-bold tracking-tight text-gradient lg:text-5xl\",\n children: [\n \"The Future of Collaboration\",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"br\", {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx\",\n lineNumber: 8,\n columnNumber: 15\n }, this),\n \"is now.\"\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx\",\n lineNumber: 6,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mx-auto mt-6 max-w-xl text-lg leading-8 text-gray-300\",\n children: \"Join OurVerse and experience the future of collaboration and creation tools beyond your imagination.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx\",\n lineNumber: 11,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 flex items-center justify-center gap-x-6\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"#\",\n className: \"rounded-md btn-gradient-dark2 px-3.5 py-2.5 text-sm font-semibold text-gray-900 shadow-sm hover:bg-gray-100 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white\",\n children: \"Sign Up Now\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx\",\n lineNumber: 15,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx\",\n lineNumber: 14,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx\",\n lineNumber: 5,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx\",\n lineNumber: 4,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 1024 1024\",\n \"aria-hidden\": \"true\",\n className: \"absolute left-1/2 top-1/2 -z-10 h-[64rem] w-[64rem] -translate-x-1/2 [mask-image:radial-gradient(closest-side,white,transparent)]\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"circle\", {\n r: 512,\n cx: 512,\n cy: 512,\n fill: \"url(#8d958450-c69f-4251-94bc-4e091a323369)\",\n fillOpacity: \"0.7\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx\",\n lineNumber: 29,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"defs\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"radialGradient\", {\n id: \"8d958450-c69f-4251-94bc-4e091a323369\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#7775D6\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx\",\n lineNumber: 32,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: 1,\n stopColor: \"#E935C1\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx\",\n lineNumber: 33,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx\",\n lineNumber: 31,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx\",\n lineNumber: 30,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx\",\n lineNumber: 24,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx\",\n lineNumber: 3,\n columnNumber: 7\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Cb3R0b20uanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7QUFBZSxTQUFTQTtJQUNwQixxQkFDRSw4REFBQ0M7UUFBSUMsV0FBVTs7MEJBQ2IsOERBQUNEO2dCQUFJQyxXQUFVOzBCQUNiLDRFQUFDRDtvQkFBSUMsV0FBVTs7c0NBQ2IsOERBQUNDOzRCQUFHRCxXQUFVOztnQ0FBOEQ7OENBRTFFLDhEQUFDRTs7Ozs7Z0NBQUs7Ozs7Ozs7c0NBR1IsOERBQUNDOzRCQUFFSCxXQUFVO3NDQUF3RDs7Ozs7O3NDQUdyRSw4REFBQ0Q7NEJBQUlDLFdBQVU7c0NBQ2IsNEVBQUNJO2dDQUNDQyxNQUFLO2dDQUNMTCxXQUFVOzBDQUNYOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzBCQU1QLDhEQUFDTTtnQkFDQ0MsU0FBUTtnQkFDUkMsZUFBWTtnQkFDWlIsV0FBVTs7a0NBRVYsOERBQUNTO3dCQUFPQyxHQUFHO3dCQUFLQyxJQUFJO3dCQUFLQyxJQUFJO3dCQUFLQyxNQUFLO3dCQUE2Q0MsYUFBWTs7Ozs7O2tDQUNoRyw4REFBQ0M7a0NBQ0MsNEVBQUNDOzRCQUFlQyxJQUFHOzs4Q0FDakIsOERBQUNDO29DQUFLQyxXQUFVOzs7Ozs7OENBQ2hCLDhEQUFDRDtvQ0FBS0UsUUFBUTtvQ0FBR0QsV0FBVTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFNdkMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9Cb3R0b20uanN4P2Q5ZmIiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gQm90dG9tKCkge1xuICAgIHJldHVybiAoXG4gICAgICA8ZGl2IGNsYXNzTmFtZT1cInJlbGF0aXZlIGlzb2xhdGUgb3ZlcmZsb3ctaGlkZGVuIGJnLWdyYXktOTAwXCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicHgtNiBweS0yNCBzbTpweC02IHNtOnB5LTMyIGxnOnB4LThcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctMnhsIHRleHQtY2VudGVyXCI+XG4gICAgICAgICAgICA8aDIgY2xhc3NOYW1lPVwidGV4dC0zeGwgZm9udC1ib2xkIHRyYWNraW5nLXRpZ2h0IHRleHQtZ3JhZGllbnQgbGc6dGV4dC01eGxcIj5cbiAgICAgICAgICAgICAgVGhlIEZ1dHVyZSBvZiBDb2xsYWJvcmF0aW9uXG4gICAgICAgICAgICAgIDxiciAvPlxuICAgICAgICAgICAgICBpcyBub3cuXG4gICAgICAgICAgICA8L2gyPlxuICAgICAgICAgICAgPHAgY2xhc3NOYW1lPVwibXgtYXV0byBtdC02IG1heC13LXhsIHRleHQtbGcgbGVhZGluZy04IHRleHQtZ3JheS0zMDBcIj5cbiAgICAgICAgICAgICAgSm9pbiBPdXJWZXJzZSBhbmQgZXhwZXJpZW5jZSB0aGUgZnV0dXJlIG9mIGNvbGxhYm9yYXRpb24gYW5kIGNyZWF0aW9uIHRvb2xzIGJleW9uZCB5b3VyIGltYWdpbmF0aW9uLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBmbGV4IGl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNlbnRlciBnYXAteC02XCI+XG4gICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgaHJlZj1cIiNcIlxuICAgICAgICAgICAgICAgIGNsYXNzTmFtZT1cInJvdW5kZWQtbWQgYnRuLWdyYWRpZW50LWRhcmsyIHB4LTMuNSBweS0yLjUgdGV4dC1zbSBmb250LXNlbWlib2xkIHRleHQtZ3JheS05MDAgc2hhZG93LXNtIGhvdmVyOmJnLWdyYXktMTAwIGZvY3VzLXZpc2libGU6b3V0bGluZSBmb2N1cy12aXNpYmxlOm91dGxpbmUtMiBmb2N1cy12aXNpYmxlOm91dGxpbmUtb2Zmc2V0LTIgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLXdoaXRlXCJcbiAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIFNpZ24gVXAgTm93XG4gICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPHN2Z1xuICAgICAgICAgIHZpZXdCb3g9XCIwIDAgMTAyNCAxMDI0XCJcbiAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgIGNsYXNzTmFtZT1cImFic29sdXRlIGxlZnQtMS8yIHRvcC0xLzIgLXotMTAgaC1bNjRyZW1dIHctWzY0cmVtXSAtdHJhbnNsYXRlLXgtMS8yIFttYXNrLWltYWdlOnJhZGlhbC1ncmFkaWVudChjbG9zZXN0LXNpZGUsd2hpdGUsdHJhbnNwYXJlbnQpXVwiXG4gICAgICAgID5cbiAgICAgICAgICA8Y2lyY2xlIHI9ezUxMn0gY3g9ezUxMn0gY3k9ezUxMn0gZmlsbD1cInVybCgjOGQ5NTg0NTAtYzY5Zi00MjUxLTk0YmMtNGUwOTFhMzIzMzY5KVwiIGZpbGxPcGFjaXR5PVwiMC43XCIgLz5cbiAgICAgICAgICA8ZGVmcz5cbiAgICAgICAgICAgIDxyYWRpYWxHcmFkaWVudCBpZD1cIjhkOTU4NDUwLWM2OWYtNDI1MS05NGJjLTRlMDkxYTMyMzM2OVwiPlxuICAgICAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjNzc3NUQ2XCIgLz5cbiAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PXsxfSBzdG9wQ29sb3I9XCIjRTkzNUMxXCIgLz5cbiAgICAgICAgICAgIDwvcmFkaWFsR3JhZGllbnQ+XG4gICAgICAgICAgPC9kZWZzPlxuICAgICAgICA8L3N2Zz5cbiAgICAgIDwvZGl2PlxuICAgIClcbiAgfVxuICAiXSwibmFtZXMiOlsiQm90dG9tIiwiZGl2IiwiY2xhc3NOYW1lIiwiaDIiLCJiciIsInAiLCJhIiwiaHJlZiIsInN2ZyIsInZpZXdCb3giLCJhcmlhLWhpZGRlbiIsImNpcmNsZSIsInIiLCJjeCIsImN5IiwiZmlsbCIsImZpbGxPcGFjaXR5IiwiZGVmcyIsInJhZGlhbEdyYWRpZW50IiwiaWQiLCJzdG9wIiwic3RvcENvbG9yIiwib2Zmc2V0Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Bottom.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Bottom)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n\nfunction Bottom() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative isolate overflow-hidden bg-gray-900\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"px-6 py-24 sm:px-6 sm:py-32 lg:px-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-2xl text-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-3xl font-bold tracking-tight text-gradient lg:text-5xl\",\n children: [\n \"The Future of Collaboration\",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"br\", {}, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bottom.jsx\",\n lineNumber: 8,\n columnNumber: 15\n }, this),\n \"is now.\"\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bottom.jsx\",\n lineNumber: 6,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mx-auto mt-6 max-w-xl text-lg leading-8 text-gray-300\",\n children: \"Join OurVerse and experience the future of collaboration and creation tools beyond your imagination.\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bottom.jsx\",\n lineNumber: 11,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 flex items-center justify-center gap-x-6\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"#\",\n className: \"rounded-md btn-gradient-dark2 px-3.5 py-2.5 text-sm font-semibold text-gray-900 shadow-sm hover:bg-gray-100 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white\",\n children: \"Sign Up Now\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bottom.jsx\",\n lineNumber: 15,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bottom.jsx\",\n lineNumber: 14,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bottom.jsx\",\n lineNumber: 5,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bottom.jsx\",\n lineNumber: 4,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 1024 1024\",\n \"aria-hidden\": \"true\",\n className: \"absolute left-1/2 top-1/2 -z-10 h-[64rem] w-[64rem] -translate-x-1/2 [mask-image:radial-gradient(closest-side,white,transparent)]\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"circle\", {\n r: 512,\n cx: 512,\n cy: 512,\n fill: \"url(#8d958450-c69f-4251-94bc-4e091a323369)\",\n fillOpacity: \"0.7\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bottom.jsx\",\n lineNumber: 29,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"defs\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"radialGradient\", {\n id: \"8d958450-c69f-4251-94bc-4e091a323369\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#7775D6\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bottom.jsx\",\n lineNumber: 32,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: 1,\n stopColor: \"#E935C1\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bottom.jsx\",\n lineNumber: 33,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bottom.jsx\",\n lineNumber: 31,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bottom.jsx\",\n lineNumber: 30,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bottom.jsx\",\n lineNumber: 24,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Bottom.jsx\",\n lineNumber: 3,\n columnNumber: 7\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Cb3R0b20uanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7QUFBZSxTQUFTQTtJQUNwQixxQkFDRSw4REFBQ0M7UUFBSUMsV0FBVTs7MEJBQ2IsOERBQUNEO2dCQUFJQyxXQUFVOzBCQUNiLDRFQUFDRDtvQkFBSUMsV0FBVTs7c0NBQ2IsOERBQUNDOzRCQUFHRCxXQUFVOztnQ0FBOEQ7OENBRTFFLDhEQUFDRTs7Ozs7Z0NBQUs7Ozs7Ozs7c0NBR1IsOERBQUNDOzRCQUFFSCxXQUFVO3NDQUF3RDs7Ozs7O3NDQUdyRSw4REFBQ0Q7NEJBQUlDLFdBQVU7c0NBQ2IsNEVBQUNJO2dDQUNDQyxNQUFLO2dDQUNMTCxXQUFVOzBDQUNYOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzBCQU1QLDhEQUFDTTtnQkFDQ0MsU0FBUTtnQkFDUkMsZUFBWTtnQkFDWlIsV0FBVTs7a0NBRVYsOERBQUNTO3dCQUFPQyxHQUFHO3dCQUFLQyxJQUFJO3dCQUFLQyxJQUFJO3dCQUFLQyxNQUFLO3dCQUE2Q0MsYUFBWTs7Ozs7O2tDQUNoRyw4REFBQ0M7a0NBQ0MsNEVBQUNDOzRCQUFlQyxJQUFHOzs4Q0FDakIsOERBQUNDO29DQUFLQyxXQUFVOzs7Ozs7OENBQ2hCLDhEQUFDRDtvQ0FBS0UsUUFBUTtvQ0FBR0QsV0FBVTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFNdkMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9Cb3R0b20uanN4P2Q5ZmIiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gQm90dG9tKCkge1xyXG4gICAgcmV0dXJuIChcclxuICAgICAgPGRpdiBjbGFzc05hbWU9XCJyZWxhdGl2ZSBpc29sYXRlIG92ZXJmbG93LWhpZGRlbiBiZy1ncmF5LTkwMFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicHgtNiBweS0yNCBzbTpweC02IHNtOnB5LTMyIGxnOnB4LThcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy0yeGwgdGV4dC1jZW50ZXJcIj5cclxuICAgICAgICAgICAgPGgyIGNsYXNzTmFtZT1cInRleHQtM3hsIGZvbnQtYm9sZCB0cmFja2luZy10aWdodCB0ZXh0LWdyYWRpZW50IGxnOnRleHQtNXhsXCI+XHJcbiAgICAgICAgICAgICAgVGhlIEZ1dHVyZSBvZiBDb2xsYWJvcmF0aW9uXHJcbiAgICAgICAgICAgICAgPGJyIC8+XHJcbiAgICAgICAgICAgICAgaXMgbm93LlxyXG4gICAgICAgICAgICA8L2gyPlxyXG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJteC1hdXRvIG10LTYgbWF4LXcteGwgdGV4dC1sZyBsZWFkaW5nLTggdGV4dC1ncmF5LTMwMFwiPlxyXG4gICAgICAgICAgICAgIEpvaW4gT3VyVmVyc2UgYW5kIGV4cGVyaWVuY2UgdGhlIGZ1dHVyZSBvZiBjb2xsYWJvcmF0aW9uIGFuZCBjcmVhdGlvbiB0b29scyBiZXlvbmQgeW91ciBpbWFnaW5hdGlvbi5cclxuICAgICAgICAgICAgPC9wPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIGZsZXggaXRlbXMtY2VudGVyIGp1c3RpZnktY2VudGVyIGdhcC14LTZcIj5cclxuICAgICAgICAgICAgICA8YVxyXG4gICAgICAgICAgICAgICAgaHJlZj1cIiNcIlxyXG4gICAgICAgICAgICAgICAgY2xhc3NOYW1lPVwicm91bmRlZC1tZCBidG4tZ3JhZGllbnQtZGFyazIgcHgtMy41IHB5LTIuNSB0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgdGV4dC1ncmF5LTkwMCBzaGFkb3ctc20gaG92ZXI6YmctZ3JheS0xMDAgZm9jdXMtdmlzaWJsZTpvdXRsaW5lIGZvY3VzLXZpc2libGU6b3V0bGluZS0yIGZvY3VzLXZpc2libGU6b3V0bGluZS1vZmZzZXQtMiBmb2N1cy12aXNpYmxlOm91dGxpbmUtd2hpdGVcIlxyXG4gICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgIFNpZ24gVXAgTm93XHJcbiAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxzdmdcclxuICAgICAgICAgIHZpZXdCb3g9XCIwIDAgMTAyNCAxMDI0XCJcclxuICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXHJcbiAgICAgICAgICBjbGFzc05hbWU9XCJhYnNvbHV0ZSBsZWZ0LTEvMiB0b3AtMS8yIC16LTEwIGgtWzY0cmVtXSB3LVs2NHJlbV0gLXRyYW5zbGF0ZS14LTEvMiBbbWFzay1pbWFnZTpyYWRpYWwtZ3JhZGllbnQoY2xvc2VzdC1zaWRlLHdoaXRlLHRyYW5zcGFyZW50KV1cIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxjaXJjbGUgcj17NTEyfSBjeD17NTEyfSBjeT17NTEyfSBmaWxsPVwidXJsKCM4ZDk1ODQ1MC1jNjlmLTQyNTEtOTRiYy00ZTA5MWEzMjMzNjkpXCIgZmlsbE9wYWNpdHk9XCIwLjdcIiAvPlxyXG4gICAgICAgICAgPGRlZnM+XHJcbiAgICAgICAgICAgIDxyYWRpYWxHcmFkaWVudCBpZD1cIjhkOTU4NDUwLWM2OWYtNDI1MS05NGJjLTRlMDkxYTMyMzM2OVwiPlxyXG4gICAgICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiM3Nzc1RDZcIiAvPlxyXG4gICAgICAgICAgICAgIDxzdG9wIG9mZnNldD17MX0gc3RvcENvbG9yPVwiI0U5MzVDMVwiIC8+XHJcbiAgICAgICAgICAgIDwvcmFkaWFsR3JhZGllbnQ+XHJcbiAgICAgICAgICA8L2RlZnM+XHJcbiAgICAgICAgPC9zdmc+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgKVxyXG4gIH1cclxuICAiXSwibmFtZXMiOlsiQm90dG9tIiwiZGl2IiwiY2xhc3NOYW1lIiwiaDIiLCJiciIsInAiLCJhIiwiaHJlZiIsInN2ZyIsInZpZXdCb3giLCJhcmlhLWhpZGRlbiIsImNpcmNsZSIsInIiLCJjeCIsImN5IiwiZmlsbCIsImZpbGxPcGFjaXR5IiwiZGVmcyIsInJhZGlhbEdyYWRpZW50IiwiaWQiLCJzdG9wIiwic3RvcENvbG9yIiwib2Zmc2V0Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Bottom.jsx\n"); /***/ }), @@ -318,7 +318,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Button: () => (/* binding */ Button)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/link */ \"(rsc)/./node_modules/next/dist/api/link.js\");\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! clsx */ \"(rsc)/./node_modules/clsx/dist/clsx.mjs\");\n\n\n\nfunction Button({ className, ...props }) {\n className = (0,clsx__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\"inline-flex justify-center rounded-2xl btn-gradient-dark py-2 px-4 text-xs font-semibold text-white hover:btn-gradient-dark-hover focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500 active:text-white/70\", className);\n return typeof props.href === \"undefined\" ? /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"button\", {\n className: className,\n ...props\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Button.jsx\",\n lineNumber: 11,\n columnNumber: 5\n }, this) : /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_link__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n className: className,\n ...props\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Button.jsx\",\n lineNumber: 13,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9CdXR0b24uanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7OztBQUE0QjtBQUNMO0FBRWhCLFNBQVNFLE9BQU8sRUFBRUMsU0FBUyxFQUFFLEdBQUdDLE9BQU87SUFDNUNELFlBQVlGLGdEQUFJQSxDQUNkLHFRQUNBRTtJQUdGLE9BQU8sT0FBT0MsTUFBTUMsSUFBSSxLQUFLLDRCQUMzQiw4REFBQ0M7UUFBT0gsV0FBV0E7UUFBWSxHQUFHQyxLQUFLOzs7Ozs2QkFFdkMsOERBQUNKLGlEQUFJQTtRQUFDRyxXQUFXQTtRQUFZLEdBQUdDLEtBQUs7Ozs7OztBQUV6QyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0J1dHRvbi5qc3g/NGUxZCJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgTGluayBmcm9tICduZXh0L2xpbmsnXG5pbXBvcnQgY2xzeCBmcm9tICdjbHN4J1xuXG5leHBvcnQgZnVuY3Rpb24gQnV0dG9uKHsgY2xhc3NOYW1lLCAuLi5wcm9wcyB9KSB7XG4gIGNsYXNzTmFtZSA9IGNsc3goXG4gICAgJ2lubGluZS1mbGV4IGp1c3RpZnktY2VudGVyIHJvdW5kZWQtMnhsIGJ0bi1ncmFkaWVudC1kYXJrIHB5LTIgcHgtNCB0ZXh0LXhzIGZvbnQtc2VtaWJvbGQgdGV4dC13aGl0ZSBob3ZlcjpidG4tZ3JhZGllbnQtZGFyay1ob3ZlciBmb2N1czpvdXRsaW5lLW5vbmUgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLTIgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLW9mZnNldC0yIGZvY3VzLXZpc2libGU6b3V0bGluZS1wdXJwbGUtNTAwIGFjdGl2ZTp0ZXh0LXdoaXRlLzcwJyxcbiAgICBjbGFzc05hbWUsXG4gIClcblxuICByZXR1cm4gdHlwZW9mIHByb3BzLmhyZWYgPT09ICd1bmRlZmluZWQnID8gKFxuICAgIDxidXR0b24gY2xhc3NOYW1lPXtjbGFzc05hbWV9IHsuLi5wcm9wc30gLz5cbiAgKSA6IChcbiAgICA8TGluayBjbGFzc05hbWU9e2NsYXNzTmFtZX0gey4uLnByb3BzfSAvPlxuICApXG59XG4iXSwibmFtZXMiOlsiTGluayIsImNsc3giLCJCdXR0b24iLCJjbGFzc05hbWUiLCJwcm9wcyIsImhyZWYiLCJidXR0b24iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Button.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Button: () => (/* binding */ Button)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/link */ \"(rsc)/./node_modules/next/dist/api/link.js\");\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! clsx */ \"(rsc)/./node_modules/clsx/dist/clsx.mjs\");\n\n\n\nfunction Button({ className, ...props }) {\n className = (0,clsx__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\"inline-flex justify-center rounded-2xl btn-gradient-dark py-2 px-4 text-xs font-semibold text-white hover:btn-gradient-dark-hover focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500 active:text-white/70\", className);\n return typeof props.href === \"undefined\" ? /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"button\", {\n className: className,\n ...props\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Button.jsx\",\n lineNumber: 11,\n columnNumber: 5\n }, this) : /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_link__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n className: className,\n ...props\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Button.jsx\",\n lineNumber: 13,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9CdXR0b24uanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7OztBQUE0QjtBQUNMO0FBRWhCLFNBQVNFLE9BQU8sRUFBRUMsU0FBUyxFQUFFLEdBQUdDLE9BQU87SUFDNUNELFlBQVlGLGdEQUFJQSxDQUNkLHFRQUNBRTtJQUdGLE9BQU8sT0FBT0MsTUFBTUMsSUFBSSxLQUFLLDRCQUMzQiw4REFBQ0M7UUFBT0gsV0FBV0E7UUFBWSxHQUFHQyxLQUFLOzs7Ozs2QkFFdkMsOERBQUNKLGlEQUFJQTtRQUFDRyxXQUFXQTtRQUFZLEdBQUdDLEtBQUs7Ozs7OztBQUV6QyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0J1dHRvbi5qc3g/NGUxZCJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgTGluayBmcm9tICduZXh0L2xpbmsnXHJcbmltcG9ydCBjbHN4IGZyb20gJ2Nsc3gnXHJcblxyXG5leHBvcnQgZnVuY3Rpb24gQnV0dG9uKHsgY2xhc3NOYW1lLCAuLi5wcm9wcyB9KSB7XHJcbiAgY2xhc3NOYW1lID0gY2xzeChcclxuICAgICdpbmxpbmUtZmxleCBqdXN0aWZ5LWNlbnRlciByb3VuZGVkLTJ4bCBidG4tZ3JhZGllbnQtZGFyayBweS0yIHB4LTQgdGV4dC14cyBmb250LXNlbWlib2xkIHRleHQtd2hpdGUgaG92ZXI6YnRuLWdyYWRpZW50LWRhcmstaG92ZXIgZm9jdXM6b3V0bGluZS1ub25lIGZvY3VzLXZpc2libGU6b3V0bGluZS0yIGZvY3VzLXZpc2libGU6b3V0bGluZS1vZmZzZXQtMiBmb2N1cy12aXNpYmxlOm91dGxpbmUtcHVycGxlLTUwMCBhY3RpdmU6dGV4dC13aGl0ZS83MCcsXHJcbiAgICBjbGFzc05hbWUsXHJcbiAgKVxyXG5cclxuICByZXR1cm4gdHlwZW9mIHByb3BzLmhyZWYgPT09ICd1bmRlZmluZWQnID8gKFxyXG4gICAgPGJ1dHRvbiBjbGFzc05hbWU9e2NsYXNzTmFtZX0gey4uLnByb3BzfSAvPlxyXG4gICkgOiAoXHJcbiAgICA8TGluayBjbGFzc05hbWU9e2NsYXNzTmFtZX0gey4uLnByb3BzfSAvPlxyXG4gIClcclxufVxyXG4iXSwibmFtZXMiOlsiTGluayIsImNsc3giLCJCdXR0b24iLCJjbGFzc05hbWUiLCJwcm9wcyIsImhyZWYiLCJidXR0b24iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Button.jsx\n"); /***/ }), @@ -329,7 +329,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Container: () => (/* binding */ Container)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ \"(rsc)/./node_modules/clsx/dist/clsx.mjs\");\n\n\nfunction Container({ className, ...props }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(\"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8\", className),\n ...props\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Container.jsx\",\n lineNumber: 5,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Db250YWluZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQXVCO0FBRWhCLFNBQVNDLFVBQVUsRUFBRUMsU0FBUyxFQUFFLEdBQUdDLE9BQU87SUFDL0MscUJBQ0UsOERBQUNDO1FBQ0NGLFdBQVdGLGdEQUFJQSxDQUFDLDBDQUEwQ0U7UUFDekQsR0FBR0MsS0FBSzs7Ozs7O0FBR2YiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9Db250YWluZXIuanN4PzdhNTkiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IGNsc3ggZnJvbSAnY2xzeCdcblxuZXhwb3J0IGZ1bmN0aW9uIENvbnRhaW5lcih7IGNsYXNzTmFtZSwgLi4ucHJvcHMgfSkge1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIGNsYXNzTmFtZT17Y2xzeCgnbXgtYXV0byBtYXgtdy03eGwgcHgtNCBzbTpweC02IGxnOnB4LTgnLCBjbGFzc05hbWUpfVxuICAgICAgey4uLnByb3BzfVxuICAgIC8+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJjbHN4IiwiQ29udGFpbmVyIiwiY2xhc3NOYW1lIiwicHJvcHMiLCJkaXYiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Container.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Container: () => (/* binding */ Container)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ \"(rsc)/./node_modules/clsx/dist/clsx.mjs\");\n\n\nfunction Container({ className, ...props }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(\"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8\", className),\n ...props\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Container.jsx\",\n lineNumber: 5,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Db250YWluZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQXVCO0FBRWhCLFNBQVNDLFVBQVUsRUFBRUMsU0FBUyxFQUFFLEdBQUdDLE9BQU87SUFDL0MscUJBQ0UsOERBQUNDO1FBQ0NGLFdBQVdGLGdEQUFJQSxDQUFDLDBDQUEwQ0U7UUFDekQsR0FBR0MsS0FBSzs7Ozs7O0FBR2YiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9Db250YWluZXIuanN4PzdhNTkiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IGNsc3ggZnJvbSAnY2xzeCdcclxuXHJcbmV4cG9ydCBmdW5jdGlvbiBDb250YWluZXIoeyBjbGFzc05hbWUsIC4uLnByb3BzIH0pIHtcclxuICByZXR1cm4gKFxyXG4gICAgPGRpdlxyXG4gICAgICBjbGFzc05hbWU9e2Nsc3goJ214LWF1dG8gbWF4LXctN3hsIHB4LTQgc206cHgtNiBsZzpweC04JywgY2xhc3NOYW1lKX1cclxuICAgICAgey4uLnByb3BzfVxyXG4gICAgLz5cclxuICApXHJcbn1cclxuIl0sIm5hbWVzIjpbImNsc3giLCJDb250YWluZXIiLCJjbGFzc05hbWUiLCJwcm9wcyIsImRpdiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Container.jsx\n"); /***/ }), @@ -340,7 +340,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Eventbanner)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n\nfunction Eventbanner() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-2xl px-4 pb-24 sm:px-6 lg:max-w-7xl \",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-base font-medium font-mono leading-7 text-cyan-700\",\n children: \"Community\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 4,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"mt-2 mb-4 h3-title\",\n children: \"Events\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 5,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative overflow-hidden rounded-lg lg:h-96\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: \"/images/eventbg.jpg\",\n className: \"h-full w-full object-cover object-center\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 10,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 9,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n \"aria-hidden\": \"true\",\n className: \"relative h-96 w-full lg:hidden\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 16,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n \"aria-hidden\": \"true\",\n className: \"relative h-32 w-full lg:hidden\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 17,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute py-4 inset-x-0 bottom-0 rounded-bl-lg rounded-br-lg bg-purple-950 bg-opacity-90 p-6 backdrop-blur backdrop-filter sm:flex sm:items-center sm:justify-between lg:inset-x-auto lg:inset-y-0 lg:w-96 lg:flex-col lg:items-start lg:rounded-br-none lg:rounded-tl-lg\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"mt-4 lg:text-3xl text-xl font-bold text-gradient\",\n children: \"OurVerse \"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 20,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"lg:text-3xl text-xl font-bold text-gradient\",\n children: \"FutureFest 2024\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 21,\n columnNumber: 21\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h3\", {\n className: \"text-xl font-bold text-gradient\",\n children: \"Nov 22 - 24\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 22,\n columnNumber: 21\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 text-md text-gray-300\",\n children: \"OurVerse's OurFutureFest connects freelancers, innovators, and businesses in the Metaverse, empowering them to explore new technologies and collaborate seamlessly across boundaries.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 23,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 19,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"/events/versefest.html\",\n className: \"mt-6 flex flex-shrink-0 items-center justify-center rounded-md btn-gradient-dark bg-opacity-0 px-4 py-3 text-base font-medium text-white hover:bg-opacity-10 sm:ml-8 sm:mt-0 lg:ml-0 lg:w-full\",\n children: \"Register Now\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 27,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 18,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 8,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx\",\n lineNumber: 3,\n columnNumber: 9\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9FdmVudGJhbm5lci5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7OztBQUFlLFNBQVNBO0lBQ3BCLHFCQUNJLDhEQUFDQztRQUFJQyxXQUFVOzswQkFDYiw4REFBQ0M7Z0JBQUdELFdBQVU7MEJBQTBEOzs7Ozs7MEJBQ3hFLDhEQUFDQztnQkFBR0QsV0FBVTswQkFBc0I7Ozs7OzswQkFHcEMsOERBQUNEO2dCQUFJQyxXQUFVOztrQ0FDYiw4REFBQ0Q7d0JBQUlDLFdBQVU7a0NBQ2IsNEVBQUNFOzRCQUNDQyxLQUFJOzRCQUNKQyxLQUFJOzRCQUNKSixXQUFVOzs7Ozs7Ozs7OztrQ0FHZCw4REFBQ0Q7d0JBQUlNLGVBQVk7d0JBQU9MLFdBQVU7Ozs7OztrQ0FDbEMsOERBQUNEO3dCQUFJTSxlQUFZO3dCQUFPTCxXQUFVOzs7Ozs7a0NBQ2xDLDhEQUFDRDt3QkFBSUMsV0FBVTs7MENBQ2IsOERBQUNEOztrREFDQyw4REFBQ0U7d0NBQUdELFdBQVU7a0RBQW1EOzs7Ozs7a0RBQzdELDhEQUFDQzt3Q0FBR0QsV0FBVTtrREFBOEM7Ozs7OztrREFDNUQsOERBQUNNO3dDQUFHTixXQUFVO2tEQUFrQzs7Ozs7O2tEQUNwRCw4REFBQ087d0NBQUVQLFdBQVU7a0RBQTZCOzs7Ozs7Ozs7Ozs7MENBSTVDLDhEQUFDUTtnQ0FDQ0MsTUFBSztnQ0FDTFQsV0FBVTswQ0FDWDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBT2IiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9FdmVudGJhbm5lci5qc3g/MmUzNSJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBFdmVudGJhbm5lcigpIHtcbiAgICByZXR1cm4gKFxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctMnhsIHB4LTQgcGItMjQgc206cHgtNiBsZzptYXgtdy03eGwgXCI+XG4gICAgICAgICAgPGgyIGNsYXNzTmFtZT1cInRleHQtYmFzZSBmb250LW1lZGl1bSBmb250LW1vbm8gbGVhZGluZy03IHRleHQtY3lhbi03MDBcIj5Db21tdW5pdHk8L2gyPlxuICAgICAgICAgIDxoMiBjbGFzc05hbWU9XCJtdC0yIG1iLTQgIGgzLXRpdGxlXCI+XG4gICAgICAgICAgICBFdmVudHNcbiAgICAgICAgICA8L2gyPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgb3ZlcmZsb3ctaGlkZGVuIHJvdW5kZWQtbGcgbGc6aC05NlwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJhYnNvbHV0ZSBpbnNldC0wXCI+XG4gICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICBhbHQ9XCJcIlxuICAgICAgICAgICAgICAgIHNyYz1cIi9pbWFnZXMvZXZlbnRiZy5qcGdcIlxuICAgICAgICAgICAgICAgIGNsYXNzTmFtZT1cImgtZnVsbCB3LWZ1bGwgb2JqZWN0LWNvdmVyIG9iamVjdC1jZW50ZXJcIlxuICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGNsYXNzTmFtZT1cInJlbGF0aXZlIGgtOTYgdy1mdWxsIGxnOmhpZGRlblwiIC8+XG4gICAgICAgICAgICA8ZGl2IGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGNsYXNzTmFtZT1cInJlbGF0aXZlIGgtMzIgdy1mdWxsIGxnOmhpZGRlblwiIC8+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIHB5LTQgaW5zZXQteC0wIGJvdHRvbS0wIHJvdW5kZWQtYmwtbGcgcm91bmRlZC1ici1sZyBiZy1wdXJwbGUtOTUwIGJnLW9wYWNpdHktOTAgcC02IGJhY2tkcm9wLWJsdXIgYmFja2Ryb3AtZmlsdGVyIHNtOmZsZXggc206aXRlbXMtY2VudGVyIHNtOmp1c3RpZnktYmV0d2VlbiBsZzppbnNldC14LWF1dG8gbGc6aW5zZXQteS0wIGxnOnctOTYgIGxnOmZsZXgtY29sIGxnOml0ZW1zLXN0YXJ0IGxnOnJvdW5kZWQtYnItbm9uZSBsZzpyb3VuZGVkLXRsLWxnXCI+XG4gICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgPGgyIGNsYXNzTmFtZT1cIm10LTQgbGc6dGV4dC0zeGwgdGV4dC14bCBmb250LWJvbGQgdGV4dC1ncmFkaWVudFwiPk91clZlcnNlIDwvaDI+XG4gICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzc05hbWU9XCJsZzp0ZXh0LTN4bCB0ZXh0LXhsIGZvbnQtYm9sZCB0ZXh0LWdyYWRpZW50XCI+RnV0dXJlRmVzdCAyMDI0PC9oMj5cbiAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQteGwgZm9udC1ib2xkIHRleHQtZ3JhZGllbnRcIj5Ob3YgMjIgLSAyNDwvaDM+XG4gICAgICAgICAgICAgICAgPHAgY2xhc3NOYW1lPVwibXQtNCB0ZXh0LW1kIHRleHQtZ3JheS0zMDBcIj5cbiAgICAgICAgICAgICAgICBPdXJWZXJzZSdzIE91ckZ1dHVyZUZlc3QgY29ubmVjdHMgZnJlZWxhbmNlcnMsIGlubm92YXRvcnMsIGFuZCBidXNpbmVzc2VzIGluIHRoZSBNZXRhdmVyc2UsIGVtcG93ZXJpbmcgdGhlbSB0byBleHBsb3JlIG5ldyB0ZWNobm9sb2dpZXMgYW5kIGNvbGxhYm9yYXRlIHNlYW1sZXNzbHkgYWNyb3NzIGJvdW5kYXJpZXMuXG4gICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICBocmVmPVwiL2V2ZW50cy92ZXJzZWZlc3QuaHRtbFwiXG4gICAgICAgICAgICAgICAgY2xhc3NOYW1lPVwibXQtNiBmbGV4IGZsZXgtc2hyaW5rLTAgaXRlbXMtY2VudGVyIGp1c3RpZnktY2VudGVyIHJvdW5kZWQtbWQgYnRuLWdyYWRpZW50LWRhcmsgYmctb3BhY2l0eS0wIHB4LTQgcHktMyB0ZXh0LWJhc2UgZm9udC1tZWRpdW0gdGV4dC13aGl0ZSBob3ZlcjpiZy1vcGFjaXR5LTEwIHNtOm1sLTggc206bXQtMCBsZzptbC0wIGxnOnctZnVsbFwiXG4gICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICBSZWdpc3RlciBOb3dcbiAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIClcbiAgfVxuICAiXSwibmFtZXMiOlsiRXZlbnRiYW5uZXIiLCJkaXYiLCJjbGFzc05hbWUiLCJoMiIsImltZyIsImFsdCIsInNyYyIsImFyaWEtaGlkZGVuIiwiaDMiLCJwIiwiYSIsImhyZWYiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Eventbanner.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Eventbanner)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n\nfunction Eventbanner() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-2xl px-4 pb-24 sm:px-6 lg:max-w-7xl \",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-base font-medium font-mono leading-7 text-cyan-700\",\n children: \"Community\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 4,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"mt-2 mb-4 h3-title\",\n children: \"Events\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 5,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative overflow-hidden rounded-lg lg:h-96\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: \"/images/eventbg.jpg\",\n className: \"h-full w-full object-cover object-center\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 10,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 9,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n \"aria-hidden\": \"true\",\n className: \"relative h-96 w-full lg:hidden\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 16,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n \"aria-hidden\": \"true\",\n className: \"relative h-32 w-full lg:hidden\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 17,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute py-4 inset-x-0 bottom-0 rounded-bl-lg rounded-br-lg bg-purple-950 bg-opacity-90 p-6 backdrop-blur backdrop-filter sm:flex sm:items-center sm:justify-between lg:inset-x-auto lg:inset-y-0 lg:w-96 lg:flex-col lg:items-start lg:rounded-br-none lg:rounded-tl-lg\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"mt-4 lg:text-3xl text-xl font-bold text-gradient\",\n children: \"OurVerse \"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 20,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"lg:text-3xl text-xl font-bold text-gradient\",\n children: \"FutureFest 2024\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 21,\n columnNumber: 21\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h3\", {\n className: \"text-xl font-bold text-gradient\",\n children: \"Nov 22 - 24\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 22,\n columnNumber: 21\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 text-md text-gray-300\",\n children: \"OurVerse's OurFutureFest connects freelancers, innovators, and businesses in the Metaverse, empowering them to explore new technologies and collaborate seamlessly across boundaries.\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 23,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 19,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"/events/versefest.html\",\n className: \"mt-6 flex flex-shrink-0 items-center justify-center rounded-md btn-gradient-dark bg-opacity-0 px-4 py-3 text-base font-medium text-white hover:bg-opacity-10 sm:ml-8 sm:mt-0 lg:ml-0 lg:w-full\",\n children: \"Register Now\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 27,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 18,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 8,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Eventbanner.jsx\",\n lineNumber: 3,\n columnNumber: 9\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9FdmVudGJhbm5lci5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7OztBQUFlLFNBQVNBO0lBQ3BCLHFCQUNJLDhEQUFDQztRQUFJQyxXQUFVOzswQkFDYiw4REFBQ0M7Z0JBQUdELFdBQVU7MEJBQTBEOzs7Ozs7MEJBQ3hFLDhEQUFDQztnQkFBR0QsV0FBVTswQkFBc0I7Ozs7OzswQkFHcEMsOERBQUNEO2dCQUFJQyxXQUFVOztrQ0FDYiw4REFBQ0Q7d0JBQUlDLFdBQVU7a0NBQ2IsNEVBQUNFOzRCQUNDQyxLQUFJOzRCQUNKQyxLQUFJOzRCQUNKSixXQUFVOzs7Ozs7Ozs7OztrQ0FHZCw4REFBQ0Q7d0JBQUlNLGVBQVk7d0JBQU9MLFdBQVU7Ozs7OztrQ0FDbEMsOERBQUNEO3dCQUFJTSxlQUFZO3dCQUFPTCxXQUFVOzs7Ozs7a0NBQ2xDLDhEQUFDRDt3QkFBSUMsV0FBVTs7MENBQ2IsOERBQUNEOztrREFDQyw4REFBQ0U7d0NBQUdELFdBQVU7a0RBQW1EOzs7Ozs7a0RBQzdELDhEQUFDQzt3Q0FBR0QsV0FBVTtrREFBOEM7Ozs7OztrREFDNUQsOERBQUNNO3dDQUFHTixXQUFVO2tEQUFrQzs7Ozs7O2tEQUNwRCw4REFBQ087d0NBQUVQLFdBQVU7a0RBQTZCOzs7Ozs7Ozs7Ozs7MENBSTVDLDhEQUFDUTtnQ0FDQ0MsTUFBSztnQ0FDTFQsV0FBVTswQ0FDWDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBT2IiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9FdmVudGJhbm5lci5qc3g/MmUzNSJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBFdmVudGJhbm5lcigpIHtcclxuICAgIHJldHVybiAoXHJcbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LTJ4bCBweC00IHBiLTI0IHNtOnB4LTYgbGc6bWF4LXctN3hsIFwiPlxyXG4gICAgICAgICAgPGgyIGNsYXNzTmFtZT1cInRleHQtYmFzZSBmb250LW1lZGl1bSBmb250LW1vbm8gbGVhZGluZy03IHRleHQtY3lhbi03MDBcIj5Db21tdW5pdHk8L2gyPlxyXG4gICAgICAgICAgPGgyIGNsYXNzTmFtZT1cIm10LTIgbWItNCAgaDMtdGl0bGVcIj5cclxuICAgICAgICAgICAgRXZlbnRzXHJcbiAgICAgICAgICA8L2gyPlxyXG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJyZWxhdGl2ZSBvdmVyZmxvdy1oaWRkZW4gcm91bmRlZC1sZyBsZzpoLTk2XCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiYWJzb2x1dGUgaW5zZXQtMFwiPlxyXG4gICAgICAgICAgICAgIDxpbWdcclxuICAgICAgICAgICAgICAgIGFsdD1cIlwiXHJcbiAgICAgICAgICAgICAgICBzcmM9XCIvaW1hZ2VzL2V2ZW50YmcuanBnXCJcclxuICAgICAgICAgICAgICAgIGNsYXNzTmFtZT1cImgtZnVsbCB3LWZ1bGwgb2JqZWN0LWNvdmVyIG9iamVjdC1jZW50ZXJcIlxyXG4gICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGNsYXNzTmFtZT1cInJlbGF0aXZlIGgtOTYgdy1mdWxsIGxnOmhpZGRlblwiIC8+XHJcbiAgICAgICAgICAgIDxkaXYgYXJpYS1oaWRkZW49XCJ0cnVlXCIgY2xhc3NOYW1lPVwicmVsYXRpdmUgaC0zMiB3LWZ1bGwgbGc6aGlkZGVuXCIgLz5cclxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJhYnNvbHV0ZSBweS00IGluc2V0LXgtMCBib3R0b20tMCByb3VuZGVkLWJsLWxnIHJvdW5kZWQtYnItbGcgYmctcHVycGxlLTk1MCBiZy1vcGFjaXR5LTkwIHAtNiBiYWNrZHJvcC1ibHVyIGJhY2tkcm9wLWZpbHRlciBzbTpmbGV4IHNtOml0ZW1zLWNlbnRlciBzbTpqdXN0aWZ5LWJldHdlZW4gbGc6aW5zZXQteC1hdXRvIGxnOmluc2V0LXktMCBsZzp3LTk2ICBsZzpmbGV4LWNvbCBsZzppdGVtcy1zdGFydCBsZzpyb3VuZGVkLWJyLW5vbmUgbGc6cm91bmRlZC10bC1sZ1wiPlxyXG4gICAgICAgICAgICAgIDxkaXY+XHJcbiAgICAgICAgICAgICAgICA8aDIgY2xhc3NOYW1lPVwibXQtNCBsZzp0ZXh0LTN4bCB0ZXh0LXhsIGZvbnQtYm9sZCB0ZXh0LWdyYWRpZW50XCI+T3VyVmVyc2UgPC9oMj5cclxuICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3NOYW1lPVwibGc6dGV4dC0zeGwgdGV4dC14bCBmb250LWJvbGQgdGV4dC1ncmFkaWVudFwiPkZ1dHVyZUZlc3QgMjAyNDwvaDI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQteGwgZm9udC1ib2xkIHRleHQtZ3JhZGllbnRcIj5Ob3YgMjIgLSAyNDwvaDM+XHJcbiAgICAgICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC00IHRleHQtbWQgdGV4dC1ncmF5LTMwMFwiPlxyXG4gICAgICAgICAgICAgICAgT3VyVmVyc2UncyBPdXJGdXR1cmVGZXN0IGNvbm5lY3RzIGZyZWVsYW5jZXJzLCBpbm5vdmF0b3JzLCBhbmQgYnVzaW5lc3NlcyBpbiB0aGUgTWV0YXZlcnNlLCBlbXBvd2VyaW5nIHRoZW0gdG8gZXhwbG9yZSBuZXcgdGVjaG5vbG9naWVzIGFuZCBjb2xsYWJvcmF0ZSBzZWFtbGVzc2x5IGFjcm9zcyBib3VuZGFyaWVzLlxyXG4gICAgICAgICAgICAgICAgPC9wPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIDxhXHJcbiAgICAgICAgICAgICAgICBocmVmPVwiL2V2ZW50cy92ZXJzZWZlc3QuaHRtbFwiXHJcbiAgICAgICAgICAgICAgICBjbGFzc05hbWU9XCJtdC02IGZsZXggZmxleC1zaHJpbmstMCBpdGVtcy1jZW50ZXIganVzdGlmeS1jZW50ZXIgcm91bmRlZC1tZCBidG4tZ3JhZGllbnQtZGFyayBiZy1vcGFjaXR5LTAgcHgtNCBweS0zIHRleHQtYmFzZSBmb250LW1lZGl1bSB0ZXh0LXdoaXRlIGhvdmVyOmJnLW9wYWNpdHktMTAgc206bWwtOCBzbTptdC0wIGxnOm1sLTAgbGc6dy1mdWxsXCJcclxuICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICBSZWdpc3RlciBOb3dcclxuICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICApXHJcbiAgfVxyXG4gICJdLCJuYW1lcyI6WyJFdmVudGJhbm5lciIsImRpdiIsImNsYXNzTmFtZSIsImgyIiwiaW1nIiwiYWx0Iiwic3JjIiwiYXJpYS1oaWRkZW4iLCJoMyIsInAiLCJhIiwiaHJlZiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Eventbanner.jsx\n"); /***/ }), @@ -351,7 +351,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Events)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n\nconst featuredPost = {\n id: 1,\n title: \"FutureFest 2024\",\n href: \"/events/versefest\",\n description: \"Embrace the possibilities at FutureFest 2024, a landmark event that invites you to explore the converging worlds of technology, creativity, and sustainability.\",\n date: \"Mar 16, 2020\",\n datetime: \"2024-03-16\"\n};\nconst posts = [\n {\n id: 2,\n title: \"Building a Metaverse with Revenue: Insights from Arab Meta Summit 2022 Day 2\",\n href: \"/events/blockchainweek1\",\n description: \"At the Arab Meta Summit 2022, Christopher K, co-founder and CEO of Aviva Technologies, shared valuable insights on how to build a successful and revenue-generating metaverse.\",\n date: \"Dec 21, 2022\",\n datetime: \"2022-12-21\"\n },\n {\n id: 3,\n title: \"Real-World Applications of the Metaverse in AR: Insights from Omrei Abu Madi at the Arab Meta Summit 2022\",\n href: \"/events/blockchainweek2\",\n description: \"During Day 1 of the Arab Meta Summit 2022, Omrei Abu Madi, a visionary in both the tech and tourism industries, discussed the real-world applications of the Metaverse, particularly focusing on Augmented Reality (AR).\",\n date: \"Dec 18, 2022\",\n datetime: \"2020-12-18\"\n }\n];\nfunction Events() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"bg-white pt-12 pb-24\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto grid max-w-7xl grid-cols-1 gap-x-8 gap-y-12 px-6 sm:gap-y-16 lg:grid-cols-2 lg:px-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"article\", {\n className: \"mx-auto w-full max-w-2xl lg:mx-0 lg:max-w-lg\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-base font-medium font-mono leading-7 text-cyan-600\",\n children: \"Community\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 39,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h1\", {\n className: \"mt-2 mb-6 text-3xl font-semibold tracking-tighter text-gradient-dark lg:text-4xl\",\n children: \"Events\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 40,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: \"/images/futurefest.jpg\",\n className: \"mt-4 aspect-auto w-full rounded-2xl bg-purple-50 object-cover lg:aspect-auto lg:h-[20.5rem]\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 41,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n id: \"featured-post\",\n className: \"mt-8 text-3xl font-semibold tracking-tight text-cyan-700 lg:text-4xl\",\n children: featuredPost.title\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 46,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"time\", {\n dateTime: featuredPost.datetime,\n className: \"mt-2 block text-sm leading-6 text-purple-600\",\n children: featuredPost.date\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 49,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-2 section-text\",\n children: featuredPost.description\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 52,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-4 flex flex-col justify-between gap-6 sm:mt-8 sm:flex-row-reverse sm:gap-8 lg:mt-4 lg:flex-col\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: featuredPost.href,\n \"aria-describedby\": \"featured-post\",\n className: \"text-sm font-semibold leading-6 text-cyan-700 hover:text-purple-700 mt-2\",\n children: [\n \"Learn More \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 60,\n columnNumber: 30\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 55,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 54,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 53,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 38,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto w-full max-w-2xl border-t border-purple-900/10 pt-12 sm:pt-16 lg:mx-0 lg:max-w-none lg:border-t-0 lg:pt-0\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"-my-12 divide-y divide-purple-900/10\",\n children: posts.map((post)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"article\", {\n className: \"py-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"group relative max-w-xl\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"time\", {\n dateTime: post.datetime,\n className: \"block text-sm leading-6 text-purple-600\",\n children: post.date\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 71,\n columnNumber: 21\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"mt-2 text-lg font-semibold text-cyan-700 group-hover:text-purple-700\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: post.href,\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"absolute inset-0\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 76,\n columnNumber: 25\n }, this),\n post.title\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 75,\n columnNumber: 23\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 74,\n columnNumber: 21\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 text-sm leading-6 text-purple-600\",\n children: post.description\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 80,\n columnNumber: 21\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 70,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-4 flex\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: post.href,\n \"aria-describedby\": \"post\",\n className: \"text-sm font-semibold leading-6 text-cyan-700 hover:text-purple-700 mt-2\",\n children: [\n \"Learn More \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 88,\n columnNumber: 30\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 83,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 82,\n columnNumber: 19\n }, this)\n ]\n }, post.id, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 69,\n columnNumber: 17\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 67,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 66,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 36,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx\",\n lineNumber: 34,\n columnNumber: 7\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9FdmVudHMuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7QUFBQSxNQUFNQSxlQUFlO0lBQ2pCQyxJQUFJO0lBQ0pDLE9BQU87SUFDUEMsTUFBTTtJQUNOQyxhQUNFO0lBQ0ZDLE1BQU07SUFDTkMsVUFBVTtBQUNaO0FBQ0EsTUFBTUMsUUFBUTtJQUNaO1FBQ0VOLElBQUk7UUFDSkMsT0FBTztRQUNQQyxNQUFNO1FBQ05DLGFBQ0U7UUFDRkMsTUFBTTtRQUNOQyxVQUFVO0lBQ1o7SUFDQTtRQUNJTCxJQUFJO1FBQ0pDLE9BQU87UUFDUEMsTUFBTTtRQUNOQyxhQUNFO1FBQ0ZDLE1BQU07UUFDTkMsVUFBVTtJQUNaO0NBRUg7QUFFYyxTQUFTRTtJQUN0QixxQkFDRSw4REFBQ0M7UUFBSUMsV0FBVTtrQkFFYiw0RUFBQ0Q7WUFBSUMsV0FBVTs7OEJBRWIsOERBQUNDO29CQUFRRCxXQUFVOztzQ0FDakIsOERBQUNFOzRCQUFHRixXQUFVO3NDQUEwRDs7Ozs7O3NDQUN4RSw4REFBQ0c7NEJBQUdILFdBQVU7c0NBQW1GOzs7Ozs7c0NBQ2pHLDhEQUFDSTs0QkFDR0MsS0FBSTs0QkFDSkMsS0FBSTs0QkFDSk4sV0FBVTs7Ozs7O3NDQUVkLDhEQUFDRTs0QkFBR1gsSUFBRzs0QkFBZ0JTLFdBQVU7c0NBQzlCVixhQUFhRSxLQUFLOzs7Ozs7c0NBRXJCLDhEQUFDZTs0QkFBS0MsVUFBVWxCLGFBQWFNLFFBQVE7NEJBQUVJLFdBQVU7c0NBQ2hEVixhQUFhSyxJQUFJOzs7Ozs7c0NBRWxCLDhEQUFDYzs0QkFBRVQsV0FBVTtzQ0FBcUJWLGFBQWFJLFdBQVc7Ozs7OztzQ0FDMUQsOERBQUNLOzRCQUFJQyxXQUFVO3NDQUNiLDRFQUFDRDtnQ0FBSUMsV0FBVTswQ0FDYiw0RUFBQ1U7b0NBQ0NqQixNQUFNSCxhQUFhRyxJQUFJO29DQUN2QmtCLG9CQUFpQjtvQ0FDakJYLFdBQVU7O3dDQUNYO3NEQUNZLDhEQUFDWTs0Q0FBS0MsZUFBWTtzREFBTzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs4QkFNNUMsOERBQUNkO29CQUFJQyxXQUFVOzhCQUNiLDRFQUFDRDt3QkFBSUMsV0FBVTtrQ0FDWkgsTUFBTWlCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDViw4REFBQ2Q7Z0NBQXNCRCxXQUFVOztrREFDL0IsOERBQUNEO3dDQUFJQyxXQUFVOzswREFDYiw4REFBQ087Z0RBQUtDLFVBQVVPLEtBQUtuQixRQUFRO2dEQUFFSSxXQUFVOzBEQUN0Q2UsS0FBS3BCLElBQUk7Ozs7OzswREFFWiw4REFBQ087Z0RBQUdGLFdBQVU7MERBQ1osNEVBQUNVO29EQUFFakIsTUFBTXNCLEtBQUt0QixJQUFJOztzRUFDaEIsOERBQUNtQjs0REFBS1osV0FBVTs7Ozs7O3dEQUNmZSxLQUFLdkIsS0FBSzs7Ozs7Ozs7Ozs7OzBEQUdmLDhEQUFDaUI7Z0RBQUVULFdBQVU7MERBQTBDZSxLQUFLckIsV0FBVzs7Ozs7Ozs7Ozs7O2tEQUV6RSw4REFBQ0s7d0NBQUlDLFdBQVU7a0RBQ2YsNEVBQUNVOzRDQUNEakIsTUFBTXNCLEtBQUt0QixJQUFJOzRDQUNma0Isb0JBQWlCOzRDQUNqQlgsV0FBVTs7Z0RBQ1g7OERBQ1ksOERBQUNZO29EQUFLQyxlQUFZOzhEQUFPOzs7Ozs7Ozs7Ozs7Ozs7Ozs7K0JBbkJ4QkUsS0FBS3hCLEVBQUU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBOEJuQyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0V2ZW50cy5qc3g/MjE4ZiJdLCJzb3VyY2VzQ29udGVudCI6WyJjb25zdCBmZWF0dXJlZFBvc3QgPSB7XG4gICAgaWQ6IDEsXG4gICAgdGl0bGU6ICdGdXR1cmVGZXN0IDIwMjQnLFxuICAgIGhyZWY6ICcvZXZlbnRzL3ZlcnNlZmVzdCcsXG4gICAgZGVzY3JpcHRpb246XG4gICAgICAnRW1icmFjZSB0aGUgcG9zc2liaWxpdGllcyBhdCBGdXR1cmVGZXN0IDIwMjQsIGEgbGFuZG1hcmsgZXZlbnQgdGhhdCBpbnZpdGVzIHlvdSB0byBleHBsb3JlIHRoZSBjb252ZXJnaW5nIHdvcmxkcyBvZiB0ZWNobm9sb2d5LCBjcmVhdGl2aXR5LCBhbmQgc3VzdGFpbmFiaWxpdHkuJyxcbiAgICBkYXRlOiAnTWFyIDE2LCAyMDIwJyxcbiAgICBkYXRldGltZTogJzIwMjQtMDMtMTYnLFxuICB9XG4gIGNvbnN0IHBvc3RzID0gW1xuICAgIHtcbiAgICAgIGlkOiAyLFxuICAgICAgdGl0bGU6ICdCdWlsZGluZyBhIE1ldGF2ZXJzZSB3aXRoIFJldmVudWU6IEluc2lnaHRzIGZyb20gQXJhYiBNZXRhIFN1bW1pdCAyMDIyIERheSAyJyxcbiAgICAgIGhyZWY6ICcvZXZlbnRzL2Jsb2NrY2hhaW53ZWVrMScsXG4gICAgICBkZXNjcmlwdGlvbjpcbiAgICAgICAgJ0F0IHRoZSBBcmFiIE1ldGEgU3VtbWl0IDIwMjIsIENocmlzdG9waGVyIEssIGNvLWZvdW5kZXIgYW5kIENFTyBvZiBBdml2YSBUZWNobm9sb2dpZXMsIHNoYXJlZCB2YWx1YWJsZSBpbnNpZ2h0cyBvbiBob3cgdG8gYnVpbGQgYSBzdWNjZXNzZnVsIGFuZCByZXZlbnVlLWdlbmVyYXRpbmcgbWV0YXZlcnNlLicsXG4gICAgICBkYXRlOiAnRGVjIDIxLCAyMDIyJyxcbiAgICAgIGRhdGV0aW1lOiAnMjAyMi0xMi0yMScsXG4gICAgfSxcbiAgICB7XG4gICAgICAgIGlkOiAzLFxuICAgICAgICB0aXRsZTogJ1JlYWwtV29ybGQgQXBwbGljYXRpb25zIG9mIHRoZSBNZXRhdmVyc2UgaW4gQVI6IEluc2lnaHRzIGZyb20gT21yZWkgQWJ1IE1hZGkgYXQgdGhlIEFyYWIgTWV0YSBTdW1taXQgMjAyMicsXG4gICAgICAgIGhyZWY6ICcvZXZlbnRzL2Jsb2NrY2hhaW53ZWVrMicsXG4gICAgICAgIGRlc2NyaXB0aW9uOlxuICAgICAgICAgICdEdXJpbmcgRGF5IDEgb2YgdGhlIEFyYWIgTWV0YSBTdW1taXQgMjAyMiwgT21yZWkgQWJ1IE1hZGksIGEgdmlzaW9uYXJ5IGluIGJvdGggdGhlIHRlY2ggYW5kIHRvdXJpc20gaW5kdXN0cmllcywgZGlzY3Vzc2VkIHRoZSByZWFsLXdvcmxkIGFwcGxpY2F0aW9ucyBvZiB0aGUgTWV0YXZlcnNlLCBwYXJ0aWN1bGFybHkgZm9jdXNpbmcgb24gQXVnbWVudGVkIFJlYWxpdHkgKEFSKS4nLFxuICAgICAgICBkYXRlOiAnRGVjIDE4LCAyMDIyJyxcbiAgICAgICAgZGF0ZXRpbWU6ICcyMDIwLTEyLTE4JyxcbiAgICAgIH0sXG4gICAgLy8gTW9yZSBwb3N0cy4uLlxuICBdXG4gIFxuICBleHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBFdmVudHMoKSB7XG4gICAgcmV0dXJuIChcbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwiYmctd2hpdGUgcHQtMTIgcGItMjRcIj5cbiAgICAgICAgXG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBncmlkIG1heC13LTd4bCBncmlkLWNvbHMtMSBnYXAteC04IGdhcC15LTEyIHB4LTYgc206Z2FwLXktMTYgbGc6Z3JpZC1jb2xzLTIgbGc6cHgtOFwiPlxuICAgICAgICAgIFxuICAgICAgICAgIDxhcnRpY2xlIGNsYXNzTmFtZT1cIm14LWF1dG8gdy1mdWxsIG1heC13LTJ4bCBsZzpteC0wIGxnOm1heC13LWxnXCI+XG4gICAgICAgICAgICA8aDIgY2xhc3NOYW1lPVwidGV4dC1iYXNlIGZvbnQtbWVkaXVtIGZvbnQtbW9ubyBsZWFkaW5nLTcgdGV4dC1jeWFuLTYwMFwiPkNvbW11bml0eTwvaDI+XG4gICAgICAgICAgICA8aDEgY2xhc3NOYW1lPVwibXQtMiBtYi02IHRleHQtM3hsIGZvbnQtc2VtaWJvbGQgdHJhY2tpbmctdGlnaHRlciB0ZXh0LWdyYWRpZW50LWRhcmsgbGc6dGV4dC00eGxcIj5FdmVudHM8L2gxPiBcbiAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICBhbHQ9XCJcIlxuICAgICAgICAgICAgICAgIHNyYz1cIi9pbWFnZXMvZnV0dXJlZmVzdC5qcGdcIlxuICAgICAgICAgICAgICAgIGNsYXNzTmFtZT1cIm10LTQgYXNwZWN0LWF1dG8gdy1mdWxsIHJvdW5kZWQtMnhsIGJnLXB1cnBsZS01MCBvYmplY3QtY292ZXIgbGc6YXNwZWN0LWF1dG8gbGc6aC1bMjAuNXJlbV1cIlxuICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgPGgyIGlkPVwiZmVhdHVyZWQtcG9zdFwiIGNsYXNzTmFtZT1cIm10LTggdGV4dC0zeGwgZm9udC1zZW1pYm9sZCB0cmFja2luZy10aWdodCB0ZXh0LWN5YW4tNzAwIGxnOnRleHQtNHhsXCI+XG4gICAgICAgICAgICAgIHtmZWF0dXJlZFBvc3QudGl0bGV9XG4gICAgICAgICAgICA8L2gyPlxuICAgICAgICAgICAgPHRpbWUgZGF0ZVRpbWU9e2ZlYXR1cmVkUG9zdC5kYXRldGltZX0gY2xhc3NOYW1lPVwibXQtMiBibG9jayB0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDBcIj5cbiAgICAgICAgICAgIHtmZWF0dXJlZFBvc3QuZGF0ZX1cbiAgICAgICAgICAgIDwvdGltZT5cbiAgICAgICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTIgc2VjdGlvbi10ZXh0XCI+e2ZlYXR1cmVkUG9zdC5kZXNjcmlwdGlvbn08L3A+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTQgZmxleCBmbGV4LWNvbCBqdXN0aWZ5LWJldHdlZW4gZ2FwLTYgc206bXQtOCBzbTpmbGV4LXJvdy1yZXZlcnNlIHNtOmdhcC04IGxnOm10LTQgbGc6ZmxleC1jb2xcIj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4XCI+XG4gICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgIGhyZWY9e2ZlYXR1cmVkUG9zdC5ocmVmfVxuICAgICAgICAgICAgICAgICAgYXJpYS1kZXNjcmliZWRieT1cImZlYXR1cmVkLXBvc3RcIlxuICAgICAgICAgICAgICAgICAgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LWN5YW4tNzAwIGhvdmVyOnRleHQtcHVycGxlLTcwMCBtdC0yXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICBMZWFybiBNb3JlIDxzcGFuIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPiZyYXJyOzwvc3Bhbj5cbiAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2FydGljbGU+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIHctZnVsbCBtYXgtdy0yeGwgYm9yZGVyLXQgYm9yZGVyLXB1cnBsZS05MDAvMTAgcHQtMTIgc206cHQtMTYgbGc6bXgtMCBsZzptYXgtdy1ub25lIGxnOmJvcmRlci10LTAgbGc6cHQtMFwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCItbXktMTIgZGl2aWRlLXkgZGl2aWRlLXB1cnBsZS05MDAvMTBcIj5cbiAgICAgICAgICAgICAge3Bvc3RzLm1hcCgocG9zdCkgPT4gKFxuICAgICAgICAgICAgICAgIDxhcnRpY2xlIGtleT17cG9zdC5pZH0gY2xhc3NOYW1lPVwicHktMTJcIj5cbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiZ3JvdXAgcmVsYXRpdmUgbWF4LXcteGxcIj5cbiAgICAgICAgICAgICAgICAgICAgPHRpbWUgZGF0ZVRpbWU9e3Bvc3QuZGF0ZXRpbWV9IGNsYXNzTmFtZT1cImJsb2NrIHRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgIHtwb3N0LmRhdGV9XG4gICAgICAgICAgICAgICAgICAgIDwvdGltZT5cbiAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzTmFtZT1cIm10LTIgdGV4dC1sZyBmb250LXNlbWlib2xkIHRleHQtY3lhbi03MDAgZ3JvdXAtaG92ZXI6dGV4dC1wdXJwbGUtNzAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17cG9zdC5ocmVmfT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTBcIiAvPlxuICAgICAgICAgICAgICAgICAgICAgICAge3Bvc3QudGl0bGV9XG4gICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8L2gyPlxuICAgICAgICAgICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC00IHRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMFwiPntwb3N0LmRlc2NyaXB0aW9ufTwvcD5cbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC00IGZsZXhcIj5cbiAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICBocmVmPXtwb3N0LmhyZWZ9XG4gICAgICAgICAgICAgICAgICBhcmlhLWRlc2NyaWJlZGJ5PVwicG9zdFwiXG4gICAgICAgICAgICAgICAgICBjbGFzc05hbWU9XCJ0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtY3lhbi03MDAgaG92ZXI6dGV4dC1wdXJwbGUtNzAwIG10LTJcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgIExlYXJuIE1vcmUgPHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCI+JnJhcnI7PC9zcGFuPlxuICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvYXJ0aWNsZT5cbiAgICAgICAgICAgICAgICBcbiAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICApXG4gIH1cbiAgIl0sIm5hbWVzIjpbImZlYXR1cmVkUG9zdCIsImlkIiwidGl0bGUiLCJocmVmIiwiZGVzY3JpcHRpb24iLCJkYXRlIiwiZGF0ZXRpbWUiLCJwb3N0cyIsIkV2ZW50cyIsImRpdiIsImNsYXNzTmFtZSIsImFydGljbGUiLCJoMiIsImgxIiwiaW1nIiwiYWx0Iiwic3JjIiwidGltZSIsImRhdGVUaW1lIiwicCIsImEiLCJhcmlhLWRlc2NyaWJlZGJ5Iiwic3BhbiIsImFyaWEtaGlkZGVuIiwibWFwIiwicG9zdCJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Events.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Events)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n\nconst featuredPost = {\n id: 1,\n title: \"FutureFest 2024\",\n href: \"/events/versefest\",\n description: \"Embrace the possibilities at FutureFest 2024, a landmark event that invites you to explore the converging worlds of technology, creativity, and sustainability.\",\n date: \"Mar 16, 2020\",\n datetime: \"2024-03-16\"\n};\nconst posts = [\n {\n id: 2,\n title: \"Building a Metaverse with Revenue: Insights from Arab Meta Summit 2022 Day 2\",\n href: \"/events/blockchainweek1\",\n description: \"At the Arab Meta Summit 2022, Christopher K, co-founder and CEO of Aviva Technologies, shared valuable insights on how to build a successful and revenue-generating metaverse.\",\n date: \"Dec 21, 2022\",\n datetime: \"2022-12-21\"\n },\n {\n id: 3,\n title: \"Real-World Applications of the Metaverse in AR: Insights from Omrei Abu Madi at the Arab Meta Summit 2022\",\n href: \"/events/blockchainweek2\",\n description: \"During Day 1 of the Arab Meta Summit 2022, Omrei Abu Madi, a visionary in both the tech and tourism industries, discussed the real-world applications of the Metaverse, particularly focusing on Augmented Reality (AR).\",\n date: \"Dec 18, 2022\",\n datetime: \"2020-12-18\"\n }\n];\nfunction Events() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"bg-white pt-12 pb-24\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto grid max-w-7xl grid-cols-1 gap-x-8 gap-y-12 px-6 sm:gap-y-16 lg:grid-cols-2 lg:px-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"article\", {\n className: \"mx-auto w-full max-w-2xl lg:mx-0 lg:max-w-lg\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-base font-medium font-mono leading-7 text-cyan-600\",\n children: \"Community\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 39,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h1\", {\n className: \"mt-2 mb-6 text-3xl font-semibold tracking-tighter text-gradient-dark lg:text-4xl\",\n children: \"Events\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 40,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: \"/images/futurefest.jpg\",\n className: \"mt-4 aspect-auto w-full rounded-2xl bg-purple-50 object-cover lg:aspect-auto lg:h-[20.5rem]\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 41,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n id: \"featured-post\",\n className: \"mt-8 text-3xl font-semibold tracking-tight text-cyan-700 lg:text-4xl\",\n children: featuredPost.title\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 46,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"time\", {\n dateTime: featuredPost.datetime,\n className: \"mt-2 block text-sm leading-6 text-purple-600\",\n children: featuredPost.date\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 49,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-2 section-text\",\n children: featuredPost.description\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 52,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-4 flex flex-col justify-between gap-6 sm:mt-8 sm:flex-row-reverse sm:gap-8 lg:mt-4 lg:flex-col\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: featuredPost.href,\n \"aria-describedby\": \"featured-post\",\n className: \"text-sm font-semibold leading-6 text-cyan-700 hover:text-purple-700 mt-2\",\n children: [\n \"Learn More \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 60,\n columnNumber: 30\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 55,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 54,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 53,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 38,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto w-full max-w-2xl border-t border-purple-900/10 pt-12 sm:pt-16 lg:mx-0 lg:max-w-none lg:border-t-0 lg:pt-0\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"-my-12 divide-y divide-purple-900/10\",\n children: posts.map((post)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"article\", {\n className: \"py-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"group relative max-w-xl\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"time\", {\n dateTime: post.datetime,\n className: \"block text-sm leading-6 text-purple-600\",\n children: post.date\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 71,\n columnNumber: 21\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"mt-2 text-lg font-semibold text-cyan-700 group-hover:text-purple-700\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: post.href,\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"absolute inset-0\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 76,\n columnNumber: 25\n }, this),\n post.title\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 75,\n columnNumber: 23\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 74,\n columnNumber: 21\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 text-sm leading-6 text-purple-600\",\n children: post.description\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 80,\n columnNumber: 21\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 70,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-4 flex\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: post.href,\n \"aria-describedby\": \"post\",\n className: \"text-sm font-semibold leading-6 text-cyan-700 hover:text-purple-700 mt-2\",\n children: [\n \"Learn More \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 88,\n columnNumber: 30\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 83,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 82,\n columnNumber: 19\n }, this)\n ]\n }, post.id, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 69,\n columnNumber: 17\n }, this))\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 67,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 66,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 36,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Events.jsx\",\n lineNumber: 34,\n columnNumber: 7\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9FdmVudHMuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7QUFBQSxNQUFNQSxlQUFlO0lBQ2pCQyxJQUFJO0lBQ0pDLE9BQU87SUFDUEMsTUFBTTtJQUNOQyxhQUNFO0lBQ0ZDLE1BQU07SUFDTkMsVUFBVTtBQUNaO0FBQ0EsTUFBTUMsUUFBUTtJQUNaO1FBQ0VOLElBQUk7UUFDSkMsT0FBTztRQUNQQyxNQUFNO1FBQ05DLGFBQ0U7UUFDRkMsTUFBTTtRQUNOQyxVQUFVO0lBQ1o7SUFDQTtRQUNJTCxJQUFJO1FBQ0pDLE9BQU87UUFDUEMsTUFBTTtRQUNOQyxhQUNFO1FBQ0ZDLE1BQU07UUFDTkMsVUFBVTtJQUNaO0NBRUg7QUFFYyxTQUFTRTtJQUN0QixxQkFDRSw4REFBQ0M7UUFBSUMsV0FBVTtrQkFFYiw0RUFBQ0Q7WUFBSUMsV0FBVTs7OEJBRWIsOERBQUNDO29CQUFRRCxXQUFVOztzQ0FDakIsOERBQUNFOzRCQUFHRixXQUFVO3NDQUEwRDs7Ozs7O3NDQUN4RSw4REFBQ0c7NEJBQUdILFdBQVU7c0NBQW1GOzs7Ozs7c0NBQ2pHLDhEQUFDSTs0QkFDR0MsS0FBSTs0QkFDSkMsS0FBSTs0QkFDSk4sV0FBVTs7Ozs7O3NDQUVkLDhEQUFDRTs0QkFBR1gsSUFBRzs0QkFBZ0JTLFdBQVU7c0NBQzlCVixhQUFhRSxLQUFLOzs7Ozs7c0NBRXJCLDhEQUFDZTs0QkFBS0MsVUFBVWxCLGFBQWFNLFFBQVE7NEJBQUVJLFdBQVU7c0NBQ2hEVixhQUFhSyxJQUFJOzs7Ozs7c0NBRWxCLDhEQUFDYzs0QkFBRVQsV0FBVTtzQ0FBcUJWLGFBQWFJLFdBQVc7Ozs7OztzQ0FDMUQsOERBQUNLOzRCQUFJQyxXQUFVO3NDQUNiLDRFQUFDRDtnQ0FBSUMsV0FBVTswQ0FDYiw0RUFBQ1U7b0NBQ0NqQixNQUFNSCxhQUFhRyxJQUFJO29DQUN2QmtCLG9CQUFpQjtvQ0FDakJYLFdBQVU7O3dDQUNYO3NEQUNZLDhEQUFDWTs0Q0FBS0MsZUFBWTtzREFBTzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs4QkFNNUMsOERBQUNkO29CQUFJQyxXQUFVOzhCQUNiLDRFQUFDRDt3QkFBSUMsV0FBVTtrQ0FDWkgsTUFBTWlCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDViw4REFBQ2Q7Z0NBQXNCRCxXQUFVOztrREFDL0IsOERBQUNEO3dDQUFJQyxXQUFVOzswREFDYiw4REFBQ087Z0RBQUtDLFVBQVVPLEtBQUtuQixRQUFRO2dEQUFFSSxXQUFVOzBEQUN0Q2UsS0FBS3BCLElBQUk7Ozs7OzswREFFWiw4REFBQ087Z0RBQUdGLFdBQVU7MERBQ1osNEVBQUNVO29EQUFFakIsTUFBTXNCLEtBQUt0QixJQUFJOztzRUFDaEIsOERBQUNtQjs0REFBS1osV0FBVTs7Ozs7O3dEQUNmZSxLQUFLdkIsS0FBSzs7Ozs7Ozs7Ozs7OzBEQUdmLDhEQUFDaUI7Z0RBQUVULFdBQVU7MERBQTBDZSxLQUFLckIsV0FBVzs7Ozs7Ozs7Ozs7O2tEQUV6RSw4REFBQ0s7d0NBQUlDLFdBQVU7a0RBQ2YsNEVBQUNVOzRDQUNEakIsTUFBTXNCLEtBQUt0QixJQUFJOzRDQUNma0Isb0JBQWlCOzRDQUNqQlgsV0FBVTs7Z0RBQ1g7OERBQ1ksOERBQUNZO29EQUFLQyxlQUFZOzhEQUFPOzs7Ozs7Ozs7Ozs7Ozs7Ozs7K0JBbkJ4QkUsS0FBS3hCLEVBQUU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBOEJuQyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0V2ZW50cy5qc3g/MjE4ZiJdLCJzb3VyY2VzQ29udGVudCI6WyJjb25zdCBmZWF0dXJlZFBvc3QgPSB7XHJcbiAgICBpZDogMSxcclxuICAgIHRpdGxlOiAnRnV0dXJlRmVzdCAyMDI0JyxcclxuICAgIGhyZWY6ICcvZXZlbnRzL3ZlcnNlZmVzdCcsXHJcbiAgICBkZXNjcmlwdGlvbjpcclxuICAgICAgJ0VtYnJhY2UgdGhlIHBvc3NpYmlsaXRpZXMgYXQgRnV0dXJlRmVzdCAyMDI0LCBhIGxhbmRtYXJrIGV2ZW50IHRoYXQgaW52aXRlcyB5b3UgdG8gZXhwbG9yZSB0aGUgY29udmVyZ2luZyB3b3JsZHMgb2YgdGVjaG5vbG9neSwgY3JlYXRpdml0eSwgYW5kIHN1c3RhaW5hYmlsaXR5LicsXHJcbiAgICBkYXRlOiAnTWFyIDE2LCAyMDIwJyxcclxuICAgIGRhdGV0aW1lOiAnMjAyNC0wMy0xNicsXHJcbiAgfVxyXG4gIGNvbnN0IHBvc3RzID0gW1xyXG4gICAge1xyXG4gICAgICBpZDogMixcclxuICAgICAgdGl0bGU6ICdCdWlsZGluZyBhIE1ldGF2ZXJzZSB3aXRoIFJldmVudWU6IEluc2lnaHRzIGZyb20gQXJhYiBNZXRhIFN1bW1pdCAyMDIyIERheSAyJyxcclxuICAgICAgaHJlZjogJy9ldmVudHMvYmxvY2tjaGFpbndlZWsxJyxcclxuICAgICAgZGVzY3JpcHRpb246XHJcbiAgICAgICAgJ0F0IHRoZSBBcmFiIE1ldGEgU3VtbWl0IDIwMjIsIENocmlzdG9waGVyIEssIGNvLWZvdW5kZXIgYW5kIENFTyBvZiBBdml2YSBUZWNobm9sb2dpZXMsIHNoYXJlZCB2YWx1YWJsZSBpbnNpZ2h0cyBvbiBob3cgdG8gYnVpbGQgYSBzdWNjZXNzZnVsIGFuZCByZXZlbnVlLWdlbmVyYXRpbmcgbWV0YXZlcnNlLicsXHJcbiAgICAgIGRhdGU6ICdEZWMgMjEsIDIwMjInLFxyXG4gICAgICBkYXRldGltZTogJzIwMjItMTItMjEnLFxyXG4gICAgfSxcclxuICAgIHtcclxuICAgICAgICBpZDogMyxcclxuICAgICAgICB0aXRsZTogJ1JlYWwtV29ybGQgQXBwbGljYXRpb25zIG9mIHRoZSBNZXRhdmVyc2UgaW4gQVI6IEluc2lnaHRzIGZyb20gT21yZWkgQWJ1IE1hZGkgYXQgdGhlIEFyYWIgTWV0YSBTdW1taXQgMjAyMicsXHJcbiAgICAgICAgaHJlZjogJy9ldmVudHMvYmxvY2tjaGFpbndlZWsyJyxcclxuICAgICAgICBkZXNjcmlwdGlvbjpcclxuICAgICAgICAgICdEdXJpbmcgRGF5IDEgb2YgdGhlIEFyYWIgTWV0YSBTdW1taXQgMjAyMiwgT21yZWkgQWJ1IE1hZGksIGEgdmlzaW9uYXJ5IGluIGJvdGggdGhlIHRlY2ggYW5kIHRvdXJpc20gaW5kdXN0cmllcywgZGlzY3Vzc2VkIHRoZSByZWFsLXdvcmxkIGFwcGxpY2F0aW9ucyBvZiB0aGUgTWV0YXZlcnNlLCBwYXJ0aWN1bGFybHkgZm9jdXNpbmcgb24gQXVnbWVudGVkIFJlYWxpdHkgKEFSKS4nLFxyXG4gICAgICAgIGRhdGU6ICdEZWMgMTgsIDIwMjInLFxyXG4gICAgICAgIGRhdGV0aW1lOiAnMjAyMC0xMi0xOCcsXHJcbiAgICAgIH0sXHJcbiAgICAvLyBNb3JlIHBvc3RzLi4uXHJcbiAgXVxyXG4gIFxyXG4gIGV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEV2ZW50cygpIHtcclxuICAgIHJldHVybiAoXHJcbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwiYmctd2hpdGUgcHQtMTIgcGItMjRcIj5cclxuICAgICAgICBcclxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gZ3JpZCBtYXgtdy03eGwgZ3JpZC1jb2xzLTEgZ2FwLXgtOCBnYXAteS0xMiBweC02IHNtOmdhcC15LTE2IGxnOmdyaWQtY29scy0yIGxnOnB4LThcIj5cclxuICAgICAgICAgIFxyXG4gICAgICAgICAgPGFydGljbGUgY2xhc3NOYW1lPVwibXgtYXV0byB3LWZ1bGwgbWF4LXctMnhsIGxnOm14LTAgbGc6bWF4LXctbGdcIj5cclxuICAgICAgICAgICAgPGgyIGNsYXNzTmFtZT1cInRleHQtYmFzZSBmb250LW1lZGl1bSBmb250LW1vbm8gbGVhZGluZy03IHRleHQtY3lhbi02MDBcIj5Db21tdW5pdHk8L2gyPlxyXG4gICAgICAgICAgICA8aDEgY2xhc3NOYW1lPVwibXQtMiBtYi02IHRleHQtM3hsIGZvbnQtc2VtaWJvbGQgdHJhY2tpbmctdGlnaHRlciB0ZXh0LWdyYWRpZW50LWRhcmsgbGc6dGV4dC00eGxcIj5FdmVudHM8L2gxPiBcclxuICAgICAgICAgICAgPGltZ1xyXG4gICAgICAgICAgICAgICAgYWx0PVwiXCJcclxuICAgICAgICAgICAgICAgIHNyYz1cIi9pbWFnZXMvZnV0dXJlZmVzdC5qcGdcIlxyXG4gICAgICAgICAgICAgICAgY2xhc3NOYW1lPVwibXQtNCBhc3BlY3QtYXV0byB3LWZ1bGwgcm91bmRlZC0yeGwgYmctcHVycGxlLTUwIG9iamVjdC1jb3ZlciBsZzphc3BlY3QtYXV0byBsZzpoLVsyMC41cmVtXVwiXHJcbiAgICAgICAgICAgICAgLz5cclxuICAgICAgICAgICAgPGgyIGlkPVwiZmVhdHVyZWQtcG9zdFwiIGNsYXNzTmFtZT1cIm10LTggdGV4dC0zeGwgZm9udC1zZW1pYm9sZCB0cmFja2luZy10aWdodCB0ZXh0LWN5YW4tNzAwIGxnOnRleHQtNHhsXCI+XHJcbiAgICAgICAgICAgICAge2ZlYXR1cmVkUG9zdC50aXRsZX1cclxuICAgICAgICAgICAgPC9oMj5cclxuICAgICAgICAgICAgPHRpbWUgZGF0ZVRpbWU9e2ZlYXR1cmVkUG9zdC5kYXRldGltZX0gY2xhc3NOYW1lPVwibXQtMiBibG9jayB0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDBcIj5cclxuICAgICAgICAgICAge2ZlYXR1cmVkUG9zdC5kYXRlfVxyXG4gICAgICAgICAgICA8L3RpbWU+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTIgc2VjdGlvbi10ZXh0XCI+e2ZlYXR1cmVkUG9zdC5kZXNjcmlwdGlvbn08L3A+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtNCBmbGV4IGZsZXgtY29sIGp1c3RpZnktYmV0d2VlbiBnYXAtNiBzbTptdC04IHNtOmZsZXgtcm93LXJldmVyc2Ugc206Z2FwLTggbGc6bXQtNCBsZzpmbGV4LWNvbFwiPlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiZmxleFwiPlxyXG4gICAgICAgICAgICAgICAgPGFcclxuICAgICAgICAgICAgICAgICAgaHJlZj17ZmVhdHVyZWRQb3N0LmhyZWZ9XHJcbiAgICAgICAgICAgICAgICAgIGFyaWEtZGVzY3JpYmVkYnk9XCJmZWF0dXJlZC1wb3N0XCJcclxuICAgICAgICAgICAgICAgICAgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LWN5YW4tNzAwIGhvdmVyOnRleHQtcHVycGxlLTcwMCBtdC0yXCJcclxuICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgTGVhcm4gTW9yZSA8c3BhbiBhcmlhLWhpZGRlbj1cInRydWVcIj4mcmFycjs8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvYXJ0aWNsZT5cclxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byB3LWZ1bGwgbWF4LXctMnhsIGJvcmRlci10IGJvcmRlci1wdXJwbGUtOTAwLzEwIHB0LTEyIHNtOnB0LTE2IGxnOm14LTAgbGc6bWF4LXctbm9uZSBsZzpib3JkZXItdC0wIGxnOnB0LTBcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCItbXktMTIgZGl2aWRlLXkgZGl2aWRlLXB1cnBsZS05MDAvMTBcIj5cclxuICAgICAgICAgICAgICB7cG9zdHMubWFwKChwb3N0KSA9PiAoXHJcbiAgICAgICAgICAgICAgICA8YXJ0aWNsZSBrZXk9e3Bvc3QuaWR9IGNsYXNzTmFtZT1cInB5LTEyXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiZ3JvdXAgcmVsYXRpdmUgbWF4LXcteGxcIj5cclxuICAgICAgICAgICAgICAgICAgICA8dGltZSBkYXRlVGltZT17cG9zdC5kYXRldGltZX0gY2xhc3NOYW1lPVwiYmxvY2sgdGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICB7cG9zdC5kYXRlfVxyXG4gICAgICAgICAgICAgICAgICAgIDwvdGltZT5cclxuICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3NOYW1lPVwibXQtMiB0ZXh0LWxnIGZvbnQtc2VtaWJvbGQgdGV4dC1jeWFuLTcwMCBncm91cC1ob3Zlcjp0ZXh0LXB1cnBsZS03MDBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e3Bvc3QuaHJlZn0+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTBcIiAvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICB7cG9zdC50aXRsZX1cclxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICA8L2gyPlxyXG4gICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTQgdGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwXCI+e3Bvc3QuZGVzY3JpcHRpb259PC9wPlxyXG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC00IGZsZXhcIj5cclxuICAgICAgICAgICAgICAgICAgPGFcclxuICAgICAgICAgICAgICAgICAgaHJlZj17cG9zdC5ocmVmfVxyXG4gICAgICAgICAgICAgICAgICBhcmlhLWRlc2NyaWJlZGJ5PVwicG9zdFwiXHJcbiAgICAgICAgICAgICAgICAgIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1jeWFuLTcwMCBob3Zlcjp0ZXh0LXB1cnBsZS03MDAgbXQtMlwiXHJcbiAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgIExlYXJuIE1vcmUgPHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCI+JnJhcnI7PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvYXJ0aWNsZT5cclxuICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICkpfVxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIClcclxuICB9XHJcbiAgIl0sIm5hbWVzIjpbImZlYXR1cmVkUG9zdCIsImlkIiwidGl0bGUiLCJocmVmIiwiZGVzY3JpcHRpb24iLCJkYXRlIiwiZGF0ZXRpbWUiLCJwb3N0cyIsIkV2ZW50cyIsImRpdiIsImNsYXNzTmFtZSIsImFydGljbGUiLCJoMiIsImgxIiwiaW1nIiwiYWx0Iiwic3JjIiwidGltZSIsImRhdGVUaW1lIiwicCIsImEiLCJhcmlhLWRlc2NyaWJlZGJ5Iiwic3BhbiIsImFyaWEtaGlkZGVuIiwibWFwIiwicG9zdCJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Events.jsx\n"); /***/ }), @@ -362,7 +362,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Footer: () => (/* binding */ Footer)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/Container */ \"(rsc)/./src/components/Container.jsx\");\n/* harmony import */ var _components_Logo__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Logo */ \"(rsc)/./src/components/Logo.jsx\");\n\n\n\nfunction Footer() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"footer\", {\n className: \"flex-none py-16\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_1__.Container, {\n className: \"flex flex-col items-center justify-between md:flex-row\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Logo__WEBPACK_IMPORTED_MODULE_2__.Logo, {\n className: \"h-12 w-auto text-slate-900\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer.jsx\",\n lineNumber: 10,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-6 text-base text-slxate-500 md:mt-0\",\n children: [\n \"Copyright \\xa9 \",\n new Date().getFullYear(),\n \" Ourworld Holdings, All rights reserved.\"\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer.jsx\",\n lineNumber: 11,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer.jsx\",\n lineNumber: 9,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer.jsx\",\n lineNumber: 8,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7OztBQUFrRDtBQUNWO0FBSWpDLFNBQVNFO0lBQ2QscUJBQ0UsOERBQUNDO1FBQU9DLFdBQVU7a0JBQ2hCLDRFQUFDSiw0REFBU0E7WUFBQ0ksV0FBVTs7OEJBQ25CLDhEQUFDSCxrREFBSUE7b0JBQUNHLFdBQVU7Ozs7Ozs4QkFDaEIsOERBQUNDO29CQUFFRCxXQUFVOzt3QkFBeUM7d0JBQ2xDLElBQUlFLE9BQU9DLFdBQVc7d0JBQUc7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQU1yRCIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0Zvb3Rlci5qc3g/MTUzOSJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb250YWluZXIgfSBmcm9tICdAL2NvbXBvbmVudHMvQ29udGFpbmVyJ1xuaW1wb3J0IHsgTG9nbyB9IGZyb20gJ0AvY29tcG9uZW50cy9Mb2dvJ1xuXG5cblxuZXhwb3J0IGZ1bmN0aW9uIEZvb3RlcigpIHtcbiAgcmV0dXJuIChcbiAgICA8Zm9vdGVyIGNsYXNzTmFtZT1cImZsZXgtbm9uZSBweS0xNlwiPlxuICAgICAgPENvbnRhaW5lciBjbGFzc05hbWU9XCJmbGV4IGZsZXgtY29sIGl0ZW1zLWNlbnRlciBqdXN0aWZ5LWJldHdlZW4gbWQ6ZmxleC1yb3dcIj5cbiAgICAgICAgPExvZ28gY2xhc3NOYW1lPVwiaC0xMiB3LWF1dG8gdGV4dC1zbGF0ZS05MDBcIiAvPlxuICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC02IHRleHQtYmFzZSB0ZXh0LXNseGF0ZS01MDAgbWQ6bXQtMFwiPlxuICAgICAgICAgIENvcHlyaWdodCAmY29weTsge25ldyBEYXRlKCkuZ2V0RnVsbFllYXIoKX0gT3Vyd29ybGQgSG9sZGluZ3MsIEFsbFxuICAgICAgICAgIHJpZ2h0cyByZXNlcnZlZC5cbiAgICAgICAgPC9wPlxuICAgICAgPC9Db250YWluZXI+XG4gICAgPC9mb290ZXI+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJDb250YWluZXIiLCJMb2dvIiwiRm9vdGVyIiwiZm9vdGVyIiwiY2xhc3NOYW1lIiwicCIsIkRhdGUiLCJnZXRGdWxsWWVhciJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Footer.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Footer: () => (/* binding */ Footer)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/Container */ \"(rsc)/./src/components/Container.jsx\");\n/* harmony import */ var _components_Logo__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Logo */ \"(rsc)/./src/components/Logo.jsx\");\n\n\n\nfunction Footer() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"footer\", {\n className: \"flex-none py-16\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_1__.Container, {\n className: \"flex flex-col items-center justify-between md:flex-row\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Logo__WEBPACK_IMPORTED_MODULE_2__.Logo, {\n className: \"h-12 w-auto text-slate-900\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 10,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-6 text-base text-slxate-500 md:mt-0\",\n children: [\n \"Copyright \\xa9 \",\n new Date().getFullYear(),\n \" Ourworld Holdings, All rights reserved.\"\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 11,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 9,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 8,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7OztBQUFrRDtBQUNWO0FBSWpDLFNBQVNFO0lBQ2QscUJBQ0UsOERBQUNDO1FBQU9DLFdBQVU7a0JBQ2hCLDRFQUFDSiw0REFBU0E7WUFBQ0ksV0FBVTs7OEJBQ25CLDhEQUFDSCxrREFBSUE7b0JBQUNHLFdBQVU7Ozs7Ozs4QkFDaEIsOERBQUNDO29CQUFFRCxXQUFVOzt3QkFBeUM7d0JBQ2xDLElBQUlFLE9BQU9DLFdBQVc7d0JBQUc7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQU1yRCIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0Zvb3Rlci5qc3g/MTUzOSJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb250YWluZXIgfSBmcm9tICdAL2NvbXBvbmVudHMvQ29udGFpbmVyJ1xyXG5pbXBvcnQgeyBMb2dvIH0gZnJvbSAnQC9jb21wb25lbnRzL0xvZ28nXHJcblxyXG5cclxuXHJcbmV4cG9ydCBmdW5jdGlvbiBGb290ZXIoKSB7XHJcbiAgcmV0dXJuIChcclxuICAgIDxmb290ZXIgY2xhc3NOYW1lPVwiZmxleC1ub25lIHB5LTE2XCI+XHJcbiAgICAgIDxDb250YWluZXIgY2xhc3NOYW1lPVwiZmxleCBmbGV4LWNvbCBpdGVtcy1jZW50ZXIganVzdGlmeS1iZXR3ZWVuIG1kOmZsZXgtcm93XCI+XHJcbiAgICAgICAgPExvZ28gY2xhc3NOYW1lPVwiaC0xMiB3LWF1dG8gdGV4dC1zbGF0ZS05MDBcIiAvPlxyXG4gICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTYgdGV4dC1iYXNlIHRleHQtc2x4YXRlLTUwMCBtZDptdC0wXCI+XHJcbiAgICAgICAgICBDb3B5cmlnaHQgJmNvcHk7IHtuZXcgRGF0ZSgpLmdldEZ1bGxZZWFyKCl9IE91cndvcmxkIEhvbGRpbmdzLCBBbGxcclxuICAgICAgICAgIHJpZ2h0cyByZXNlcnZlZC5cclxuICAgICAgICA8L3A+XHJcbiAgICAgIDwvQ29udGFpbmVyPlxyXG4gICAgPC9mb290ZXI+XHJcbiAgKVxyXG59XHJcbiJdLCJuYW1lcyI6WyJDb250YWluZXIiLCJMb2dvIiwiRm9vdGVyIiwiZm9vdGVyIiwiY2xhc3NOYW1lIiwicCIsIkRhdGUiLCJnZXRGdWxsWWVhciJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Footer.jsx\n"); /***/ }), @@ -373,7 +373,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Footer2)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_Logo__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/Logo */ \"(rsc)/./src/components/Logo.jsx\");\n\n\nconst navigation = {\n solutions: [\n {\n name: \"Features\",\n href: \"/features.html\"\n },\n {\n name: \"Usecases\",\n href: \"/usecases.html\"\n },\n {\n name: \"HeroGPT\",\n href: \"/community/blogs/herogpt.htm\"\n },\n {\n name: \"OurVerse App\",\n href: \"#\"\n }\n ],\n support: [\n {\n name: \"Customer Care\",\n href: \"#\"\n },\n {\n name: \"Documentation\",\n href: \"#\"\n },\n {\n name: \"Blog\",\n href: \"/community.html\"\n },\n {\n name: \"Company\",\n href: \"https://ourworld.tf\"\n }\n ],\n partners: [\n {\n name: \"ThreeFold\",\n href: \"https://threefold.io\"\n },\n {\n name: \"Vindo\",\n href: \"https://vindo.ai\"\n },\n {\n name: \"Incubaid\",\n href: \"https://incubaid.com\"\n }\n ],\n legal: [\n {\n name: \"Claim\",\n href: \"https://threefold.io/tfLabs/\"\n },\n {\n name: \"Privacy\",\n href: \"https://library.threefold.me/info/legal/#/legal__privacypolicy\"\n },\n {\n name: \"Terms\",\n href: \"https://library.threefold.me/info/legal/#/legal__terms_conditions_websites\"\n }\n ],\n social: [\n {\n name: \"Facebook\",\n href: \"#\",\n icon: (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n fill: \"currentColor\",\n viewBox: \"0 0 24 24\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fillRule: \"evenodd\",\n d: \"M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z\",\n clipRule: \"evenodd\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 32,\n columnNumber: 11\n }, undefined)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 31,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"Instagram\",\n href: \"#\",\n icon: (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n fill: \"currentColor\",\n viewBox: \"0 0 24 24\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fillRule: \"evenodd\",\n d: \"M12.315 2c2.43 0 2.784.013 3.808.06 1.064.049 1.791.218 2.427.465a4.902 4.902 0 011.772 1.153 4.902 4.902 0 011.153 1.772c.247.636.416 1.363.465 2.427.048 1.067.06 1.407.06 4.123v.08c0 2.643-.012 2.987-.06 4.043-.049 1.064-.218 1.791-.465 2.427a4.902 4.902 0 01-1.153 1.772 4.902 4.902 0 01-1.772 1.153c-.636.247-1.363.416-2.427.465-1.067.048-1.407.06-4.123.06h-.08c-2.643 0-2.987-.012-4.043-.06-1.064-.049-1.791-.218-2.427-.465a4.902 4.902 0 01-1.772-1.153 4.902 4.902 0 01-1.153-1.772c-.247-.636-.416-1.363-.465-2.427-.047-1.024-.06-1.379-.06-3.808v-.63c0-2.43.013-2.784.06-3.808.049-1.064.218-1.791.465-2.427a4.902 4.902 0 011.153-1.772A4.902 4.902 0 015.45 2.525c.636-.247 1.363-.416 2.427-.465C8.901 2.013 9.256 2 11.685 2h.63zm-.081 1.802h-.468c-2.456 0-2.784.011-3.807.058-.975.045-1.504.207-1.857.344-.467.182-.8.398-1.15.748-.35.35-.566.683-.748 1.15-.137.353-.3.882-.344 1.857-.047 1.023-.058 1.351-.058 3.807v.468c0 2.456.011 2.784.058 3.807.045.975.207 1.504.344 1.857.182.466.399.8.748 1.15.35.35.683.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.041.058h.08c2.597 0 2.917-.01 3.96-.058.976-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.683.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.041v-.08c0-2.597-.01-2.917-.058-3.96-.045-.976-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.023-.047-1.351-.058-3.807-.058zM12 6.865a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 1.802a3.333 3.333 0 100 6.666 3.333 3.333 0 000-6.666zm5.338-3.205a1.2 1.2 0 110 2.4 1.2 1.2 0 010-2.4z\",\n clipRule: \"evenodd\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 45,\n columnNumber: 11\n }, undefined)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 44,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"X\",\n href: \"#\",\n icon: (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n fill: \"currentColor\",\n viewBox: \"0 0 24 24\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M13.6823 10.6218L20.2391 3H18.6854L12.9921 9.61788L8.44486 3H3.2002L10.0765 13.0074L3.2002 21H4.75404L10.7663 14.0113L15.5685 21H20.8131L13.6819 10.6218H13.6823ZM11.5541 13.0956L10.8574 12.0991L5.31391 4.16971H7.70053L12.1742 10.5689L12.8709 11.5655L18.6861 19.8835H16.2995L11.5541 13.096V13.0956Z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 58,\n columnNumber: 11\n }, undefined)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 57,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"GitHub\",\n href: \"#\",\n icon: (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n fill: \"currentColor\",\n viewBox: \"0 0 24 24\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fillRule: \"evenodd\",\n d: \"M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z\",\n clipRule: \"evenodd\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 67,\n columnNumber: 11\n }, undefined)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 66,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"YouTube\",\n href: \"#\",\n icon: (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n fill: \"currentColor\",\n viewBox: \"0 0 24 24\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fillRule: \"evenodd\",\n d: \"M19.812 5.418c.861.23 1.538.907 1.768 1.768C21.998 8.746 22 12 22 12s0 3.255-.418 4.814a2.504 2.504 0 0 1-1.768 1.768c-1.56.419-7.814.419-7.814.419s-6.255 0-7.814-.419a2.505 2.505 0 0 1-1.768-1.768C2 15.255 2 12 2 12s0-3.255.417-4.814a2.507 2.507 0 0 1 1.768-1.768C5.744 5 11.998 5 11.998 5s6.255 0 7.814.418ZM15.194 12 10 15V9l5.194 3Z\",\n clipRule: \"evenodd\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 80,\n columnNumber: 11\n }, undefined)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 79,\n columnNumber: 9\n }, undefined)\n }\n ]\n};\nfunction Footer2() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"footer\", {\n \"aria-labelledby\": \"footer-heading\",\n className: \"bg-white\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n id: \"footer-heading\",\n className: \"sr-only\",\n children: \"Footer\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 94,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-7xl px-6 pb-8 pt-16 sm:pt-24 lg:px-8 lg:pt-32\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"xl:grid xl:grid-cols-3 xl:gap-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"space-y-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"Company name\",\n src: \"/images/logofull.svg\",\n className: \"h-10\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 100,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"text-sm leading-6 text-purple-600\",\n children: \"The Future of Collaboration is Now.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 105,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex space-x-6\",\n children: navigation.social.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: item.href,\n className: \"text-purple-400 hover:text-purple-500\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"sr-only\",\n children: item.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 111,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(item.icon, {\n \"aria-hidden\": \"true\",\n className: \"h-6 w-6\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 112,\n columnNumber: 19\n }, this)\n ]\n }, item.name, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 110,\n columnNumber: 17\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 108,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 99,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-16 grid grid-cols-2 gap-8 xl:col-span-2 xl:mt-0\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"md:grid md:grid-cols-2 md:gap-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h3\", {\n className: \"text-sm font-semibold leading-6 text-purple-900\",\n children: \"Solutions\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 120,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"ul\", {\n role: \"list\",\n className: \"mt-6 space-y-4\",\n children: navigation.solutions.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"li\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: item.href,\n className: \"text-sm leading-6 text-purple-600 hover:text-purple-900\",\n children: item.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 124,\n columnNumber: 23\n }, this)\n }, item.name, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 123,\n columnNumber: 21\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 121,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 119,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 md:mt-0\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h3\", {\n className: \"text-sm font-semibold leading-6 text-purple-900\",\n children: \"Support\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 132,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"ul\", {\n role: \"list\",\n className: \"mt-6 space-y-4\",\n children: navigation.support.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"li\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: item.href,\n className: \"text-sm leading-6 text-purple-600 hover:text-purple-900\",\n children: item.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 136,\n columnNumber: 23\n }, this)\n }, item.name, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 135,\n columnNumber: 21\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 133,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 131,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 118,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"md:grid md:grid-cols-2 md:gap-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h3\", {\n className: \"text-sm font-semibold leading-6 text-purple-900\",\n children: \"Company\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 146,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"ul\", {\n role: \"list\",\n className: \"mt-6 space-y-4\",\n children: navigation.partners.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"li\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: item.href,\n className: \"text-sm leading-6 text-purple-600 hover:text-purple-900\",\n children: item.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 150,\n columnNumber: 23\n }, this)\n }, item.name, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 149,\n columnNumber: 21\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 147,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 145,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 md:mt-0\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h3\", {\n className: \"text-sm font-semibold leading-6 text-purple-900\",\n children: \"Legal\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 158,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"ul\", {\n role: \"list\",\n className: \"mt-6 space-y-4\",\n children: navigation.legal.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"li\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: item.href,\n className: \"text-sm leading-6 text-purple-600 hover:text-purple-900\",\n children: item.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 162,\n columnNumber: 23\n }, this)\n }, item.name, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 161,\n columnNumber: 21\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 159,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 157,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 144,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 117,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 98,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-16 border-t border-purple-900/10 pt-8 sm:mt-20 lg:mt-24\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"text-xs leading-5 text-purple-500\",\n children: \"\\xa9 2024 Ourworld Holdings, Inc. All rights reserved.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 173,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 172,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 97,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 93,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIyLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUF3QztBQUV4QyxNQUFNQyxhQUFhO0lBQ2pCQyxXQUFXO1FBQ1Q7WUFBRUMsTUFBTTtZQUFZQyxNQUFNO1FBQWlCO1FBQzNDO1lBQUVELE1BQU07WUFBWUMsTUFBTTtRQUFpQjtRQUMzQztZQUFFRCxNQUFNO1lBQVdDLE1BQU07UUFBK0I7UUFDeEQ7WUFBRUQsTUFBTTtZQUFnQkMsTUFBTTtRQUFJO0tBQ25DO0lBQ0RDLFNBQVM7UUFDUDtZQUFFRixNQUFNO1lBQWlCQyxNQUFNO1FBQUk7UUFDbkM7WUFBRUQsTUFBTTtZQUFpQkMsTUFBTTtRQUFJO1FBQ25DO1lBQUVELE1BQU07WUFBUUMsTUFBTTtRQUFrQjtRQUN4QztZQUFFRCxNQUFNO1lBQVdDLE1BQU07UUFBc0I7S0FDaEQ7SUFDREUsVUFBVTtRQUNSO1lBQUVILE1BQU07WUFBYUMsTUFBTTtRQUF1QjtRQUNsRDtZQUFFRCxNQUFNO1lBQVNDLE1BQU07UUFBbUI7UUFDMUM7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQXVCO0tBQ2xEO0lBQ0RHLE9BQU87UUFDTDtZQUFFSixNQUFNO1lBQVNDLE1BQU07UUFBK0I7UUFDdEQ7WUFBRUQsTUFBTTtZQUFXQyxNQUFNO1FBQWlFO1FBQzFGO1lBQUVELE1BQU07WUFBU0MsTUFBTTtRQUE2RTtLQUNyRztJQUNESSxRQUFRO1FBQ047WUFDRUwsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFDQ0MsVUFBUzt3QkFDVEMsR0FBRTt3QkFDRkMsVUFBUzs7Ozs7Ozs7Ozs7UUFJakI7UUFDQTtZQUNFZCxNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQUtFLEdBQUU7Ozs7Ozs7Ozs7O1FBR2Q7UUFDQTtZQUNFYixNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO0tBQ0Q7QUFDSDtBQUVlLFNBQVNDO0lBQ3RCLHFCQUNFLDhEQUFDQztRQUFPQyxtQkFBZ0I7UUFBaUJDLFdBQVU7OzBCQUNqRCw4REFBQ0M7Z0JBQUdDLElBQUc7Z0JBQWlCRixXQUFVOzBCQUFVOzs7Ozs7MEJBRzVDLDhEQUFDRztnQkFBSUgsV0FBVTs7a0NBQ2IsOERBQUNHO3dCQUFJSCxXQUFVOzswQ0FDYiw4REFBQ0c7Z0NBQUlILFdBQVU7O2tEQUNiLDhEQUFDSTt3Q0FDQ0MsS0FBSTt3Q0FDSkMsS0FBSTt3Q0FDSk4sV0FBVTs7Ozs7O2tEQUVaLDhEQUFDTzt3Q0FBRVAsV0FBVTtrREFBb0M7Ozs7OztrREFHakQsOERBQUNHO3dDQUFJSCxXQUFVO2tEQUNacEIsV0FBV08sTUFBTSxDQUFDcUIsR0FBRyxDQUFDLENBQUNDLHFCQUN0Qiw4REFBQ0M7Z0RBQWtCM0IsTUFBTTBCLEtBQUsxQixJQUFJO2dEQUFFaUIsV0FBVTs7a0VBQzVDLDhEQUFDVzt3REFBS1gsV0FBVTtrRUFBV1MsS0FBSzNCLElBQUk7Ozs7OztrRUFDcEMsOERBQUMyQixLQUFLckIsSUFBSTt3REFBQ3dCLGVBQVk7d0RBQU9aLFdBQVU7Ozs7Ozs7K0NBRmxDUyxLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswQ0FPdkIsOERBQUNxQjtnQ0FBSUgsV0FBVTs7a0RBQ2IsOERBQUNHO3dDQUFJSCxXQUFVOzswREFDYiw4REFBQ0c7O2tFQUNDLDhEQUFDVTt3REFBR2IsV0FBVTtrRUFBa0Q7Ozs7OztrRUFDaEUsOERBQUNjO3dEQUFHQyxNQUFLO3dEQUFPZixXQUFVO2tFQUN2QnBCLFdBQVdDLFNBQVMsQ0FBQzJCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDekIsOERBQUNPOzBFQUNDLDRFQUFDTjtvRUFBRTNCLE1BQU0wQixLQUFLMUIsSUFBSTtvRUFBRWlCLFdBQVU7OEVBQzNCUyxLQUFLM0IsSUFBSTs7Ozs7OytEQUZMMkIsS0FBSzNCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7MERBUXhCLDhEQUFDcUI7Z0RBQUlILFdBQVU7O2tFQUNiLDhEQUFDYTt3REFBR2IsV0FBVTtrRUFBa0Q7Ozs7OztrRUFDaEUsOERBQUNjO3dEQUFHQyxNQUFLO3dEQUFPZixXQUFVO2tFQUN2QnBCLFdBQVdJLE9BQU8sQ0FBQ3dCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDdkIsOERBQUNPOzBFQUNDLDRFQUFDTjtvRUFBRTNCLE1BQU0wQixLQUFLMUIsSUFBSTtvRUFBRWlCLFdBQVU7OEVBQzNCUyxLQUFLM0IsSUFBSTs7Ozs7OytEQUZMMkIsS0FBSzNCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7a0RBUzFCLDhEQUFDcUI7d0NBQUlILFdBQVU7OzBEQUNiLDhEQUFDRzs7a0VBQ0MsOERBQUNVO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV0ssUUFBUSxDQUFDdUIsR0FBRyxDQUFDLENBQUNDLHFCQUN4Qiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswREFReEIsOERBQUNxQjtnREFBSUgsV0FBVTs7a0VBQ2IsOERBQUNhO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV00sS0FBSyxDQUFDc0IsR0FBRyxDQUFDLENBQUNDLHFCQUNyQiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztrQ0FXOUIsOERBQUNxQjt3QkFBSUgsV0FBVTtrQ0FDYiw0RUFBQ087NEJBQUVQLFdBQVU7c0NBQW9DOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUszRCIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0Zvb3RlcjIuanN4P2YzN2YiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTG9nbyB9IGZyb20gJ0AvY29tcG9uZW50cy9Mb2dvJ1xuXG5jb25zdCBuYXZpZ2F0aW9uID0ge1xuICBzb2x1dGlvbnM6IFtcbiAgICB7IG5hbWU6ICdGZWF0dXJlcycsIGhyZWY6ICcvZmVhdHVyZXMuaHRtbCcgfSxcbiAgICB7IG5hbWU6ICdVc2VjYXNlcycsIGhyZWY6ICcvdXNlY2FzZXMuaHRtbCcgfSxcbiAgICB7IG5hbWU6ICdIZXJvR1BUJywgaHJlZjogJy9jb21tdW5pdHkvYmxvZ3MvaGVyb2dwdC5odG0nIH0sXG4gICAgeyBuYW1lOiAnT3VyVmVyc2UgQXBwJywgaHJlZjogJyMnIH0sXG4gIF0sXG4gIHN1cHBvcnQ6IFtcbiAgICB7IG5hbWU6ICdDdXN0b21lciBDYXJlJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnRG9jdW1lbnRhdGlvbicsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ0Jsb2cnLCBocmVmOiAnL2NvbW11bml0eS5odG1sJyB9LFxuICAgIHsgbmFtZTogJ0NvbXBhbnknLCBocmVmOiAnaHR0cHM6Ly9vdXJ3b3JsZC50ZicgfSxcbiAgXSxcbiAgcGFydG5lcnM6IFtcbiAgICB7IG5hbWU6ICdUaHJlZUZvbGQnLCBocmVmOiAnaHR0cHM6Ly90aHJlZWZvbGQuaW8nIH0sXG4gICAgeyBuYW1lOiAnVmluZG8nLCBocmVmOiAnaHR0cHM6Ly92aW5kby5haScgfSxcbiAgICB7IG5hbWU6ICdJbmN1YmFpZCcsIGhyZWY6ICdodHRwczovL2luY3ViYWlkLmNvbScgfSxcbiAgXSxcbiAgbGVnYWw6IFtcbiAgICB7IG5hbWU6ICdDbGFpbScsIGhyZWY6ICdodHRwczovL3RocmVlZm9sZC5pby90ZkxhYnMvJyB9LFxuICAgIHsgbmFtZTogJ1ByaXZhY3knLCBocmVmOiAnaHR0cHM6Ly9saWJyYXJ5LnRocmVlZm9sZC5tZS9pbmZvL2xlZ2FsLyMvbGVnYWxfX3ByaXZhY3lwb2xpY3knIH0sXG4gICAgeyBuYW1lOiAnVGVybXMnLCBocmVmOiAnaHR0cHM6Ly9saWJyYXJ5LnRocmVlZm9sZC5tZS9pbmZvL2xlZ2FsLyMvbGVnYWxfX3Rlcm1zX2NvbmRpdGlvbnNfd2Vic2l0ZXMnIH0sXG4gIF0sXG4gIHNvY2lhbDogW1xuICAgIHtcbiAgICAgIG5hbWU6ICdGYWNlYm9vaycsXG4gICAgICBocmVmOiAnIycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGZpbGxSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgICBkPVwiTTIyIDEyYzAtNS41MjMtNC40NzctMTAtMTAtMTBTMiA2LjQ3NyAyIDEyYzAgNC45OTEgMy42NTcgOS4xMjggOC40MzggOS44Nzh2LTYuOTg3aC0yLjU0VjEyaDIuNTRWOS43OTdjMC0yLjUwNiAxLjQ5Mi0zLjg5IDMuNzc3LTMuODkgMS4wOTQgMCAyLjIzOC4xOTUgMi4yMzguMTk1djIuNDZoLTEuMjZjLTEuMjQzIDAtMS42My43NzEtMS42MyAxLjU2MlYxMmgyLjc3M2wtLjQ0MyAyLjg5aC0yLjMzdjYuOTg4QzE4LjM0MyAyMS4xMjggMjIgMTYuOTkxIDIyIDEyelwiXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdJbnN0YWdyYW0nLFxuICAgICAgaHJlZjogJyMnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgICAgZD1cIk0xMi4zMTUgMmMyLjQzIDAgMi43ODQuMDEzIDMuODA4LjA2IDEuMDY0LjA0OSAxLjc5MS4yMTggMi40MjcuNDY1YTQuOTAyIDQuOTAyIDAgMDExLjc3MiAxLjE1MyA0LjkwMiA0LjkwMiAwIDAxMS4xNTMgMS43NzJjLjI0Ny42MzYuNDE2IDEuMzYzLjQ2NSAyLjQyNy4wNDggMS4wNjcuMDYgMS40MDcuMDYgNC4xMjN2LjA4YzAgMi42NDMtLjAxMiAyLjk4Ny0uMDYgNC4wNDMtLjA0OSAxLjA2NC0uMjE4IDEuNzkxLS40NjUgMi40MjdhNC45MDIgNC45MDIgMCAwMS0xLjE1MyAxLjc3MiA0LjkwMiA0LjkwMiAwIDAxLTEuNzcyIDEuMTUzYy0uNjM2LjI0Ny0xLjM2My40MTYtMi40MjcuNDY1LTEuMDY3LjA0OC0xLjQwNy4wNi00LjEyMy4wNmgtLjA4Yy0yLjY0MyAwLTIuOTg3LS4wMTItNC4wNDMtLjA2LTEuMDY0LS4wNDktMS43OTEtLjIxOC0yLjQyNy0uNDY1YTQuOTAyIDQuOTAyIDAgMDEtMS43NzItMS4xNTMgNC45MDIgNC45MDIgMCAwMS0xLjE1My0xLjc3MmMtLjI0Ny0uNjM2LS40MTYtMS4zNjMtLjQ2NS0yLjQyNy0uMDQ3LTEuMDI0LS4wNi0xLjM3OS0uMDYtMy44MDh2LS42M2MwLTIuNDMuMDEzLTIuNzg0LjA2LTMuODA4LjA0OS0xLjA2NC4yMTgtMS43OTEuNDY1LTIuNDI3YTQuOTAyIDQuOTAyIDAgMDExLjE1My0xLjc3MkE0LjkwMiA0LjkwMiAwIDAxNS40NSAyLjUyNWMuNjM2LS4yNDcgMS4zNjMtLjQxNiAyLjQyNy0uNDY1QzguOTAxIDIuMDEzIDkuMjU2IDIgMTEuNjg1IDJoLjYzem0tLjA4MSAxLjgwMmgtLjQ2OGMtMi40NTYgMC0yLjc4NC4wMTEtMy44MDcuMDU4LS45NzUuMDQ1LTEuNTA0LjIwNy0xLjg1Ny4zNDQtLjQ2Ny4xODItLjguMzk4LTEuMTUuNzQ4LS4zNS4zNS0uNTY2LjY4My0uNzQ4IDEuMTUtLjEzNy4zNTMtLjMuODgyLS4zNDQgMS44NTctLjA0NyAxLjAyMy0uMDU4IDEuMzUxLS4wNTggMy44MDd2LjQ2OGMwIDIuNDU2LjAxMSAyLjc4NC4wNTggMy44MDcuMDQ1Ljk3NS4yMDcgMS41MDQuMzQ0IDEuODU3LjE4Mi40NjYuMzk5LjguNzQ4IDEuMTUuMzUuMzUuNjgzLjU2NiAxLjE1Ljc0OC4zNTMuMTM3Ljg4Mi4zIDEuODU3LjM0NCAxLjA1NC4wNDggMS4zNy4wNTggNC4wNDEuMDU4aC4wOGMyLjU5NyAwIDIuOTE3LS4wMSAzLjk2LS4wNTguOTc2LS4wNDUgMS41MDUtLjIwNyAxLjg1OC0uMzQ0LjQ2Ni0uMTgyLjgtLjM5OCAxLjE1LS43NDguMzUtLjM1LjU2Ni0uNjgzLjc0OC0xLjE1LjEzNy0uMzUzLjMtLjg4Mi4zNDQtMS44NTcuMDQ4LTEuMDU1LjA1OC0xLjM3LjA1OC00LjA0MXYtLjA4YzAtMi41OTctLjAxLTIuOTE3LS4wNTgtMy45Ni0uMDQ1LS45NzYtLjIwNy0xLjUwNS0uMzQ0LTEuODU4YTMuMDk3IDMuMDk3IDAgMDAtLjc0OC0xLjE1IDMuMDk4IDMuMDk4IDAgMDAtMS4xNS0uNzQ4Yy0uMzUzLS4xMzctLjg4Mi0uMy0xLjg1Ny0uMzQ0LTEuMDIzLS4wNDctMS4zNTEtLjA1OC0zLjgwNy0uMDU4ek0xMiA2Ljg2NWE1LjEzNSA1LjEzNSAwIDExMCAxMC4yNyA1LjEzNSA1LjEzNSAwIDAxMC0xMC4yN3ptMCAxLjgwMmEzLjMzMyAzLjMzMyAwIDEwMCA2LjY2NiAzLjMzMyAzLjMzMyAwIDAwMC02LjY2NnptNS4zMzgtMy4yMDVhMS4yIDEuMiAwIDExMCAyLjQgMS4yIDEuMiAwIDAxMC0yLjR6XCJcbiAgICAgICAgICAgIGNsaXBSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ1gnLFxuICAgICAgaHJlZjogJyMnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoIGQ9XCJNMTMuNjgyMyAxMC42MjE4TDIwLjIzOTEgM0gxOC42ODU0TDEyLjk5MjEgOS42MTc4OEw4LjQ0NDg2IDNIMy4yMDAyTDEwLjA3NjUgMTMuMDA3NEwzLjIwMDIgMjFINC43NTQwNEwxMC43NjYzIDE0LjAxMTNMMTUuNTY4NSAyMUgyMC44MTMxTDEzLjY4MTkgMTAuNjIxOEgxMy42ODIzWk0xMS41NTQxIDEzLjA5NTZMMTAuODU3NCAxMi4wOTkxTDUuMzEzOTEgNC4xNjk3MUg3LjcwMDUzTDEyLjE3NDIgMTAuNTY4OUwxMi44NzA5IDExLjU2NTVMMTguNjg2MSAxOS44ODM1SDE2LjI5OTVMMTEuNTU0MSAxMy4wOTZWMTMuMDk1NlpcIiAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgICB7XG4gICAgICBuYW1lOiAnR2l0SHViJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMTIgMkM2LjQ3NyAyIDIgNi40ODQgMiAxMi4wMTdjMCA0LjQyNSAyLjg2NSA4LjE4IDYuODM5IDkuNTA0LjUuMDkyLjY4Mi0uMjE3LjY4Mi0uNDgzIDAtLjIzNy0uMDA4LS44NjgtLjAxMy0xLjcwMy0yLjc4Mi42MDUtMy4zNjktMS4zNDMtMy4zNjktMS4zNDMtLjQ1NC0xLjE1OC0xLjExLTEuNDY2LTEuMTEtMS40NjYtLjkwOC0uNjIuMDY5LS42MDguMDY5LS42MDggMS4wMDMuMDcgMS41MzEgMS4wMzIgMS41MzEgMS4wMzIuODkyIDEuNTMgMi4zNDEgMS4wODggMi45MS44MzIuMDkyLS42NDcuMzUtMS4wODguNjM2LTEuMzM4LTIuMjItLjI1My00LjU1NS0xLjExMy00LjU1NS00Ljk1MSAwLTEuMDkzLjM5LTEuOTg4IDEuMDI5LTIuNjg4LS4xMDMtLjI1My0uNDQ2LTEuMjcyLjA5OC0yLjY1IDAgMCAuODQtLjI3IDIuNzUgMS4wMjZBOS41NjQgOS41NjQgMCAwMTEyIDYuODQ0Yy44NS4wMDQgMS43MDUuMTE1IDIuNTA0LjMzNyAxLjkwOS0xLjI5NiAyLjc0Ny0xLjAyNyAyLjc0Ny0xLjAyNy41NDYgMS4zNzkuMjAyIDIuMzk4LjEgMi42NTEuNjQuNyAxLjAyOCAxLjU5NSAxLjAyOCAyLjY4OCAwIDMuODQ4LTIuMzM5IDQuNjk1LTQuNTY2IDQuOTQzLjM1OS4zMDkuNjc4LjkyLjY3OCAxLjg1NSAwIDEuMzM4LS4wMTIgMi40MTktLjAxMiAyLjc0NyAwIC4yNjguMTguNTguNjg4LjQ4MkExMC4wMTkgMTAuMDE5IDAgMDAyMiAxMi4wMTdDMjIgNi40ODQgMTcuNTIyIDIgMTIgMnpcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgICB7XG4gICAgICBuYW1lOiAnWW91VHViZScsXG4gICAgICBocmVmOiAnIycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGZpbGxSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgICBkPVwiTTE5LjgxMiA1LjQxOGMuODYxLjIzIDEuNTM4LjkwNyAxLjc2OCAxLjc2OEMyMS45OTggOC43NDYgMjIgMTIgMjIgMTJzMCAzLjI1NS0uNDE4IDQuODE0YTIuNTA0IDIuNTA0IDAgMCAxLTEuNzY4IDEuNzY4Yy0xLjU2LjQxOS03LjgxNC40MTktNy44MTQuNDE5cy02LjI1NSAwLTcuODE0LS40MTlhMi41MDUgMi41MDUgMCAwIDEtMS43NjgtMS43NjhDMiAxNS4yNTUgMiAxMiAyIDEyczAtMy4yNTUuNDE3LTQuODE0YTIuNTA3IDIuNTA3IDAgMCAxIDEuNzY4LTEuNzY4QzUuNzQ0IDUgMTEuOTk4IDUgMTEuOTk4IDVzNi4yNTUgMCA3LjgxNC40MThaTTE1LjE5NCAxMiAxMCAxNVY5bDUuMTk0IDNaXCJcbiAgICAgICAgICAgIGNsaXBSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gIF0sXG59XG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEZvb3RlcjIoKSB7XG4gIHJldHVybiAoXG4gICAgPGZvb3RlciBhcmlhLWxhYmVsbGVkYnk9XCJmb290ZXItaGVhZGluZ1wiIGNsYXNzTmFtZT1cImJnLXdoaXRlXCI+XG4gICAgICA8aDIgaWQ9XCJmb290ZXItaGVhZGluZ1wiIGNsYXNzTmFtZT1cInNyLW9ubHlcIj5cbiAgICAgICAgRm9vdGVyXG4gICAgICA8L2gyPlxuICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LTd4bCBweC02IHBiLTggcHQtMTYgc206cHQtMjQgbGc6cHgtOCBsZzpwdC0zMlwiPlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cInhsOmdyaWQgeGw6Z3JpZC1jb2xzLTMgeGw6Z2FwLThcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cInNwYWNlLXktOFwiPlxuICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICBhbHQ9XCJDb21wYW55IG5hbWVcIlxuICAgICAgICAgICAgICBzcmM9XCIvaW1hZ2VzL2xvZ29mdWxsLnN2Z1wiXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT1cImgtMTBcIlxuICAgICAgICAgICAgLz5cbiAgICAgICAgICAgIDxwIGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMFwiPlxuICAgICAgICAgICAgVGhlIEZ1dHVyZSBvZiBDb2xsYWJvcmF0aW9uIGlzIE5vdy5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiZmxleCBzcGFjZS14LTZcIj5cbiAgICAgICAgICAgICAge25hdmlnYXRpb24uc29jaWFsLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgIDxhIGtleT17aXRlbS5uYW1lfSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtcHVycGxlLTQwMCBob3Zlcjp0ZXh0LXB1cnBsZS01MDBcIj5cbiAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzTmFtZT1cInNyLW9ubHlcIj57aXRlbS5uYW1lfTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgIDxpdGVtLmljb24gYXJpYS1oaWRkZW49XCJ0cnVlXCIgY2xhc3NOYW1lPVwiaC02IHctNlwiIC8+XG4gICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTYgZ3JpZCBncmlkLWNvbHMtMiBnYXAtOCB4bDpjb2wtc3Bhbi0yIHhsOm10LTBcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibWQ6Z3JpZCBtZDpncmlkLWNvbHMtMiBtZDpnYXAtOFwiPlxuICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgIDxoMyBjbGFzc05hbWU9XCJ0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtcHVycGxlLTkwMFwiPlNvbHV0aW9uczwvaDM+XG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnNvbHV0aW9ucy5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICAgICAgPGxpIGtleT17aXRlbS5uYW1lfT5cbiAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMCBob3Zlcjp0ZXh0LXB1cnBsZS05MDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XG4gICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTAgbWQ6bXQtMFwiPlxuICAgICAgICAgICAgICAgIDxoMyBjbGFzc05hbWU9XCJ0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtcHVycGxlLTkwMFwiPlN1cHBvcnQ8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5zdXBwb3J0Lm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtZDpncmlkIG1kOmdyaWQtY29scy0yIG1kOmdhcC04XCI+XG4gICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+Q29tcGFueTwvaDM+XG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnBhcnRuZXJzLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBtZDptdC0wXCI+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+TGVnYWw8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5sZWdhbC5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICAgICAgPGxpIGtleT17aXRlbS5uYW1lfT5cbiAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMCBob3Zlcjp0ZXh0LXB1cnBsZS05MDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XG4gICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTYgYm9yZGVyLXQgYm9yZGVyLXB1cnBsZS05MDAvMTAgcHQtOCBzbTptdC0yMCBsZzptdC0yNFwiPlxuICAgICAgICAgIDxwIGNsYXNzTmFtZT1cInRleHQteHMgbGVhZGluZy01IHRleHQtcHVycGxlLTUwMFwiPiZjb3B5OyAyMDI0IE91cndvcmxkIEhvbGRpbmdzLCBJbmMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuPC9wPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZm9vdGVyPlxuICApXG59XG4iXSwibmFtZXMiOlsiTG9nbyIsIm5hdmlnYXRpb24iLCJzb2x1dGlvbnMiLCJuYW1lIiwiaHJlZiIsInN1cHBvcnQiLCJwYXJ0bmVycyIsImxlZ2FsIiwic29jaWFsIiwiaWNvbiIsInByb3BzIiwic3ZnIiwiZmlsbCIsInZpZXdCb3giLCJwYXRoIiwiZmlsbFJ1bGUiLCJkIiwiY2xpcFJ1bGUiLCJGb290ZXIyIiwiZm9vdGVyIiwiYXJpYS1sYWJlbGxlZGJ5IiwiY2xhc3NOYW1lIiwiaDIiLCJpZCIsImRpdiIsImltZyIsImFsdCIsInNyYyIsInAiLCJtYXAiLCJpdGVtIiwiYSIsInNwYW4iLCJhcmlhLWhpZGRlbiIsImgzIiwidWwiLCJyb2xlIiwibGkiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Footer2.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Footer2)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_Logo__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/Logo */ \"(rsc)/./src/components/Logo.jsx\");\n\n\nconst navigation = {\n solutions: [\n {\n name: \"Features\",\n href: \"/features.html\"\n },\n {\n name: \"Usecases\",\n href: \"/usecases.html\"\n },\n {\n name: \"HeroGPT\",\n href: \"/community/blogs/herogpt.htm\"\n },\n {\n name: \"OurVerse App\",\n href: \"#\"\n }\n ],\n support: [\n {\n name: \"Customer Care\",\n href: \"#\"\n },\n {\n name: \"Documentation\",\n href: \"#\"\n },\n {\n name: \"Blog\",\n href: \"/community.html\"\n },\n {\n name: \"Company\",\n href: \"https://ourworld.tf\"\n }\n ],\n partners: [\n {\n name: \"ThreeFold\",\n href: \"https://threefold.io\"\n },\n {\n name: \"Vindo\",\n href: \"https://vindo.ai\"\n },\n {\n name: \"Incubaid\",\n href: \"https://incubaid.com\"\n }\n ],\n legal: [\n {\n name: \"Claim\",\n href: \"https://threefold.io/tfLabs/\"\n },\n {\n name: \"Privacy\",\n href: \"https://library.threefold.me/info/legal/#/legal__privacypolicy\"\n },\n {\n name: \"Terms\",\n href: \"https://library.threefold.me/info/legal/#/legal__terms_conditions_websites\"\n }\n ],\n social: [\n {\n name: \"Facebook\",\n href: \"#\",\n icon: (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n fill: \"currentColor\",\n viewBox: \"0 0 24 24\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fillRule: \"evenodd\",\n d: \"M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z\",\n clipRule: \"evenodd\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 32,\n columnNumber: 11\n }, undefined)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 31,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"Instagram\",\n href: \"#\",\n icon: (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n fill: \"currentColor\",\n viewBox: \"0 0 24 24\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fillRule: \"evenodd\",\n d: \"M12.315 2c2.43 0 2.784.013 3.808.06 1.064.049 1.791.218 2.427.465a4.902 4.902 0 011.772 1.153 4.902 4.902 0 011.153 1.772c.247.636.416 1.363.465 2.427.048 1.067.06 1.407.06 4.123v.08c0 2.643-.012 2.987-.06 4.043-.049 1.064-.218 1.791-.465 2.427a4.902 4.902 0 01-1.153 1.772 4.902 4.902 0 01-1.772 1.153c-.636.247-1.363.416-2.427.465-1.067.048-1.407.06-4.123.06h-.08c-2.643 0-2.987-.012-4.043-.06-1.064-.049-1.791-.218-2.427-.465a4.902 4.902 0 01-1.772-1.153 4.902 4.902 0 01-1.153-1.772c-.247-.636-.416-1.363-.465-2.427-.047-1.024-.06-1.379-.06-3.808v-.63c0-2.43.013-2.784.06-3.808.049-1.064.218-1.791.465-2.427a4.902 4.902 0 011.153-1.772A4.902 4.902 0 015.45 2.525c.636-.247 1.363-.416 2.427-.465C8.901 2.013 9.256 2 11.685 2h.63zm-.081 1.802h-.468c-2.456 0-2.784.011-3.807.058-.975.045-1.504.207-1.857.344-.467.182-.8.398-1.15.748-.35.35-.566.683-.748 1.15-.137.353-.3.882-.344 1.857-.047 1.023-.058 1.351-.058 3.807v.468c0 2.456.011 2.784.058 3.807.045.975.207 1.504.344 1.857.182.466.399.8.748 1.15.35.35.683.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.041.058h.08c2.597 0 2.917-.01 3.96-.058.976-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.683.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.041v-.08c0-2.597-.01-2.917-.058-3.96-.045-.976-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.023-.047-1.351-.058-3.807-.058zM12 6.865a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 1.802a3.333 3.333 0 100 6.666 3.333 3.333 0 000-6.666zm5.338-3.205a1.2 1.2 0 110 2.4 1.2 1.2 0 010-2.4z\",\n clipRule: \"evenodd\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 45,\n columnNumber: 11\n }, undefined)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 44,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"X\",\n href: \"#\",\n icon: (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n fill: \"currentColor\",\n viewBox: \"0 0 24 24\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M13.6823 10.6218L20.2391 3H18.6854L12.9921 9.61788L8.44486 3H3.2002L10.0765 13.0074L3.2002 21H4.75404L10.7663 14.0113L15.5685 21H20.8131L13.6819 10.6218H13.6823ZM11.5541 13.0956L10.8574 12.0991L5.31391 4.16971H7.70053L12.1742 10.5689L12.8709 11.5655L18.6861 19.8835H16.2995L11.5541 13.096V13.0956Z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 58,\n columnNumber: 11\n }, undefined)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 57,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"GitHub\",\n href: \"#\",\n icon: (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n fill: \"currentColor\",\n viewBox: \"0 0 24 24\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fillRule: \"evenodd\",\n d: \"M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z\",\n clipRule: \"evenodd\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 67,\n columnNumber: 11\n }, undefined)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 66,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"YouTube\",\n href: \"#\",\n icon: (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n fill: \"currentColor\",\n viewBox: \"0 0 24 24\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fillRule: \"evenodd\",\n d: \"M19.812 5.418c.861.23 1.538.907 1.768 1.768C21.998 8.746 22 12 22 12s0 3.255-.418 4.814a2.504 2.504 0 0 1-1.768 1.768c-1.56.419-7.814.419-7.814.419s-6.255 0-7.814-.419a2.505 2.505 0 0 1-1.768-1.768C2 15.255 2 12 2 12s0-3.255.417-4.814a2.507 2.507 0 0 1 1.768-1.768C5.744 5 11.998 5 11.998 5s6.255 0 7.814.418ZM15.194 12 10 15V9l5.194 3Z\",\n clipRule: \"evenodd\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 80,\n columnNumber: 11\n }, undefined)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 79,\n columnNumber: 9\n }, undefined)\n }\n ]\n};\nfunction Footer2() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"footer\", {\n \"aria-labelledby\": \"footer-heading\",\n className: \"bg-white\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n id: \"footer-heading\",\n className: \"sr-only\",\n children: \"Footer\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 94,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-7xl px-6 pb-8 pt-16 sm:pt-24 lg:px-8 lg:pt-32\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"xl:grid xl:grid-cols-3 xl:gap-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"space-y-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"Company name\",\n src: \"/images/logofull.svg\",\n className: \"h-10\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 100,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"text-sm leading-6 text-purple-600\",\n children: \"The Future of Collaboration is Now.\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 105,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex space-x-6\",\n children: navigation.social.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: item.href,\n className: \"text-purple-400 hover:text-purple-500\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"sr-only\",\n children: item.name\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 111,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(item.icon, {\n \"aria-hidden\": \"true\",\n className: \"h-6 w-6\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 112,\n columnNumber: 19\n }, this)\n ]\n }, item.name, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 110,\n columnNumber: 17\n }, this))\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 108,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 99,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-16 grid grid-cols-2 gap-8 xl:col-span-2 xl:mt-0\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"md:grid md:grid-cols-2 md:gap-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h3\", {\n className: \"text-sm font-semibold leading-6 text-purple-900\",\n children: \"Solutions\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 120,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"ul\", {\n role: \"list\",\n className: \"mt-6 space-y-4\",\n children: navigation.solutions.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"li\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: item.href,\n className: \"text-sm leading-6 text-purple-600 hover:text-purple-900\",\n children: item.name\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 124,\n columnNumber: 23\n }, this)\n }, item.name, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 123,\n columnNumber: 21\n }, this))\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 121,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 119,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 md:mt-0\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h3\", {\n className: \"text-sm font-semibold leading-6 text-purple-900\",\n children: \"Support\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 132,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"ul\", {\n role: \"list\",\n className: \"mt-6 space-y-4\",\n children: navigation.support.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"li\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: item.href,\n className: \"text-sm leading-6 text-purple-600 hover:text-purple-900\",\n children: item.name\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 136,\n columnNumber: 23\n }, this)\n }, item.name, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 135,\n columnNumber: 21\n }, this))\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 133,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 131,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 118,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"md:grid md:grid-cols-2 md:gap-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h3\", {\n className: \"text-sm font-semibold leading-6 text-purple-900\",\n children: \"Company\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 146,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"ul\", {\n role: \"list\",\n className: \"mt-6 space-y-4\",\n children: navigation.partners.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"li\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: item.href,\n className: \"text-sm leading-6 text-purple-600 hover:text-purple-900\",\n children: item.name\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 150,\n columnNumber: 23\n }, this)\n }, item.name, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 149,\n columnNumber: 21\n }, this))\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 147,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 145,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 md:mt-0\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h3\", {\n className: \"text-sm font-semibold leading-6 text-purple-900\",\n children: \"Legal\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 158,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"ul\", {\n role: \"list\",\n className: \"mt-6 space-y-4\",\n children: navigation.legal.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"li\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: item.href,\n className: \"text-sm leading-6 text-purple-600 hover:text-purple-900\",\n children: item.name\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 162,\n columnNumber: 23\n }, this)\n }, item.name, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 161,\n columnNumber: 21\n }, this))\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 159,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 157,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 144,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 117,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 98,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-16 border-t border-purple-900/10 pt-8 sm:mt-20 lg:mt-24\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"text-xs leading-5 text-purple-500\",\n children: \"\\xa9 2024 Ourworld Holdings, Inc. All rights reserved.\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 173,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 172,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 97,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Footer2.jsx\",\n lineNumber: 93,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIyLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUF3QztBQUV4QyxNQUFNQyxhQUFhO0lBQ2pCQyxXQUFXO1FBQ1Q7WUFBRUMsTUFBTTtZQUFZQyxNQUFNO1FBQWlCO1FBQzNDO1lBQUVELE1BQU07WUFBWUMsTUFBTTtRQUFpQjtRQUMzQztZQUFFRCxNQUFNO1lBQVdDLE1BQU07UUFBK0I7UUFDeEQ7WUFBRUQsTUFBTTtZQUFnQkMsTUFBTTtRQUFJO0tBQ25DO0lBQ0RDLFNBQVM7UUFDUDtZQUFFRixNQUFNO1lBQWlCQyxNQUFNO1FBQUk7UUFDbkM7WUFBRUQsTUFBTTtZQUFpQkMsTUFBTTtRQUFJO1FBQ25DO1lBQUVELE1BQU07WUFBUUMsTUFBTTtRQUFrQjtRQUN4QztZQUFFRCxNQUFNO1lBQVdDLE1BQU07UUFBc0I7S0FDaEQ7SUFDREUsVUFBVTtRQUNSO1lBQUVILE1BQU07WUFBYUMsTUFBTTtRQUF1QjtRQUNsRDtZQUFFRCxNQUFNO1lBQVNDLE1BQU07UUFBbUI7UUFDMUM7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQXVCO0tBQ2xEO0lBQ0RHLE9BQU87UUFDTDtZQUFFSixNQUFNO1lBQVNDLE1BQU07UUFBK0I7UUFDdEQ7WUFBRUQsTUFBTTtZQUFXQyxNQUFNO1FBQWlFO1FBQzFGO1lBQUVELE1BQU07WUFBU0MsTUFBTTtRQUE2RTtLQUNyRztJQUNESSxRQUFRO1FBQ047WUFDRUwsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFDQ0MsVUFBUzt3QkFDVEMsR0FBRTt3QkFDRkMsVUFBUzs7Ozs7Ozs7Ozs7UUFJakI7UUFDQTtZQUNFZCxNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQUtFLEdBQUU7Ozs7Ozs7Ozs7O1FBR2Q7UUFDQTtZQUNFYixNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO0tBQ0Q7QUFDSDtBQUVlLFNBQVNDO0lBQ3RCLHFCQUNFLDhEQUFDQztRQUFPQyxtQkFBZ0I7UUFBaUJDLFdBQVU7OzBCQUNqRCw4REFBQ0M7Z0JBQUdDLElBQUc7Z0JBQWlCRixXQUFVOzBCQUFVOzs7Ozs7MEJBRzVDLDhEQUFDRztnQkFBSUgsV0FBVTs7a0NBQ2IsOERBQUNHO3dCQUFJSCxXQUFVOzswQ0FDYiw4REFBQ0c7Z0NBQUlILFdBQVU7O2tEQUNiLDhEQUFDSTt3Q0FDQ0MsS0FBSTt3Q0FDSkMsS0FBSTt3Q0FDSk4sV0FBVTs7Ozs7O2tEQUVaLDhEQUFDTzt3Q0FBRVAsV0FBVTtrREFBb0M7Ozs7OztrREFHakQsOERBQUNHO3dDQUFJSCxXQUFVO2tEQUNacEIsV0FBV08sTUFBTSxDQUFDcUIsR0FBRyxDQUFDLENBQUNDLHFCQUN0Qiw4REFBQ0M7Z0RBQWtCM0IsTUFBTTBCLEtBQUsxQixJQUFJO2dEQUFFaUIsV0FBVTs7a0VBQzVDLDhEQUFDVzt3REFBS1gsV0FBVTtrRUFBV1MsS0FBSzNCLElBQUk7Ozs7OztrRUFDcEMsOERBQUMyQixLQUFLckIsSUFBSTt3REFBQ3dCLGVBQVk7d0RBQU9aLFdBQVU7Ozs7Ozs7K0NBRmxDUyxLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswQ0FPdkIsOERBQUNxQjtnQ0FBSUgsV0FBVTs7a0RBQ2IsOERBQUNHO3dDQUFJSCxXQUFVOzswREFDYiw4REFBQ0c7O2tFQUNDLDhEQUFDVTt3REFBR2IsV0FBVTtrRUFBa0Q7Ozs7OztrRUFDaEUsOERBQUNjO3dEQUFHQyxNQUFLO3dEQUFPZixXQUFVO2tFQUN2QnBCLFdBQVdDLFNBQVMsQ0FBQzJCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDekIsOERBQUNPOzBFQUNDLDRFQUFDTjtvRUFBRTNCLE1BQU0wQixLQUFLMUIsSUFBSTtvRUFBRWlCLFdBQVU7OEVBQzNCUyxLQUFLM0IsSUFBSTs7Ozs7OytEQUZMMkIsS0FBSzNCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7MERBUXhCLDhEQUFDcUI7Z0RBQUlILFdBQVU7O2tFQUNiLDhEQUFDYTt3REFBR2IsV0FBVTtrRUFBa0Q7Ozs7OztrRUFDaEUsOERBQUNjO3dEQUFHQyxNQUFLO3dEQUFPZixXQUFVO2tFQUN2QnBCLFdBQVdJLE9BQU8sQ0FBQ3dCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDdkIsOERBQUNPOzBFQUNDLDRFQUFDTjtvRUFBRTNCLE1BQU0wQixLQUFLMUIsSUFBSTtvRUFBRWlCLFdBQVU7OEVBQzNCUyxLQUFLM0IsSUFBSTs7Ozs7OytEQUZMMkIsS0FBSzNCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7a0RBUzFCLDhEQUFDcUI7d0NBQUlILFdBQVU7OzBEQUNiLDhEQUFDRzs7a0VBQ0MsOERBQUNVO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV0ssUUFBUSxDQUFDdUIsR0FBRyxDQUFDLENBQUNDLHFCQUN4Qiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswREFReEIsOERBQUNxQjtnREFBSUgsV0FBVTs7a0VBQ2IsOERBQUNhO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV00sS0FBSyxDQUFDc0IsR0FBRyxDQUFDLENBQUNDLHFCQUNyQiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztrQ0FXOUIsOERBQUNxQjt3QkFBSUgsV0FBVTtrQ0FDYiw0RUFBQ087NEJBQUVQLFdBQVU7c0NBQW9DOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUszRCIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0Zvb3RlcjIuanN4P2YzN2YiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTG9nbyB9IGZyb20gJ0AvY29tcG9uZW50cy9Mb2dvJ1xyXG5cclxuY29uc3QgbmF2aWdhdGlvbiA9IHtcclxuICBzb2x1dGlvbnM6IFtcclxuICAgIHsgbmFtZTogJ0ZlYXR1cmVzJywgaHJlZjogJy9mZWF0dXJlcy5odG1sJyB9LFxyXG4gICAgeyBuYW1lOiAnVXNlY2FzZXMnLCBocmVmOiAnL3VzZWNhc2VzLmh0bWwnIH0sXHJcbiAgICB7IG5hbWU6ICdIZXJvR1BUJywgaHJlZjogJy9jb21tdW5pdHkvYmxvZ3MvaGVyb2dwdC5odG0nIH0sXHJcbiAgICB7IG5hbWU6ICdPdXJWZXJzZSBBcHAnLCBocmVmOiAnIycgfSxcclxuICBdLFxyXG4gIHN1cHBvcnQ6IFtcclxuICAgIHsgbmFtZTogJ0N1c3RvbWVyIENhcmUnLCBocmVmOiAnIycgfSxcclxuICAgIHsgbmFtZTogJ0RvY3VtZW50YXRpb24nLCBocmVmOiAnIycgfSxcclxuICAgIHsgbmFtZTogJ0Jsb2cnLCBocmVmOiAnL2NvbW11bml0eS5odG1sJyB9LFxyXG4gICAgeyBuYW1lOiAnQ29tcGFueScsIGhyZWY6ICdodHRwczovL291cndvcmxkLnRmJyB9LFxyXG4gIF0sXHJcbiAgcGFydG5lcnM6IFtcclxuICAgIHsgbmFtZTogJ1RocmVlRm9sZCcsIGhyZWY6ICdodHRwczovL3RocmVlZm9sZC5pbycgfSxcclxuICAgIHsgbmFtZTogJ1ZpbmRvJywgaHJlZjogJ2h0dHBzOi8vdmluZG8uYWknIH0sXHJcbiAgICB7IG5hbWU6ICdJbmN1YmFpZCcsIGhyZWY6ICdodHRwczovL2luY3ViYWlkLmNvbScgfSxcclxuICBdLFxyXG4gIGxlZ2FsOiBbXHJcbiAgICB7IG5hbWU6ICdDbGFpbScsIGhyZWY6ICdodHRwczovL3RocmVlZm9sZC5pby90ZkxhYnMvJyB9LFxyXG4gICAgeyBuYW1lOiAnUHJpdmFjeScsIGhyZWY6ICdodHRwczovL2xpYnJhcnkudGhyZWVmb2xkLm1lL2luZm8vbGVnYWwvIy9sZWdhbF9fcHJpdmFjeXBvbGljeScgfSxcclxuICAgIHsgbmFtZTogJ1Rlcm1zJywgaHJlZjogJ2h0dHBzOi8vbGlicmFyeS50aHJlZWZvbGQubWUvaW5mby9sZWdhbC8jL2xlZ2FsX190ZXJtc19jb25kaXRpb25zX3dlYnNpdGVzJyB9LFxyXG4gIF0sXHJcbiAgc29jaWFsOiBbXHJcbiAgICB7XHJcbiAgICAgIG5hbWU6ICdGYWNlYm9vaycsXHJcbiAgICAgIGhyZWY6ICcjJyxcclxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXHJcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XHJcbiAgICAgICAgICA8cGF0aFxyXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxyXG4gICAgICAgICAgICBkPVwiTTIyIDEyYzAtNS41MjMtNC40NzctMTAtMTAtMTBTMiA2LjQ3NyAyIDEyYzAgNC45OTEgMy42NTcgOS4xMjggOC40MzggOS44Nzh2LTYuOTg3aC0yLjU0VjEyaDIuNTRWOS43OTdjMC0yLjUwNiAxLjQ5Mi0zLjg5IDMuNzc3LTMuODkgMS4wOTQgMCAyLjIzOC4xOTUgMi4yMzguMTk1djIuNDZoLTEuMjZjLTEuMjQzIDAtMS42My43NzEtMS42MyAxLjU2MlYxMmgyLjc3M2wtLjQ0MyAyLjg5aC0yLjMzdjYuOTg4QzE4LjM0MyAyMS4xMjggMjIgMTYuOTkxIDIyIDEyelwiXHJcbiAgICAgICAgICAgIGNsaXBSdWxlPVwiZXZlbm9kZFwiXHJcbiAgICAgICAgICAvPlxyXG4gICAgICAgIDwvc3ZnPlxyXG4gICAgICApLFxyXG4gICAgfSxcclxuICAgIHtcclxuICAgICAgbmFtZTogJ0luc3RhZ3JhbScsXHJcbiAgICAgIGhyZWY6ICcjJyxcclxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXHJcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XHJcbiAgICAgICAgICA8cGF0aFxyXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxyXG4gICAgICAgICAgICBkPVwiTTEyLjMxNSAyYzIuNDMgMCAyLjc4NC4wMTMgMy44MDguMDYgMS4wNjQuMDQ5IDEuNzkxLjIxOCAyLjQyNy40NjVhNC45MDIgNC45MDIgMCAwMTEuNzcyIDEuMTUzIDQuOTAyIDQuOTAyIDAgMDExLjE1MyAxLjc3MmMuMjQ3LjYzNi40MTYgMS4zNjMuNDY1IDIuNDI3LjA0OCAxLjA2Ny4wNiAxLjQwNy4wNiA0LjEyM3YuMDhjMCAyLjY0My0uMDEyIDIuOTg3LS4wNiA0LjA0My0uMDQ5IDEuMDY0LS4yMTggMS43OTEtLjQ2NSAyLjQyN2E0LjkwMiA0LjkwMiAwIDAxLTEuMTUzIDEuNzcyIDQuOTAyIDQuOTAyIDAgMDEtMS43NzIgMS4xNTNjLS42MzYuMjQ3LTEuMzYzLjQxNi0yLjQyNy40NjUtMS4wNjcuMDQ4LTEuNDA3LjA2LTQuMTIzLjA2aC0uMDhjLTIuNjQzIDAtMi45ODctLjAxMi00LjA0My0uMDYtMS4wNjQtLjA0OS0xLjc5MS0uMjE4LTIuNDI3LS40NjVhNC45MDIgNC45MDIgMCAwMS0xLjc3Mi0xLjE1MyA0LjkwMiA0LjkwMiAwIDAxLTEuMTUzLTEuNzcyYy0uMjQ3LS42MzYtLjQxNi0xLjM2My0uNDY1LTIuNDI3LS4wNDctMS4wMjQtLjA2LTEuMzc5LS4wNi0zLjgwOHYtLjYzYzAtMi40My4wMTMtMi43ODQuMDYtMy44MDguMDQ5LTEuMDY0LjIxOC0xLjc5MS40NjUtMi40MjdhNC45MDIgNC45MDIgMCAwMTEuMTUzLTEuNzcyQTQuOTAyIDQuOTAyIDAgMDE1LjQ1IDIuNTI1Yy42MzYtLjI0NyAxLjM2My0uNDE2IDIuNDI3LS40NjVDOC45MDEgMi4wMTMgOS4yNTYgMiAxMS42ODUgMmguNjN6bS0uMDgxIDEuODAyaC0uNDY4Yy0yLjQ1NiAwLTIuNzg0LjAxMS0zLjgwNy4wNTgtLjk3NS4wNDUtMS41MDQuMjA3LTEuODU3LjM0NC0uNDY3LjE4Mi0uOC4zOTgtMS4xNS43NDgtLjM1LjM1LS41NjYuNjgzLS43NDggMS4xNS0uMTM3LjM1My0uMy44ODItLjM0NCAxLjg1Ny0uMDQ3IDEuMDIzLS4wNTggMS4zNTEtLjA1OCAzLjgwN3YuNDY4YzAgMi40NTYuMDExIDIuNzg0LjA1OCAzLjgwNy4wNDUuOTc1LjIwNyAxLjUwNC4zNDQgMS44NTcuMTgyLjQ2Ni4zOTkuOC43NDggMS4xNS4zNS4zNS42ODMuNTY2IDEuMTUuNzQ4LjM1My4xMzcuODgyLjMgMS44NTcuMzQ0IDEuMDU0LjA0OCAxLjM3LjA1OCA0LjA0MS4wNThoLjA4YzIuNTk3IDAgMi45MTctLjAxIDMuOTYtLjA1OC45NzYtLjA0NSAxLjUwNS0uMjA3IDEuODU4LS4zNDQuNDY2LS4xODIuOC0uMzk4IDEuMTUtLjc0OC4zNS0uMzUuNTY2LS42ODMuNzQ4LTEuMTUuMTM3LS4zNTMuMy0uODgyLjM0NC0xLjg1Ny4wNDgtMS4wNTUuMDU4LTEuMzcuMDU4LTQuMDQxdi0uMDhjMC0yLjU5Ny0uMDEtMi45MTctLjA1OC0zLjk2LS4wNDUtLjk3Ni0uMjA3LTEuNTA1LS4zNDQtMS44NThhMy4wOTcgMy4wOTcgMCAwMC0uNzQ4LTEuMTUgMy4wOTggMy4wOTggMCAwMC0xLjE1LS43NDhjLS4zNTMtLjEzNy0uODgyLS4zLTEuODU3LS4zNDQtMS4wMjMtLjA0Ny0xLjM1MS0uMDU4LTMuODA3LS4wNTh6TTEyIDYuODY1YTUuMTM1IDUuMTM1IDAgMTEwIDEwLjI3IDUuMTM1IDUuMTM1IDAgMDEwLTEwLjI3em0wIDEuODAyYTMuMzMzIDMuMzMzIDAgMTAwIDYuNjY2IDMuMzMzIDMuMzMzIDAgMDAwLTYuNjY2em01LjMzOC0zLjIwNWExLjIgMS4yIDAgMTEwIDIuNCAxLjIgMS4yIDAgMDEwLTIuNHpcIlxyXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxyXG4gICAgICAgICAgLz5cclxuICAgICAgICA8L3N2Zz5cclxuICAgICAgKSxcclxuICAgIH0sXHJcbiAgICB7XHJcbiAgICAgIG5hbWU6ICdYJyxcclxuICAgICAgaHJlZjogJyMnLFxyXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcclxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cclxuICAgICAgICAgIDxwYXRoIGQ9XCJNMTMuNjgyMyAxMC42MjE4TDIwLjIzOTEgM0gxOC42ODU0TDEyLjk5MjEgOS42MTc4OEw4LjQ0NDg2IDNIMy4yMDAyTDEwLjA3NjUgMTMuMDA3NEwzLjIwMDIgMjFINC43NTQwNEwxMC43NjYzIDE0LjAxMTNMMTUuNTY4NSAyMUgyMC44MTMxTDEzLjY4MTkgMTAuNjIxOEgxMy42ODIzWk0xMS41NTQxIDEzLjA5NTZMMTAuODU3NCAxMi4wOTkxTDUuMzEzOTEgNC4xNjk3MUg3LjcwMDUzTDEyLjE3NDIgMTAuNTY4OUwxMi44NzA5IDExLjU2NTVMMTguNjg2MSAxOS44ODM1SDE2LjI5OTVMMTEuNTU0MSAxMy4wOTZWMTMuMDk1NlpcIiAvPlxyXG4gICAgICAgIDwvc3ZnPlxyXG4gICAgICApLFxyXG4gICAgfSxcclxuICAgIHtcclxuICAgICAgbmFtZTogJ0dpdEh1YicsXHJcbiAgICAgIGhyZWY6ICcjJyxcclxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXHJcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XHJcbiAgICAgICAgICA8cGF0aFxyXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxyXG4gICAgICAgICAgICBkPVwiTTEyIDJDNi40NzcgMiAyIDYuNDg0IDIgMTIuMDE3YzAgNC40MjUgMi44NjUgOC4xOCA2LjgzOSA5LjUwNC41LjA5Mi42ODItLjIxNy42ODItLjQ4MyAwLS4yMzctLjAwOC0uODY4LS4wMTMtMS43MDMtMi43ODIuNjA1LTMuMzY5LTEuMzQzLTMuMzY5LTEuMzQzLS40NTQtMS4xNTgtMS4xMS0xLjQ2Ni0xLjExLTEuNDY2LS45MDgtLjYyLjA2OS0uNjA4LjA2OS0uNjA4IDEuMDAzLjA3IDEuNTMxIDEuMDMyIDEuNTMxIDEuMDMyLjg5MiAxLjUzIDIuMzQxIDEuMDg4IDIuOTEuODMyLjA5Mi0uNjQ3LjM1LTEuMDg4LjYzNi0xLjMzOC0yLjIyLS4yNTMtNC41NTUtMS4xMTMtNC41NTUtNC45NTEgMC0xLjA5My4zOS0xLjk4OCAxLjAyOS0yLjY4OC0uMTAzLS4yNTMtLjQ0Ni0xLjI3Mi4wOTgtMi42NSAwIDAgLjg0LS4yNyAyLjc1IDEuMDI2QTkuNTY0IDkuNTY0IDAgMDExMiA2Ljg0NGMuODUuMDA0IDEuNzA1LjExNSAyLjUwNC4zMzcgMS45MDktMS4yOTYgMi43NDctMS4wMjcgMi43NDctMS4wMjcuNTQ2IDEuMzc5LjIwMiAyLjM5OC4xIDIuNjUxLjY0LjcgMS4wMjggMS41OTUgMS4wMjggMi42ODggMCAzLjg0OC0yLjMzOSA0LjY5NS00LjU2NiA0Ljk0My4zNTkuMzA5LjY3OC45Mi42NzggMS44NTUgMCAxLjMzOC0uMDEyIDIuNDE5LS4wMTIgMi43NDcgMCAuMjY4LjE4LjU4LjY4OC40ODJBMTAuMDE5IDEwLjAxOSAwIDAwMjIgMTIuMDE3QzIyIDYuNDg0IDE3LjUyMiAyIDEyIDJ6XCJcclxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcclxuICAgICAgICAgIC8+XHJcbiAgICAgICAgPC9zdmc+XHJcbiAgICAgICksXHJcbiAgICB9LFxyXG4gICAge1xyXG4gICAgICBuYW1lOiAnWW91VHViZScsXHJcbiAgICAgIGhyZWY6ICcjJyxcclxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXHJcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XHJcbiAgICAgICAgICA8cGF0aFxyXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxyXG4gICAgICAgICAgICBkPVwiTTE5LjgxMiA1LjQxOGMuODYxLjIzIDEuNTM4LjkwNyAxLjc2OCAxLjc2OEMyMS45OTggOC43NDYgMjIgMTIgMjIgMTJzMCAzLjI1NS0uNDE4IDQuODE0YTIuNTA0IDIuNTA0IDAgMCAxLTEuNzY4IDEuNzY4Yy0xLjU2LjQxOS03LjgxNC40MTktNy44MTQuNDE5cy02LjI1NSAwLTcuODE0LS40MTlhMi41MDUgMi41MDUgMCAwIDEtMS43NjgtMS43NjhDMiAxNS4yNTUgMiAxMiAyIDEyczAtMy4yNTUuNDE3LTQuODE0YTIuNTA3IDIuNTA3IDAgMCAxIDEuNzY4LTEuNzY4QzUuNzQ0IDUgMTEuOTk4IDUgMTEuOTk4IDVzNi4yNTUgMCA3LjgxNC40MThaTTE1LjE5NCAxMiAxMCAxNVY5bDUuMTk0IDNaXCJcclxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcclxuICAgICAgICAgIC8+XHJcbiAgICAgICAgPC9zdmc+XHJcbiAgICAgICksXHJcbiAgICB9LFxyXG4gIF0sXHJcbn1cclxuXHJcbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEZvb3RlcjIoKSB7XHJcbiAgcmV0dXJuIChcclxuICAgIDxmb290ZXIgYXJpYS1sYWJlbGxlZGJ5PVwiZm9vdGVyLWhlYWRpbmdcIiBjbGFzc05hbWU9XCJiZy13aGl0ZVwiPlxyXG4gICAgICA8aDIgaWQ9XCJmb290ZXItaGVhZGluZ1wiIGNsYXNzTmFtZT1cInNyLW9ubHlcIj5cclxuICAgICAgICBGb290ZXJcclxuICAgICAgPC9oMj5cclxuICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LTd4bCBweC02IHBiLTggcHQtMTYgc206cHQtMjQgbGc6cHgtOCBsZzpwdC0zMlwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwieGw6Z3JpZCB4bDpncmlkLWNvbHMtMyB4bDpnYXAtOFwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJzcGFjZS15LThcIj5cclxuICAgICAgICAgICAgPGltZ1xyXG4gICAgICAgICAgICAgIGFsdD1cIkNvbXBhbnkgbmFtZVwiXHJcbiAgICAgICAgICAgICAgc3JjPVwiL2ltYWdlcy9sb2dvZnVsbC5zdmdcIlxyXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT1cImgtMTBcIlxyXG4gICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDBcIj5cclxuICAgICAgICAgICAgVGhlIEZ1dHVyZSBvZiBDb2xsYWJvcmF0aW9uIGlzIE5vdy5cclxuICAgICAgICAgICAgPC9wPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggc3BhY2UteC02XCI+XHJcbiAgICAgICAgICAgICAge25hdmlnYXRpb24uc29jaWFsLm1hcCgoaXRlbSkgPT4gKFxyXG4gICAgICAgICAgICAgICAgPGEga2V5PXtpdGVtLm5hbWV9IGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1wdXJwbGUtNDAwIGhvdmVyOnRleHQtcHVycGxlLTUwMFwiPlxyXG4gICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzc05hbWU9XCJzci1vbmx5XCI+e2l0ZW0ubmFtZX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDxpdGVtLmljb24gYXJpYS1oaWRkZW49XCJ0cnVlXCIgY2xhc3NOYW1lPVwiaC02IHctNlwiIC8+XHJcbiAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgKSl9XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTE2IGdyaWQgZ3JpZC1jb2xzLTIgZ2FwLTggeGw6Y29sLXNwYW4tMiB4bDptdC0wXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibWQ6Z3JpZCBtZDpncmlkLWNvbHMtMiBtZDpnYXAtOFwiPlxyXG4gICAgICAgICAgICAgIDxkaXY+XHJcbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5Tb2x1dGlvbnM8L2gzPlxyXG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cclxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24uc29sdXRpb25zLm1hcCgoaXRlbSkgPT4gKFxyXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMCBob3Zlcjp0ZXh0LXB1cnBsZS05MDBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cclxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgICApKX1cclxuICAgICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBtZDptdC0wXCI+XHJcbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5TdXBwb3J0PC9oMz5cclxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XHJcbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnN1cHBvcnQubWFwKChpdGVtKSA9PiAoXHJcbiAgICAgICAgICAgICAgICAgICAgPGxpIGtleT17aXRlbS5uYW1lfT5cclxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxyXG4gICAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICkpfVxyXG4gICAgICAgICAgICAgICAgPC91bD5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibWQ6Z3JpZCBtZDpncmlkLWNvbHMtMiBtZDpnYXAtOFwiPlxyXG4gICAgICAgICAgICAgIDxkaXY+XHJcbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5Db21wYW55PC9oMz5cclxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XHJcbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnBhcnRuZXJzLm1hcCgoaXRlbSkgPT4gKFxyXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMCBob3Zlcjp0ZXh0LXB1cnBsZS05MDBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cclxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgICApKX1cclxuICAgICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBtZDptdC0wXCI+XHJcbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5MZWdhbDwvaDM+XHJcbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxyXG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5sZWdhbC5tYXAoKGl0ZW0pID0+IChcclxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxyXG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XHJcbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgICAgICAgKSl9XHJcbiAgICAgICAgICAgICAgICA8L3VsPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTYgYm9yZGVyLXQgYm9yZGVyLXB1cnBsZS05MDAvMTAgcHQtOCBzbTptdC0yMCBsZzptdC0yNFwiPlxyXG4gICAgICAgICAgPHAgY2xhc3NOYW1lPVwidGV4dC14cyBsZWFkaW5nLTUgdGV4dC1wdXJwbGUtNTAwXCI+JmNvcHk7IDIwMjQgT3Vyd29ybGQgSG9sZGluZ3MsIEluYy4gQWxsIHJpZ2h0cyByZXNlcnZlZC48L3A+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9mb290ZXI+XHJcbiAgKVxyXG59XHJcbiJdLCJuYW1lcyI6WyJMb2dvIiwibmF2aWdhdGlvbiIsInNvbHV0aW9ucyIsIm5hbWUiLCJocmVmIiwic3VwcG9ydCIsInBhcnRuZXJzIiwibGVnYWwiLCJzb2NpYWwiLCJpY29uIiwicHJvcHMiLCJzdmciLCJmaWxsIiwidmlld0JveCIsInBhdGgiLCJmaWxsUnVsZSIsImQiLCJjbGlwUnVsZSIsIkZvb3RlcjIiLCJmb290ZXIiLCJhcmlhLWxhYmVsbGVkYnkiLCJjbGFzc05hbWUiLCJoMiIsImlkIiwiZGl2IiwiaW1nIiwiYWx0Iiwic3JjIiwicCIsIm1hcCIsIml0ZW0iLCJhIiwic3BhbiIsImFyaWEtaGlkZGVuIiwiaDMiLCJ1bCIsInJvbGUiLCJsaSJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Footer2.jsx\n"); /***/ }), @@ -384,7 +384,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Gradient: () => (/* binding */ Gradient)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);\n// src/components/Gradient.jsx\n\n\nfunction Gradient({ children, className = \"\" }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: `relative ${className}`,\n style: {\n background: \"linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(253,253,253,0) 80%)\"\n },\n children: children\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Gradient.jsx\",\n lineNumber: 6,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9HcmFkaWVudC5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7QUFBQSw4QkFBOEI7O0FBQ0o7QUFFbkIsU0FBU0MsU0FBUyxFQUFFQyxRQUFRLEVBQUVDLFlBQVksRUFBRSxFQUFFO0lBQ25ELHFCQUNFLDhEQUFDQztRQUNDRCxXQUFXLENBQUMsU0FBUyxFQUFFQSxVQUFVLENBQUM7UUFDbENFLE9BQU87WUFDTEMsWUFBWTtRQUNkO2tCQUVDSjs7Ozs7O0FBR1AiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9HcmFkaWVudC5qc3g/M2UyNSJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyBzcmMvY29tcG9uZW50cy9HcmFkaWVudC5qc3hcbmltcG9ydCBSZWFjdCBmcm9tICdyZWFjdCc7XG5cbmV4cG9ydCBmdW5jdGlvbiBHcmFkaWVudCh7IGNoaWxkcmVuLCBjbGFzc05hbWUgPSAnJyB9KSB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgY2xhc3NOYW1lPXtgcmVsYXRpdmUgJHtjbGFzc05hbWV9YH1cbiAgICAgIHN0eWxlPXt7XG4gICAgICAgIGJhY2tncm91bmQ6ICdsaW5lYXItZ3JhZGllbnQoOTBkZWcsIHJnYmEoMjU1LDI1NSwyNTUsMSkgMCUsIHJnYmEoMjUzLDI1MywyNTMsMCkgODAlKScsXG4gICAgICB9fVxuICAgID5cbiAgICAgIHtjaGlsZHJlbn1cbiAgICA8L2Rpdj5cbiAgKTtcbn1cbiJdLCJuYW1lcyI6WyJSZWFjdCIsIkdyYWRpZW50IiwiY2hpbGRyZW4iLCJjbGFzc05hbWUiLCJkaXYiLCJzdHlsZSIsImJhY2tncm91bmQiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Gradient.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Gradient: () => (/* binding */ Gradient)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);\n// src/components/Gradient.jsx\n\n\nfunction Gradient({ children, className = \"\" }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: `relative ${className}`,\n style: {\n background: \"linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(253,253,253,0) 80%)\"\n },\n children: children\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Gradient.jsx\",\n lineNumber: 6,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9HcmFkaWVudC5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7QUFBQSw4QkFBOEI7O0FBQ0o7QUFFbkIsU0FBU0MsU0FBUyxFQUFFQyxRQUFRLEVBQUVDLFlBQVksRUFBRSxFQUFFO0lBQ25ELHFCQUNFLDhEQUFDQztRQUNDRCxXQUFXLENBQUMsU0FBUyxFQUFFQSxVQUFVLENBQUM7UUFDbENFLE9BQU87WUFDTEMsWUFBWTtRQUNkO2tCQUVDSjs7Ozs7O0FBR1AiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9HcmFkaWVudC5qc3g/M2UyNSJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyBzcmMvY29tcG9uZW50cy9HcmFkaWVudC5qc3hcclxuaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0JztcclxuXHJcbmV4cG9ydCBmdW5jdGlvbiBHcmFkaWVudCh7IGNoaWxkcmVuLCBjbGFzc05hbWUgPSAnJyB9KSB7XHJcbiAgcmV0dXJuIChcclxuICAgIDxkaXZcclxuICAgICAgY2xhc3NOYW1lPXtgcmVsYXRpdmUgJHtjbGFzc05hbWV9YH1cclxuICAgICAgc3R5bGU9e3tcclxuICAgICAgICBiYWNrZ3JvdW5kOiAnbGluZWFyLWdyYWRpZW50KDkwZGVnLCByZ2JhKDI1NSwyNTUsMjU1LDEpIDAlLCByZ2JhKDI1MywyNTMsMjUzLDApIDgwJSknLFxyXG4gICAgICB9fVxyXG4gICAgPlxyXG4gICAgICB7Y2hpbGRyZW59XHJcbiAgICA8L2Rpdj5cclxuICApO1xyXG59XHJcbiJdLCJuYW1lcyI6WyJSZWFjdCIsIkdyYWRpZW50IiwiY2hpbGRyZW4iLCJjbGFzc05hbWUiLCJkaXYiLCJzdHlsZSIsImJhY2tncm91bmQiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Gradient.jsx\n"); /***/ }), @@ -402,7 +402,7 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var next_dist_build_webpack_loaders_next_flight_loader_module_proxy__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! next/dist/build/webpack/loaders/next-flight-loader/module-proxy */ "(rsc)/./node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js"); -const e0 = (0,next_dist_build_webpack_loaders_next_flight_loader_module_proxy__WEBPACK_IMPORTED_MODULE_0__.createProxy)(String.raw`/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx#Header`); +const e0 = (0,next_dist_build_webpack_loaders_next_flight_loader_module_proxy__WEBPACK_IMPORTED_MODULE_0__.createProxy)(String.raw`D:\github\ourverse_new\src\components\Header.jsx#Header`); /***/ }), @@ -414,7 +414,7 @@ const e0 = (0,next_dist_build_webpack_loaders_next_flight_loader_module_proxy__W /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Hero: () => (/* binding */ Hero)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_BackgroundImage__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/BackgroundImage */ \"(rsc)/./src/components/BackgroundImage.jsx\");\n/* harmony import */ var _components_Button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Button */ \"(rsc)/./src/components/Button.jsx\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Container */ \"(rsc)/./src/components/Container.jsx\");\n\n\n\n\nfunction Hero() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative lg:py-12 mt-20 pb-12 pt-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_BackgroundImage__WEBPACK_IMPORTED_MODULE_1__.BackgroundImage, {\n className: \"-bottom-14 -top-20\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 10,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n className: \"relative\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-2xl lg:max-w-4xl lg:px-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"font-display lg:text-6xl text-4xl font-semibold leading-normal tracking-tighter text-gradient-dark\",\n children: \"OurVerse\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 13,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h1\", {\n className: \"lg:mt-2 mt-0 font-display lg:text-2xl text-lg font-semibold tracking-tight text-gradient-dark\",\n children: \"Powered by ThreeFold\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 16,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-4 space-y-6 mx-4 font-display section-text\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"emphasis\",\n children: \"OurVerse\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 21,\n columnNumber: 13\n }, this),\n \" is a fully immersive metaverse platform, offering a space where virtual interactions feel real, engaging, and limitless.\"\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 20,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: \"Our mission is to break down the barriers to meaningful connection and collaboration. We believe that everyone, regardless of location or resources, should have access to immersive and engaging spaces where they can meet, create, and innovate together.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 23,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 19,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dl\", {\n className: \"mt-10 grid grid-cols-2 gap-x-10 gap-y-4 lg:auto-cols-auto lg:grid-flow-col lg:grid-cols-none lg:justify-start text-center lg:text-left\",\n children: [\n [\n \"3D Assets\",\n \"100000+\"\n ],\n [\n \"Users\",\n \"5000+\"\n ],\n [\n \"Verses\",\n \"2000+\"\n ],\n [\n \"Countries\",\n \"15\"\n ]\n ].map(([name, value])=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dt\", {\n className: \"font-mono text-sm text-cyan-600\",\n children: name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 36,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dd\", {\n className: \"mt-0.5 text-2xl font-semibold tracking-tight text-gradient-dark\",\n children: value\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 37,\n columnNumber: 17\n }, this)\n ]\n }, name, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 35,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 28,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 12,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 11,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 9,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9IZXJvLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQThEO0FBQ2xCO0FBQ007QUFJM0MsU0FBU0c7SUFDZCxxQkFDRSw4REFBQ0M7UUFBSUMsV0FBVTs7MEJBQ2IsOERBQUNMLHdFQUFlQTtnQkFBQ0ssV0FBVTs7Ozs7OzBCQUMzQiw4REFBQ0gsNERBQVNBO2dCQUFDRyxXQUFVOzBCQUNuQiw0RUFBQ0Q7b0JBQUlDLFdBQVU7O3NDQUNiLDhEQUFDQzs0QkFBR0QsV0FBVTtzQ0FBcUc7Ozs7OztzQ0FHbkgsOERBQUNFOzRCQUFHRixXQUFVO3NDQUFnRzs7Ozs7O3NDQUc5Ryw4REFBQ0Q7NEJBQUlDLFdBQVU7OzhDQUNiLDhEQUFDRzs7c0RBQ0QsOERBQUNDOzRDQUFLSixXQUFVO3NEQUFXOzs7Ozs7d0NBQWU7Ozs7Ozs7OENBRTFDLDhEQUFDRzs4Q0FBRTs7Ozs7Ozs7Ozs7O3NDQUtMLDhEQUFDRTs0QkFBR0wsV0FBVTtzQ0FDWDtnQ0FDQztvQ0FBQztvQ0FBYTtpQ0FBVTtnQ0FDeEI7b0NBQUM7b0NBQVM7aUNBQVE7Z0NBQ2xCO29DQUFDO29DQUFVO2lDQUFRO2dDQUNuQjtvQ0FBQztvQ0FBYTtpQ0FBSzs2QkFDcEIsQ0FBQ00sR0FBRyxDQUFDLENBQUMsQ0FBQ0MsTUFBTUMsTUFBTSxpQkFDbEIsOERBQUNUOztzREFDQyw4REFBQ1U7NENBQUdULFdBQVU7c0RBQW1DTzs7Ozs7O3NEQUNqRCw4REFBQ0c7NENBQUdWLFdBQVU7c0RBQ1hROzs7Ozs7O21DQUhLRDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBWXhCIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2NvbXBvbmVudHMvSGVyby5qc3g/YjBkMyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCYWNrZ3JvdW5kSW1hZ2UgfSBmcm9tICdAL2NvbXBvbmVudHMvQmFja2dyb3VuZEltYWdlJ1xuaW1wb3J0IHsgQnV0dG9uIH0gZnJvbSAnQC9jb21wb25lbnRzL0J1dHRvbidcbmltcG9ydCB7IENvbnRhaW5lciB9IGZyb20gJ0AvY29tcG9uZW50cy9Db250YWluZXInXG5cblxuXG5leHBvcnQgZnVuY3Rpb24gSGVybygpIHtcbiAgcmV0dXJuIChcbiAgICA8ZGl2IGNsYXNzTmFtZT1cInJlbGF0aXZlIGxnOnB5LTEyIG10LTIwIHBiLTEyIHB0LTEyXCI+XG4gICAgICA8QmFja2dyb3VuZEltYWdlIGNsYXNzTmFtZT1cIi1ib3R0b20tMTQgLXRvcC0yMFwiIC8+XG4gICAgICA8Q29udGFpbmVyIGNsYXNzTmFtZT1cInJlbGF0aXZlXCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy0yeGwgbGc6bWF4LXctNHhsIGxnOnB4LTEyXCI+XG4gICAgICAgICAgPGgyIGNsYXNzTmFtZT1cImZvbnQtZGlzcGxheSBsZzp0ZXh0LTZ4bCB0ZXh0LTR4bCBmb250LXNlbWlib2xkIGxlYWRpbmctbm9ybWFsIHRyYWNraW5nLXRpZ2h0ZXIgdGV4dC1ncmFkaWVudC1kYXJrXCI+XG4gICAgICAgICAgICBPdXJWZXJzZVxuICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgPGgxIGNsYXNzTmFtZT1cImxnOm10LTIgbXQtMCBmb250LWRpc3BsYXkgbGc6dGV4dC0yeGwgdGV4dC1sZyBmb250LXNlbWlib2xkIHRyYWNraW5nLXRpZ2h0IHRleHQtZ3JhZGllbnQtZGFya1wiPlxuICAgICAgICAgICAgUG93ZXJlZCBieSBUaHJlZUZvbGRcbiAgICAgICAgICA8L2gxPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtNCBzcGFjZS15LTYgbXgtNCBmb250LWRpc3BsYXkgc2VjdGlvbi10ZXh0XCI+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzTmFtZT0nZW1waGFzaXMnPk91clZlcnNlPC9zcGFuPiBpcyBhIGZ1bGx5IGltbWVyc2l2ZSBtZXRhdmVyc2UgcGxhdGZvcm0sIG9mZmVyaW5nIGEgc3BhY2Ugd2hlcmUgdmlydHVhbCBpbnRlcmFjdGlvbnMgXG4gICAgICAgICAgICBmZWVsIHJlYWwsIGVuZ2FnaW5nLCBhbmQgbGltaXRsZXNzLjwvcD5cbiAgICAgICAgICAgIDxwPk91ciBtaXNzaW9uIGlzIHRvIGJyZWFrIGRvd24gdGhlIGJhcnJpZXJzIHRvIG1lYW5pbmdmdWwgY29ubmVjdGlvbiBhbmQgY29sbGFib3JhdGlvbi4gV2UgYmVsaWV2ZSB0aGF0IGV2ZXJ5b25lLCByZWdhcmRsZXNzIG9mIGxvY2F0aW9uIG9yIHJlc291cmNlcywgXG4gICAgICAgICAgICAgIHNob3VsZCBoYXZlIGFjY2VzcyB0byBpbW1lcnNpdmUgYW5kIGVuZ2FnaW5nIHNwYWNlcyB3aGVyZSB0aGV5IGNhbiBtZWV0LCBjcmVhdGUsIGFuZCBpbm5vdmF0ZSB0b2dldGhlci48L3A+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgXG5cbiAgICAgICAgICA8ZGwgY2xhc3NOYW1lPVwibXQtMTAgZ3JpZCBncmlkLWNvbHMtMiBnYXAteC0xMCBnYXAteS00IGxnOmF1dG8tY29scy1hdXRvIGxnOmdyaWQtZmxvdy1jb2wgbGc6Z3JpZC1jb2xzLW5vbmUgbGc6anVzdGlmeS1zdGFydCB0ZXh0LWNlbnRlciBsZzp0ZXh0LWxlZnRcIj5cbiAgICAgICAgICAgIHtbXG4gICAgICAgICAgICAgIFsnM0QgQXNzZXRzJywgJzEwMDAwMCsnXSxcbiAgICAgICAgICAgICAgWydVc2VycycsICc1MDAwKyddLFxuICAgICAgICAgICAgICBbJ1ZlcnNlcycsICcyMDAwKyddLFxuICAgICAgICAgICAgICBbJ0NvdW50cmllcycsICcxNSddLFxuICAgICAgICAgICAgXS5tYXAoKFtuYW1lLCB2YWx1ZV0pID0+IChcbiAgICAgICAgICAgICAgPGRpdiBrZXk9e25hbWV9PlxuICAgICAgICAgICAgICAgIDxkdCBjbGFzc05hbWU9XCJmb250LW1vbm8gdGV4dC1zbSB0ZXh0LWN5YW4tNjAwXCI+e25hbWV9PC9kdD5cbiAgICAgICAgICAgICAgICA8ZGQgY2xhc3NOYW1lPVwibXQtMC41IHRleHQtMnhsIGZvbnQtc2VtaWJvbGQgdHJhY2tpbmctdGlnaHQgdGV4dC1ncmFkaWVudC1kYXJrXCI+XG4gICAgICAgICAgICAgICAgICB7dmFsdWV9XG4gICAgICAgICAgICAgICAgPC9kZD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICApKX1cbiAgICAgICAgICA8L2RsPlxuICAgICAgPC9kaXY+XG4gICAgICA8L0NvbnRhaW5lcj5cbiAgICA8L2Rpdj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbIkJhY2tncm91bmRJbWFnZSIsIkJ1dHRvbiIsIkNvbnRhaW5lciIsIkhlcm8iLCJkaXYiLCJjbGFzc05hbWUiLCJoMiIsImgxIiwicCIsInNwYW4iLCJkbCIsIm1hcCIsIm5hbWUiLCJ2YWx1ZSIsImR0IiwiZGQiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Hero.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Hero: () => (/* binding */ Hero)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_BackgroundImage__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/BackgroundImage */ \"(rsc)/./src/components/BackgroundImage.jsx\");\n/* harmony import */ var _components_Button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Button */ \"(rsc)/./src/components/Button.jsx\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Container */ \"(rsc)/./src/components/Container.jsx\");\n\n\n\n\nfunction Hero() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative lg:py-12 mt-20 pb-12 pt-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_BackgroundImage__WEBPACK_IMPORTED_MODULE_1__.BackgroundImage, {\n className: \"-bottom-14 -top-20\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Hero.jsx\",\n lineNumber: 10,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n className: \"relative\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-2xl lg:max-w-4xl lg:px-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"font-display lg:text-6xl text-4xl font-semibold leading-normal tracking-tighter text-gradient-dark\",\n children: \"OurVerse\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Hero.jsx\",\n lineNumber: 13,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h1\", {\n className: \"lg:mt-2 mt-0 font-display lg:text-2xl text-lg font-semibold tracking-tight text-gradient-dark\",\n children: \"Powered by ThreeFold\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Hero.jsx\",\n lineNumber: 16,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-4 space-y-6 mx-4 font-display section-text\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"emphasis\",\n children: \"OurVerse\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Hero.jsx\",\n lineNumber: 21,\n columnNumber: 13\n }, this),\n \" is a fully immersive metaverse platform, offering a space where virtual interactions feel real, engaging, and limitless.\"\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Hero.jsx\",\n lineNumber: 20,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: \"Our mission is to break down the barriers to meaningful connection and collaboration. We believe that everyone, regardless of location or resources, should have access to immersive and engaging spaces where they can meet, create, and innovate together.\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Hero.jsx\",\n lineNumber: 23,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Hero.jsx\",\n lineNumber: 19,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dl\", {\n className: \"mt-10 grid grid-cols-2 gap-x-10 gap-y-4 lg:auto-cols-auto lg:grid-flow-col lg:grid-cols-none lg:justify-start text-center lg:text-left\",\n children: [\n [\n \"3D Assets\",\n \"100000+\"\n ],\n [\n \"Users\",\n \"5000+\"\n ],\n [\n \"Verses\",\n \"2000+\"\n ],\n [\n \"Countries\",\n \"15\"\n ]\n ].map(([name, value])=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dt\", {\n className: \"font-mono text-sm text-cyan-600\",\n children: name\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Hero.jsx\",\n lineNumber: 36,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dd\", {\n className: \"mt-0.5 text-2xl font-semibold tracking-tight text-gradient-dark\",\n children: value\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Hero.jsx\",\n lineNumber: 37,\n columnNumber: 17\n }, this)\n ]\n }, name, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Hero.jsx\",\n lineNumber: 35,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Hero.jsx\",\n lineNumber: 28,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Hero.jsx\",\n lineNumber: 12,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Hero.jsx\",\n lineNumber: 11,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Hero.jsx\",\n lineNumber: 9,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9IZXJvLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQThEO0FBQ2xCO0FBQ007QUFJM0MsU0FBU0c7SUFDZCxxQkFDRSw4REFBQ0M7UUFBSUMsV0FBVTs7MEJBQ2IsOERBQUNMLHdFQUFlQTtnQkFBQ0ssV0FBVTs7Ozs7OzBCQUMzQiw4REFBQ0gsNERBQVNBO2dCQUFDRyxXQUFVOzBCQUNuQiw0RUFBQ0Q7b0JBQUlDLFdBQVU7O3NDQUNiLDhEQUFDQzs0QkFBR0QsV0FBVTtzQ0FBcUc7Ozs7OztzQ0FHbkgsOERBQUNFOzRCQUFHRixXQUFVO3NDQUFnRzs7Ozs7O3NDQUc5Ryw4REFBQ0Q7NEJBQUlDLFdBQVU7OzhDQUNiLDhEQUFDRzs7c0RBQ0QsOERBQUNDOzRDQUFLSixXQUFVO3NEQUFXOzs7Ozs7d0NBQWU7Ozs7Ozs7OENBRTFDLDhEQUFDRzs4Q0FBRTs7Ozs7Ozs7Ozs7O3NDQUtMLDhEQUFDRTs0QkFBR0wsV0FBVTtzQ0FDWDtnQ0FDQztvQ0FBQztvQ0FBYTtpQ0FBVTtnQ0FDeEI7b0NBQUM7b0NBQVM7aUNBQVE7Z0NBQ2xCO29DQUFDO29DQUFVO2lDQUFRO2dDQUNuQjtvQ0FBQztvQ0FBYTtpQ0FBSzs2QkFDcEIsQ0FBQ00sR0FBRyxDQUFDLENBQUMsQ0FBQ0MsTUFBTUMsTUFBTSxpQkFDbEIsOERBQUNUOztzREFDQyw4REFBQ1U7NENBQUdULFdBQVU7c0RBQW1DTzs7Ozs7O3NEQUNqRCw4REFBQ0c7NENBQUdWLFdBQVU7c0RBQ1hROzs7Ozs7O21DQUhLRDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBWXhCIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2NvbXBvbmVudHMvSGVyby5qc3g/YjBkMyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCYWNrZ3JvdW5kSW1hZ2UgfSBmcm9tICdAL2NvbXBvbmVudHMvQmFja2dyb3VuZEltYWdlJ1xyXG5pbXBvcnQgeyBCdXR0b24gfSBmcm9tICdAL2NvbXBvbmVudHMvQnV0dG9uJ1xyXG5pbXBvcnQgeyBDb250YWluZXIgfSBmcm9tICdAL2NvbXBvbmVudHMvQ29udGFpbmVyJ1xyXG5cclxuXHJcblxyXG5leHBvcnQgZnVuY3Rpb24gSGVybygpIHtcclxuICByZXR1cm4gKFxyXG4gICAgPGRpdiBjbGFzc05hbWU9XCJyZWxhdGl2ZSBsZzpweS0xMiBtdC0yMCBwYi0xMiBwdC0xMlwiPlxyXG4gICAgICA8QmFja2dyb3VuZEltYWdlIGNsYXNzTmFtZT1cIi1ib3R0b20tMTQgLXRvcC0yMFwiIC8+XHJcbiAgICAgIDxDb250YWluZXIgY2xhc3NOYW1lPVwicmVsYXRpdmVcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctMnhsIGxnOm1heC13LTR4bCBsZzpweC0xMlwiPlxyXG4gICAgICAgICAgPGgyIGNsYXNzTmFtZT1cImZvbnQtZGlzcGxheSBsZzp0ZXh0LTZ4bCB0ZXh0LTR4bCBmb250LXNlbWlib2xkIGxlYWRpbmctbm9ybWFsIHRyYWNraW5nLXRpZ2h0ZXIgdGV4dC1ncmFkaWVudC1kYXJrXCI+XHJcbiAgICAgICAgICAgIE91clZlcnNlXHJcbiAgICAgICAgICA8L2gyPlxyXG4gICAgICAgICAgPGgxIGNsYXNzTmFtZT1cImxnOm10LTIgbXQtMCBmb250LWRpc3BsYXkgbGc6dGV4dC0yeGwgdGV4dC1sZyBmb250LXNlbWlib2xkIHRyYWNraW5nLXRpZ2h0IHRleHQtZ3JhZGllbnQtZGFya1wiPlxyXG4gICAgICAgICAgICBQb3dlcmVkIGJ5IFRocmVlRm9sZFxyXG4gICAgICAgICAgPC9oMT5cclxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtNCBzcGFjZS15LTYgbXgtNCBmb250LWRpc3BsYXkgc2VjdGlvbi10ZXh0XCI+XHJcbiAgICAgICAgICAgIDxwPlxyXG4gICAgICAgICAgICA8c3BhbiBjbGFzc05hbWU9J2VtcGhhc2lzJz5PdXJWZXJzZTwvc3Bhbj4gaXMgYSBmdWxseSBpbW1lcnNpdmUgbWV0YXZlcnNlIHBsYXRmb3JtLCBvZmZlcmluZyBhIHNwYWNlIHdoZXJlIHZpcnR1YWwgaW50ZXJhY3Rpb25zIFxyXG4gICAgICAgICAgICBmZWVsIHJlYWwsIGVuZ2FnaW5nLCBhbmQgbGltaXRsZXNzLjwvcD5cclxuICAgICAgICAgICAgPHA+T3VyIG1pc3Npb24gaXMgdG8gYnJlYWsgZG93biB0aGUgYmFycmllcnMgdG8gbWVhbmluZ2Z1bCBjb25uZWN0aW9uIGFuZCBjb2xsYWJvcmF0aW9uLiBXZSBiZWxpZXZlIHRoYXQgZXZlcnlvbmUsIHJlZ2FyZGxlc3Mgb2YgbG9jYXRpb24gb3IgcmVzb3VyY2VzLCBcclxuICAgICAgICAgICAgICBzaG91bGQgaGF2ZSBhY2Nlc3MgdG8gaW1tZXJzaXZlIGFuZCBlbmdhZ2luZyBzcGFjZXMgd2hlcmUgdGhleSBjYW4gbWVldCwgY3JlYXRlLCBhbmQgaW5ub3ZhdGUgdG9nZXRoZXIuPC9wPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICBcclxuXHJcbiAgICAgICAgICA8ZGwgY2xhc3NOYW1lPVwibXQtMTAgZ3JpZCBncmlkLWNvbHMtMiBnYXAteC0xMCBnYXAteS00IGxnOmF1dG8tY29scy1hdXRvIGxnOmdyaWQtZmxvdy1jb2wgbGc6Z3JpZC1jb2xzLW5vbmUgbGc6anVzdGlmeS1zdGFydCB0ZXh0LWNlbnRlciBsZzp0ZXh0LWxlZnRcIj5cclxuICAgICAgICAgICAge1tcclxuICAgICAgICAgICAgICBbJzNEIEFzc2V0cycsICcxMDAwMDArJ10sXHJcbiAgICAgICAgICAgICAgWydVc2VycycsICc1MDAwKyddLFxyXG4gICAgICAgICAgICAgIFsnVmVyc2VzJywgJzIwMDArJ10sXHJcbiAgICAgICAgICAgICAgWydDb3VudHJpZXMnLCAnMTUnXSxcclxuICAgICAgICAgICAgXS5tYXAoKFtuYW1lLCB2YWx1ZV0pID0+IChcclxuICAgICAgICAgICAgICA8ZGl2IGtleT17bmFtZX0+XHJcbiAgICAgICAgICAgICAgICA8ZHQgY2xhc3NOYW1lPVwiZm9udC1tb25vIHRleHQtc20gdGV4dC1jeWFuLTYwMFwiPntuYW1lfTwvZHQ+XHJcbiAgICAgICAgICAgICAgICA8ZGQgY2xhc3NOYW1lPVwibXQtMC41IHRleHQtMnhsIGZvbnQtc2VtaWJvbGQgdHJhY2tpbmctdGlnaHQgdGV4dC1ncmFkaWVudC1kYXJrXCI+XHJcbiAgICAgICAgICAgICAgICAgIHt2YWx1ZX1cclxuICAgICAgICAgICAgICAgIDwvZGQ+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICkpfVxyXG4gICAgICAgICAgPC9kbD5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDwvQ29udGFpbmVyPlxyXG4gICAgPC9kaXY+XHJcbiAgKVxyXG59XHJcbiJdLCJuYW1lcyI6WyJCYWNrZ3JvdW5kSW1hZ2UiLCJCdXR0b24iLCJDb250YWluZXIiLCJIZXJvIiwiZGl2IiwiY2xhc3NOYW1lIiwiaDIiLCJoMSIsInAiLCJzcGFuIiwiZGwiLCJtYXAiLCJuYW1lIiwidmFsdWUiLCJkdCIsImRkIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Hero.jsx\n"); /***/ }), @@ -425,7 +425,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ HeroFeature)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n\n\nfunction HeroFeature() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"bg-gradient-to-b from-purple-50/80 to-purple-50/10 pt-32 pb-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-7xl px-6 lg:px-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-4xl sm:text-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"btn\", {\n className: \"items-center rounded-2xl px-12 btn-gradient-dark2 py-2.5 text-md font-semibold\",\n children: \"NEW\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 23,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-8 h2-title text-center\",\n children: \"Introducing: OurHero Verse 3D\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 27,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 items-center align-center text-center section-text-ct\",\n children: \"First Generative AI 3D Tools for the Metaverse and Beyond\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 28,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 22,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 21,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative overflow-hidden pt-16\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-6xl px-6 lg:px-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"video\", {\n autoPlay: true,\n loop: true,\n muted: true,\n playsInline: true,\n className: \"relative w-full h-full overflow-hidden rounded-lg shadow-lg\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"source\", {\n src: \"/videos/ourverse3.mp4\",\n type: \"video/mp4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 43,\n columnNumber: 11\n }, this),\n \"Your browser does not support the video tag.\"\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 36,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n \"aria-hidden\": \"true\",\n className: \"relative\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute -inset-x-20 bottom-0 bg-gradient-to-t from-white pt-[7%]\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 47,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 46,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 34,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 33,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-4 mx-auto lg:mt-16 max-w-5xl px-6 mt-20 md:mt-24 lg:px-8 text-center items-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-base font-medium font-mono leading-7 text-cyan-700\",\n children: \"Generative AI 3D Tool\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 52,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 h3-title text-center\",\n children: \"Transform your Imagination into Immersive Reality \"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 53,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-8 items-center align-center section-text-ct\",\n children: \"Our team has developed a cutting-edge system allowing users to generate with AI, full 3D virtual environments using text input alone, by eliminating traditional barriers such as high technical skill requirements or expensive software.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 54,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 items-center align-center section-text-ct\",\n children: \"Anyone, regardless of their background, skill level, or geographical location, can use the system to create complex 3D interactives environments tailored to their needs, simply by describing them.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 58,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 51,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 pb-8 flex items-center justify-center gap-x-6\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"#\",\n className: \"rounded-2xl btn-gradient-dark px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-purple-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500\",\n children: \"Try Now\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 64,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"#\",\n className: \"text-sm font-semibold leading-6 text-purple-900 hover:text-purple-500\",\n children: [\n \"Learn more \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 71,\n columnNumber: 26\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 70,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 63,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx\",\n lineNumber: 20,\n columnNumber: 7\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9IZXJvRmVhdHVyZS5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7OztBQWNvQztBQUduQixTQUFTYTtJQUN0QixxQkFDRSw4REFBQ0M7UUFBSUMsV0FBVTs7MEJBQ2IsOERBQUNEO2dCQUFJQyxXQUFVOzBCQUNiLDRFQUFDRDtvQkFBSUMsV0FBVTs7c0NBQ2IsOERBQUNDOzRCQUFJRCxXQUFVO3NDQUNkOzs7Ozs7c0NBR0QsOERBQUNFOzRCQUFFRixXQUFVO3NDQUE2Qjs7Ozs7O3NDQUMxQyw4REFBQ0U7NEJBQUVGLFdBQVU7c0NBQTZEOzs7Ozs7Ozs7Ozs7Ozs7OzswQkFLOUUsOERBQUNEO2dCQUFJQyxXQUFVOzBCQUNiLDRFQUFDRDtvQkFBSUMsV0FBVTs7c0NBRWIsOERBQUNHOzRCQUNIQyxRQUFROzRCQUNSQyxJQUFJOzRCQUNKQyxLQUFLOzRCQUNMQyxXQUFXOzRCQUNYUCxXQUFVOzs4Q0FFViw4REFBQ1E7b0NBQU9DLEtBQUk7b0NBQXdCQyxNQUFLOzs7Ozs7Z0NBQWM7Ozs7Ozs7c0NBR3JELDhEQUFDWDs0QkFBSVksZUFBWTs0QkFBT1gsV0FBVTtzQ0FDaEMsNEVBQUNEO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzBCQUlyQiw4REFBQ0Q7Z0JBQUlDLFdBQVU7O2tDQUNmLDhEQUFDWTt3QkFBR1osV0FBVTtrQ0FBMkQ7Ozs7OztrQ0FDekUsOERBQUNFO3dCQUFFRixXQUFVO2tDQUE0Qjs7Ozs7O2tDQUN6Qyw4REFBQ0U7d0JBQUVGLFdBQVU7a0NBQWlEOzs7Ozs7a0NBSTlELDhEQUFDRTt3QkFBRUYsV0FBVTtrQ0FBaUQ7Ozs7Ozs7Ozs7OzswQkFLOUQsOERBQUNEO2dCQUFJQyxXQUFVOztrQ0FDWCw4REFBQ2E7d0JBQ0NDLE1BQUs7d0JBQ0xkLFdBQVU7a0NBQ1g7Ozs7OztrQ0FHRCw4REFBQ2E7d0JBQUVDLE1BQUs7d0JBQUlkLFdBQVU7OzRCQUF3RTswQ0FDakYsOERBQUNlO2dDQUFLSixlQUFZOzBDQUFPOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFLaEQiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9IZXJvRmVhdHVyZS5qc3g/MmMwMSJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIEFycm93UGF0aEljb24sXG4gICAgQ2xvdWRBcnJvd1VwSWNvbixcbiAgICBDb2c2VG9vdGhJY29uLFxuICAgIEZpbmdlclByaW50SWNvbixcbiAgICBMb2NrQ2xvc2VkSWNvbixcbiAgICBTZXJ2ZXJJY29uLFxuICAgIEN1YmVJY29uLFxuICAgIERvY3VtZW50TWFnbmlmeWluZ0dsYXNzSWNvbixcbiAgICBDcHVDaGlwSWNvbixcbiAgICBTaGllbGRDaGVja0ljb24sXG4gICAgRmlsbUljb24sXG4gICAgR2xvYmVBbHRJY29uLFxuICAgIFJvY2tldExhdW5jaEljb24sXG4gIH0gZnJvbSAnQGhlcm9pY29ucy9yZWFjdC8yMC9zb2xpZCdcbiAgXG4gIFxuICBleHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBIZXJvRmVhdHVyZSgpIHtcbiAgICByZXR1cm4gKFxuICAgICAgPGRpdiBjbGFzc05hbWU9XCJiZy1ncmFkaWVudC10by1iIGZyb20tcHVycGxlLTUwLzgwIHRvLXB1cnBsZS01MC8xMCBwdC0zMiBwYi0xMlwiPlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctN3hsIHB4LTYgbGc6cHgtOFwiPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy00eGwgc206dGV4dC1jZW50ZXJcIj5cbiAgICAgICAgICAgIDxidG4gY2xhc3NOYW1lPVwiaXRlbXMtY2VudGVyIHJvdW5kZWQtMnhsIHB4LTEyIGJ0bi1ncmFkaWVudC1kYXJrMiBweS0yLjUgdGV4dC1tZCBmb250LXNlbWlib2xkXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgTkVXXG4gICAgICAgICAgICA8L2J0bj5cbiAgICAgICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTggaDItdGl0bGUgIHRleHQtY2VudGVyXCI+SW50cm9kdWNpbmc6IE91ckhlcm8gVmVyc2UgM0Q8L3A+XG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC00IGl0ZW1zLWNlbnRlciBhbGlnbi1jZW50ZXIgdGV4dC1jZW50ZXIgc2VjdGlvbi10ZXh0LWN0XCI+XG4gICAgICAgICAgICBGaXJzdCBHZW5lcmF0aXZlIEFJIDNEIFRvb2xzIGZvciB0aGUgTWV0YXZlcnNlIGFuZCBCZXlvbmRcbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgb3ZlcmZsb3ctaGlkZGVuIHB0LTE2XCI+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LTZ4bCBweC02IGxnOnB4LThcIj5cbiAgICAgICAgICAgIHsvKiBlbWJlZCBWaWRlbyAqL31cbiAgICAgICAgICAgIDx2aWRlb1xuICAgICAgICAgIGF1dG9QbGF5XG4gICAgICAgICAgbG9vcFxuICAgICAgICAgIG11dGVkXG4gICAgICAgICAgcGxheXNJbmxpbmVcbiAgICAgICAgICBjbGFzc05hbWU9XCJyZWxhdGl2ZSB3LWZ1bGwgaC1mdWxsIG92ZXJmbG93LWhpZGRlbiByb3VuZGVkLWxnIHNoYWRvdy1sZ1wiXG4gICAgICAgICAgICA+XG4gICAgICAgICAgPHNvdXJjZSBzcmM9XCIvdmlkZW9zL291cnZlcnNlMy5tcDRcIiB0eXBlPVwidmlkZW8vbXA0XCIgLz5cbiAgICAgICAgICBZb3VyIGJyb3dzZXIgZG9lcyBub3Qgc3VwcG9ydCB0aGUgdmlkZW8gdGFnLlxuICAgICAgICAgPC92aWRlbz5cbiAgICAgICAgICAgIDxkaXYgYXJpYS1oaWRkZW49XCJ0cnVlXCIgY2xhc3NOYW1lPVwicmVsYXRpdmVcIj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJhYnNvbHV0ZSAtaW5zZXQteC0yMCBib3R0b20tMCBiZy1ncmFkaWVudC10by10IGZyb20td2hpdGUgcHQtWzclXVwiIC8+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtNCBteC1hdXRvIGxnOm10LTE2IG1heC13LTV4bCBweC02IG10LTIwIG1kOm10LTI0IGxnOnB4LTggdGV4dC1jZW50ZXIgaXRlbXMtY2VudGVyXCI+XG4gICAgICAgIDxoMiBjbGFzc05hbWU9XCJ0ZXh0LWJhc2UgZm9udC1tZWRpdW0gZm9udC1tb25vIGxlYWRpbmctNyAgdGV4dC1jeWFuLTcwMFwiPkdlbmVyYXRpdmUgQUkgM0QgVG9vbDwvaDI+XG4gICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTQgaDMtdGl0bGUgdGV4dC1jZW50ZXJcIj5UcmFuc2Zvcm0geW91ciBJbWFnaW5hdGlvbiBpbnRvIEltbWVyc2l2ZSBSZWFsaXR5IDwvcD5cbiAgICAgICAgPHAgY2xhc3NOYW1lPVwibXQtOCBpdGVtcy1jZW50ZXIgYWxpZ24tY2VudGVyIHNlY3Rpb24tdGV4dC1jdFwiPlxuICAgICAgICBPdXIgdGVhbSBoYXMgZGV2ZWxvcGVkIGEgY3V0dGluZy1lZGdlIHN5c3RlbSBhbGxvd2luZyB1c2VycyB0byBnZW5lcmF0ZSB3aXRoIEFJLCBmdWxsIDNEIHZpcnR1YWwgZW52aXJvbm1lbnRzIHVzaW5nIHRleHQgaW5wdXQgYWxvbmUsIFxuICAgICAgICBieSBlbGltaW5hdGluZyB0cmFkaXRpb25hbCBiYXJyaWVycyBzdWNoIGFzIGhpZ2ggdGVjaG5pY2FsIHNraWxsIHJlcXVpcmVtZW50cyBvciBleHBlbnNpdmUgc29mdHdhcmUuIFxuICAgICAgICA8L3A+XG4gICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTQgaXRlbXMtY2VudGVyIGFsaWduLWNlbnRlciBzZWN0aW9uLXRleHQtY3RcIj5cbiAgICAgICAgQW55b25lLCByZWdhcmRsZXNzIG9mIHRoZWlyIGJhY2tncm91bmQsIHNraWxsIGxldmVsLCBvciBnZW9ncmFwaGljYWwgbG9jYXRpb24sIGNhbiB1c2UgdGhlIHN5c3RlbSB0byBjcmVhdGUgY29tcGxleCAzRCBpbnRlcmFjdGl2ZXMgZW52aXJvbm1lbnRzIHRhaWxvcmVkIHRvIHRoZWlyIG5lZWRzLCBcbiAgICAgICAgc2ltcGx5IGJ5IGRlc2NyaWJpbmcgdGhlbS4gXG4gICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTAgcGItOCBmbGV4IGl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNlbnRlciBnYXAteC02XCI+XG4gICAgICAgICAgICA8YVxuICAgICAgICAgICAgICBocmVmPVwiI1wiXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT1cInJvdW5kZWQtMnhsIGJ0bi1ncmFkaWVudC1kYXJrIHB4LTMuNSBweS0yLjUgdGV4dC1zbSBmb250LXNlbWlib2xkIHRleHQtd2hpdGUgc2hhZG93LXNtIGhvdmVyOmJnLXB1cnBsZS01MDAgZm9jdXMtdmlzaWJsZTpvdXRsaW5lIGZvY3VzLXZpc2libGU6b3V0bGluZS0yIGZvY3VzLXZpc2libGU6b3V0bGluZS1vZmZzZXQtMiBmb2N1cy12aXNpYmxlOm91dGxpbmUtcHVycGxlLTUwMFwiXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICAgIFRyeSBOb3dcbiAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgIDxhIGhyZWY9XCIjXCIgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDAgaG92ZXI6dGV4dC1wdXJwbGUtNTAwXCI+XG4gICAgICAgICAgICAgIExlYXJuIG1vcmUgPHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCI+4oaSPC9zcGFuPlxuICAgICAgICAgICAgPC9hPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgKVxuICB9XG4gICJdLCJuYW1lcyI6WyJBcnJvd1BhdGhJY29uIiwiQ2xvdWRBcnJvd1VwSWNvbiIsIkNvZzZUb290aEljb24iLCJGaW5nZXJQcmludEljb24iLCJMb2NrQ2xvc2VkSWNvbiIsIlNlcnZlckljb24iLCJDdWJlSWNvbiIsIkRvY3VtZW50TWFnbmlmeWluZ0dsYXNzSWNvbiIsIkNwdUNoaXBJY29uIiwiU2hpZWxkQ2hlY2tJY29uIiwiRmlsbUljb24iLCJHbG9iZUFsdEljb24iLCJSb2NrZXRMYXVuY2hJY29uIiwiSGVyb0ZlYXR1cmUiLCJkaXYiLCJjbGFzc05hbWUiLCJidG4iLCJwIiwidmlkZW8iLCJhdXRvUGxheSIsImxvb3AiLCJtdXRlZCIsInBsYXlzSW5saW5lIiwic291cmNlIiwic3JjIiwidHlwZSIsImFyaWEtaGlkZGVuIiwiaDIiLCJhIiwiaHJlZiIsInNwYW4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/components/HeroFeature.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ HeroFeature)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n\n\nfunction HeroFeature() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"bg-gradient-to-b from-purple-50/80 to-purple-50/10 pt-32 pb-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-7xl px-6 lg:px-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-4xl sm:text-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"btn\", {\n className: \"items-center rounded-2xl px-12 btn-gradient-dark2 py-2.5 text-md font-semibold\",\n children: \"NEW\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 23,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-8 h2-title text-center\",\n children: \"Introducing: OurHero Verse 3D\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 27,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 items-center align-center text-center section-text-ct\",\n children: \"First Generative AI 3D Tools for the Metaverse and Beyond\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 28,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 22,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 21,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative overflow-hidden pt-16\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-6xl px-6 lg:px-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"video\", {\n autoPlay: true,\n loop: true,\n muted: true,\n playsInline: true,\n className: \"relative w-full h-full overflow-hidden rounded-lg shadow-lg\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"source\", {\n src: \"/videos/ourverse3.mp4\",\n type: \"video/mp4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 43,\n columnNumber: 11\n }, this),\n \"Your browser does not support the video tag.\"\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 36,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n \"aria-hidden\": \"true\",\n className: \"relative\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute -inset-x-20 bottom-0 bg-gradient-to-t from-white pt-[7%]\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 47,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 46,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 34,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 33,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-4 mx-auto lg:mt-16 max-w-5xl px-6 mt-20 md:mt-24 lg:px-8 text-center items-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-base font-medium font-mono leading-7 text-cyan-700\",\n children: \"Generative AI 3D Tool\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 52,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 h3-title text-center\",\n children: \"Transform your Imagination into Immersive Reality \"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 53,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-8 items-center align-center section-text-ct\",\n children: \"Our team has developed a cutting-edge system allowing users to generate with AI, full 3D virtual environments using text input alone, by eliminating traditional barriers such as high technical skill requirements or expensive software.\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 54,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 items-center align-center section-text-ct\",\n children: \"Anyone, regardless of their background, skill level, or geographical location, can use the system to create complex 3D interactives environments tailored to their needs, simply by describing them.\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 58,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 51,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 pb-8 flex items-center justify-center gap-x-6\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"#\",\n className: \"rounded-2xl btn-gradient-dark px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-purple-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500\",\n children: \"Try Now\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 64,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"#\",\n className: \"text-sm font-semibold leading-6 text-purple-900 hover:text-purple-500\",\n children: [\n \"Learn more \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 71,\n columnNumber: 26\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 70,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 63,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\HeroFeature.jsx\",\n lineNumber: 20,\n columnNumber: 7\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9IZXJvRmVhdHVyZS5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7OztBQWNvQztBQUduQixTQUFTYTtJQUN0QixxQkFDRSw4REFBQ0M7UUFBSUMsV0FBVTs7MEJBQ2IsOERBQUNEO2dCQUFJQyxXQUFVOzBCQUNiLDRFQUFDRDtvQkFBSUMsV0FBVTs7c0NBQ2IsOERBQUNDOzRCQUFJRCxXQUFVO3NDQUNkOzs7Ozs7c0NBR0QsOERBQUNFOzRCQUFFRixXQUFVO3NDQUE2Qjs7Ozs7O3NDQUMxQyw4REFBQ0U7NEJBQUVGLFdBQVU7c0NBQTZEOzs7Ozs7Ozs7Ozs7Ozs7OzswQkFLOUUsOERBQUNEO2dCQUFJQyxXQUFVOzBCQUNiLDRFQUFDRDtvQkFBSUMsV0FBVTs7c0NBRWIsOERBQUNHOzRCQUNIQyxRQUFROzRCQUNSQyxJQUFJOzRCQUNKQyxLQUFLOzRCQUNMQyxXQUFXOzRCQUNYUCxXQUFVOzs4Q0FFViw4REFBQ1E7b0NBQU9DLEtBQUk7b0NBQXdCQyxNQUFLOzs7Ozs7Z0NBQWM7Ozs7Ozs7c0NBR3JELDhEQUFDWDs0QkFBSVksZUFBWTs0QkFBT1gsV0FBVTtzQ0FDaEMsNEVBQUNEO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzBCQUlyQiw4REFBQ0Q7Z0JBQUlDLFdBQVU7O2tDQUNmLDhEQUFDWTt3QkFBR1osV0FBVTtrQ0FBMkQ7Ozs7OztrQ0FDekUsOERBQUNFO3dCQUFFRixXQUFVO2tDQUE0Qjs7Ozs7O2tDQUN6Qyw4REFBQ0U7d0JBQUVGLFdBQVU7a0NBQWlEOzs7Ozs7a0NBSTlELDhEQUFDRTt3QkFBRUYsV0FBVTtrQ0FBaUQ7Ozs7Ozs7Ozs7OzswQkFLOUQsOERBQUNEO2dCQUFJQyxXQUFVOztrQ0FDWCw4REFBQ2E7d0JBQ0NDLE1BQUs7d0JBQ0xkLFdBQVU7a0NBQ1g7Ozs7OztrQ0FHRCw4REFBQ2E7d0JBQUVDLE1BQUs7d0JBQUlkLFdBQVU7OzRCQUF3RTswQ0FDakYsOERBQUNlO2dDQUFLSixlQUFZOzBDQUFPOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFLaEQiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9IZXJvRmVhdHVyZS5qc3g/MmMwMSJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gICAgQXJyb3dQYXRoSWNvbixcclxuICAgIENsb3VkQXJyb3dVcEljb24sXHJcbiAgICBDb2c2VG9vdGhJY29uLFxyXG4gICAgRmluZ2VyUHJpbnRJY29uLFxyXG4gICAgTG9ja0Nsb3NlZEljb24sXHJcbiAgICBTZXJ2ZXJJY29uLFxyXG4gICAgQ3ViZUljb24sXHJcbiAgICBEb2N1bWVudE1hZ25pZnlpbmdHbGFzc0ljb24sXHJcbiAgICBDcHVDaGlwSWNvbixcclxuICAgIFNoaWVsZENoZWNrSWNvbixcclxuICAgIEZpbG1JY29uLFxyXG4gICAgR2xvYmVBbHRJY29uLFxyXG4gICAgUm9ja2V0TGF1bmNoSWNvbixcclxuICB9IGZyb20gJ0BoZXJvaWNvbnMvcmVhY3QvMjAvc29saWQnXHJcbiAgXHJcbiAgXHJcbiAgZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gSGVyb0ZlYXR1cmUoKSB7XHJcbiAgICByZXR1cm4gKFxyXG4gICAgICA8ZGl2IGNsYXNzTmFtZT1cImJnLWdyYWRpZW50LXRvLWIgZnJvbS1wdXJwbGUtNTAvODAgdG8tcHVycGxlLTUwLzEwIHB0LTMyIHBiLTEyXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LTd4bCBweC02IGxnOnB4LThcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy00eGwgc206dGV4dC1jZW50ZXJcIj5cclxuICAgICAgICAgICAgPGJ0biBjbGFzc05hbWU9XCJpdGVtcy1jZW50ZXIgcm91bmRlZC0yeGwgcHgtMTIgYnRuLWdyYWRpZW50LWRhcmsyIHB5LTIuNSB0ZXh0LW1kIGZvbnQtc2VtaWJvbGRcIlxyXG4gICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgTkVXXHJcbiAgICAgICAgICAgIDwvYnRuPlxyXG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC04IGgyLXRpdGxlICB0ZXh0LWNlbnRlclwiPkludHJvZHVjaW5nOiBPdXJIZXJvIFZlcnNlIDNEPC9wPlxyXG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC00IGl0ZW1zLWNlbnRlciBhbGlnbi1jZW50ZXIgdGV4dC1jZW50ZXIgc2VjdGlvbi10ZXh0LWN0XCI+XHJcbiAgICAgICAgICAgIEZpcnN0IEdlbmVyYXRpdmUgQUkgM0QgVG9vbHMgZm9yIHRoZSBNZXRhdmVyc2UgYW5kIEJleW9uZFxyXG4gICAgICAgICAgICA8L3A+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cInJlbGF0aXZlIG92ZXJmbG93LWhpZGRlbiBwdC0xNlwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LTZ4bCBweC02IGxnOnB4LThcIj5cclxuICAgICAgICAgICAgey8qIGVtYmVkIFZpZGVvICovfVxyXG4gICAgICAgICAgICA8dmlkZW9cclxuICAgICAgICAgIGF1dG9QbGF5XHJcbiAgICAgICAgICBsb29wXHJcbiAgICAgICAgICBtdXRlZFxyXG4gICAgICAgICAgcGxheXNJbmxpbmVcclxuICAgICAgICAgIGNsYXNzTmFtZT1cInJlbGF0aXZlIHctZnVsbCBoLWZ1bGwgb3ZlcmZsb3ctaGlkZGVuIHJvdW5kZWQtbGcgc2hhZG93LWxnXCJcclxuICAgICAgICAgICAgPlxyXG4gICAgICAgICAgPHNvdXJjZSBzcmM9XCIvdmlkZW9zL291cnZlcnNlMy5tcDRcIiB0eXBlPVwidmlkZW8vbXA0XCIgLz5cclxuICAgICAgICAgIFlvdXIgYnJvd3NlciBkb2VzIG5vdCBzdXBwb3J0IHRoZSB2aWRlbyB0YWcuXHJcbiAgICAgICAgIDwvdmlkZW8+XHJcbiAgICAgICAgICAgIDxkaXYgYXJpYS1oaWRkZW49XCJ0cnVlXCIgY2xhc3NOYW1lPVwicmVsYXRpdmVcIj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIC1pbnNldC14LTIwIGJvdHRvbS0wIGJnLWdyYWRpZW50LXRvLXQgZnJvbS13aGl0ZSBwdC1bNyVdXCIgLz5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTQgbXgtYXV0byBsZzptdC0xNiBtYXgtdy01eGwgcHgtNiBtdC0yMCBtZDptdC0yNCBsZzpweC04IHRleHQtY2VudGVyIGl0ZW1zLWNlbnRlclwiPlxyXG4gICAgICAgIDxoMiBjbGFzc05hbWU9XCJ0ZXh0LWJhc2UgZm9udC1tZWRpdW0gZm9udC1tb25vIGxlYWRpbmctNyAgdGV4dC1jeWFuLTcwMFwiPkdlbmVyYXRpdmUgQUkgM0QgVG9vbDwvaDI+XHJcbiAgICAgICAgPHAgY2xhc3NOYW1lPVwibXQtNCBoMy10aXRsZSB0ZXh0LWNlbnRlclwiPlRyYW5zZm9ybSB5b3VyIEltYWdpbmF0aW9uIGludG8gSW1tZXJzaXZlIFJlYWxpdHkgPC9wPlxyXG4gICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTggaXRlbXMtY2VudGVyIGFsaWduLWNlbnRlciBzZWN0aW9uLXRleHQtY3RcIj5cclxuICAgICAgICBPdXIgdGVhbSBoYXMgZGV2ZWxvcGVkIGEgY3V0dGluZy1lZGdlIHN5c3RlbSBhbGxvd2luZyB1c2VycyB0byBnZW5lcmF0ZSB3aXRoIEFJLCBmdWxsIDNEIHZpcnR1YWwgZW52aXJvbm1lbnRzIHVzaW5nIHRleHQgaW5wdXQgYWxvbmUsIFxyXG4gICAgICAgIGJ5IGVsaW1pbmF0aW5nIHRyYWRpdGlvbmFsIGJhcnJpZXJzIHN1Y2ggYXMgaGlnaCB0ZWNobmljYWwgc2tpbGwgcmVxdWlyZW1lbnRzIG9yIGV4cGVuc2l2ZSBzb2Z0d2FyZS4gXHJcbiAgICAgICAgPC9wPlxyXG4gICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTQgaXRlbXMtY2VudGVyIGFsaWduLWNlbnRlciBzZWN0aW9uLXRleHQtY3RcIj5cclxuICAgICAgICBBbnlvbmUsIHJlZ2FyZGxlc3Mgb2YgdGhlaXIgYmFja2dyb3VuZCwgc2tpbGwgbGV2ZWwsIG9yIGdlb2dyYXBoaWNhbCBsb2NhdGlvbiwgY2FuIHVzZSB0aGUgc3lzdGVtIHRvIGNyZWF0ZSBjb21wbGV4IDNEIGludGVyYWN0aXZlcyBlbnZpcm9ubWVudHMgdGFpbG9yZWQgdG8gdGhlaXIgbmVlZHMsIFxyXG4gICAgICAgIHNpbXBseSBieSBkZXNjcmliaW5nIHRoZW0uIFxyXG4gICAgICAgIDwvcD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIHBiLTggZmxleCBpdGVtcy1jZW50ZXIganVzdGlmeS1jZW50ZXIgZ2FwLXgtNlwiPlxyXG4gICAgICAgICAgICA8YVxyXG4gICAgICAgICAgICAgIGhyZWY9XCIjXCJcclxuICAgICAgICAgICAgICBjbGFzc05hbWU9XCJyb3VuZGVkLTJ4bCBidG4tZ3JhZGllbnQtZGFyayBweC0zLjUgcHktMi41IHRleHQtc20gZm9udC1zZW1pYm9sZCB0ZXh0LXdoaXRlIHNoYWRvdy1zbSBob3ZlcjpiZy1wdXJwbGUtNTAwIGZvY3VzLXZpc2libGU6b3V0bGluZSBmb2N1cy12aXNpYmxlOm91dGxpbmUtMiBmb2N1cy12aXNpYmxlOm91dGxpbmUtb2Zmc2V0LTIgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLXB1cnBsZS01MDBcIlxyXG4gICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgVHJ5IE5vd1xyXG4gICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgIDxhIGhyZWY9XCIjXCIgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDAgaG92ZXI6dGV4dC1wdXJwbGUtNTAwXCI+XHJcbiAgICAgICAgICAgICAgTGVhcm4gbW9yZSA8c3BhbiBhcmlhLWhpZGRlbj1cInRydWVcIj7ihpI8L3NwYW4+XHJcbiAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIClcclxuICB9XHJcbiAgIl0sIm5hbWVzIjpbIkFycm93UGF0aEljb24iLCJDbG91ZEFycm93VXBJY29uIiwiQ29nNlRvb3RoSWNvbiIsIkZpbmdlclByaW50SWNvbiIsIkxvY2tDbG9zZWRJY29uIiwiU2VydmVySWNvbiIsIkN1YmVJY29uIiwiRG9jdW1lbnRNYWduaWZ5aW5nR2xhc3NJY29uIiwiQ3B1Q2hpcEljb24iLCJTaGllbGRDaGVja0ljb24iLCJGaWxtSWNvbiIsIkdsb2JlQWx0SWNvbiIsIlJvY2tldExhdW5jaEljb24iLCJIZXJvRmVhdHVyZSIsImRpdiIsImNsYXNzTmFtZSIsImJ0biIsInAiLCJ2aWRlbyIsImF1dG9QbGF5IiwibG9vcCIsIm11dGVkIiwicGxheXNJbmxpbmUiLCJzb3VyY2UiLCJzcmMiLCJ0eXBlIiwiYXJpYS1oaWRkZW4iLCJoMiIsImEiLCJocmVmIiwic3BhbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/HeroFeature.jsx\n"); /***/ }), @@ -436,7 +436,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Homepage: () => (/* binding */ Homepage)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_Button__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/Button */ \"(rsc)/./src/components/Button.jsx\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Container */ \"(rsc)/./src/components/Container.jsx\");\n/* harmony import */ var _components_Gradient__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Gradient */ \"(rsc)/./src/components/Gradient.jsx\");\n\n\n\n\n\nfunction Homepage() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"lg:pt-24 pt-24 pb-12 min-h-screen flex items-center justify-center relative\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_2__.Container, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"video\", {\n autoPlay: true,\n loop: true,\n muted: true,\n playsInline: true,\n className: \"absolute inset-0 w-full h-full object-cover -z-10\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"source\", {\n src: \"/videos/hero.mp4\",\n type: \"video/mp4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 18,\n columnNumber: 11\n }, this),\n \"Your browser does not support the video tag.\"\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 11,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-xl lg:max-w-6xl text-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h1\", {\n className: \"font-display lg:max-w-3xl font-bold text-white tracking-tighter lg:text-7xl text-5xl\",\n children: [\n \"The Future of \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"text-gradient\",\n children: \"Collaboration is Now.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 24,\n columnNumber: 27\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 23,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"lg:max-w-3xl max-w-2xl my-6 space-y-6 font-display font-medium lg:text-2xl text-xl tracking-tight leading-normal text-purple-800\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 26,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 pb-8 flex items-center justify-center gap-x-6\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"#\",\n className: \"rounded-2xl btn-gradient-dark px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-purple-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500\",\n children: \"Join OurVerse\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 29,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"#\",\n className: \"text-sm font-semibold leading-6 text-white hover:text-purple-200\",\n children: [\n \"Learn more \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 36,\n columnNumber: 26\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 35,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 28,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 22,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 9,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 8,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Ib21lcGFnZS5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7OztBQUE2QztBQUNNO0FBQ0Y7QUFDVztBQUVyRCxTQUFTSTtJQUNkLHFCQUNFLDhEQUFDQztRQUFJQyxXQUFVO2tCQUNiLDRFQUFDTCw0REFBU0E7OzhCQUVSLDhEQUFDTTtvQkFDQ0MsUUFBUTtvQkFDUkMsSUFBSTtvQkFDSkMsS0FBSztvQkFDTEMsV0FBVztvQkFDWEwsV0FBVTs7c0NBRVYsOERBQUNNOzRCQUFPQyxLQUFJOzRCQUFtQkMsTUFBSzs7Ozs7O3dCQUFjOzs7Ozs7OzhCQUlwRCw4REFBQ1Q7b0JBQUlDLFdBQVU7O3NDQUNiLDhEQUFDUzs0QkFBR1QsV0FBVTs7Z0NBQXVGOzhDQUNyRiw4REFBQ1U7b0NBQUtWLFdBQVU7OENBQWdCOzs7Ozs7Ozs7Ozs7c0NBRWhELDhEQUFDRDs0QkFBSUMsV0FBVTs7Ozs7O3NDQUVmLDhEQUFDRDs0QkFBSUMsV0FBVTs7OENBQ2IsOERBQUNXO29DQUNDQyxNQUFLO29DQUNMWixXQUFVOzhDQUNYOzs7Ozs7OENBR0QsOERBQUNXO29DQUFFQyxNQUFLO29DQUFJWixXQUFVOzt3Q0FBbUU7c0RBQzVFLDhEQUFDVTs0Q0FBS0csZUFBWTtzREFBTzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFPbEQiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9Ib21lcGFnZS5qc3g/OWM3OSJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCdXR0b24gfSBmcm9tICdAL2NvbXBvbmVudHMvQnV0dG9uJztcbmltcG9ydCB7IENvbnRhaW5lciB9IGZyb20gJ0AvY29tcG9uZW50cy9Db250YWluZXInO1xuaW1wb3J0IHsgR3JhZGllbnQgfSBmcm9tICdAL2NvbXBvbmVudHMvR3JhZGllbnQnO1xuaW1wb3J0IHsgQ2hldnJvblJpZ2h0SWNvbiB9IGZyb20gJ0BoZXJvaWNvbnMvcmVhY3QvMjAvc29saWQnXG5cbmV4cG9ydCBmdW5jdGlvbiBIb21lcGFnZSgpIHtcbiAgcmV0dXJuIChcbiAgICA8ZGl2IGNsYXNzTmFtZT1cImxnOnB0LTI0IHB0LTI0IHBiLTEyIG1pbi1oLXNjcmVlbiBmbGV4IGl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNlbnRlciByZWxhdGl2ZVwiPlxuICAgICAgPENvbnRhaW5lcj5cbiAgICAgICAgey8qIEJhY2tncm91bmQgVmlkZW8gKi99XG4gICAgICAgIDx2aWRlb1xuICAgICAgICAgIGF1dG9QbGF5XG4gICAgICAgICAgbG9vcFxuICAgICAgICAgIG11dGVkXG4gICAgICAgICAgcGxheXNJbmxpbmVcbiAgICAgICAgICBjbGFzc05hbWU9XCJhYnNvbHV0ZSBpbnNldC0wIHctZnVsbCBoLWZ1bGwgb2JqZWN0LWNvdmVyIC16LTEwXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzb3VyY2Ugc3JjPVwiL3ZpZGVvcy9oZXJvLm1wNFwiIHR5cGU9XCJ2aWRlby9tcDRcIiAvPlxuICAgICAgICAgIFlvdXIgYnJvd3NlciBkb2VzIG5vdCBzdXBwb3J0IHRoZSB2aWRlbyB0YWcuXG4gICAgICAgIDwvdmlkZW8+XG5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LXhsIGxnOm1heC13LTZ4bCB0ZXh0LWNlbnRlclwiPlxuICAgICAgICAgIDxoMSBjbGFzc05hbWU9XCJmb250LWRpc3BsYXkgbGc6bWF4LXctM3hsIGZvbnQtYm9sZCB0ZXh0LXdoaXRlIHRyYWNraW5nLXRpZ2h0ZXIgbGc6dGV4dC03eGwgdGV4dC01eGxcIj5cbiAgICAgICAgICAgIFRoZSBGdXR1cmUgb2YgPHNwYW4gY2xhc3NOYW1lPSd0ZXh0LWdyYWRpZW50Jz5Db2xsYWJvcmF0aW9uIGlzIE5vdy48L3NwYW4+XG4gICAgICAgICAgPC9oMT5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImxnOm1heC13LTN4bCBtYXgtdy0yeGwgbXktNiBzcGFjZS15LTYgZm9udC1kaXNwbGF5IGZvbnQtbWVkaXVtIGxnOnRleHQtMnhsIHRleHQteGwgdHJhY2tpbmctdGlnaHQgbGVhZGluZy1ub3JtYWwgdGV4dC1wdXJwbGUtODAwXCI+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBwYi04IGZsZXggaXRlbXMtY2VudGVyIGp1c3RpZnktY2VudGVyIGdhcC14LTZcIj5cbiAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgIGhyZWY9XCIjXCJcbiAgICAgICAgICAgICAgY2xhc3NOYW1lPVwicm91bmRlZC0yeGwgYnRuLWdyYWRpZW50LWRhcmsgcHgtMy41IHB5LTIuNSB0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgdGV4dC13aGl0ZSBzaGFkb3ctc20gaG92ZXI6YmctcHVycGxlLTUwMCBmb2N1cy12aXNpYmxlOm91dGxpbmUgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLTIgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLW9mZnNldC0yIGZvY3VzLXZpc2libGU6b3V0bGluZS1wdXJwbGUtNTAwXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgSm9pbiBPdXJWZXJzZVxuICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgPGEgaHJlZj1cIiNcIiBjbGFzc05hbWU9XCJ0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtd2hpdGUgaG92ZXI6dGV4dC1wdXJwbGUtMjAwXCI+XG4gICAgICAgICAgICAgIExlYXJuIG1vcmUgPHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCI+4oaSPC9zcGFuPlxuICAgICAgICAgICAgPC9hPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvQ29udGFpbmVyPlxuICAgIDwvZGl2PlxuICApO1xufVxuIl0sIm5hbWVzIjpbIkJ1dHRvbiIsIkNvbnRhaW5lciIsIkdyYWRpZW50IiwiQ2hldnJvblJpZ2h0SWNvbiIsIkhvbWVwYWdlIiwiZGl2IiwiY2xhc3NOYW1lIiwidmlkZW8iLCJhdXRvUGxheSIsImxvb3AiLCJtdXRlZCIsInBsYXlzSW5saW5lIiwic291cmNlIiwic3JjIiwidHlwZSIsImgxIiwic3BhbiIsImEiLCJocmVmIiwiYXJpYS1oaWRkZW4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Homepage.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Homepage: () => (/* binding */ Homepage)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_Button__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/Button */ \"(rsc)/./src/components/Button.jsx\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Container */ \"(rsc)/./src/components/Container.jsx\");\n/* harmony import */ var _components_Gradient__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Gradient */ \"(rsc)/./src/components/Gradient.jsx\");\n\n\n\n\n\nfunction Homepage() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"lg:pt-24 pt-24 pb-12 min-h-screen flex items-center justify-center relative\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_2__.Container, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"video\", {\n autoPlay: true,\n loop: true,\n muted: true,\n playsInline: true,\n className: \"absolute inset-0 w-full h-full object-cover -z-10\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"source\", {\n src: \"/videos/hero.mp4\",\n type: \"video/mp4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Homepage.jsx\",\n lineNumber: 18,\n columnNumber: 11\n }, this),\n \"Your browser does not support the video tag.\"\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Homepage.jsx\",\n lineNumber: 11,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-xl lg:max-w-6xl text-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h1\", {\n className: \"font-display lg:max-w-3xl font-bold text-white tracking-tighter lg:text-7xl text-5xl\",\n children: [\n \"The Future of \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"text-gradient\",\n children: \"Collaboration is Now.\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Homepage.jsx\",\n lineNumber: 24,\n columnNumber: 27\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Homepage.jsx\",\n lineNumber: 23,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"lg:max-w-3xl max-w-2xl my-6 space-y-6 font-display font-medium lg:text-2xl text-xl tracking-tight leading-normal text-purple-800\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Homepage.jsx\",\n lineNumber: 26,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 pb-8 flex items-center justify-center gap-x-6\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"#\",\n className: \"rounded-2xl btn-gradient-dark px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-purple-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500\",\n children: \"Join OurVerse\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Homepage.jsx\",\n lineNumber: 29,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"#\",\n className: \"text-sm font-semibold leading-6 text-white hover:text-purple-200\",\n children: [\n \"Learn more \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Homepage.jsx\",\n lineNumber: 36,\n columnNumber: 26\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Homepage.jsx\",\n lineNumber: 35,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Homepage.jsx\",\n lineNumber: 28,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Homepage.jsx\",\n lineNumber: 22,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Homepage.jsx\",\n lineNumber: 9,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Homepage.jsx\",\n lineNumber: 8,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Ib21lcGFnZS5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7OztBQUE2QztBQUNNO0FBQ0Y7QUFDVztBQUVyRCxTQUFTSTtJQUNkLHFCQUNFLDhEQUFDQztRQUFJQyxXQUFVO2tCQUNiLDRFQUFDTCw0REFBU0E7OzhCQUVSLDhEQUFDTTtvQkFDQ0MsUUFBUTtvQkFDUkMsSUFBSTtvQkFDSkMsS0FBSztvQkFDTEMsV0FBVztvQkFDWEwsV0FBVTs7c0NBRVYsOERBQUNNOzRCQUFPQyxLQUFJOzRCQUFtQkMsTUFBSzs7Ozs7O3dCQUFjOzs7Ozs7OzhCQUlwRCw4REFBQ1Q7b0JBQUlDLFdBQVU7O3NDQUNiLDhEQUFDUzs0QkFBR1QsV0FBVTs7Z0NBQXVGOzhDQUNyRiw4REFBQ1U7b0NBQUtWLFdBQVU7OENBQWdCOzs7Ozs7Ozs7Ozs7c0NBRWhELDhEQUFDRDs0QkFBSUMsV0FBVTs7Ozs7O3NDQUVmLDhEQUFDRDs0QkFBSUMsV0FBVTs7OENBQ2IsOERBQUNXO29DQUNDQyxNQUFLO29DQUNMWixXQUFVOzhDQUNYOzs7Ozs7OENBR0QsOERBQUNXO29DQUFFQyxNQUFLO29DQUFJWixXQUFVOzt3Q0FBbUU7c0RBQzVFLDhEQUFDVTs0Q0FBS0csZUFBWTtzREFBTzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFPbEQiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9Ib21lcGFnZS5qc3g/OWM3OSJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCdXR0b24gfSBmcm9tICdAL2NvbXBvbmVudHMvQnV0dG9uJztcclxuaW1wb3J0IHsgQ29udGFpbmVyIH0gZnJvbSAnQC9jb21wb25lbnRzL0NvbnRhaW5lcic7XHJcbmltcG9ydCB7IEdyYWRpZW50IH0gZnJvbSAnQC9jb21wb25lbnRzL0dyYWRpZW50JztcclxuaW1wb3J0IHsgQ2hldnJvblJpZ2h0SWNvbiB9IGZyb20gJ0BoZXJvaWNvbnMvcmVhY3QvMjAvc29saWQnXHJcblxyXG5leHBvcnQgZnVuY3Rpb24gSG9tZXBhZ2UoKSB7XHJcbiAgcmV0dXJuIChcclxuICAgIDxkaXYgY2xhc3NOYW1lPVwibGc6cHQtMjQgcHQtMjQgcGItMTIgbWluLWgtc2NyZWVuIGZsZXggaXRlbXMtY2VudGVyIGp1c3RpZnktY2VudGVyIHJlbGF0aXZlXCI+XHJcbiAgICAgIDxDb250YWluZXI+XHJcbiAgICAgICAgey8qIEJhY2tncm91bmQgVmlkZW8gKi99XHJcbiAgICAgICAgPHZpZGVvXHJcbiAgICAgICAgICBhdXRvUGxheVxyXG4gICAgICAgICAgbG9vcFxyXG4gICAgICAgICAgbXV0ZWRcclxuICAgICAgICAgIHBsYXlzSW5saW5lXHJcbiAgICAgICAgICBjbGFzc05hbWU9XCJhYnNvbHV0ZSBpbnNldC0wIHctZnVsbCBoLWZ1bGwgb2JqZWN0LWNvdmVyIC16LTEwXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c291cmNlIHNyYz1cIi92aWRlb3MvaGVyby5tcDRcIiB0eXBlPVwidmlkZW8vbXA0XCIgLz5cclxuICAgICAgICAgIFlvdXIgYnJvd3NlciBkb2VzIG5vdCBzdXBwb3J0IHRoZSB2aWRlbyB0YWcuXHJcbiAgICAgICAgPC92aWRlbz5cclxuXHJcbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LXhsIGxnOm1heC13LTZ4bCB0ZXh0LWNlbnRlclwiPlxyXG4gICAgICAgICAgPGgxIGNsYXNzTmFtZT1cImZvbnQtZGlzcGxheSBsZzptYXgtdy0zeGwgZm9udC1ib2xkIHRleHQtd2hpdGUgdHJhY2tpbmctdGlnaHRlciBsZzp0ZXh0LTd4bCB0ZXh0LTV4bFwiPlxyXG4gICAgICAgICAgICBUaGUgRnV0dXJlIG9mIDxzcGFuIGNsYXNzTmFtZT0ndGV4dC1ncmFkaWVudCc+Q29sbGFib3JhdGlvbiBpcyBOb3cuPC9zcGFuPlxyXG4gICAgICAgICAgPC9oMT5cclxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibGc6bWF4LXctM3hsIG1heC13LTJ4bCBteS02IHNwYWNlLXktNiBmb250LWRpc3BsYXkgZm9udC1tZWRpdW0gbGc6dGV4dC0yeGwgdGV4dC14bCB0cmFja2luZy10aWdodCBsZWFkaW5nLW5vcm1hbCB0ZXh0LXB1cnBsZS04MDBcIj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBwYi04IGZsZXggaXRlbXMtY2VudGVyIGp1c3RpZnktY2VudGVyIGdhcC14LTZcIj5cclxuICAgICAgICAgICAgPGFcclxuICAgICAgICAgICAgICBocmVmPVwiI1wiXHJcbiAgICAgICAgICAgICAgY2xhc3NOYW1lPVwicm91bmRlZC0yeGwgYnRuLWdyYWRpZW50LWRhcmsgcHgtMy41IHB5LTIuNSB0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgdGV4dC13aGl0ZSBzaGFkb3ctc20gaG92ZXI6YmctcHVycGxlLTUwMCBmb2N1cy12aXNpYmxlOm91dGxpbmUgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLTIgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLW9mZnNldC0yIGZvY3VzLXZpc2libGU6b3V0bGluZS1wdXJwbGUtNTAwXCJcclxuICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgIEpvaW4gT3VyVmVyc2VcclxuICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICA8YSBocmVmPVwiI1wiIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC13aGl0ZSBob3Zlcjp0ZXh0LXB1cnBsZS0yMDBcIj5cclxuICAgICAgICAgICAgICBMZWFybiBtb3JlIDxzcGFuIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPuKGkjwvc3Bhbj5cclxuICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvQ29udGFpbmVyPlxyXG4gICAgPC9kaXY+XHJcbiAgKTtcclxufVxyXG4iXSwibmFtZXMiOlsiQnV0dG9uIiwiQ29udGFpbmVyIiwiR3JhZGllbnQiLCJDaGV2cm9uUmlnaHRJY29uIiwiSG9tZXBhZ2UiLCJkaXYiLCJjbGFzc05hbWUiLCJ2aWRlbyIsImF1dG9QbGF5IiwibG9vcCIsIm11dGVkIiwicGxheXNJbmxpbmUiLCJzb3VyY2UiLCJzcmMiLCJ0eXBlIiwiaDEiLCJzcGFuIiwiYSIsImhyZWYiLCJhcmlhLWhpZGRlbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Homepage.jsx\n"); /***/ }), @@ -447,7 +447,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Layout: () => (/* binding */ Layout)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_Footer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/Footer */ \"(rsc)/./src/components/Footer.jsx\");\n/* harmony import */ var _components_Bottom__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Bottom */ \"(rsc)/./src/components/Bottom.jsx\");\n/* harmony import */ var _components_Banner__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Banner */ \"(rsc)/./src/components/Banner.jsx\");\n/* harmony import */ var _components_Header__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/components/Header */ \"(rsc)/./src/components/Header.jsx\");\n/* harmony import */ var _Footer2__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./Footer2 */ \"(rsc)/./src/components/Footer2.jsx\");\n\n\n\n\n\n\nfunction Layout({ children, showFooter = true }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Header__WEBPACK_IMPORTED_MODULE_4__.Header, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Layout.jsx\",\n lineNumber: 10,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Banner__WEBPACK_IMPORTED_MODULE_3__[\"default\"], {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Layout.jsx\",\n lineNumber: 11,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"main\", {\n className: \"flex-auto\",\n children: children\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Layout.jsx\",\n lineNumber: 12,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Bottom__WEBPACK_IMPORTED_MODULE_2__[\"default\"], {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Layout.jsx\",\n lineNumber: 13,\n columnNumber: 7\n }, this),\n showFooter && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_Footer2__WEBPACK_IMPORTED_MODULE_5__[\"default\"], {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Layout.jsx\",\n lineNumber: 14,\n columnNumber: 22\n }, this)\n ]\n }, void 0, true);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9MYXlvdXQuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7OztBQUE0QztBQUNKO0FBQ0E7QUFDSTtBQUNiO0FBRXhCLFNBQVNLLE9BQU8sRUFBRUMsUUFBUSxFQUFFQyxhQUFhLElBQUksRUFBRTtJQUNwRCxxQkFDRTs7MEJBQ0UsOERBQUNKLHNEQUFNQTs7Ozs7MEJBQ1AsOERBQUNELDBEQUFNQTs7Ozs7MEJBQ1AsOERBQUNNO2dCQUFLQyxXQUFVOzBCQUFhSDs7Ozs7OzBCQUM3Qiw4REFBQ0wsMERBQU1BOzs7OztZQUNOTSw0QkFBYyw4REFBQ0gsZ0RBQU9BOzs7Ozs7O0FBRzdCIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2NvbXBvbmVudHMvTGF5b3V0LmpzeD80MWQxIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZvb3RlciB9IGZyb20gJ0AvY29tcG9uZW50cy9Gb290ZXInXG5pbXBvcnQgQm90dG9tIGZyb20gJ0AvY29tcG9uZW50cy9Cb3R0b20nXG5pbXBvcnQgQmFubmVyIGZyb20gJ0AvY29tcG9uZW50cy9CYW5uZXInXG5pbXBvcnQgeyBIZWFkZXIgfSBmcm9tICdAL2NvbXBvbmVudHMvSGVhZGVyJ1xuaW1wb3J0IEZvb3RlcjIgZnJvbSAnLi9Gb290ZXIyJ1xuXG5leHBvcnQgZnVuY3Rpb24gTGF5b3V0KHsgY2hpbGRyZW4sIHNob3dGb290ZXIgPSB0cnVlIH0pIHtcbiAgcmV0dXJuIChcbiAgICA8PlxuICAgICAgPEhlYWRlciAvPlxuICAgICAgPEJhbm5lciAvPlxuICAgICAgPG1haW4gY2xhc3NOYW1lPVwiZmxleC1hdXRvXCI+e2NoaWxkcmVufTwvbWFpbj5cbiAgICAgIDxCb3R0b20gLz5cbiAgICAgIHtzaG93Rm9vdGVyICYmIDxGb290ZXIyIC8+fVxuICAgIDwvPlxuICApXG59XG4iXSwibmFtZXMiOlsiRm9vdGVyIiwiQm90dG9tIiwiQmFubmVyIiwiSGVhZGVyIiwiRm9vdGVyMiIsIkxheW91dCIsImNoaWxkcmVuIiwic2hvd0Zvb3RlciIsIm1haW4iLCJjbGFzc05hbWUiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Layout.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Layout: () => (/* binding */ Layout)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_Footer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/Footer */ \"(rsc)/./src/components/Footer.jsx\");\n/* harmony import */ var _components_Bottom__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Bottom */ \"(rsc)/./src/components/Bottom.jsx\");\n/* harmony import */ var _components_Banner__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Banner */ \"(rsc)/./src/components/Banner.jsx\");\n/* harmony import */ var _components_Header__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/components/Header */ \"(rsc)/./src/components/Header.jsx\");\n/* harmony import */ var _Footer2__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./Footer2 */ \"(rsc)/./src/components/Footer2.jsx\");\n\n\n\n\n\n\nfunction Layout({ children, showFooter = true }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Header__WEBPACK_IMPORTED_MODULE_4__.Header, {}, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Layout.jsx\",\n lineNumber: 10,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Banner__WEBPACK_IMPORTED_MODULE_3__[\"default\"], {}, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Layout.jsx\",\n lineNumber: 11,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"main\", {\n className: \"flex-auto\",\n children: children\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Layout.jsx\",\n lineNumber: 12,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Bottom__WEBPACK_IMPORTED_MODULE_2__[\"default\"], {}, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Layout.jsx\",\n lineNumber: 13,\n columnNumber: 7\n }, this),\n showFooter && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_Footer2__WEBPACK_IMPORTED_MODULE_5__[\"default\"], {}, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Layout.jsx\",\n lineNumber: 14,\n columnNumber: 22\n }, this)\n ]\n }, void 0, true);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9MYXlvdXQuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7OztBQUE0QztBQUNKO0FBQ0E7QUFDSTtBQUNiO0FBRXhCLFNBQVNLLE9BQU8sRUFBRUMsUUFBUSxFQUFFQyxhQUFhLElBQUksRUFBRTtJQUNwRCxxQkFDRTs7MEJBQ0UsOERBQUNKLHNEQUFNQTs7Ozs7MEJBQ1AsOERBQUNELDBEQUFNQTs7Ozs7MEJBQ1AsOERBQUNNO2dCQUFLQyxXQUFVOzBCQUFhSDs7Ozs7OzBCQUM3Qiw4REFBQ0wsMERBQU1BOzs7OztZQUNOTSw0QkFBYyw4REFBQ0gsZ0RBQU9BOzs7Ozs7O0FBRzdCIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2NvbXBvbmVudHMvTGF5b3V0LmpzeD80MWQxIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZvb3RlciB9IGZyb20gJ0AvY29tcG9uZW50cy9Gb290ZXInXHJcbmltcG9ydCBCb3R0b20gZnJvbSAnQC9jb21wb25lbnRzL0JvdHRvbSdcclxuaW1wb3J0IEJhbm5lciBmcm9tICdAL2NvbXBvbmVudHMvQmFubmVyJ1xyXG5pbXBvcnQgeyBIZWFkZXIgfSBmcm9tICdAL2NvbXBvbmVudHMvSGVhZGVyJ1xyXG5pbXBvcnQgRm9vdGVyMiBmcm9tICcuL0Zvb3RlcjInXHJcblxyXG5leHBvcnQgZnVuY3Rpb24gTGF5b3V0KHsgY2hpbGRyZW4sIHNob3dGb290ZXIgPSB0cnVlIH0pIHtcclxuICByZXR1cm4gKFxyXG4gICAgPD5cclxuICAgICAgPEhlYWRlciAvPlxyXG4gICAgICA8QmFubmVyIC8+XHJcbiAgICAgIDxtYWluIGNsYXNzTmFtZT1cImZsZXgtYXV0b1wiPntjaGlsZHJlbn08L21haW4+XHJcbiAgICAgIDxCb3R0b20gLz5cclxuICAgICAge3Nob3dGb290ZXIgJiYgPEZvb3RlcjIgLz59XHJcbiAgICA8Lz5cclxuICApXHJcbn1cclxuIl0sIm5hbWVzIjpbIkZvb3RlciIsIkJvdHRvbSIsIkJhbm5lciIsIkhlYWRlciIsIkZvb3RlcjIiLCJMYXlvdXQiLCJjaGlsZHJlbiIsInNob3dGb290ZXIiLCJtYWluIiwiY2xhc3NOYW1lIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Layout.jsx\n"); /***/ }), @@ -458,7 +458,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Logo: () => (/* binding */ Logo)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n\nfunction Logo(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n xmlns: \"http://www.w3.org/2000/svg\",\n width: \"140\",\n height: \"auto\",\n fill: \"none\",\n viewBox: \"0 0 596 189\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#443B62\",\n d: \"M37.76 81.17c-22.24 0-33.05 8.43-33.05 25.77s10.81 25.84 33.05 25.84c22.24 0 33.05-8.45 33.05-25.84S60 81.17 37.76 81.17zm0 42.04c-16.26 0-22.3-4.41-22.3-16.28 0-11.87 6.04-16.2 22.3-16.2s22.3 4.39 22.3 16.2c0 11.81-6.04 16.28-22.3 16.28zM127.04 109.95c0 9.4-2.5 13.33-17.96 13.33-17.34 0-20.83-5.1-20.83-13.33V81.94H77.5v28.01c0 15.36 10.33 22.82 31.58 22.82 19.1 0 28.78-7.68 28.78-22.82V81.94h-10.82v28.01zM207.15 99.16c0-12.69-12.01-17.22-23.25-17.22h-32.31l-7.43 9.63h36.95c13.37 0 15.08 4.28 15.08 8.01 0 7.1-11.54 7.66-15.08 7.66h-35.16v24.77h10.75v-15.49h24.69l16.75 15.49h15.15L193.5 114.6c8.62-1.83 13.66-7.42 13.66-15.44h-.01zM343.86 111.26h34.86l6.81-8.79h-41.67v-10.9h36.4l7.44-9.63h-54.59V132h47.5l7.46-9.56h-44.21v-11.18zM486.32 91.57h34.35l7.33-9.63h-41.12c-16.72 0-20.23 8.14-20.23 14.98s3.29 14.35 18.97 14.35h18.92c9.64 0 12.28 1.15 12.28 5.34 0 2.51-.95 5.84-9.13 5.84h-37.56l-6.75 8.65-18.75-16.5c8.62-1.83 13.66-7.42 13.66-15.44 0-12.69-12.01-17.22-23.25-17.22h-32.31l-7.43 9.63h36.95c13.37 0 15.08 4.28 15.08 8.01 0 7.1-11.54 7.66-15.08 7.66h-35.16v24.77h10.75v-15.49h24.69l16.75 15.49h57.86c13.38 0 20.16-5.16 20.16-15.33 0-6.48-3.28-14.21-18.9-14.21h-18.92c-9.75 0-12.28-1.04-12.28-5.06 0-2.51.95-5.84 9.13-5.84h-.01zM544.59 122.44v-11.18h34.85l6.81-8.79h-41.66v-10.9h36.39l7.44-9.63h-54.59V132h47.5l7.46-9.56h-44.2z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 10,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#302B4B\",\n d: \"M240.12 117.87l-1.2 3.05 12.21-2.8-11.01-.25z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 14,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint0_linear_20_2)\",\n d: \"M242.67 125.62s-5.87 6.91-30.48 13.09l5.63-.66 14.57-4.75-15.45 6.73-2.32 3.75 16.55-6.4-13.02 13.8 10.71-5.52 19.2-10.27-5.38-9.78-.01.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 18,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint1_linear_20_2)\",\n d: \"M275.02 142.26l6.89-12.5 16.44-21.77 6.97-12.83 17.8-23.15 19.34-23.57 1.83-1.33-65.42 124.6-2.05 3.91-3.09 3.08 2.01-19.93-.72-16.51z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 22,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint2_linear_20_2)\",\n d: \"M258.83 112.9l-8.76 4.61 24.52 52.67 1.15-11.41-.72-16.51-13.84-30.85-2.35 1.49z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 26,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint3_linear_20_2)\",\n d: \"M273.73 178.7h-.66l-2.94-3.17-31.21-54.61 11.53-2.8 24.14 52.06-.86 8.52z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 30,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint4_linear_20_2)\",\n d: \"M274.59 170.18l30.73-75.02-23.41 34.6-6.89 12.5-.43 27.92z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 34,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint5_linear_20_2)\",\n d: \"M242.28 126.25s-5.8 6.75-30.09 12.77l5.56-.65 14.38-4.63-15.26 6.57-2.29 3.66 16.34-6.24-12.86 13.46 10.57-5.38 18.95-10.02-5.31-9.54h.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 38,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint6_linear_20_2)\",\n d: \"M243.11 127.51s-2.58 5.73-28.53 16.19c-.85.5 16.68-6.49 16.68-6.49l-13.12 13.98 10.78-5.59 18.67-10.05-4.48-8.04z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 42,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint7_linear_20_2)\",\n d: \"M241.72 53.13l-21.03-19.79s-18.3-19.29-22.38-24.91l-2.43 6.61s.66 6.39 13.12 23.7c0 0 14.77 12.9 21.16 16.53l11.55 7.94V53.12l.01.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 46,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M241.72 53.13l-21.03-19.79s-18.3-19.29-22.38-24.91c0 0-.98 2.67-1.7 4.64 9.53 19.39 45.11 45.85 45.11 45.85v-5.79zM209.01 38.32c7.64 8.15 32.71 24.47 32.71 24.47l1.65 8.8c-5.19-.03-17.32-4.88-29.65-14.24-12.33-9.37-15.4-21.95-15.4-21.95l.89-6.26 9.8 9.19v-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 50,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint8_linear_20_2)\",\n d: \"M231.21 111.41s11.48 3.75 24.78-4.52l3.72 7.85c-1.49.76-2.97 1.52-4.46 2.27-2.58 1.31-7.2 2.7-12.73 2.48-3.57-.34-7.64-1.35-9.86-4.41-.79-1.08-1.26-2.35-1.45-3.67z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 54,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint9_linear_20_2)\",\n d: \"M253.42 101.45l2.57 5.45s-12.85 9.3-28.56 3.26l1.65-4.61s13.98 3.67 24.35-4.1h-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 58,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M230.61 103.67l-1.76.55.22 1.32s12.55 4.11 24.35-4.1c0 0-7.21 4.43-22.81 2.23z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 62,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint10_linear_20_2)\",\n d: \"M250.38 94.4s-8.9 4.13-30.1 0c0 0 .55 5.65 10.33 9.27 0 0 12 2.68 22.81-2.23l-3.03-7.04h-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 66,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint11_linear_20_2)\",\n d: \"M247.59 87.11s-20.5 1.1-34.78-4.9c0 0 1.76 9.28 15.49 12.95 0 0 10.77 2.6 22.08-.76l-2.79-7.29z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 70,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M220.98 96.39s12.51 5.53 29.73-1.23l-.33-.76s-9.12 3.92-30.1 0l.7 1.99zM248.05 88.38s-16.72 3.12-34.21-3.51l-1.03-2.67s9.94 5.54 34.78 4.9l.45 1.27.01.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 74,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint12_linear_20_2)\",\n d: \"M245.02 79.35s-12.7.55-39.52-12.06c.07.03.14.79.16.87.19.82.47 1.62.79 2.39 1.2 2.86 3.09 5.39 5.3 7.55 4.65 4.56 10.57 6.95 16.91 7.96 6.25 1 12.62 1.22 18.94 1.05l-2.57-7.76h-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 78,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M245.02 79.35s-12.7.55-39.52-12.06c0 0-1.03 1.04 10.83 8.14 0 0 13.79 5.91 29.35 5.89l-.65-1.97h-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 82,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint13_linear_20_2)\",\n d: \"M243.36 72.02s-10.6-1.78-41.65-21.65v4.91s3.17 10.59 15.94 16.74c0 0 14.98 7.01 27.36 7.34l-1.65-7.34z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 86,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M243.36 72.02s-10.6-1.78-41.65-21.65v2.86s12.64 13.33 42.13 20.94l-.49-2.16.01.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 90,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#34304B\",\n d: \"M305.32 95.16c0-.16-7.87 11.68-8.96 12.84-4.46 4.75-12.17 10.78-27.97 21.18l6.55 13.38s21.43-26.91 30.37-47.4h.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 94,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint14_linear_20_2)\",\n d: \"M292.22 115.65s-9.32 10.32-21.36 18.21l4.01 8.48 17.35-26.69z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 98,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint15_linear_20_2)\",\n d: \"M208.8 45.85c4.93 6.55 33.76 21.8 33.76 21.8l.8 4.36c-5.19-.03-29.65-14.24-29.65-14.24-12.33-9.37-15.4-21.95-15.4-21.95l.2-1.4 10.28 11.42.01.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 102,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint16_linear_20_2)\",\n d: \"M241.72 49.59c.27.25-.35 3.25-.4 3.8a89.24 89.24 0 00-.34 4.63c-.14 2.99-.07 5.99.36 8.95.83 5.85 1.99 11.71 4.13 17.23 0 0 5.11 13.19 11.64 25.83 0 0 11.43 23.23 13.07 24.94 0 0 11.23-8.73 14-11.43 0 0 12.28-11.65 15.98-22.08 0 0 3.41-8.45 4.12-11.5 0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-1.17 4.21-2.15 8.41-4.47 12.29-.87 1.46-3.7 7.45-5.62 7.45-4.32-2.93-8.87-5.54-12.89-8.89-3.53-2.95-6.81-6.34-10.01-9.65-1.41-1.46-3.79-3.37-4.44-5.39-.84-2.63-8.21-10.13-13.47-14.94l-.01-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 106,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint17_linear_20_2)\",\n d: \"M241.72 49.59c.27.25-.35 3.25-.4 3.8a89.24 89.24 0 00-.34 4.63c-.14 2.99-.07 5.99.36 8.95.83 5.85 1.99 11.71 4.13 17.23 0 0 5.11 13.19 11.64 25.83 0 0 11.43 23.23 13.07 24.94 0 0 11.23-8.73 14-11.43 0 0 12.28-11.65 15.98-22.08 0 0 3.41-8.45 4.12-11.5 0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-1.17 4.21-2.15 8.41-4.47 12.29-.87 1.46-3.7 7.45-5.62 7.45-4.32-2.93-8.87-5.54-12.89-8.89-3.53-2.95-6.81-6.34-10.01-9.65-1.41-1.46-3.79-3.37-4.44-5.39-.84-2.63-8.21-10.13-13.47-14.94l-.01-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 110,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#302B4B\",\n d: \"M241.41 49.3c.27.25-.65 3.65-.7 4.19-.14 1.54-.25 3.09-.31 4.63-.11 2.99-.02 5.99.42 8.95.87 5.84 2.07 11.69 4.25 17.2 0 0 5.2 13.15 11.83 25.75 0 0 11.83 23.49 13.48 25.18 0 0 10.94-9.15 13.69-11.87 0 0-30.77-56.74-31.43-58.75-.86-2.62-5.94-10.5-11.24-15.28h.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 114,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint18_linear_20_2)\",\n d: \"M297.38 106.89s4.59-8.05 6.88-16.94c0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-.74 3.5-1.59 7.2-3.19 10.41-.49.99-1.24 1.87-1.86 2.8-1.21 1.81-2.27 3.72-3.67 5.39-.5.59-1.2.96-1.66 1.51-.23.28-.42.61-.58.93-.06.11-.11.22-.11.35 0 .1.04.2.07.3 1.81 4.66 3.62 9.19 5.97 13.63 2.81 1.07 6.06 2.03 9.79 2.86l.01-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 118,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint19_linear_20_2)\",\n d: \"M330.16 57.5s-20.68 2.87-24.84 11.68c0 0-1.29 1.05-3.68 17.42 0 0-3.73 19.53-4.25 20.3 0 0 3.85-6.15 4.86-10.88l2.01-6.06s3.18-17.18 4.4-17.64c0 0 1.54-6.82 12.14-10.67l9.36-4.14v-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 122,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint20_linear_20_2)\",\n d: \"M309.65 58.99l-10.04 4.62 18.08-4.13-8.04-.49z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 126,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint21_linear_20_2)\",\n d: \"M241.72 49.59c0 4.8-1.03 11.84.38 19.85 1.4 8.01 4.39 16.21 8.61 25.72 4.15 9.34 8.26 16.6 13.07 25.61 1.63 3.04 3.27 6.08 4.99 9.07.75 1.31 2.52 4.11 2.52 4.11s-.3.76 7.77-5.67 12.47-10.17 18.51-21.39c-.05.21-4.93-1.19-5.2-1.28a52.66 52.66 0 01-12.64-5.81c-7.16-4.5-12.54-11.96-16.99-19.05-3.17-5.05-5.81-10.48-7.46-16.22-.84-2.63-8.26-10.13-13.56-14.94z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 130,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint22_linear_20_2)\",\n d: \"M247.31 87.1s5.41 14.35 16.47 33.68c1.71 2.99 3.27 6.08 4.99 9.07.75 1.31 2.52 4.11 2.52 4.11s-.3.76 7.77-5.67 12.47-10.17 18.51-21.39c-.05.21-4.93-1.19-5.2-1.28a52.656 52.656 0 01-12.64-5.81c-7.16-4.5-12.54-11.96-16.99-19.05-4.56 4.91-15.43 6.34-15.43 6.34z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 134,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint23_linear_20_2)\",\n d: \"M256.3 106.74s10.76 20.11 12.47 23.1c.75 1.31 2.61 4.39 2.61 4.39s-.39.49 7.68-5.94c8.07-6.43 12.47-10.17 18.51-21.39-.05.21-4.92-1.21-5.2-1.28-8.85-2.27-16.17-8.36-16.17-8.36l-19.91 9.49.01-.01z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 138,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"defs\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint0_linear_20_2\",\n x1: \"212.19\",\n x2: \"248.05\",\n y1: \"138.4\",\n y2: \"138.4\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 151,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 152,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 153,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 154,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 143,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint1_linear_20_2\",\n x1: \"266.8\",\n x2: \"336.43\",\n y1: \"182.27\",\n y2: \"39.96\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 164,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 165,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 166,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 167,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 168,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 169,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 156,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint2_linear_20_2\",\n x1: \"260.74\",\n x2: \"264.76\",\n y1: \"169.21\",\n y2: \"111.66\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#E6E4F2\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 179,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.71\",\n stopColor: \"#CDCAE5\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 180,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 181,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 171,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint3_linear_20_2\",\n x1: \"238.92\",\n x2: \"274.59\",\n y1: \"148.41\",\n y2: \"148.41\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.07\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 191,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.28\",\n stopColor: \"#938DC3\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 192,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#B5B1D7\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 193,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#DAD8EC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 194,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 183,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint4_linear_20_2\",\n x1: \"285.47\",\n x2: \"293.35\",\n y1: \"186.08\",\n y2: \"73.02\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 204,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.14\",\n stopColor: \"#DDDBEC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 205,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.3\",\n stopColor: \"#BEBADA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 206,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.46\",\n stopColor: \"#A5A0CD\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 207,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.63\",\n stopColor: \"#948EC3\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 208,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.8\",\n stopColor: \"#8A83BD\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 209,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 210,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 196,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint5_linear_20_2\",\n x1: \"212.19\",\n x2: \"247.59\",\n y1: \"138.72\",\n y2: \"138.72\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#E6E4F2\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 220,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.71\",\n stopColor: \"#CDCAE5\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 221,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 222,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 212,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint6_linear_20_2\",\n x1: \"234.65\",\n x2: \"228.14\",\n y1: \"130.23\",\n y2: \"147.36\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 232,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 233,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 234,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 235,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 224,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint7_linear_20_2\",\n x1: \"195.89\",\n x2: \"241.72\",\n y1: \"35.82\",\n y2: \"35.82\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 245,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 246,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 247,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 248,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 249,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 250,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 237,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint8_linear_20_2\",\n x1: \"231.21\",\n x2: \"259.7\",\n y1: \"113.21\",\n y2: \"113.21\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 260,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 261,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 262,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 263,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 264,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 265,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 252,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint9_linear_20_2\",\n x1: \"227.42\",\n x2: \"255.98\",\n y1: \"106.82\",\n y2: \"106.82\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 275,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 276,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 277,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 278,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 279,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 280,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 267,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint10_linear_20_2\",\n x1: \"220.28\",\n x2: \"253.42\",\n y1: \"99.4\",\n y2: \"99.4\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 290,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 291,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 292,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 293,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 294,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 295,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 282,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint11_linear_20_2\",\n x1: \"212.81\",\n x2: \"250.38\",\n y1: \"89.17\",\n y2: \"89.17\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 305,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 306,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 307,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 308,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 309,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 310,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 297,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint12_linear_20_2\",\n x1: \"205.49\",\n x2: \"247.59\",\n y1: \"77.23\",\n y2: \"77.23\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 320,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 321,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 322,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 323,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 324,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 325,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 312,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint13_linear_20_2\",\n x1: \"201.72\",\n x2: \"245.02\",\n y1: \"64.86\",\n y2: \"64.86\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 335,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 336,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 337,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 338,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 339,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 340,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 327,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint14_linear_20_2\",\n x1: \"281.61\",\n x2: \"281.42\",\n y1: \"117.11\",\n y2: \"138.85\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 350,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 351,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 352,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 353,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 342,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint15_linear_20_2\",\n x1: \"198.32\",\n x2: \"245.67\",\n y1: \"53.23\",\n y2: \"53.23\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 363,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 364,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 365,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 366,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 367,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 368,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 355,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint16_linear_20_2\",\n x1: \"240.91\",\n x2: \"329.47\",\n y1: \"92.28\",\n y2: \"92.28\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.07\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 378,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#9089C2\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 379,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 370,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint17_linear_20_2\",\n x1: \"240.91\",\n x2: \"329.47\",\n y1: \"92.28\",\n y2: \"92.28\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#E6E4F2\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 389,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.71\",\n stopColor: \"#CDCAE5\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 390,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 391,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 381,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint18_linear_20_2\",\n x1: \"281.54\",\n x2: \"329.47\",\n y1: \"82.21\",\n y2: \"82.21\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 401,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 402,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 403,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 404,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 405,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 406,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 393,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint19_linear_20_2\",\n x1: \"312.88\",\n x2: \"315.33\",\n y1: \"108.19\",\n y2: \"36.19\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 416,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.19\",\n stopColor: \"#CECCE4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 417,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.38\",\n stopColor: \"#A29ECC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 418,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.55\",\n stopColor: \"#827DBA\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 419,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.7\",\n stopColor: \"#6F69AF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 420,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.79\",\n stopColor: \"#6862AC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 421,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 408,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint20_linear_20_2\",\n x1: \"299.61\",\n x2: \"317.69\",\n y1: \"61.3\",\n y2: \"61.3\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 431,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 432,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 433,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 434,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 423,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint21_linear_20_2\",\n x1: \"269.89\",\n x2: \"268.58\",\n y1: \"116.41\",\n y2: \"16.03\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 444,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.41\",\n stopColor: \"#D0CDE4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 445,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 446,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 436,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint22_linear_20_2\",\n x1: \"279.03\",\n x2: \"250.44\",\n y1: \"116.22\",\n y2: \"32.81\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 456,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.04\",\n stopColor: \"#F2F1F8\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 457,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.14\",\n stopColor: \"#D4D1E7\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 458,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.25\",\n stopColor: \"#BBB7D9\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 459,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.37\",\n stopColor: \"#A8A3CF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 460,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.51\",\n stopColor: \"#9B94C7\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 461,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.68\",\n stopColor: \"#938CC3\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 462,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.95\",\n stopColor: \"#918AC2\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 463,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 464,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 448,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint23_linear_20_2\",\n x1: \"265.16\",\n x2: \"279.88\",\n y1: \"72.31\",\n y2: \"115.44\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 474,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.21\",\n stopColor: \"#D8D6E9\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 475,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.45\",\n stopColor: \"#B5B1D5\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 476,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.66\",\n stopColor: \"#9B96C7\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 477,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.85\",\n stopColor: \"#8C85BF\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 478,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 479,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 466,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 142,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx\",\n lineNumber: 3,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Mb2dvLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7O0FBQU8sU0FBU0EsS0FBS0MsS0FBSztJQUN4QixxQkFDRSw4REFBQ0M7UUFDQ0MsT0FBTTtRQUNOQyxPQUFNO1FBQ05DLFFBQU87UUFDUEMsTUFBSztRQUNMQyxTQUFROzswQkFFUiw4REFBQ0M7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0M7O2tDQUNDLDhEQUFDQzt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFaEMsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUtyQyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0xvZ28uanN4PzIwNDEiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGZ1bmN0aW9uIExvZ28ocHJvcHMpIHtcbiAgcmV0dXJuIChcbiAgICA8c3ZnXG4gICAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcbiAgICAgIHdpZHRoPVwiMTQwXCJcbiAgICAgIGhlaWdodD1cImF1dG9cIlxuICAgICAgZmlsbD1cIm5vbmVcIlxuICAgICAgdmlld0JveD1cIjAgMCA1OTYgMTg5XCJcbiAgICA+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwiIzQ0M0I2MlwiXG4gICAgICAgIGQ9XCJNMzcuNzYgODEuMTdjLTIyLjI0IDAtMzMuMDUgOC40My0zMy4wNSAyNS43N3MxMC44MSAyNS44NCAzMy4wNSAyNS44NGMyMi4yNCAwIDMzLjA1LTguNDUgMzMuMDUtMjUuODRTNjAgODEuMTcgMzcuNzYgODEuMTd6bTAgNDIuMDRjLTE2LjI2IDAtMjIuMy00LjQxLTIyLjMtMTYuMjggMC0xMS44NyA2LjA0LTE2LjIgMjIuMy0xNi4yczIyLjMgNC4zOSAyMi4zIDE2LjJjMCAxMS44MS02LjA0IDE2LjI4LTIyLjMgMTYuMjh6TTEyNy4wNCAxMDkuOTVjMCA5LjQtMi41IDEzLjMzLTE3Ljk2IDEzLjMzLTE3LjM0IDAtMjAuODMtNS4xLTIwLjgzLTEzLjMzVjgxLjk0SDc3LjV2MjguMDFjMCAxNS4zNiAxMC4zMyAyMi44MiAzMS41OCAyMi44MiAxOS4xIDAgMjguNzgtNy42OCAyOC43OC0yMi44MlY4MS45NGgtMTAuODJ2MjguMDF6TTIwNy4xNSA5OS4xNmMwLTEyLjY5LTEyLjAxLTE3LjIyLTIzLjI1LTE3LjIyaC0zMi4zMWwtNy40MyA5LjYzaDM2Ljk1YzEzLjM3IDAgMTUuMDggNC4yOCAxNS4wOCA4LjAxIDAgNy4xLTExLjU0IDcuNjYtMTUuMDggNy42NmgtMzUuMTZ2MjQuNzdoMTAuNzV2LTE1LjQ5aDI0LjY5bDE2Ljc1IDE1LjQ5aDE1LjE1TDE5My41IDExNC42YzguNjItMS44MyAxMy42Ni03LjQyIDEzLjY2LTE1LjQ0aC0uMDF6TTM0My44NiAxMTEuMjZoMzQuODZsNi44MS04Ljc5aC00MS42N3YtMTAuOWgzNi40bDcuNDQtOS42M2gtNTQuNTlWMTMyaDQ3LjVsNy40Ni05LjU2aC00NC4yMXYtMTEuMTh6TTQ4Ni4zMiA5MS41N2gzNC4zNWw3LjMzLTkuNjNoLTQxLjEyYy0xNi43MiAwLTIwLjIzIDguMTQtMjAuMjMgMTQuOThzMy4yOSAxNC4zNSAxOC45NyAxNC4zNWgxOC45MmM5LjY0IDAgMTIuMjggMS4xNSAxMi4yOCA1LjM0IDAgMi41MS0uOTUgNS44NC05LjEzIDUuODRoLTM3LjU2bC02Ljc1IDguNjUtMTguNzUtMTYuNWM4LjYyLTEuODMgMTMuNjYtNy40MiAxMy42Ni0xNS40NCAwLTEyLjY5LTEyLjAxLTE3LjIyLTIzLjI1LTE3LjIyaC0zMi4zMWwtNy40MyA5LjYzaDM2Ljk1YzEzLjM3IDAgMTUuMDggNC4yOCAxNS4wOCA4LjAxIDAgNy4xLTExLjU0IDcuNjYtMTUuMDggNy42NmgtMzUuMTZ2MjQuNzdoMTAuNzV2LTE1LjQ5aDI0LjY5bDE2Ljc1IDE1LjQ5aDU3Ljg2YzEzLjM4IDAgMjAuMTYtNS4xNiAyMC4xNi0xNS4zMyAwLTYuNDgtMy4yOC0xNC4yMS0xOC45LTE0LjIxaC0xOC45MmMtOS43NSAwLTEyLjI4LTEuMDQtMTIuMjgtNS4wNiAwLTIuNTEuOTUtNS44NCA5LjEzLTUuODRoLS4wMXpNNTQ0LjU5IDEyMi40NHYtMTEuMThoMzQuODVsNi44MS04Ljc5aC00MS42NnYtMTAuOWgzNi4zOWw3LjQ0LTkuNjNoLTU0LjU5VjEzMmg0Ny41bDcuNDYtOS41NmgtNDQuMnpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCIjMzAyQjRCXCJcbiAgICAgICAgZD1cIk0yNDAuMTIgMTE3Ljg3bC0xLjIgMy4wNSAxMi4yMS0yLjgtMTEuMDEtLjI1elwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPHBhdGhcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQwX2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjQyLjY3IDEyNS42MnMtNS44NyA2LjkxLTMwLjQ4IDEzLjA5bDUuNjMtLjY2IDE0LjU3LTQuNzUtMTUuNDUgNi43My0yLjMyIDMuNzUgMTYuNTUtNi40LTEzLjAyIDEzLjggMTAuNzEtNS41MiAxOS4yLTEwLjI3LTUuMzgtOS43OC0uMDEuMDF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDFfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yNzUuMDIgMTQyLjI2bDYuODktMTIuNSAxNi40NC0yMS43NyA2Ljk3LTEyLjgzIDE3LjgtMjMuMTUgMTkuMzQtMjMuNTcgMS44My0xLjMzLTY1LjQyIDEyNC42LTIuMDUgMy45MS0zLjA5IDMuMDggMi4wMS0xOS45My0uNzItMTYuNTF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDJfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yNTguODMgMTEyLjlsLTguNzYgNC42MSAyNC41MiA1Mi42NyAxLjE1LTExLjQxLS43Mi0xNi41MS0xMy44NC0zMC44NS0yLjM1IDEuNDl6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDNfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yNzMuNzMgMTc4LjdoLS42NmwtMi45NC0zLjE3LTMxLjIxLTU0LjYxIDExLjUzLTIuOCAyNC4xNCA1Mi4wNi0uODYgOC41MnpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50NF9saW5lYXJfMjBfMilcIlxuICAgICAgICBkPVwiTTI3NC41OSAxNzAuMThsMzAuNzMtNzUuMDItMjMuNDEgMzQuNi02Ljg5IDEyLjUtLjQzIDI3LjkyelwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPHBhdGhcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQ1X2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjQyLjI4IDEyNi4yNXMtNS44IDYuNzUtMzAuMDkgMTIuNzdsNS41Ni0uNjUgMTQuMzgtNC42My0xNS4yNiA2LjU3LTIuMjkgMy42NiAxNi4zNC02LjI0LTEyLjg2IDEzLjQ2IDEwLjU3LTUuMzggMTguOTUtMTAuMDItNS4zMS05LjU0aC4wMXpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50Nl9saW5lYXJfMjBfMilcIlxuICAgICAgICBkPVwiTTI0My4xMSAxMjcuNTFzLTIuNTggNS43My0yOC41MyAxNi4xOWMtLjg1LjUgMTYuNjgtNi40OSAxNi42OC02LjQ5bC0xMy4xMiAxMy45OCAxMC43OC01LjU5IDE4LjY3LTEwLjA1LTQuNDgtOC4wNHpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50N19saW5lYXJfMjBfMilcIlxuICAgICAgICBkPVwiTTI0MS43MiA1My4xM2wtMjEuMDMtMTkuNzlzLTE4LjMtMTkuMjktMjIuMzgtMjQuOTFsLTIuNDMgNi42MXMuNjYgNi4zOSAxMy4xMiAyMy43YzAgMCAxNC43NyAxMi45IDIxLjE2IDE2LjUzbDExLjU1IDcuOTRWNTMuMTJsLjAxLjAxelwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPHBhdGhcbiAgICAgICAgZmlsbD1cIiM2NzY1QURcIlxuICAgICAgICBkPVwiTTI0MS43MiA1My4xM2wtMjEuMDMtMTkuNzlzLTE4LjMtMTkuMjktMjIuMzgtMjQuOTFjMCAwLS45OCAyLjY3LTEuNyA0LjY0IDkuNTMgMTkuMzkgNDUuMTEgNDUuODUgNDUuMTEgNDUuODV2LTUuNzl6TTIwOS4wMSAzOC4zMmM3LjY0IDguMTUgMzIuNzEgMjQuNDcgMzIuNzEgMjQuNDdsMS42NSA4LjhjLTUuMTktLjAzLTE3LjMyLTQuODgtMjkuNjUtMTQuMjQtMTIuMzMtOS4zNy0xNS40LTIxLjk1LTE1LjQtMjEuOTVsLjg5LTYuMjYgOS44IDkuMTl2LS4wMXpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50OF9saW5lYXJfMjBfMilcIlxuICAgICAgICBkPVwiTTIzMS4yMSAxMTEuNDFzMTEuNDggMy43NSAyNC43OC00LjUybDMuNzIgNy44NWMtMS40OS43Ni0yLjk3IDEuNTItNC40NiAyLjI3LTIuNTggMS4zMS03LjIgMi43LTEyLjczIDIuNDgtMy41Ny0uMzQtNy42NC0xLjM1LTkuODYtNC40MS0uNzktMS4wOC0xLjI2LTIuMzUtMS40NS0zLjY3elwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPHBhdGhcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQ5X2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjUzLjQyIDEwMS40NWwyLjU3IDUuNDVzLTEyLjg1IDkuMy0yOC41NiAzLjI2bDEuNjUtNC42MXMxMy45OCAzLjY3IDI0LjM1LTQuMWgtLjAxelwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPHBhdGhcbiAgICAgICAgZmlsbD1cIiM2NzY1QURcIlxuICAgICAgICBkPVwiTTIzMC42MSAxMDMuNjdsLTEuNzYuNTUuMjIgMS4zMnMxMi41NSA0LjExIDI0LjM1LTQuMWMwIDAtNy4yMSA0LjQzLTIyLjgxIDIuMjN6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDEwX2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjUwLjM4IDk0LjRzLTguOSA0LjEzLTMwLjEgMGMwIDAgLjU1IDUuNjUgMTAuMzMgOS4yNyAwIDAgMTIgMi42OCAyMi44MS0yLjIzbC0zLjAzLTcuMDRoLS4wMXpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MTFfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yNDcuNTkgODcuMTFzLTIwLjUgMS4xLTM0Ljc4LTQuOWMwIDAgMS43NiA5LjI4IDE1LjQ5IDEyLjk1IDAgMCAxMC43NyAyLjYgMjIuMDgtLjc2bC0yLjc5LTcuMjl6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwiIzY3NjVBRFwiXG4gICAgICAgIGQ9XCJNMjIwLjk4IDk2LjM5czEyLjUxIDUuNTMgMjkuNzMtMS4yM2wtLjMzLS43NnMtOS4xMiAzLjkyLTMwLjEgMGwuNyAxLjk5ek0yNDguMDUgODguMzhzLTE2LjcyIDMuMTItMzQuMjEtMy41MWwtMS4wMy0yLjY3czkuOTQgNS41NCAzNC43OCA0LjlsLjQ1IDEuMjcuMDEuMDF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDEyX2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjQ1LjAyIDc5LjM1cy0xMi43LjU1LTM5LjUyLTEyLjA2Yy4wNy4wMy4xNC43OS4xNi44Ny4xOS44Mi40NyAxLjYyLjc5IDIuMzkgMS4yIDIuODYgMy4wOSA1LjM5IDUuMyA3LjU1IDQuNjUgNC41NiAxMC41NyA2Ljk1IDE2LjkxIDcuOTYgNi4yNSAxIDEyLjYyIDEuMjIgMTguOTQgMS4wNWwtMi41Ny03Ljc2aC0uMDF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwiIzY3NjVBRFwiXG4gICAgICAgIGQ9XCJNMjQ1LjAyIDc5LjM1cy0xMi43LjU1LTM5LjUyLTEyLjA2YzAgMC0xLjAzIDEuMDQgMTAuODMgOC4xNCAwIDAgMTMuNzkgNS45MSAyOS4zNSA1Ljg5bC0uNjUtMS45N2gtLjAxelwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPHBhdGhcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQxM19saW5lYXJfMjBfMilcIlxuICAgICAgICBkPVwiTTI0My4zNiA3Mi4wMnMtMTAuNi0xLjc4LTQxLjY1LTIxLjY1djQuOTFzMy4xNyAxMC41OSAxNS45NCAxNi43NGMwIDAgMTQuOTggNy4wMSAyNy4zNiA3LjM0bC0xLjY1LTcuMzR6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwiIzY3NjVBRFwiXG4gICAgICAgIGQ9XCJNMjQzLjM2IDcyLjAycy0xMC42LTEuNzgtNDEuNjUtMjEuNjV2Mi44NnMxMi42NCAxMy4zMyA0Mi4xMyAyMC45NGwtLjQ5LTIuMTYuMDEuMDF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwiIzM0MzA0QlwiXG4gICAgICAgIGQ9XCJNMzA1LjMyIDk1LjE2YzAtLjE2LTcuODcgMTEuNjgtOC45NiAxMi44NC00LjQ2IDQuNzUtMTIuMTcgMTAuNzgtMjcuOTcgMjEuMThsNi41NSAxMy4zOHMyMS40My0yNi45MSAzMC4zNy00Ny40aC4wMXpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MTRfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yOTIuMjIgMTE1LjY1cy05LjMyIDEwLjMyLTIxLjM2IDE4LjIxbDQuMDEgOC40OCAxNy4zNS0yNi42OXpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MTVfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yMDguOCA0NS44NWM0LjkzIDYuNTUgMzMuNzYgMjEuOCAzMy43NiAyMS44bC44IDQuMzZjLTUuMTktLjAzLTI5LjY1LTE0LjI0LTI5LjY1LTE0LjI0LTEyLjMzLTkuMzctMTUuNC0yMS45NS0xNS40LTIxLjk1bC4yLTEuNCAxMC4yOCAxMS40Mi4wMS4wMXpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MTZfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yNDEuNzIgNDkuNTljLjI3LjI1LS4zNSAzLjI1LS40IDMuOGE4OS4yNCA4OS4yNCAwIDAwLS4zNCA0LjYzYy0uMTQgMi45OS0uMDcgNS45OS4zNiA4Ljk1LjgzIDUuODUgMS45OSAxMS43MSA0LjEzIDE3LjIzIDAgMCA1LjExIDEzLjE5IDExLjY0IDI1LjgzIDAgMCAxMS40MyAyMy4yMyAxMy4wNyAyNC45NCAwIDAgMTEuMjMtOC43MyAxNC0xMS40MyAwIDAgMTIuMjgtMTEuNjUgMTUuOTgtMjIuMDggMCAwIDMuNDEtOC40NSA0LjEyLTExLjUgMCAwIDMuMzQtMTUuODMgNC4wNS0xNi41NCAwIDAgMS42My03LjEgOS4wOS0xMC4yM2wxMi4wNy01LjQ3cy04Ljk1IDEuNzgtMTIuMTQgMS43OGMwIDAtNi4zMi0uMjEtNy42Ny0uNSAwIDAtMy45MS0yLjYzLTguMjQtLjg1IDAgMC02LjExLjg1LTguODEgMTAuNTgtMS4xNyA0LjIxLTIuMTUgOC40MS00LjQ3IDEyLjI5LS44NyAxLjQ2LTMuNyA3LjQ1LTUuNjIgNy40NS00LjMyLTIuOTMtOC44Ny01LjU0LTEyLjg5LTguODktMy41My0yLjk1LTYuODEtNi4zNC0xMC4wMS05LjY1LTEuNDEtMS40Ni0zLjc5LTMuMzctNC40NC01LjM5LS44NC0yLjYzLTguMjEtMTAuMTMtMTMuNDctMTQuOTRsLS4wMS0uMDF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDE3X2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjQxLjcyIDQ5LjU5Yy4yNy4yNS0uMzUgMy4yNS0uNCAzLjhhODkuMjQgODkuMjQgMCAwMC0uMzQgNC42M2MtLjE0IDIuOTktLjA3IDUuOTkuMzYgOC45NS44MyA1Ljg1IDEuOTkgMTEuNzEgNC4xMyAxNy4yMyAwIDAgNS4xMSAxMy4xOSAxMS42NCAyNS44MyAwIDAgMTEuNDMgMjMuMjMgMTMuMDcgMjQuOTQgMCAwIDExLjIzLTguNzMgMTQtMTEuNDMgMCAwIDEyLjI4LTExLjY1IDE1Ljk4LTIyLjA4IDAgMCAzLjQxLTguNDUgNC4xMi0xMS41IDAgMCAzLjM0LTE1LjgzIDQuMDUtMTYuNTQgMCAwIDEuNjMtNy4xIDkuMDktMTAuMjNsMTIuMDctNS40N3MtOC45NSAxLjc4LTEyLjE0IDEuNzhjMCAwLTYuMzItLjIxLTcuNjctLjUgMCAwLTMuOTEtMi42My04LjI0LS44NSAwIDAtNi4xMS44NS04LjgxIDEwLjU4LTEuMTcgNC4yMS0yLjE1IDguNDEtNC40NyAxMi4yOS0uODcgMS40Ni0zLjcgNy40NS01LjYyIDcuNDUtNC4zMi0yLjkzLTguODctNS41NC0xMi44OS04Ljg5LTMuNTMtMi45NS02LjgxLTYuMzQtMTAuMDEtOS42NS0xLjQxLTEuNDYtMy43OS0zLjM3LTQuNDQtNS4zOS0uODQtMi42My04LjIxLTEwLjEzLTEzLjQ3LTE0Ljk0bC0uMDEtLjAxelwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPHBhdGhcbiAgICAgICAgZmlsbD1cIiMzMDJCNEJcIlxuICAgICAgICBkPVwiTTI0MS40MSA0OS4zYy4yNy4yNS0uNjUgMy42NS0uNyA0LjE5LS4xNCAxLjU0LS4yNSAzLjA5LS4zMSA0LjYzLS4xMSAyLjk5LS4wMiA1Ljk5LjQyIDguOTUuODcgNS44NCAyLjA3IDExLjY5IDQuMjUgMTcuMiAwIDAgNS4yIDEzLjE1IDExLjgzIDI1Ljc1IDAgMCAxMS44MyAyMy40OSAxMy40OCAyNS4xOCAwIDAgMTAuOTQtOS4xNSAxMy42OS0xMS44NyAwIDAtMzAuNzctNTYuNzQtMzEuNDMtNTguNzUtLjg2LTIuNjItNS45NC0xMC41LTExLjI0LTE1LjI4aC4wMXpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MThfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yOTcuMzggMTA2Ljg5czQuNTktOC4wNSA2Ljg4LTE2Ljk0YzAgMCAzLjM0LTE1LjgzIDQuMDUtMTYuNTQgMCAwIDEuNjMtNy4xIDkuMDktMTAuMjNsMTIuMDctNS40N3MtOC45NSAxLjc4LTEyLjE0IDEuNzhjMCAwLTYuMzItLjIxLTcuNjctLjUgMCAwLTMuOTEtMi42My04LjI0LS44NSAwIDAtNi4xMS44NS04LjgxIDEwLjU4LS43NCAzLjUtMS41OSA3LjItMy4xOSAxMC40MS0uNDkuOTktMS4yNCAxLjg3LTEuODYgMi44LTEuMjEgMS44MS0yLjI3IDMuNzItMy42NyA1LjM5LS41LjU5LTEuMi45Ni0xLjY2IDEuNTEtLjIzLjI4LS40Mi42MS0uNTguOTMtLjA2LjExLS4xMS4yMi0uMTEuMzUgMCAuMS4wNC4yLjA3LjMgMS44MSA0LjY2IDMuNjIgOS4xOSA1Ljk3IDEzLjYzIDIuODEgMS4wNyA2LjA2IDIuMDMgOS43OSAyLjg2bC4wMS0uMDF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDE5X2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMzMwLjE2IDU3LjVzLTIwLjY4IDIuODctMjQuODQgMTEuNjhjMCAwLTEuMjkgMS4wNS0zLjY4IDE3LjQyIDAgMC0zLjczIDE5LjUzLTQuMjUgMjAuMyAwIDAgMy44NS02LjE1IDQuODYtMTAuODhsMi4wMS02LjA2czMuMTgtMTcuMTggNC40LTE3LjY0YzAgMCAxLjU0LTYuODIgMTIuMTQtMTAuNjdsOS4zNi00LjE0di0uMDF6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDIwX2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMzA5LjY1IDU4Ljk5bC0xMC4wNCA0LjYyIDE4LjA4LTQuMTMtOC4wNC0uNDl6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDIxX2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjQxLjcyIDQ5LjU5YzAgNC44LTEuMDMgMTEuODQuMzggMTkuODUgMS40IDguMDEgNC4zOSAxNi4yMSA4LjYxIDI1LjcyIDQuMTUgOS4zNCA4LjI2IDE2LjYgMTMuMDcgMjUuNjEgMS42MyAzLjA0IDMuMjcgNi4wOCA0Ljk5IDkuMDcuNzUgMS4zMSAyLjUyIDQuMTEgMi41MiA0LjExcy0uMy43NiA3Ljc3LTUuNjcgMTIuNDctMTAuMTcgMTguNTEtMjEuMzljLS4wNS4yMS00LjkzLTEuMTktNS4yLTEuMjhhNTIuNjYgNTIuNjYgMCAwMS0xMi42NC01LjgxYy03LjE2LTQuNS0xMi41NC0xMS45Ni0xNi45OS0xOS4wNS0zLjE3LTUuMDUtNS44MS0xMC40OC03LjQ2LTE2LjIyLS44NC0yLjYzLTguMjYtMTAuMTMtMTMuNTYtMTQuOTR6XCJcbiAgICAgID48L3BhdGg+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDIyX2xpbmVhcl8yMF8yKVwiXG4gICAgICAgIGQ9XCJNMjQ3LjMxIDg3LjFzNS40MSAxNC4zNSAxNi40NyAzMy42OGMxLjcxIDIuOTkgMy4yNyA2LjA4IDQuOTkgOS4wNy43NSAxLjMxIDIuNTIgNC4xMSAyLjUyIDQuMTFzLS4zLjc2IDcuNzctNS42NyAxMi40Ny0xMC4xNyAxOC41MS0yMS4zOWMtLjA1LjIxLTQuOTMtMS4xOS01LjItMS4yOGE1Mi42NTYgNTIuNjU2IDAgMDEtMTIuNjQtNS44MWMtNy4xNi00LjUtMTIuNTQtMTEuOTYtMTYuOTktMTkuMDUtNC41NiA0LjkxLTE1LjQzIDYuMzQtMTUuNDMgNi4zNHpcIlxuICAgICAgPjwvcGF0aD5cbiAgICAgIDxwYXRoXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MjNfbGluZWFyXzIwXzIpXCJcbiAgICAgICAgZD1cIk0yNTYuMyAxMDYuNzRzMTAuNzYgMjAuMTEgMTIuNDcgMjMuMWMuNzUgMS4zMSAyLjYxIDQuMzkgMi42MSA0LjM5cy0uMzkuNDkgNy42OC01Ljk0YzguMDctNi40MyAxMi40Ny0xMC4xNyAxOC41MS0yMS4zOS0uMDUuMjEtNC45Mi0xLjIxLTUuMi0xLjI4LTguODUtMi4yNy0xNi4xNy04LjM2LTE2LjE3LTguMzZsLTE5LjkxIDkuNDkuMDEtLjAxelwiXG4gICAgICA+PC9wYXRoPlxuICAgICAgPGRlZnM+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQwX2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjIxMi4xOVwiXG4gICAgICAgICAgeDI9XCIyNDguMDVcIlxuICAgICAgICAgIHkxPVwiMTM4LjRcIlxuICAgICAgICAgIHkyPVwiMTM4LjRcIlxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXG4gICAgICAgID5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjI2XCIgc3RvcENvbG9yPVwiIzMwMkI0QlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjQ3XCIgc3RvcENvbG9yPVwiIzRCNDY2RVwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjgzXCIgc3RvcENvbG9yPVwiIzc2NkZBNlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDFfbGluZWFyXzIwXzJcIlxuICAgICAgICAgIHgxPVwiMjY2LjhcIlxuICAgICAgICAgIHgyPVwiMzM2LjQzXCJcbiAgICAgICAgICB5MT1cIjE4Mi4yN1wiXG4gICAgICAgICAgeTI9XCIzOS45NlwiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xMVwiIHN0b3BDb2xvcj1cIiNFQkVBRjRcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40XCIgc3RvcENvbG9yPVwiI0MwQkNEQ1wiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjY1XCIgc3RvcENvbG9yPVwiI0ExOUJDQVwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjg2XCIgc3RvcENvbG9yPVwiIzhEODdCRlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDJfbGluZWFyXzIwXzJcIlxuICAgICAgICAgIHgxPVwiMjYwLjc0XCJcbiAgICAgICAgICB4Mj1cIjI2NC43NlwiXG4gICAgICAgICAgeTE9XCIxNjkuMjFcIlxuICAgICAgICAgIHkyPVwiMTExLjY2XCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI0U2RTRGMlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjcxXCIgc3RvcENvbG9yPVwiI0NEQ0FFNVwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDNfbGluZWFyXzIwXzJcIlxuICAgICAgICAgIHgxPVwiMjM4LjkyXCJcbiAgICAgICAgICB4Mj1cIjI3NC41OVwiXG4gICAgICAgICAgeTE9XCIxNDguNDFcIlxuICAgICAgICAgIHkyPVwiMTQ4LjQxXCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4wN1wiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4yOFwiIHN0b3BDb2xvcj1cIiM5MzhEQzNcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNCNUIxRDdcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiNEQUQ4RUNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQ0X2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjI4NS40N1wiXG4gICAgICAgICAgeDI9XCIyOTMuMzVcIlxuICAgICAgICAgIHkxPVwiMTg2LjA4XCJcbiAgICAgICAgICB5Mj1cIjczLjAyXCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjE0XCIgc3RvcENvbG9yPVwiI0REREJFQ1wiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjNcIiBzdG9wQ29sb3I9XCIjQkVCQURBXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNDZcIiBzdG9wQ29sb3I9XCIjQTVBMENEXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjNcIiBzdG9wQ29sb3I9XCIjOTQ4RUMzXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuOFwiIHN0b3BDb2xvcj1cIiM4QTgzQkRcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQ1X2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjIxMi4xOVwiXG4gICAgICAgICAgeDI9XCIyNDcuNTlcIlxuICAgICAgICAgIHkxPVwiMTM4LjcyXCJcbiAgICAgICAgICB5Mj1cIjEzOC43MlwiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNFNkU0RjJcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC43MVwiIHN0b3BDb2xvcj1cIiNDRENBRTVcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQ2X2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjIzNC42NVwiXG4gICAgICAgICAgeDI9XCIyMjguMTRcIlxuICAgICAgICAgIHkxPVwiMTMwLjIzXCJcbiAgICAgICAgICB5Mj1cIjE0Ny4zNlwiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMjZcIiBzdG9wQ29sb3I9XCIjMzAyQjRCXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNDdcIiBzdG9wQ29sb3I9XCIjNEI0NjZFXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuODNcIiBzdG9wQ29sb3I9XCIjNzY2RkE2XCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxuICAgICAgICA8bGluZWFyR3JhZGllbnRcbiAgICAgICAgICBpZD1cInBhaW50N19saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIxOTUuODlcIlxuICAgICAgICAgIHgyPVwiMjQxLjcyXCJcbiAgICAgICAgICB5MT1cIjM1LjgyXCJcbiAgICAgICAgICB5Mj1cIjM1LjgyXCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjExXCIgc3RvcENvbG9yPVwiI0VCRUFGNFwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjRcIiBzdG9wQ29sb3I9XCIjQzBCQ0RDXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjVcIiBzdG9wQ29sb3I9XCIjQTE5QkNBXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuODZcIiBzdG9wQ29sb3I9XCIjOEQ4N0JGXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxuICAgICAgICA8bGluZWFyR3JhZGllbnRcbiAgICAgICAgICBpZD1cInBhaW50OF9saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyMzEuMjFcIlxuICAgICAgICAgIHgyPVwiMjU5LjdcIlxuICAgICAgICAgIHkxPVwiMTEzLjIxXCJcbiAgICAgICAgICB5Mj1cIjExMy4yMVwiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xMVwiIHN0b3BDb2xvcj1cIiNFQkVBRjRcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40XCIgc3RvcENvbG9yPVwiI0MwQkNEQ1wiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjY1XCIgc3RvcENvbG9yPVwiI0ExOUJDQVwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjg2XCIgc3RvcENvbG9yPVwiIzhEODdCRlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDlfbGluZWFyXzIwXzJcIlxuICAgICAgICAgIHgxPVwiMjI3LjQyXCJcbiAgICAgICAgICB4Mj1cIjI1NS45OFwiXG4gICAgICAgICAgeTE9XCIxMDYuODJcIlxuICAgICAgICAgIHkyPVwiMTA2LjgyXCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjExXCIgc3RvcENvbG9yPVwiI0VCRUFGNFwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjRcIiBzdG9wQ29sb3I9XCIjQzBCQ0RDXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjVcIiBzdG9wQ29sb3I9XCIjQTE5QkNBXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuODZcIiBzdG9wQ29sb3I9XCIjOEQ4N0JGXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxuICAgICAgICA8bGluZWFyR3JhZGllbnRcbiAgICAgICAgICBpZD1cInBhaW50MTBfbGluZWFyXzIwXzJcIlxuICAgICAgICAgIHgxPVwiMjIwLjI4XCJcbiAgICAgICAgICB4Mj1cIjI1My40MlwiXG4gICAgICAgICAgeTE9XCI5OS40XCJcbiAgICAgICAgICB5Mj1cIjk5LjRcIlxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXG4gICAgICAgID5cbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNFwiIHN0b3BDb2xvcj1cIiNDMEJDRENcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNBMTlCQ0FcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQxMV9saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyMTIuODFcIlxuICAgICAgICAgIHgyPVwiMjUwLjM4XCJcbiAgICAgICAgICB5MT1cIjg5LjE3XCJcbiAgICAgICAgICB5Mj1cIjg5LjE3XCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjExXCIgc3RvcENvbG9yPVwiI0VCRUFGNFwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjRcIiBzdG9wQ29sb3I9XCIjQzBCQ0RDXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjVcIiBzdG9wQ29sb3I9XCIjQTE5QkNBXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuODZcIiBzdG9wQ29sb3I9XCIjOEQ4N0JGXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxuICAgICAgICA8bGluZWFyR3JhZGllbnRcbiAgICAgICAgICBpZD1cInBhaW50MTJfbGluZWFyXzIwXzJcIlxuICAgICAgICAgIHgxPVwiMjA1LjQ5XCJcbiAgICAgICAgICB4Mj1cIjI0Ny41OVwiXG4gICAgICAgICAgeTE9XCI3Ny4yM1wiXG4gICAgICAgICAgeTI9XCI3Ny4yM1wiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xMVwiIHN0b3BDb2xvcj1cIiNFQkVBRjRcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40XCIgc3RvcENvbG9yPVwiI0MwQkNEQ1wiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjY1XCIgc3RvcENvbG9yPVwiI0ExOUJDQVwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjg2XCIgc3RvcENvbG9yPVwiIzhEODdCRlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDEzX2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjIwMS43MlwiXG4gICAgICAgICAgeDI9XCIyNDUuMDJcIlxuICAgICAgICAgIHkxPVwiNjQuODZcIlxuICAgICAgICAgIHkyPVwiNjQuODZcIlxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXG4gICAgICAgID5cbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNFwiIHN0b3BDb2xvcj1cIiNDMEJDRENcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNBMTlCQ0FcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQxNF9saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyODEuNjFcIlxuICAgICAgICAgIHgyPVwiMjgxLjQyXCJcbiAgICAgICAgICB5MT1cIjExNy4xMVwiXG4gICAgICAgICAgeTI9XCIxMzguODVcIlxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXG4gICAgICAgID5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjI2XCIgc3RvcENvbG9yPVwiIzMwMkI0QlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjQ3XCIgc3RvcENvbG9yPVwiIzRCNDY2RVwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjgzXCIgc3RvcENvbG9yPVwiIzc2NkZBNlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDE1X2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjE5OC4zMlwiXG4gICAgICAgICAgeDI9XCIyNDUuNjdcIlxuICAgICAgICAgIHkxPVwiNTMuMjNcIlxuICAgICAgICAgIHkyPVwiNTMuMjNcIlxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXG4gICAgICAgID5cbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNFwiIHN0b3BDb2xvcj1cIiNDMEJDRENcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNBMTlCQ0FcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQxNl9saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyNDAuOTFcIlxuICAgICAgICAgIHgyPVwiMzI5LjQ3XCJcbiAgICAgICAgICB5MT1cIjkyLjI4XCJcbiAgICAgICAgICB5Mj1cIjkyLjI4XCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4wN1wiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM5MDg5QzJcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQxN19saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyNDAuOTFcIlxuICAgICAgICAgIHgyPVwiMzI5LjQ3XCJcbiAgICAgICAgICB5MT1cIjkyLjI4XCJcbiAgICAgICAgICB5Mj1cIjkyLjI4XCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI0U2RTRGMlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjcxXCIgc3RvcENvbG9yPVwiI0NEQ0FFNVwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDE4X2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjI4MS41NFwiXG4gICAgICAgICAgeDI9XCIzMjkuNDdcIlxuICAgICAgICAgIHkxPVwiODIuMjFcIlxuICAgICAgICAgIHkyPVwiODIuMjFcIlxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXG4gICAgICAgID5cbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNFwiIHN0b3BDb2xvcj1cIiNDMEJDRENcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNBMTlCQ0FcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQxOV9saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIzMTIuODhcIlxuICAgICAgICAgIHgyPVwiMzE1LjMzXCJcbiAgICAgICAgICB5MT1cIjEwOC4xOVwiXG4gICAgICAgICAgeTI9XCIzNi4xOVwiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xOVwiIHN0b3BDb2xvcj1cIiNDRUNDRTRcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4zOFwiIHN0b3BDb2xvcj1cIiNBMjlFQ0NcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC41NVwiIHN0b3BDb2xvcj1cIiM4MjdEQkFcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC43XCIgc3RvcENvbG9yPVwiIzZGNjlBRlwiPjwvc3RvcD5cbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjc5XCIgc3RvcENvbG9yPVwiIzY4NjJBQ1wiPjwvc3RvcD5cbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cbiAgICAgICAgPGxpbmVhckdyYWRpZW50XG4gICAgICAgICAgaWQ9XCJwYWludDIwX2xpbmVhcl8yMF8yXCJcbiAgICAgICAgICB4MT1cIjI5OS42MVwiXG4gICAgICAgICAgeDI9XCIzMTcuNjlcIlxuICAgICAgICAgIHkxPVwiNjEuM1wiXG4gICAgICAgICAgeTI9XCI2MS4zXCJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4yNlwiIHN0b3BDb2xvcj1cIiMzMDJCNEJcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40N1wiIHN0b3BDb2xvcj1cIiM0QjQ2NkVcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44M1wiIHN0b3BDb2xvcj1cIiM3NjZGQTZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQyMV9saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyNjkuODlcIlxuICAgICAgICAgIHgyPVwiMjY4LjU4XCJcbiAgICAgICAgICB5MT1cIjExNi40MVwiXG4gICAgICAgICAgeTI9XCIxNi4wM1wiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40MVwiIHN0b3BDb2xvcj1cIiNEMENERTRcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQyMl9saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyNzkuMDNcIlxuICAgICAgICAgIHgyPVwiMjUwLjQ0XCJcbiAgICAgICAgICB5MT1cIjExNi4yMlwiXG4gICAgICAgICAgeTI9XCIzMi44MVwiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4wNFwiIHN0b3BDb2xvcj1cIiNGMkYxRjhcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xNFwiIHN0b3BDb2xvcj1cIiNENEQxRTdcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4yNVwiIHN0b3BDb2xvcj1cIiNCQkI3RDlcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4zN1wiIHN0b3BDb2xvcj1cIiNBOEEzQ0ZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC41MVwiIHN0b3BDb2xvcj1cIiM5Qjk0QzdcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42OFwiIHN0b3BDb2xvcj1cIiM5MzhDQzNcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC45NVwiIHN0b3BDb2xvcj1cIiM5MThBQzJcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxuICAgICAgICAgIGlkPVwicGFpbnQyM19saW5lYXJfMjBfMlwiXG4gICAgICAgICAgeDE9XCIyNjUuMTZcIlxuICAgICAgICAgIHgyPVwiMjc5Ljg4XCJcbiAgICAgICAgICB5MT1cIjcyLjMxXCJcbiAgICAgICAgICB5Mj1cIjExNS40NFwiXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4yMVwiIHN0b3BDb2xvcj1cIiNEOEQ2RTlcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40NVwiIHN0b3BDb2xvcj1cIiNCNUIxRDVcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NlwiIHN0b3BDb2xvcj1cIiM5Qjk2QzdcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NVwiIHN0b3BDb2xvcj1cIiM4Qzg1QkZcIj48L3N0b3A+XG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XG4gICAgICA8L2RlZnM+XG4gICAgPC9zdmc+XG4gICk7XG59Il0sIm5hbWVzIjpbIkxvZ28iLCJwcm9wcyIsInN2ZyIsInhtbG5zIiwid2lkdGgiLCJoZWlnaHQiLCJmaWxsIiwidmlld0JveCIsInBhdGgiLCJkIiwiZGVmcyIsImxpbmVhckdyYWRpZW50IiwiaWQiLCJ4MSIsIngyIiwieTEiLCJ5MiIsImdyYWRpZW50VW5pdHMiLCJzdG9wIiwib2Zmc2V0Iiwic3RvcENvbG9yIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Logo.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Logo: () => (/* binding */ Logo)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n\nfunction Logo(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n xmlns: \"http://www.w3.org/2000/svg\",\n width: \"140\",\n height: \"auto\",\n fill: \"none\",\n viewBox: \"0 0 596 189\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#443B62\",\n d: \"M37.76 81.17c-22.24 0-33.05 8.43-33.05 25.77s10.81 25.84 33.05 25.84c22.24 0 33.05-8.45 33.05-25.84S60 81.17 37.76 81.17zm0 42.04c-16.26 0-22.3-4.41-22.3-16.28 0-11.87 6.04-16.2 22.3-16.2s22.3 4.39 22.3 16.2c0 11.81-6.04 16.28-22.3 16.28zM127.04 109.95c0 9.4-2.5 13.33-17.96 13.33-17.34 0-20.83-5.1-20.83-13.33V81.94H77.5v28.01c0 15.36 10.33 22.82 31.58 22.82 19.1 0 28.78-7.68 28.78-22.82V81.94h-10.82v28.01zM207.15 99.16c0-12.69-12.01-17.22-23.25-17.22h-32.31l-7.43 9.63h36.95c13.37 0 15.08 4.28 15.08 8.01 0 7.1-11.54 7.66-15.08 7.66h-35.16v24.77h10.75v-15.49h24.69l16.75 15.49h15.15L193.5 114.6c8.62-1.83 13.66-7.42 13.66-15.44h-.01zM343.86 111.26h34.86l6.81-8.79h-41.67v-10.9h36.4l7.44-9.63h-54.59V132h47.5l7.46-9.56h-44.21v-11.18zM486.32 91.57h34.35l7.33-9.63h-41.12c-16.72 0-20.23 8.14-20.23 14.98s3.29 14.35 18.97 14.35h18.92c9.64 0 12.28 1.15 12.28 5.34 0 2.51-.95 5.84-9.13 5.84h-37.56l-6.75 8.65-18.75-16.5c8.62-1.83 13.66-7.42 13.66-15.44 0-12.69-12.01-17.22-23.25-17.22h-32.31l-7.43 9.63h36.95c13.37 0 15.08 4.28 15.08 8.01 0 7.1-11.54 7.66-15.08 7.66h-35.16v24.77h10.75v-15.49h24.69l16.75 15.49h57.86c13.38 0 20.16-5.16 20.16-15.33 0-6.48-3.28-14.21-18.9-14.21h-18.92c-9.75 0-12.28-1.04-12.28-5.06 0-2.51.95-5.84 9.13-5.84h-.01zM544.59 122.44v-11.18h34.85l6.81-8.79h-41.66v-10.9h36.39l7.44-9.63h-54.59V132h47.5l7.46-9.56h-44.2z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 10,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#302B4B\",\n d: \"M240.12 117.87l-1.2 3.05 12.21-2.8-11.01-.25z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 14,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint0_linear_20_2)\",\n d: \"M242.67 125.62s-5.87 6.91-30.48 13.09l5.63-.66 14.57-4.75-15.45 6.73-2.32 3.75 16.55-6.4-13.02 13.8 10.71-5.52 19.2-10.27-5.38-9.78-.01.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 18,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint1_linear_20_2)\",\n d: \"M275.02 142.26l6.89-12.5 16.44-21.77 6.97-12.83 17.8-23.15 19.34-23.57 1.83-1.33-65.42 124.6-2.05 3.91-3.09 3.08 2.01-19.93-.72-16.51z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 22,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint2_linear_20_2)\",\n d: \"M258.83 112.9l-8.76 4.61 24.52 52.67 1.15-11.41-.72-16.51-13.84-30.85-2.35 1.49z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 26,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint3_linear_20_2)\",\n d: \"M273.73 178.7h-.66l-2.94-3.17-31.21-54.61 11.53-2.8 24.14 52.06-.86 8.52z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 30,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint4_linear_20_2)\",\n d: \"M274.59 170.18l30.73-75.02-23.41 34.6-6.89 12.5-.43 27.92z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 34,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint5_linear_20_2)\",\n d: \"M242.28 126.25s-5.8 6.75-30.09 12.77l5.56-.65 14.38-4.63-15.26 6.57-2.29 3.66 16.34-6.24-12.86 13.46 10.57-5.38 18.95-10.02-5.31-9.54h.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 38,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint6_linear_20_2)\",\n d: \"M243.11 127.51s-2.58 5.73-28.53 16.19c-.85.5 16.68-6.49 16.68-6.49l-13.12 13.98 10.78-5.59 18.67-10.05-4.48-8.04z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 42,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint7_linear_20_2)\",\n d: \"M241.72 53.13l-21.03-19.79s-18.3-19.29-22.38-24.91l-2.43 6.61s.66 6.39 13.12 23.7c0 0 14.77 12.9 21.16 16.53l11.55 7.94V53.12l.01.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 46,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M241.72 53.13l-21.03-19.79s-18.3-19.29-22.38-24.91c0 0-.98 2.67-1.7 4.64 9.53 19.39 45.11 45.85 45.11 45.85v-5.79zM209.01 38.32c7.64 8.15 32.71 24.47 32.71 24.47l1.65 8.8c-5.19-.03-17.32-4.88-29.65-14.24-12.33-9.37-15.4-21.95-15.4-21.95l.89-6.26 9.8 9.19v-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 50,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint8_linear_20_2)\",\n d: \"M231.21 111.41s11.48 3.75 24.78-4.52l3.72 7.85c-1.49.76-2.97 1.52-4.46 2.27-2.58 1.31-7.2 2.7-12.73 2.48-3.57-.34-7.64-1.35-9.86-4.41-.79-1.08-1.26-2.35-1.45-3.67z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 54,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint9_linear_20_2)\",\n d: \"M253.42 101.45l2.57 5.45s-12.85 9.3-28.56 3.26l1.65-4.61s13.98 3.67 24.35-4.1h-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 58,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M230.61 103.67l-1.76.55.22 1.32s12.55 4.11 24.35-4.1c0 0-7.21 4.43-22.81 2.23z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 62,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint10_linear_20_2)\",\n d: \"M250.38 94.4s-8.9 4.13-30.1 0c0 0 .55 5.65 10.33 9.27 0 0 12 2.68 22.81-2.23l-3.03-7.04h-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 66,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint11_linear_20_2)\",\n d: \"M247.59 87.11s-20.5 1.1-34.78-4.9c0 0 1.76 9.28 15.49 12.95 0 0 10.77 2.6 22.08-.76l-2.79-7.29z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 70,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M220.98 96.39s12.51 5.53 29.73-1.23l-.33-.76s-9.12 3.92-30.1 0l.7 1.99zM248.05 88.38s-16.72 3.12-34.21-3.51l-1.03-2.67s9.94 5.54 34.78 4.9l.45 1.27.01.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 74,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint12_linear_20_2)\",\n d: \"M245.02 79.35s-12.7.55-39.52-12.06c.07.03.14.79.16.87.19.82.47 1.62.79 2.39 1.2 2.86 3.09 5.39 5.3 7.55 4.65 4.56 10.57 6.95 16.91 7.96 6.25 1 12.62 1.22 18.94 1.05l-2.57-7.76h-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 78,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M245.02 79.35s-12.7.55-39.52-12.06c0 0-1.03 1.04 10.83 8.14 0 0 13.79 5.91 29.35 5.89l-.65-1.97h-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 82,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint13_linear_20_2)\",\n d: \"M243.36 72.02s-10.6-1.78-41.65-21.65v4.91s3.17 10.59 15.94 16.74c0 0 14.98 7.01 27.36 7.34l-1.65-7.34z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 86,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#6765AD\",\n d: \"M243.36 72.02s-10.6-1.78-41.65-21.65v2.86s12.64 13.33 42.13 20.94l-.49-2.16.01.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 90,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#34304B\",\n d: \"M305.32 95.16c0-.16-7.87 11.68-8.96 12.84-4.46 4.75-12.17 10.78-27.97 21.18l6.55 13.38s21.43-26.91 30.37-47.4h.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 94,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint14_linear_20_2)\",\n d: \"M292.22 115.65s-9.32 10.32-21.36 18.21l4.01 8.48 17.35-26.69z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 98,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint15_linear_20_2)\",\n d: \"M208.8 45.85c4.93 6.55 33.76 21.8 33.76 21.8l.8 4.36c-5.19-.03-29.65-14.24-29.65-14.24-12.33-9.37-15.4-21.95-15.4-21.95l.2-1.4 10.28 11.42.01.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 102,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint16_linear_20_2)\",\n d: \"M241.72 49.59c.27.25-.35 3.25-.4 3.8a89.24 89.24 0 00-.34 4.63c-.14 2.99-.07 5.99.36 8.95.83 5.85 1.99 11.71 4.13 17.23 0 0 5.11 13.19 11.64 25.83 0 0 11.43 23.23 13.07 24.94 0 0 11.23-8.73 14-11.43 0 0 12.28-11.65 15.98-22.08 0 0 3.41-8.45 4.12-11.5 0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-1.17 4.21-2.15 8.41-4.47 12.29-.87 1.46-3.7 7.45-5.62 7.45-4.32-2.93-8.87-5.54-12.89-8.89-3.53-2.95-6.81-6.34-10.01-9.65-1.41-1.46-3.79-3.37-4.44-5.39-.84-2.63-8.21-10.13-13.47-14.94l-.01-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 106,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint17_linear_20_2)\",\n d: \"M241.72 49.59c.27.25-.35 3.25-.4 3.8a89.24 89.24 0 00-.34 4.63c-.14 2.99-.07 5.99.36 8.95.83 5.85 1.99 11.71 4.13 17.23 0 0 5.11 13.19 11.64 25.83 0 0 11.43 23.23 13.07 24.94 0 0 11.23-8.73 14-11.43 0 0 12.28-11.65 15.98-22.08 0 0 3.41-8.45 4.12-11.5 0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-1.17 4.21-2.15 8.41-4.47 12.29-.87 1.46-3.7 7.45-5.62 7.45-4.32-2.93-8.87-5.54-12.89-8.89-3.53-2.95-6.81-6.34-10.01-9.65-1.41-1.46-3.79-3.37-4.44-5.39-.84-2.63-8.21-10.13-13.47-14.94l-.01-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 110,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"#302B4B\",\n d: \"M241.41 49.3c.27.25-.65 3.65-.7 4.19-.14 1.54-.25 3.09-.31 4.63-.11 2.99-.02 5.99.42 8.95.87 5.84 2.07 11.69 4.25 17.2 0 0 5.2 13.15 11.83 25.75 0 0 11.83 23.49 13.48 25.18 0 0 10.94-9.15 13.69-11.87 0 0-30.77-56.74-31.43-58.75-.86-2.62-5.94-10.5-11.24-15.28h.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 114,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint18_linear_20_2)\",\n d: \"M297.38 106.89s4.59-8.05 6.88-16.94c0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-.74 3.5-1.59 7.2-3.19 10.41-.49.99-1.24 1.87-1.86 2.8-1.21 1.81-2.27 3.72-3.67 5.39-.5.59-1.2.96-1.66 1.51-.23.28-.42.61-.58.93-.06.11-.11.22-.11.35 0 .1.04.2.07.3 1.81 4.66 3.62 9.19 5.97 13.63 2.81 1.07 6.06 2.03 9.79 2.86l.01-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 118,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint19_linear_20_2)\",\n d: \"M330.16 57.5s-20.68 2.87-24.84 11.68c0 0-1.29 1.05-3.68 17.42 0 0-3.73 19.53-4.25 20.3 0 0 3.85-6.15 4.86-10.88l2.01-6.06s3.18-17.18 4.4-17.64c0 0 1.54-6.82 12.14-10.67l9.36-4.14v-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 122,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint20_linear_20_2)\",\n d: \"M309.65 58.99l-10.04 4.62 18.08-4.13-8.04-.49z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 126,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint21_linear_20_2)\",\n d: \"M241.72 49.59c0 4.8-1.03 11.84.38 19.85 1.4 8.01 4.39 16.21 8.61 25.72 4.15 9.34 8.26 16.6 13.07 25.61 1.63 3.04 3.27 6.08 4.99 9.07.75 1.31 2.52 4.11 2.52 4.11s-.3.76 7.77-5.67 12.47-10.17 18.51-21.39c-.05.21-4.93-1.19-5.2-1.28a52.66 52.66 0 01-12.64-5.81c-7.16-4.5-12.54-11.96-16.99-19.05-3.17-5.05-5.81-10.48-7.46-16.22-.84-2.63-8.26-10.13-13.56-14.94z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 130,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint22_linear_20_2)\",\n d: \"M247.31 87.1s5.41 14.35 16.47 33.68c1.71 2.99 3.27 6.08 4.99 9.07.75 1.31 2.52 4.11 2.52 4.11s-.3.76 7.77-5.67 12.47-10.17 18.51-21.39c-.05.21-4.93-1.19-5.2-1.28a52.656 52.656 0 01-12.64-5.81c-7.16-4.5-12.54-11.96-16.99-19.05-4.56 4.91-15.43 6.34-15.43 6.34z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 134,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fill: \"url(#paint23_linear_20_2)\",\n d: \"M256.3 106.74s10.76 20.11 12.47 23.1c.75 1.31 2.61 4.39 2.61 4.39s-.39.49 7.68-5.94c8.07-6.43 12.47-10.17 18.51-21.39-.05.21-4.92-1.21-5.2-1.28-8.85-2.27-16.17-8.36-16.17-8.36l-19.91 9.49.01-.01z\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 138,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"defs\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint0_linear_20_2\",\n x1: \"212.19\",\n x2: \"248.05\",\n y1: \"138.4\",\n y2: \"138.4\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 151,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 152,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 153,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 154,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 143,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint1_linear_20_2\",\n x1: \"266.8\",\n x2: \"336.43\",\n y1: \"182.27\",\n y2: \"39.96\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 164,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 165,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 166,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 167,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 168,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 169,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 156,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint2_linear_20_2\",\n x1: \"260.74\",\n x2: \"264.76\",\n y1: \"169.21\",\n y2: \"111.66\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#E6E4F2\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 179,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.71\",\n stopColor: \"#CDCAE5\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 180,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 181,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 171,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint3_linear_20_2\",\n x1: \"238.92\",\n x2: \"274.59\",\n y1: \"148.41\",\n y2: \"148.41\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.07\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 191,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.28\",\n stopColor: \"#938DC3\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 192,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#B5B1D7\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 193,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#DAD8EC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 194,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 183,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint4_linear_20_2\",\n x1: \"285.47\",\n x2: \"293.35\",\n y1: \"186.08\",\n y2: \"73.02\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 204,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.14\",\n stopColor: \"#DDDBEC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 205,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.3\",\n stopColor: \"#BEBADA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 206,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.46\",\n stopColor: \"#A5A0CD\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 207,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.63\",\n stopColor: \"#948EC3\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 208,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.8\",\n stopColor: \"#8A83BD\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 209,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 210,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 196,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint5_linear_20_2\",\n x1: \"212.19\",\n x2: \"247.59\",\n y1: \"138.72\",\n y2: \"138.72\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#E6E4F2\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 220,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.71\",\n stopColor: \"#CDCAE5\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 221,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 222,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 212,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint6_linear_20_2\",\n x1: \"234.65\",\n x2: \"228.14\",\n y1: \"130.23\",\n y2: \"147.36\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 232,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 233,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 234,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 235,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 224,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint7_linear_20_2\",\n x1: \"195.89\",\n x2: \"241.72\",\n y1: \"35.82\",\n y2: \"35.82\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 245,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 246,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 247,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 248,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 249,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 250,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 237,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint8_linear_20_2\",\n x1: \"231.21\",\n x2: \"259.7\",\n y1: \"113.21\",\n y2: \"113.21\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 260,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 261,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 262,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 263,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 264,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 265,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 252,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint9_linear_20_2\",\n x1: \"227.42\",\n x2: \"255.98\",\n y1: \"106.82\",\n y2: \"106.82\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 275,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 276,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 277,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 278,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 279,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 280,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 267,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint10_linear_20_2\",\n x1: \"220.28\",\n x2: \"253.42\",\n y1: \"99.4\",\n y2: \"99.4\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 290,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 291,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 292,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 293,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 294,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 295,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 282,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint11_linear_20_2\",\n x1: \"212.81\",\n x2: \"250.38\",\n y1: \"89.17\",\n y2: \"89.17\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 305,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 306,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 307,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 308,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 309,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 310,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 297,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint12_linear_20_2\",\n x1: \"205.49\",\n x2: \"247.59\",\n y1: \"77.23\",\n y2: \"77.23\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 320,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 321,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 322,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 323,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 324,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 325,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 312,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint13_linear_20_2\",\n x1: \"201.72\",\n x2: \"245.02\",\n y1: \"64.86\",\n y2: \"64.86\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 335,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 336,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 337,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 338,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 339,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 340,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 327,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint14_linear_20_2\",\n x1: \"281.61\",\n x2: \"281.42\",\n y1: \"117.11\",\n y2: \"138.85\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 350,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 351,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 352,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 353,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 342,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint15_linear_20_2\",\n x1: \"198.32\",\n x2: \"245.67\",\n y1: \"53.23\",\n y2: \"53.23\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 363,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 364,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 365,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 366,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 367,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 368,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 355,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint16_linear_20_2\",\n x1: \"240.91\",\n x2: \"329.47\",\n y1: \"92.28\",\n y2: \"92.28\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.07\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 378,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#9089C2\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 379,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 370,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint17_linear_20_2\",\n x1: \"240.91\",\n x2: \"329.47\",\n y1: \"92.28\",\n y2: \"92.28\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#E6E4F2\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 389,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.71\",\n stopColor: \"#CDCAE5\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 390,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 391,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 381,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint18_linear_20_2\",\n x1: \"281.54\",\n x2: \"329.47\",\n y1: \"82.21\",\n y2: \"82.21\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 401,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.11\",\n stopColor: \"#EBEAF4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 402,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.4\",\n stopColor: \"#C0BCDC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 403,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.65\",\n stopColor: \"#A19BCA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 404,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.86\",\n stopColor: \"#8D87BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 405,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 406,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 393,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint19_linear_20_2\",\n x1: \"312.88\",\n x2: \"315.33\",\n y1: \"108.19\",\n y2: \"36.19\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 416,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.19\",\n stopColor: \"#CECCE4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 417,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.38\",\n stopColor: \"#A29ECC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 418,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.55\",\n stopColor: \"#827DBA\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 419,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.7\",\n stopColor: \"#6F69AF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 420,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.79\",\n stopColor: \"#6862AC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 421,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 408,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint20_linear_20_2\",\n x1: \"299.61\",\n x2: \"317.69\",\n y1: \"61.3\",\n y2: \"61.3\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.26\",\n stopColor: \"#302B4B\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 431,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.47\",\n stopColor: \"#4B466E\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 432,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.83\",\n stopColor: \"#766FA6\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 433,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 434,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 423,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint21_linear_20_2\",\n x1: \"269.89\",\n x2: \"268.58\",\n y1: \"116.41\",\n y2: \"16.03\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 444,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.41\",\n stopColor: \"#D0CDE4\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 445,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 446,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 436,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint22_linear_20_2\",\n x1: \"279.03\",\n x2: \"250.44\",\n y1: \"116.22\",\n y2: \"32.81\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 456,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.04\",\n stopColor: \"#F2F1F8\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 457,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.14\",\n stopColor: \"#D4D1E7\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 458,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.25\",\n stopColor: \"#BBB7D9\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 459,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.37\",\n stopColor: \"#A8A3CF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 460,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.51\",\n stopColor: \"#9B94C7\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 461,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.68\",\n stopColor: \"#938CC3\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 462,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.95\",\n stopColor: \"#918AC2\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 463,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 464,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 448,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"linearGradient\", {\n id: \"paint23_linear_20_2\",\n x1: \"265.16\",\n x2: \"279.88\",\n y1: \"72.31\",\n y2: \"115.44\",\n gradientUnits: \"userSpaceOnUse\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n stopColor: \"#fff\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 474,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.21\",\n stopColor: \"#D8D6E9\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 475,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.45\",\n stopColor: \"#B5B1D5\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 476,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.66\",\n stopColor: \"#9B96C7\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 477,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"0.85\",\n stopColor: \"#8C85BF\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 478,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"stop\", {\n offset: \"1\",\n stopColor: \"#8780BC\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 479,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 466,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 142,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Logo.jsx\",\n lineNumber: 3,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Mb2dvLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7O0FBQU8sU0FBU0EsS0FBS0MsS0FBSztJQUN4QixxQkFDRSw4REFBQ0M7UUFDQ0MsT0FBTTtRQUNOQyxPQUFNO1FBQ05DLFFBQU87UUFDUEMsTUFBSztRQUNMQyxTQUFROzswQkFFUiw4REFBQ0M7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0Q7Z0JBQ0NGLE1BQUs7Z0JBQ0xHLEdBQUU7Ozs7OzswQkFFSiw4REFBQ0M7O2tDQUNDLDhEQUFDQzt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU1DLFdBQVU7Ozs7OzswQ0FDN0IsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFNQyxXQUFVOzs7Ozs7MENBQzdCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBTUMsV0FBVTs7Ozs7OzBDQUM3Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFaEMsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7OztrQ0FFN0IsOERBQUNUO3dCQUNDQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxJQUFHO3dCQUNIQyxlQUFjOzswQ0FFZCw4REFBQ0M7Z0NBQUtFLFdBQVU7Ozs7OzswQ0FDaEIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBSUMsV0FBVTs7Ozs7Ozs7Ozs7O2tDQUU3Qiw4REFBQ1Q7d0JBQ0NDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLElBQUc7d0JBQ0hDLGVBQWM7OzBDQUVkLDhEQUFDQztnQ0FBS0UsV0FBVTs7Ozs7OzBDQUNoQiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDVDt3QkFDQ0MsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsSUFBRzt3QkFDSEMsZUFBYzs7MENBRWQsOERBQUNDO2dDQUFLRSxXQUFVOzs7Ozs7MENBQ2hCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQU9DLFdBQVU7Ozs7OzswQ0FDOUIsOERBQUNGO2dDQUFLQyxRQUFPO2dDQUFPQyxXQUFVOzs7Ozs7MENBQzlCLDhEQUFDRjtnQ0FBS0MsUUFBTztnQ0FBT0MsV0FBVTs7Ozs7OzBDQUM5Qiw4REFBQ0Y7Z0NBQUtDLFFBQU87Z0NBQUlDLFdBQVU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUtyQyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0xvZ28uanN4PzIwNDEiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGZ1bmN0aW9uIExvZ28ocHJvcHMpIHtcclxuICByZXR1cm4gKFxyXG4gICAgPHN2Z1xyXG4gICAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcclxuICAgICAgd2lkdGg9XCIxNDBcIlxyXG4gICAgICBoZWlnaHQ9XCJhdXRvXCJcclxuICAgICAgZmlsbD1cIm5vbmVcIlxyXG4gICAgICB2aWV3Qm94PVwiMCAwIDU5NiAxODlcIlxyXG4gICAgPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCIjNDQzQjYyXCJcclxuICAgICAgICBkPVwiTTM3Ljc2IDgxLjE3Yy0yMi4yNCAwLTMzLjA1IDguNDMtMzMuMDUgMjUuNzdzMTAuODEgMjUuODQgMzMuMDUgMjUuODRjMjIuMjQgMCAzMy4wNS04LjQ1IDMzLjA1LTI1Ljg0UzYwIDgxLjE3IDM3Ljc2IDgxLjE3em0wIDQyLjA0Yy0xNi4yNiAwLTIyLjMtNC40MS0yMi4zLTE2LjI4IDAtMTEuODcgNi4wNC0xNi4yIDIyLjMtMTYuMnMyMi4zIDQuMzkgMjIuMyAxNi4yYzAgMTEuODEtNi4wNCAxNi4yOC0yMi4zIDE2LjI4ek0xMjcuMDQgMTA5Ljk1YzAgOS40LTIuNSAxMy4zMy0xNy45NiAxMy4zMy0xNy4zNCAwLTIwLjgzLTUuMS0yMC44My0xMy4zM1Y4MS45NEg3Ny41djI4LjAxYzAgMTUuMzYgMTAuMzMgMjIuODIgMzEuNTggMjIuODIgMTkuMSAwIDI4Ljc4LTcuNjggMjguNzgtMjIuODJWODEuOTRoLTEwLjgydjI4LjAxek0yMDcuMTUgOTkuMTZjMC0xMi42OS0xMi4wMS0xNy4yMi0yMy4yNS0xNy4yMmgtMzIuMzFsLTcuNDMgOS42M2gzNi45NWMxMy4zNyAwIDE1LjA4IDQuMjggMTUuMDggOC4wMSAwIDcuMS0xMS41NCA3LjY2LTE1LjA4IDcuNjZoLTM1LjE2djI0Ljc3aDEwLjc1di0xNS40OWgyNC42OWwxNi43NSAxNS40OWgxNS4xNUwxOTMuNSAxMTQuNmM4LjYyLTEuODMgMTMuNjYtNy40MiAxMy42Ni0xNS40NGgtLjAxek0zNDMuODYgMTExLjI2aDM0Ljg2bDYuODEtOC43OWgtNDEuNjd2LTEwLjloMzYuNGw3LjQ0LTkuNjNoLTU0LjU5VjEzMmg0Ny41bDcuNDYtOS41NmgtNDQuMjF2LTExLjE4ek00ODYuMzIgOTEuNTdoMzQuMzVsNy4zMy05LjYzaC00MS4xMmMtMTYuNzIgMC0yMC4yMyA4LjE0LTIwLjIzIDE0Ljk4czMuMjkgMTQuMzUgMTguOTcgMTQuMzVoMTguOTJjOS42NCAwIDEyLjI4IDEuMTUgMTIuMjggNS4zNCAwIDIuNTEtLjk1IDUuODQtOS4xMyA1Ljg0aC0zNy41NmwtNi43NSA4LjY1LTE4Ljc1LTE2LjVjOC42Mi0xLjgzIDEzLjY2LTcuNDIgMTMuNjYtMTUuNDQgMC0xMi42OS0xMi4wMS0xNy4yMi0yMy4yNS0xNy4yMmgtMzIuMzFsLTcuNDMgOS42M2gzNi45NWMxMy4zNyAwIDE1LjA4IDQuMjggMTUuMDggOC4wMSAwIDcuMS0xMS41NCA3LjY2LTE1LjA4IDcuNjZoLTM1LjE2djI0Ljc3aDEwLjc1di0xNS40OWgyNC42OWwxNi43NSAxNS40OWg1Ny44NmMxMy4zOCAwIDIwLjE2LTUuMTYgMjAuMTYtMTUuMzMgMC02LjQ4LTMuMjgtMTQuMjEtMTguOS0xNC4yMWgtMTguOTJjLTkuNzUgMC0xMi4yOC0xLjA0LTEyLjI4LTUuMDYgMC0yLjUxLjk1LTUuODQgOS4xMy01Ljg0aC0uMDF6TTU0NC41OSAxMjIuNDR2LTExLjE4aDM0Ljg1bDYuODEtOC43OWgtNDEuNjZ2LTEwLjloMzYuMzlsNy40NC05LjYzaC01NC41OVYxMzJoNDcuNWw3LjQ2LTkuNTZoLTQ0LjJ6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwiIzMwMkI0QlwiXHJcbiAgICAgICAgZD1cIk0yNDAuMTIgMTE3Ljg3bC0xLjIgMy4wNSAxMi4yMS0yLjgtMTEuMDEtLjI1elwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQwX2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0yNDIuNjcgMTI1LjYycy01Ljg3IDYuOTEtMzAuNDggMTMuMDlsNS42My0uNjYgMTQuNTctNC43NS0xNS40NSA2LjczLTIuMzIgMy43NSAxNi41NS02LjQtMTMuMDIgMTMuOCAxMC43MS01LjUyIDE5LjItMTAuMjctNS4zOC05Ljc4LS4wMS4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MV9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjc1LjAyIDE0Mi4yNmw2Ljg5LTEyLjUgMTYuNDQtMjEuNzcgNi45Ny0xMi44MyAxNy44LTIzLjE1IDE5LjM0LTIzLjU3IDEuODMtMS4zMy02NS40MiAxMjQuNi0yLjA1IDMuOTEtMy4wOSAzLjA4IDIuMDEtMTkuOTMtLjcyLTE2LjUxelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQyX2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0yNTguODMgMTEyLjlsLTguNzYgNC42MSAyNC41MiA1Mi42NyAxLjE1LTExLjQxLS43Mi0xNi41MS0xMy44NC0zMC44NS0yLjM1IDEuNDl6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDNfbGluZWFyXzIwXzIpXCJcclxuICAgICAgICBkPVwiTTI3My43MyAxNzguN2gtLjY2bC0yLjk0LTMuMTctMzEuMjEtNTQuNjEgMTEuNTMtMi44IDI0LjE0IDUyLjA2LS44NiA4LjUyelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQ0X2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0yNzQuNTkgMTcwLjE4bDMwLjczLTc1LjAyLTIzLjQxIDM0LjYtNi44OSAxMi41LS40MyAyNy45MnpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50NV9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjQyLjI4IDEyNi4yNXMtNS44IDYuNzUtMzAuMDkgMTIuNzdsNS41Ni0uNjUgMTQuMzgtNC42My0xNS4yNiA2LjU3LTIuMjkgMy42NiAxNi4zNC02LjI0LTEyLjg2IDEzLjQ2IDEwLjU3LTUuMzggMTguOTUtMTAuMDItNS4zMS05LjU0aC4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50Nl9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjQzLjExIDEyNy41MXMtMi41OCA1LjczLTI4LjUzIDE2LjE5Yy0uODUuNSAxNi42OC02LjQ5IDE2LjY4LTYuNDlsLTEzLjEyIDEzLjk4IDEwLjc4LTUuNTkgMTguNjctMTAuMDUtNC40OC04LjA0elwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQ3X2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0yNDEuNzIgNTMuMTNsLTIxLjAzLTE5Ljc5cy0xOC4zLTE5LjI5LTIyLjM4LTI0LjkxbC0yLjQzIDYuNjFzLjY2IDYuMzkgMTMuMTIgMjMuN2MwIDAgMTQuNzcgMTIuOSAyMS4xNiAxNi41M2wxMS41NSA3Ljk0VjUzLjEybC4wMS4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCIjNjc2NUFEXCJcclxuICAgICAgICBkPVwiTTI0MS43MiA1My4xM2wtMjEuMDMtMTkuNzlzLTE4LjMtMTkuMjktMjIuMzgtMjQuOTFjMCAwLS45OCAyLjY3LTEuNyA0LjY0IDkuNTMgMTkuMzkgNDUuMTEgNDUuODUgNDUuMTEgNDUuODV2LTUuNzl6TTIwOS4wMSAzOC4zMmM3LjY0IDguMTUgMzIuNzEgMjQuNDcgMzIuNzEgMjQuNDdsMS42NSA4LjhjLTUuMTktLjAzLTE3LjMyLTQuODgtMjkuNjUtMTQuMjQtMTIuMzMtOS4zNy0xNS40LTIxLjk1LTE1LjQtMjEuOTVsLjg5LTYuMjYgOS44IDkuMTl2LS4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50OF9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjMxLjIxIDExMS40MXMxMS40OCAzLjc1IDI0Ljc4LTQuNTJsMy43MiA3Ljg1Yy0xLjQ5Ljc2LTIuOTcgMS41Mi00LjQ2IDIuMjctMi41OCAxLjMxLTcuMiAyLjctMTIuNzMgMi40OC0zLjU3LS4zNC03LjY0LTEuMzUtOS44Ni00LjQxLS43OS0xLjA4LTEuMjYtMi4zNS0xLjQ1LTMuNjd6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDlfbGluZWFyXzIwXzIpXCJcclxuICAgICAgICBkPVwiTTI1My40MiAxMDEuNDVsMi41NyA1LjQ1cy0xMi44NSA5LjMtMjguNTYgMy4yNmwxLjY1LTQuNjFzMTMuOTggMy42NyAyNC4zNS00LjFoLS4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCIjNjc2NUFEXCJcclxuICAgICAgICBkPVwiTTIzMC42MSAxMDMuNjdsLTEuNzYuNTUuMjIgMS4zMnMxMi41NSA0LjExIDI0LjM1LTQuMWMwIDAtNy4yMSA0LjQzLTIyLjgxIDIuMjN6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDEwX2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0yNTAuMzggOTQuNHMtOC45IDQuMTMtMzAuMSAwYzAgMCAuNTUgNS42NSAxMC4zMyA5LjI3IDAgMCAxMiAyLjY4IDIyLjgxLTIuMjNsLTMuMDMtNy4wNGgtLjAxelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQxMV9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjQ3LjU5IDg3LjExcy0yMC41IDEuMS0zNC43OC00LjljMCAwIDEuNzYgOS4yOCAxNS40OSAxMi45NSAwIDAgMTAuNzcgMi42IDIyLjA4LS43NmwtMi43OS03LjI5elwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cIiM2NzY1QURcIlxyXG4gICAgICAgIGQ9XCJNMjIwLjk4IDk2LjM5czEyLjUxIDUuNTMgMjkuNzMtMS4yM2wtLjMzLS43NnMtOS4xMiAzLjkyLTMwLjEgMGwuNyAxLjk5ek0yNDguMDUgODguMzhzLTE2LjcyIDMuMTItMzQuMjEtMy41MWwtMS4wMy0yLjY3czkuOTQgNS41NCAzNC43OCA0LjlsLjQ1IDEuMjcuMDEuMDF6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDEyX2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0yNDUuMDIgNzkuMzVzLTEyLjcuNTUtMzkuNTItMTIuMDZjLjA3LjAzLjE0Ljc5LjE2Ljg3LjE5LjgyLjQ3IDEuNjIuNzkgMi4zOSAxLjIgMi44NiAzLjA5IDUuMzkgNS4zIDcuNTUgNC42NSA0LjU2IDEwLjU3IDYuOTUgMTYuOTEgNy45NiA2LjI1IDEgMTIuNjIgMS4yMiAxOC45NCAxLjA1bC0yLjU3LTcuNzZoLS4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCIjNjc2NUFEXCJcclxuICAgICAgICBkPVwiTTI0NS4wMiA3OS4zNXMtMTIuNy41NS0zOS41Mi0xMi4wNmMwIDAtMS4wMyAxLjA0IDEwLjgzIDguMTQgMCAwIDEzLjc5IDUuOTEgMjkuMzUgNS44OWwtLjY1LTEuOTdoLS4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MTNfbGluZWFyXzIwXzIpXCJcclxuICAgICAgICBkPVwiTTI0My4zNiA3Mi4wMnMtMTAuNi0xLjc4LTQxLjY1LTIxLjY1djQuOTFzMy4xNyAxMC41OSAxNS45NCAxNi43NGMwIDAgMTQuOTggNy4wMSAyNy4zNiA3LjM0bC0xLjY1LTcuMzR6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwiIzY3NjVBRFwiXHJcbiAgICAgICAgZD1cIk0yNDMuMzYgNzIuMDJzLTEwLjYtMS43OC00MS42NS0yMS42NXYyLjg2czEyLjY0IDEzLjMzIDQyLjEzIDIwLjk0bC0uNDktMi4xNi4wMS4wMXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCIjMzQzMDRCXCJcclxuICAgICAgICBkPVwiTTMwNS4zMiA5NS4xNmMwLS4xNi03Ljg3IDExLjY4LTguOTYgMTIuODQtNC40NiA0Ljc1LTEyLjE3IDEwLjc4LTI3Ljk3IDIxLjE4bDYuNTUgMTMuMzhzMjEuNDMtMjYuOTEgMzAuMzctNDcuNGguMDF6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDE0X2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0yOTIuMjIgMTE1LjY1cy05LjMyIDEwLjMyLTIxLjM2IDE4LjIxbDQuMDEgOC40OCAxNy4zNS0yNi42OXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MTVfbGluZWFyXzIwXzIpXCJcclxuICAgICAgICBkPVwiTTIwOC44IDQ1Ljg1YzQuOTMgNi41NSAzMy43NiAyMS44IDMzLjc2IDIxLjhsLjggNC4zNmMtNS4xOS0uMDMtMjkuNjUtMTQuMjQtMjkuNjUtMTQuMjQtMTIuMzMtOS4zNy0xNS40LTIxLjk1LTE1LjQtMjEuOTVsLjItMS40IDEwLjI4IDExLjQyLjAxLjAxelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQxNl9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjQxLjcyIDQ5LjU5Yy4yNy4yNS0uMzUgMy4yNS0uNCAzLjhhODkuMjQgODkuMjQgMCAwMC0uMzQgNC42M2MtLjE0IDIuOTktLjA3IDUuOTkuMzYgOC45NS44MyA1Ljg1IDEuOTkgMTEuNzEgNC4xMyAxNy4yMyAwIDAgNS4xMSAxMy4xOSAxMS42NCAyNS44MyAwIDAgMTEuNDMgMjMuMjMgMTMuMDcgMjQuOTQgMCAwIDExLjIzLTguNzMgMTQtMTEuNDMgMCAwIDEyLjI4LTExLjY1IDE1Ljk4LTIyLjA4IDAgMCAzLjQxLTguNDUgNC4xMi0xMS41IDAgMCAzLjM0LTE1LjgzIDQuMDUtMTYuNTQgMCAwIDEuNjMtNy4xIDkuMDktMTAuMjNsMTIuMDctNS40N3MtOC45NSAxLjc4LTEyLjE0IDEuNzhjMCAwLTYuMzItLjIxLTcuNjctLjUgMCAwLTMuOTEtMi42My04LjI0LS44NSAwIDAtNi4xMS44NS04LjgxIDEwLjU4LTEuMTcgNC4yMS0yLjE1IDguNDEtNC40NyAxMi4yOS0uODcgMS40Ni0zLjcgNy40NS01LjYyIDcuNDUtNC4zMi0yLjkzLTguODctNS41NC0xMi44OS04Ljg5LTMuNTMtMi45NS02LjgxLTYuMzQtMTAuMDEtOS42NS0xLjQxLTEuNDYtMy43OS0zLjM3LTQuNDQtNS4zOS0uODQtMi42My04LjIxLTEwLjEzLTEzLjQ3LTE0Ljk0bC0uMDEtLjAxelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQxN19saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjQxLjcyIDQ5LjU5Yy4yNy4yNS0uMzUgMy4yNS0uNCAzLjhhODkuMjQgODkuMjQgMCAwMC0uMzQgNC42M2MtLjE0IDIuOTktLjA3IDUuOTkuMzYgOC45NS44MyA1Ljg1IDEuOTkgMTEuNzEgNC4xMyAxNy4yMyAwIDAgNS4xMSAxMy4xOSAxMS42NCAyNS44MyAwIDAgMTEuNDMgMjMuMjMgMTMuMDcgMjQuOTQgMCAwIDExLjIzLTguNzMgMTQtMTEuNDMgMCAwIDEyLjI4LTExLjY1IDE1Ljk4LTIyLjA4IDAgMCAzLjQxLTguNDUgNC4xMi0xMS41IDAgMCAzLjM0LTE1LjgzIDQuMDUtMTYuNTQgMCAwIDEuNjMtNy4xIDkuMDktMTAuMjNsMTIuMDctNS40N3MtOC45NSAxLjc4LTEyLjE0IDEuNzhjMCAwLTYuMzItLjIxLTcuNjctLjUgMCAwLTMuOTEtMi42My04LjI0LS44NSAwIDAtNi4xMS44NS04LjgxIDEwLjU4LTEuMTcgNC4yMS0yLjE1IDguNDEtNC40NyAxMi4yOS0uODcgMS40Ni0zLjcgNy40NS01LjYyIDcuNDUtNC4zMi0yLjkzLTguODctNS41NC0xMi44OS04Ljg5LTMuNTMtMi45NS02LjgxLTYuMzQtMTAuMDEtOS42NS0xLjQxLTEuNDYtMy43OS0zLjM3LTQuNDQtNS4zOS0uODQtMi42My04LjIxLTEwLjEzLTEzLjQ3LTE0Ljk0bC0uMDEtLjAxelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cIiMzMDJCNEJcIlxyXG4gICAgICAgIGQ9XCJNMjQxLjQxIDQ5LjNjLjI3LjI1LS42NSAzLjY1LS43IDQuMTktLjE0IDEuNTQtLjI1IDMuMDktLjMxIDQuNjMtLjExIDIuOTktLjAyIDUuOTkuNDIgOC45NS44NyA1Ljg0IDIuMDcgMTEuNjkgNC4yNSAxNy4yIDAgMCA1LjIgMTMuMTUgMTEuODMgMjUuNzUgMCAwIDExLjgzIDIzLjQ5IDEzLjQ4IDI1LjE4IDAgMCAxMC45NC05LjE1IDEzLjY5LTExLjg3IDAgMC0zMC43Ny01Ni43NC0zMS40My01OC43NS0uODYtMi42Mi01Ljk0LTEwLjUtMTEuMjQtMTUuMjhoLjAxelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQxOF9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjk3LjM4IDEwNi44OXM0LjU5LTguMDUgNi44OC0xNi45NGMwIDAgMy4zNC0xNS44MyA0LjA1LTE2LjU0IDAgMCAxLjYzLTcuMSA5LjA5LTEwLjIzbDEyLjA3LTUuNDdzLTguOTUgMS43OC0xMi4xNCAxLjc4YzAgMC02LjMyLS4yMS03LjY3LS41IDAgMC0zLjkxLTIuNjMtOC4yNC0uODUgMCAwLTYuMTEuODUtOC44MSAxMC41OC0uNzQgMy41LTEuNTkgNy4yLTMuMTkgMTAuNDEtLjQ5Ljk5LTEuMjQgMS44Ny0xLjg2IDIuOC0xLjIxIDEuODEtMi4yNyAzLjcyLTMuNjcgNS4zOS0uNS41OS0xLjIuOTYtMS42NiAxLjUxLS4yMy4yOC0uNDIuNjEtLjU4LjkzLS4wNi4xMS0uMTEuMjItLjExLjM1IDAgLjEuMDQuMi4wNy4zIDEuODEgNC42NiAzLjYyIDkuMTkgNS45NyAxMy42MyAyLjgxIDEuMDcgNi4wNiAyLjAzIDkuNzkgMi44NmwuMDEtLjAxelwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQxOV9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMzMwLjE2IDU3LjVzLTIwLjY4IDIuODctMjQuODQgMTEuNjhjMCAwLTEuMjkgMS4wNS0zLjY4IDE3LjQyIDAgMC0zLjczIDE5LjUzLTQuMjUgMjAuMyAwIDAgMy44NS02LjE1IDQuODYtMTAuODhsMi4wMS02LjA2czMuMTgtMTcuMTggNC40LTE3LjY0YzAgMCAxLjU0LTYuODIgMTIuMTQtMTAuNjdsOS4zNi00LjE0di0uMDF6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPHBhdGhcclxuICAgICAgICBmaWxsPVwidXJsKCNwYWludDIwX2xpbmVhcl8yMF8yKVwiXHJcbiAgICAgICAgZD1cIk0zMDkuNjUgNTguOTlsLTEwLjA0IDQuNjIgMTguMDgtNC4xMy04LjA0LS40OXpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MjFfbGluZWFyXzIwXzIpXCJcclxuICAgICAgICBkPVwiTTI0MS43MiA0OS41OWMwIDQuOC0xLjAzIDExLjg0LjM4IDE5Ljg1IDEuNCA4LjAxIDQuMzkgMTYuMjEgOC42MSAyNS43MiA0LjE1IDkuMzQgOC4yNiAxNi42IDEzLjA3IDI1LjYxIDEuNjMgMy4wNCAzLjI3IDYuMDggNC45OSA5LjA3Ljc1IDEuMzEgMi41MiA0LjExIDIuNTIgNC4xMXMtLjMuNzYgNy43Ny01LjY3IDEyLjQ3LTEwLjE3IDE4LjUxLTIxLjM5Yy0uMDUuMjEtNC45My0xLjE5LTUuMi0xLjI4YTUyLjY2IDUyLjY2IDAgMDEtMTIuNjQtNS44MWMtNy4xNi00LjUtMTIuNTQtMTEuOTYtMTYuOTktMTkuMDUtMy4xNy01LjA1LTUuODEtMTAuNDgtNy40Ni0xNi4yMi0uODQtMi42My04LjI2LTEwLjEzLTEzLjU2LTE0Ljk0elwiXHJcbiAgICAgID48L3BhdGg+XHJcbiAgICAgIDxwYXRoXHJcbiAgICAgICAgZmlsbD1cInVybCgjcGFpbnQyMl9saW5lYXJfMjBfMilcIlxyXG4gICAgICAgIGQ9XCJNMjQ3LjMxIDg3LjFzNS40MSAxNC4zNSAxNi40NyAzMy42OGMxLjcxIDIuOTkgMy4yNyA2LjA4IDQuOTkgOS4wNy43NSAxLjMxIDIuNTIgNC4xMSAyLjUyIDQuMTFzLS4zLjc2IDcuNzctNS42NyAxMi40Ny0xMC4xNyAxOC41MS0yMS4zOWMtLjA1LjIxLTQuOTMtMS4xOS01LjItMS4yOGE1Mi42NTYgNTIuNjU2IDAgMDEtMTIuNjQtNS44MWMtNy4xNi00LjUtMTIuNTQtMTEuOTYtMTYuOTktMTkuMDUtNC41NiA0LjkxLTE1LjQzIDYuMzQtMTUuNDMgNi4zNHpcIlxyXG4gICAgICA+PC9wYXRoPlxyXG4gICAgICA8cGF0aFxyXG4gICAgICAgIGZpbGw9XCJ1cmwoI3BhaW50MjNfbGluZWFyXzIwXzIpXCJcclxuICAgICAgICBkPVwiTTI1Ni4zIDEwNi43NHMxMC43NiAyMC4xMSAxMi40NyAyMy4xYy43NSAxLjMxIDIuNjEgNC4zOSAyLjYxIDQuMzlzLS4zOS40OSA3LjY4LTUuOTRjOC4wNy02LjQzIDEyLjQ3LTEwLjE3IDE4LjUxLTIxLjM5LS4wNS4yMS00LjkyLTEuMjEtNS4yLTEuMjgtOC44NS0yLjI3LTE2LjE3LTguMzYtMTYuMTctOC4zNmwtMTkuOTEgOS40OS4wMS0uMDF6XCJcclxuICAgICAgPjwvcGF0aD5cclxuICAgICAgPGRlZnM+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50MF9saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjIxMi4xOVwiXHJcbiAgICAgICAgICB4Mj1cIjI0OC4wNVwiXHJcbiAgICAgICAgICB5MT1cIjEzOC40XCJcclxuICAgICAgICAgIHkyPVwiMTM4LjRcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjI2XCIgc3RvcENvbG9yPVwiIzMwMkI0QlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNDdcIiBzdG9wQ29sb3I9XCIjNEI0NjZFXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44M1wiIHN0b3BDb2xvcj1cIiM3NjZGQTZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDFfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIyNjYuOFwiXHJcbiAgICAgICAgICB4Mj1cIjMzNi40M1wiXHJcbiAgICAgICAgICB5MT1cIjE4Mi4yN1wiXHJcbiAgICAgICAgICB5Mj1cIjM5Ljk2XCJcclxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40XCIgc3RvcENvbG9yPVwiI0MwQkNEQ1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjVcIiBzdG9wQ29sb3I9XCIjQTE5QkNBXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDJfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIyNjAuNzRcIlxyXG4gICAgICAgICAgeDI9XCIyNjQuNzZcIlxyXG4gICAgICAgICAgeTE9XCIxNjkuMjFcIlxyXG4gICAgICAgICAgeTI9XCIxMTEuNjZcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjRTZFNEYyXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC43MVwiIHN0b3BDb2xvcj1cIiNDRENBRTVcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDNfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIyMzguOTJcIlxyXG4gICAgICAgICAgeDI9XCIyNzQuNTlcIlxyXG4gICAgICAgICAgeTE9XCIxNDguNDFcIlxyXG4gICAgICAgICAgeTI9XCIxNDguNDFcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjA3XCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMjhcIiBzdG9wQ29sb3I9XCIjOTM4REMzXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNCNUIxRDdcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiI0RBRDhFQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDRfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIyODUuNDdcIlxyXG4gICAgICAgICAgeDI9XCIyOTMuMzVcIlxyXG4gICAgICAgICAgeTE9XCIxODYuMDhcIlxyXG4gICAgICAgICAgeTI9XCI3My4wMlwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjE0XCIgc3RvcENvbG9yPVwiI0REREJFQ1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuM1wiIHN0b3BDb2xvcj1cIiNCRUJBREFcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjQ2XCIgc3RvcENvbG9yPVwiI0E1QTBDRFwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjNcIiBzdG9wQ29sb3I9XCIjOTQ4RUMzXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44XCIgc3RvcENvbG9yPVwiIzhBODNCRFwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50NV9saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjIxMi4xOVwiXHJcbiAgICAgICAgICB4Mj1cIjI0Ny41OVwiXHJcbiAgICAgICAgICB5MT1cIjEzOC43MlwiXHJcbiAgICAgICAgICB5Mj1cIjEzOC43MlwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNFNkU0RjJcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjcxXCIgc3RvcENvbG9yPVwiI0NEQ0FFNVwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50Nl9saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjIzNC42NVwiXHJcbiAgICAgICAgICB4Mj1cIjIyOC4xNFwiXHJcbiAgICAgICAgICB5MT1cIjEzMC4yM1wiXHJcbiAgICAgICAgICB5Mj1cIjE0Ny4zNlwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMjZcIiBzdG9wQ29sb3I9XCIjMzAyQjRCXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40N1wiIHN0b3BDb2xvcj1cIiM0QjQ2NkVcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjgzXCIgc3RvcENvbG9yPVwiIzc2NkZBNlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50N19saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjE5NS44OVwiXHJcbiAgICAgICAgICB4Mj1cIjI0MS43MlwiXHJcbiAgICAgICAgICB5MT1cIjM1LjgyXCJcclxuICAgICAgICAgIHkyPVwiMzUuODJcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xMVwiIHN0b3BDb2xvcj1cIiNFQkVBRjRcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjRcIiBzdG9wQ29sb3I9XCIjQzBCQ0RDXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNBMTlCQ0FcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjg2XCIgc3RvcENvbG9yPVwiIzhEODdCRlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50OF9saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjIzMS4yMVwiXHJcbiAgICAgICAgICB4Mj1cIjI1OS43XCJcclxuICAgICAgICAgIHkxPVwiMTEzLjIxXCJcclxuICAgICAgICAgIHkyPVwiMTEzLjIxXCJcclxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40XCIgc3RvcENvbG9yPVwiI0MwQkNEQ1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjVcIiBzdG9wQ29sb3I9XCIjQTE5QkNBXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDlfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIyMjcuNDJcIlxyXG4gICAgICAgICAgeDI9XCIyNTUuOThcIlxyXG4gICAgICAgICAgeTE9XCIxMDYuODJcIlxyXG4gICAgICAgICAgeTI9XCIxMDYuODJcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xMVwiIHN0b3BDb2xvcj1cIiNFQkVBRjRcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjRcIiBzdG9wQ29sb3I9XCIjQzBCQ0RDXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNBMTlCQ0FcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjg2XCIgc3RvcENvbG9yPVwiIzhEODdCRlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50MTBfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIyMjAuMjhcIlxyXG4gICAgICAgICAgeDI9XCIyNTMuNDJcIlxyXG4gICAgICAgICAgeTE9XCI5OS40XCJcclxuICAgICAgICAgIHkyPVwiOTkuNFwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjExXCIgc3RvcENvbG9yPVwiI0VCRUFGNFwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNFwiIHN0b3BDb2xvcj1cIiNDMEJDRENcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjY1XCIgc3RvcENvbG9yPVwiI0ExOUJDQVwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuODZcIiBzdG9wQ29sb3I9XCIjOEQ4N0JGXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XHJcbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cclxuICAgICAgICA8bGluZWFyR3JhZGllbnRcclxuICAgICAgICAgIGlkPVwicGFpbnQxMV9saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjIxMi44MVwiXHJcbiAgICAgICAgICB4Mj1cIjI1MC4zOFwiXHJcbiAgICAgICAgICB5MT1cIjg5LjE3XCJcclxuICAgICAgICAgIHkyPVwiODkuMTdcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4xMVwiIHN0b3BDb2xvcj1cIiNFQkVBRjRcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjRcIiBzdG9wQ29sb3I9XCIjQzBCQ0RDXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC42NVwiIHN0b3BDb2xvcj1cIiNBMTlCQ0FcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjg2XCIgc3RvcENvbG9yPVwiIzhEODdCRlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50MTJfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIyMDUuNDlcIlxyXG4gICAgICAgICAgeDI9XCIyNDcuNTlcIlxyXG4gICAgICAgICAgeTE9XCI3Ny4yM1wiXHJcbiAgICAgICAgICB5Mj1cIjc3LjIzXCJcclxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40XCIgc3RvcENvbG9yPVwiI0MwQkNEQ1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjVcIiBzdG9wQ29sb3I9XCIjQTE5QkNBXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDEzX2xpbmVhcl8yMF8yXCJcclxuICAgICAgICAgIHgxPVwiMjAxLjcyXCJcclxuICAgICAgICAgIHgyPVwiMjQ1LjAyXCJcclxuICAgICAgICAgIHkxPVwiNjQuODZcIlxyXG4gICAgICAgICAgeTI9XCI2NC44NlwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjExXCIgc3RvcENvbG9yPVwiI0VCRUFGNFwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNFwiIHN0b3BDb2xvcj1cIiNDMEJDRENcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjY1XCIgc3RvcENvbG9yPVwiI0ExOUJDQVwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuODZcIiBzdG9wQ29sb3I9XCIjOEQ4N0JGXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XHJcbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cclxuICAgICAgICA8bGluZWFyR3JhZGllbnRcclxuICAgICAgICAgIGlkPVwicGFpbnQxNF9saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjI4MS42MVwiXHJcbiAgICAgICAgICB4Mj1cIjI4MS40MlwiXHJcbiAgICAgICAgICB5MT1cIjExNy4xMVwiXHJcbiAgICAgICAgICB5Mj1cIjEzOC44NVwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMjZcIiBzdG9wQ29sb3I9XCIjMzAyQjRCXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40N1wiIHN0b3BDb2xvcj1cIiM0QjQ2NkVcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjgzXCIgc3RvcENvbG9yPVwiIzc2NkZBNlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjFcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+XHJcbiAgICAgICAgPGxpbmVhckdyYWRpZW50XHJcbiAgICAgICAgICBpZD1cInBhaW50MTVfbGluZWFyXzIwXzJcIlxyXG4gICAgICAgICAgeDE9XCIxOTguMzJcIlxyXG4gICAgICAgICAgeDI9XCIyNDUuNjdcIlxyXG4gICAgICAgICAgeTE9XCI1My4yM1wiXHJcbiAgICAgICAgICB5Mj1cIjUzLjIzXCJcclxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTFcIiBzdG9wQ29sb3I9XCIjRUJFQUY0XCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40XCIgc3RvcENvbG9yPVwiI0MwQkNEQ1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjVcIiBzdG9wQ29sb3I9XCIjQTE5QkNBXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NlwiIHN0b3BDb2xvcj1cIiM4RDg3QkZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDE2X2xpbmVhcl8yMF8yXCJcclxuICAgICAgICAgIHgxPVwiMjQwLjkxXCJcclxuICAgICAgICAgIHgyPVwiMzI5LjQ3XCJcclxuICAgICAgICAgIHkxPVwiOTIuMjhcIlxyXG4gICAgICAgICAgeTI9XCI5Mi4yOFwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMDdcIiBzdG9wQ29sb3I9XCIjODc4MEJDXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM5MDg5QzJcIj48L3N0b3A+XHJcbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cclxuICAgICAgICA8bGluZWFyR3JhZGllbnRcclxuICAgICAgICAgIGlkPVwicGFpbnQxN19saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjI0MC45MVwiXHJcbiAgICAgICAgICB4Mj1cIjMyOS40N1wiXHJcbiAgICAgICAgICB5MT1cIjkyLjI4XCJcclxuICAgICAgICAgIHkyPVwiOTIuMjhcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjRTZFNEYyXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC43MVwiIHN0b3BDb2xvcj1cIiNDRENBRTVcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDE4X2xpbmVhcl8yMF8yXCJcclxuICAgICAgICAgIHgxPVwiMjgxLjU0XCJcclxuICAgICAgICAgIHgyPVwiMzI5LjQ3XCJcclxuICAgICAgICAgIHkxPVwiODIuMjFcIlxyXG4gICAgICAgICAgeTI9XCI4Mi4yMVwiXHJcbiAgICAgICAgICBncmFkaWVudFVuaXRzPVwidXNlclNwYWNlT25Vc2VcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxzdG9wIHN0b3BDb2xvcj1cIiNmZmZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjExXCIgc3RvcENvbG9yPVwiI0VCRUFGNFwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNFwiIHN0b3BDb2xvcj1cIiNDMEJDRENcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjY1XCIgc3RvcENvbG9yPVwiI0ExOUJDQVwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuODZcIiBzdG9wQ29sb3I9XCIjOEQ4N0JGXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMVwiIHN0b3BDb2xvcj1cIiM4NzgwQkNcIj48L3N0b3A+XHJcbiAgICAgICAgPC9saW5lYXJHcmFkaWVudD5cclxuICAgICAgICA8bGluZWFyR3JhZGllbnRcclxuICAgICAgICAgIGlkPVwicGFpbnQxOV9saW5lYXJfMjBfMlwiXHJcbiAgICAgICAgICB4MT1cIjMxMi44OFwiXHJcbiAgICAgICAgICB4Mj1cIjMxNS4zM1wiXHJcbiAgICAgICAgICB5MT1cIjEwOC4xOVwiXHJcbiAgICAgICAgICB5Mj1cIjM2LjE5XCJcclxuICAgICAgICAgIGdyYWRpZW50VW5pdHM9XCJ1c2VyU3BhY2VPblVzZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPHN0b3Agc3RvcENvbG9yPVwiI2ZmZlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMTlcIiBzdG9wQ29sb3I9XCIjQ0VDQ0U0XCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4zOFwiIHN0b3BDb2xvcj1cIiNBMjlFQ0NcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjU1XCIgc3RvcENvbG9yPVwiIzgyN0RCQVwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuN1wiIHN0b3BDb2xvcj1cIiM2RjY5QUZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjc5XCIgc3RvcENvbG9yPVwiIzY4NjJBQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDIwX2xpbmVhcl8yMF8yXCJcclxuICAgICAgICAgIHgxPVwiMjk5LjYxXCJcclxuICAgICAgICAgIHgyPVwiMzE3LjY5XCJcclxuICAgICAgICAgIHkxPVwiNjEuM1wiXHJcbiAgICAgICAgICB5Mj1cIjYxLjNcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjI2XCIgc3RvcENvbG9yPVwiIzMwMkI0QlwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNDdcIiBzdG9wQ29sb3I9XCIjNEI0NjZFXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44M1wiIHN0b3BDb2xvcj1cIiM3NjZGQTZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDIxX2xpbmVhcl8yMF8yXCJcclxuICAgICAgICAgIHgxPVwiMjY5Ljg5XCJcclxuICAgICAgICAgIHgyPVwiMjY4LjU4XCJcclxuICAgICAgICAgIHkxPVwiMTE2LjQxXCJcclxuICAgICAgICAgIHkyPVwiMTYuMDNcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC40MVwiIHN0b3BDb2xvcj1cIiNEMENERTRcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDIyX2xpbmVhcl8yMF8yXCJcclxuICAgICAgICAgIHgxPVwiMjc5LjAzXCJcclxuICAgICAgICAgIHgyPVwiMjUwLjQ0XCJcclxuICAgICAgICAgIHkxPVwiMTE2LjIyXCJcclxuICAgICAgICAgIHkyPVwiMzIuODFcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4wNFwiIHN0b3BDb2xvcj1cIiNGMkYxRjhcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjE0XCIgc3RvcENvbG9yPVwiI0Q0RDFFN1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuMjVcIiBzdG9wQ29sb3I9XCIjQkJCN0Q5XCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4zN1wiIHN0b3BDb2xvcj1cIiNBOEEzQ0ZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjUxXCIgc3RvcENvbG9yPVwiIzlCOTRDN1wiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjhcIiBzdG9wQ29sb3I9XCIjOTM4Q0MzXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC45NVwiIHN0b3BDb2xvcj1cIiM5MThBQzJcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICAgIDxsaW5lYXJHcmFkaWVudFxyXG4gICAgICAgICAgaWQ9XCJwYWludDIzX2xpbmVhcl8yMF8yXCJcclxuICAgICAgICAgIHgxPVwiMjY1LjE2XCJcclxuICAgICAgICAgIHgyPVwiMjc5Ljg4XCJcclxuICAgICAgICAgIHkxPVwiNzIuMzFcIlxyXG4gICAgICAgICAgeTI9XCIxMTUuNDRcIlxyXG4gICAgICAgICAgZ3JhZGllbnRVbml0cz1cInVzZXJTcGFjZU9uVXNlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c3RvcCBzdG9wQ29sb3I9XCIjZmZmXCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC4yMVwiIHN0b3BDb2xvcj1cIiNEOEQ2RTlcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIwLjQ1XCIgc3RvcENvbG9yPVwiI0I1QjFENVwiPjwvc3RvcD5cclxuICAgICAgICAgIDxzdG9wIG9mZnNldD1cIjAuNjZcIiBzdG9wQ29sb3I9XCIjOUI5NkM3XCI+PC9zdG9wPlxyXG4gICAgICAgICAgPHN0b3Agb2Zmc2V0PVwiMC44NVwiIHN0b3BDb2xvcj1cIiM4Qzg1QkZcIj48L3N0b3A+XHJcbiAgICAgICAgICA8c3RvcCBvZmZzZXQ9XCIxXCIgc3RvcENvbG9yPVwiIzg3ODBCQ1wiPjwvc3RvcD5cclxuICAgICAgICA8L2xpbmVhckdyYWRpZW50PlxyXG4gICAgICA8L2RlZnM+XHJcbiAgICA8L3N2Zz5cclxuICApO1xyXG59Il0sIm5hbWVzIjpbIkxvZ28iLCJwcm9wcyIsInN2ZyIsInhtbG5zIiwid2lkdGgiLCJoZWlnaHQiLCJmaWxsIiwidmlld0JveCIsInBhdGgiLCJkIiwiZGVmcyIsImxpbmVhckdyYWRpZW50IiwiaWQiLCJ4MSIsIngyIiwieTEiLCJ5MiIsImdyYWRpZW50VW5pdHMiLCJzdG9wIiwib2Zmc2V0Iiwic3RvcENvbG9yIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Logo.jsx\n"); /***/ }), @@ -469,7 +469,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Phasesdark: () => (/* binding */ Phasesdark)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_BackgroundImage__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/BackgroundImage */ \"(rsc)/./src/components/BackgroundImage.jsx\");\n/* harmony import */ var _components_Button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Button */ \"(rsc)/./src/components/Button.jsx\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Container */ \"(rsc)/./src/components/Container.jsx\");\n\n\n\n\nconst timeline = [\n {\n name: \"Early Online Collaboration\",\n description: \"In the early days, digital collaboration was limited to basic tools like email and simple chat platforms. Communication was often slow, and interactions were minimal.\",\n date: \"Phase I\",\n dateTime: \"2021-08\"\n },\n {\n name: \"The Rise of Video Conferencing\",\n description: \"With the advent of video conferencing tools like Zoom and Microsoft Teams, people could interact face-to-face online.\",\n date: \"Phase II\",\n dateTime: \"2021-12\"\n },\n {\n name: \"Persistent Barriers\",\n description: \"Despite technological advances, many still struggle to meet and collaborate due to lack of access to reliable tools or infrastructure.\",\n date: \"Phase III\",\n dateTime: \"2022-02\"\n },\n {\n name: \"The OurVerse Solution\",\n description: \"OurVerse introduces a fully immersive metaverse platform that makes collaboration accessible to all, enabling dynamic interactions and creativity beyond borders.\",\n date: \"Phase IV\",\n dateTime: \"2022-12\"\n },\n {\n name: \"Unlimited Possibilities\",\n description: \"With OurVerse, you can create your own immersive virtual world as you envision it, making collaboration inclusive and without limits—the future is now.\",\n date: \"Phase V\",\n dateTime: \"2022-12\"\n }\n];\nfunction Phasesdark() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"bg-gradient-dark min-h-screen\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-7xl py-24 px-6 lg:px-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"lg:text-4xl pt-20 font-semibold tracking-tight leading-normal text-gradient text-3xl\",\n children: \"Experience True Collaboration\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Phases.jsx\",\n lineNumber: 47,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 mb-4 text-purple-100 lg:text-xl space-y-6 font-display\",\n children: \"We’ve all experienced different ways to connect and collaborate online—through chat, video conferences, and shared platforms. But the reality is, not everyone has equal access. Many people around the world still face barriers due to limited tools, infrastructure, or platforms. Geographic, technical, and economic challenges make it hard for businesses, educators, and creators to collaborate effectively.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Phases.jsx\",\n lineNumber: 50,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 mb-20 text-purple-100 lg:text-xl space-y-6 font-display\",\n children: \"Our journey through five transformative phases of digital collaboration leads to OurVerse—an immersive metaverse platform designed to break down these barriers and unlock limitless opportunities for global connection and innovation.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Phases.jsx\",\n lineNumber: 55,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto grid max-w-2xl grid-cols-1 gap-8 overflow-hidden lg:mx-0 lg:max-w-none lg:grid-cols-5\",\n children: timeline.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"time\", {\n dateTime: item.dateTime,\n className: `flex items-center text-md font-semibold leading-6 ${item.date === \"Phase IV\" || item.date === \"Phase V\" ? \"text-purple-lt lg:text-xl\" : \"text-purple-200\"}`,\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 4 4\",\n \"aria-hidden\": \"true\",\n className: \"mr-4 h-1 w-1 flex-none\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"circle\", {\n r: 2,\n cx: 2,\n cy: 2,\n fill: \"currentColor\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Phases.jsx\",\n lineNumber: 69,\n columnNumber: 23\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Phases.jsx\",\n lineNumber: 68,\n columnNumber: 21\n }, this),\n item.date\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Phases.jsx\",\n lineNumber: 62,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: `mt-6 text-lg font-semibold leading-6 tracking-tight ${item.date === \"Phase IV\" || item.date === \"Phase V\" ? \"text-purple-lt\" : \"text-purple-200\"}`,\n children: item.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Phases.jsx\",\n lineNumber: 73,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 text-sm leading-6 text-purple-100\",\n children: item.description\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Phases.jsx\",\n lineNumber: 80,\n columnNumber: 19\n }, this)\n ]\n }, item.name, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Phases.jsx\",\n lineNumber: 61,\n columnNumber: 17\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Phases.jsx\",\n lineNumber: 59,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Phases.jsx\",\n lineNumber: 46,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Phases.jsx\",\n lineNumber: 45,\n columnNumber: 9\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9QaGFzZXMuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBOEQ7QUFDbEI7QUFDTTtBQUVsRCxNQUFNRyxXQUFXO0lBQ2I7UUFDRUMsTUFBTTtRQUNOQyxhQUNFO1FBQ0ZDLE1BQU07UUFDTkMsVUFBVTtJQUNaO0lBQ0E7UUFDRUgsTUFBTTtRQUNOQyxhQUNFO1FBQ0ZDLE1BQU07UUFDTkMsVUFBVTtJQUNaO0lBQ0E7UUFDRUgsTUFBTTtRQUNOQyxhQUNFO1FBQ0ZDLE1BQU07UUFDTkMsVUFBVTtJQUNaO0lBQ0E7UUFDRUgsTUFBTTtRQUNOQyxhQUNFO1FBQ0ZDLE1BQU07UUFDTkMsVUFBVTtJQUNaO0lBQ0E7UUFDRUgsTUFBTTtRQUNOQyxhQUNFO1FBQ0ZDLE1BQU07UUFDTkMsVUFBVTtJQUNaO0NBQ0g7QUFFTSxTQUFTQztJQUNaLHFCQUNJLDhEQUFDQztRQUFJQyxXQUFVO2tCQUNiLDRFQUFDRDtZQUFJQyxXQUFVOzs4QkFDYiw4REFBQ0M7b0JBQUdELFdBQVU7OEJBQXVGOzs7Ozs7OEJBR3JHLDhEQUFDRTtvQkFBRUYsV0FBVTs4QkFBOEQ7Ozs7Ozs4QkFLM0UsOERBQUNFO29CQUFFRixXQUFVOzhCQUErRDs7Ozs7OzhCQUk1RSw4REFBQ0Q7b0JBQUlDLFdBQVU7OEJBQ1pQLFNBQVNVLEdBQUcsQ0FBQyxDQUFDQyxxQkFDYiw4REFBQ0w7OzhDQUNDLDhEQUFDTTtvQ0FDQ1IsVUFBVU8sS0FBS1AsUUFBUTtvQ0FDdkJHLFdBQVcsQ0FBQyxrREFBa0QsRUFDNURJLEtBQUtSLElBQUksS0FBSyxjQUFjUSxLQUFLUixJQUFJLEtBQUssWUFBWSw4QkFBOEIsa0JBQ3JGLENBQUM7O3NEQUVGLDhEQUFDVTs0Q0FBSUMsU0FBUTs0Q0FBVUMsZUFBWTs0Q0FBT1IsV0FBVTtzREFDbEQsNEVBQUNTO2dEQUFPQyxHQUFHO2dEQUFHQyxJQUFJO2dEQUFHQyxJQUFJO2dEQUFHQyxNQUFLOzs7Ozs7Ozs7Ozt3Q0FFbENULEtBQUtSLElBQUk7Ozs7Ozs7OENBRVosOERBQUNNO29DQUNDRixXQUFXLENBQUMsb0RBQW9ELEVBQzlESSxLQUFLUixJQUFJLEtBQUssY0FBY1EsS0FBS1IsSUFBSSxLQUFLLFlBQVksbUJBQW1CLGtCQUMxRSxDQUFDOzhDQUVEUSxLQUFLVixJQUFJOzs7Ozs7OENBRVosOERBQUNRO29DQUFFRixXQUFVOzhDQUEwQ0ksS0FBS1QsV0FBVzs7Ozs7OzsyQkFuQi9EUyxLQUFLVixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUEwQm5DIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2NvbXBvbmVudHMvUGhhc2VzLmpzeD83YTk1Il0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhY2tncm91bmRJbWFnZSB9IGZyb20gJ0AvY29tcG9uZW50cy9CYWNrZ3JvdW5kSW1hZ2UnXG5pbXBvcnQgeyBCdXR0b24gfSBmcm9tICdAL2NvbXBvbmVudHMvQnV0dG9uJ1xuaW1wb3J0IHsgQ29udGFpbmVyIH0gZnJvbSAnQC9jb21wb25lbnRzL0NvbnRhaW5lcidcblxuY29uc3QgdGltZWxpbmUgPSBbXG4gICAge1xuICAgICAgbmFtZTogJ0Vhcmx5IE9ubGluZSBDb2xsYWJvcmF0aW9uJyxcbiAgICAgIGRlc2NyaXB0aW9uOlxuICAgICAgICAnSW4gdGhlIGVhcmx5IGRheXMsIGRpZ2l0YWwgY29sbGFib3JhdGlvbiB3YXMgbGltaXRlZCB0byBiYXNpYyB0b29scyBsaWtlIGVtYWlsIGFuZCBzaW1wbGUgY2hhdCBwbGF0Zm9ybXMuIENvbW11bmljYXRpb24gd2FzIG9mdGVuIHNsb3csIGFuZCBpbnRlcmFjdGlvbnMgd2VyZSBtaW5pbWFsLicsXG4gICAgICBkYXRlOiAnUGhhc2UgSScsXG4gICAgICBkYXRlVGltZTogJzIwMjEtMDgnLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ1RoZSBSaXNlIG9mIFZpZGVvIENvbmZlcmVuY2luZycsXG4gICAgICBkZXNjcmlwdGlvbjpcbiAgICAgICAgJ1dpdGggdGhlIGFkdmVudCBvZiB2aWRlbyBjb25mZXJlbmNpbmcgdG9vbHMgbGlrZSBab29tIGFuZCBNaWNyb3NvZnQgVGVhbXMsIHBlb3BsZSBjb3VsZCBpbnRlcmFjdCBmYWNlLXRvLWZhY2Ugb25saW5lLicsXG4gICAgICBkYXRlOiAnUGhhc2UgSUknLFxuICAgICAgZGF0ZVRpbWU6ICcyMDIxLTEyJyxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdQZXJzaXN0ZW50IEJhcnJpZXJzJyxcbiAgICAgIGRlc2NyaXB0aW9uOlxuICAgICAgICAnRGVzcGl0ZSB0ZWNobm9sb2dpY2FsIGFkdmFuY2VzLCBtYW55IHN0aWxsIHN0cnVnZ2xlIHRvIG1lZXQgYW5kIGNvbGxhYm9yYXRlIGR1ZSB0byBsYWNrIG9mIGFjY2VzcyB0byByZWxpYWJsZSB0b29scyBvciBpbmZyYXN0cnVjdHVyZS4nLFxuICAgICAgZGF0ZTogJ1BoYXNlIElJSScsXG4gICAgICBkYXRlVGltZTogJzIwMjItMDInLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ1RoZSBPdXJWZXJzZSBTb2x1dGlvbicsXG4gICAgICBkZXNjcmlwdGlvbjpcbiAgICAgICAgJ091clZlcnNlIGludHJvZHVjZXMgYSBmdWxseSBpbW1lcnNpdmUgbWV0YXZlcnNlIHBsYXRmb3JtIHRoYXQgbWFrZXMgY29sbGFib3JhdGlvbiBhY2Nlc3NpYmxlIHRvIGFsbCwgZW5hYmxpbmcgZHluYW1pYyBpbnRlcmFjdGlvbnMgYW5kIGNyZWF0aXZpdHkgYmV5b25kIGJvcmRlcnMuJyxcbiAgICAgIGRhdGU6ICdQaGFzZSBJVicsXG4gICAgICBkYXRlVGltZTogJzIwMjItMTInLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ1VubGltaXRlZCBQb3NzaWJpbGl0aWVzJyxcbiAgICAgIGRlc2NyaXB0aW9uOlxuICAgICAgICBcIldpdGggT3VyVmVyc2UsIHlvdSBjYW4gY3JlYXRlIHlvdXIgb3duIGltbWVyc2l2ZSB2aXJ0dWFsIHdvcmxkIGFzIHlvdSBlbnZpc2lvbiBpdCwgbWFraW5nIGNvbGxhYm9yYXRpb24gaW5jbHVzaXZlIGFuZCB3aXRob3V0IGxpbWl0c+KAlHRoZSBmdXR1cmUgaXMgbm93LlwiLFxuICAgICAgZGF0ZTogJ1BoYXNlIFYnLFxuICAgICAgZGF0ZVRpbWU6ICcyMDIyLTEyJyxcbiAgICB9LFxuXVxuXG5leHBvcnQgZnVuY3Rpb24gUGhhc2VzZGFyaygpIHtcbiAgICByZXR1cm4gKFxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImJnLWdyYWRpZW50LWRhcmsgbWluLWgtc2NyZWVuXCI+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LTd4bCBweS0yNCBweC02IGxnOnB4LThcIj5cbiAgICAgICAgICAgIDxoMiBjbGFzc05hbWU9XCJsZzp0ZXh0LTR4bCBwdC0yMCBmb250LXNlbWlib2xkIHRyYWNraW5nLXRpZ2h0IGxlYWRpbmctbm9ybWFsIHRleHQtZ3JhZGllbnQgdGV4dC0zeGxcIj5cbiAgICAgICAgICAgICAgRXhwZXJpZW5jZSBUcnVlIENvbGxhYm9yYXRpb25cbiAgICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC00IG1iLTQgdGV4dC1wdXJwbGUtMTAwIGxnOnRleHQteGwgc3BhY2UteS02IGZvbnQtZGlzcGxheVwiPlxuICAgICAgICAgICAgICBXZeKAmXZlIGFsbCBleHBlcmllbmNlZCBkaWZmZXJlbnQgd2F5cyB0byBjb25uZWN0IGFuZCBjb2xsYWJvcmF0ZSBvbmxpbmXigJR0aHJvdWdoIGNoYXQsIHZpZGVvIGNvbmZlcmVuY2VzLCBhbmQgc2hhcmVkIHBsYXRmb3Jtcy4gQnV0IHRoZSByZWFsaXR5IGlzLCBub3QgZXZlcnlvbmUgaGFzIGVxdWFsIGFjY2Vzcy4gXG4gICAgICAgICAgICAgIE1hbnkgcGVvcGxlIGFyb3VuZCB0aGUgd29ybGQgc3RpbGwgZmFjZSBiYXJyaWVycyBkdWUgdG8gbGltaXRlZCB0b29scywgaW5mcmFzdHJ1Y3R1cmUsIG9yIHBsYXRmb3Jtcy4gR2VvZ3JhcGhpYywgdGVjaG5pY2FsLCBhbmQgZWNvbm9taWMgY2hhbGxlbmdlcyBtYWtlIGl0IGhhcmQgZm9yIGJ1c2luZXNzZXMsIFxuICAgICAgICAgICAgICBlZHVjYXRvcnMsIGFuZCBjcmVhdG9ycyB0byBjb2xsYWJvcmF0ZSBlZmZlY3RpdmVseS4gXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC00IG1iLTIwIHRleHQtcHVycGxlLTEwMCBsZzp0ZXh0LXhsIHNwYWNlLXktNiBmb250LWRpc3BsYXlcIj5cbiAgICAgICAgICAgICAgT3VyIGpvdXJuZXkgdGhyb3VnaCBmaXZlIHRyYW5zZm9ybWF0aXZlIHBoYXNlcyBvZiBkaWdpdGFsIGNvbGxhYm9yYXRpb24gbGVhZHMgdG8gT3VyVmVyc2XigJRhbiBpbW1lcnNpdmUgbWV0YXZlcnNlIHBsYXRmb3JtIFxuICAgICAgICAgICAgICBkZXNpZ25lZCB0byBicmVhayBkb3duIHRoZXNlIGJhcnJpZXJzIGFuZCB1bmxvY2sgbGltaXRsZXNzIG9wcG9ydHVuaXRpZXMgZm9yIGdsb2JhbCBjb25uZWN0aW9uIGFuZCBpbm5vdmF0aW9uLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIGdyaWQgbWF4LXctMnhsIGdyaWQtY29scy0xIGdhcC04IG92ZXJmbG93LWhpZGRlbiBsZzpteC0wIGxnOm1heC13LW5vbmUgbGc6Z3JpZC1jb2xzLTVcIj5cbiAgICAgICAgICAgICAge3RpbWVsaW5lLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgIDxkaXYga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgPHRpbWVcbiAgICAgICAgICAgICAgICAgICAgZGF0ZVRpbWU9e2l0ZW0uZGF0ZVRpbWV9XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzTmFtZT17YGZsZXggaXRlbXMtY2VudGVyIHRleHQtbWQgZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgJHtcbiAgICAgICAgICAgICAgICAgICAgICBpdGVtLmRhdGUgPT09ICdQaGFzZSBJVicgfHwgaXRlbS5kYXRlID09PSAnUGhhc2UgVicgPyAndGV4dC1wdXJwbGUtbHQgbGc6dGV4dC14bCcgOiAndGV4dC1wdXJwbGUtMjAwJ1xuICAgICAgICAgICAgICAgICAgICB9YH1cbiAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPHN2ZyB2aWV3Qm94PVwiMCAwIDQgNFwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGNsYXNzTmFtZT1cIm1yLTQgaC0xIHctMSBmbGV4LW5vbmVcIj5cbiAgICAgICAgICAgICAgICAgICAgICA8Y2lyY2xlIHI9ezJ9IGN4PXsyfSBjeT17Mn0gZmlsbD1cImN1cnJlbnRDb2xvclwiIC8+XG4gICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICB7aXRlbS5kYXRlfVxuICAgICAgICAgICAgICAgICAgPC90aW1lPlxuICAgICAgICAgICAgICAgICAgPHBcbiAgICAgICAgICAgICAgICAgICAgY2xhc3NOYW1lPXtgbXQtNiB0ZXh0LWxnIGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRyYWNraW5nLXRpZ2h0ICR7XG4gICAgICAgICAgICAgICAgICAgICAgaXRlbS5kYXRlID09PSAnUGhhc2UgSVYnIHx8IGl0ZW0uZGF0ZSA9PT0gJ1BoYXNlIFYnID8gJ3RleHQtcHVycGxlLWx0JyA6ICd0ZXh0LXB1cnBsZS0yMDAnXG4gICAgICAgICAgICAgICAgICAgIH1gfVxuICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgICAgPHAgY2xhc3NOYW1lPVwibXQtNCB0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS0xMDBcIj57aXRlbS5kZXNjcmlwdGlvbn08L3A+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIClcbn1cbiJdLCJuYW1lcyI6WyJCYWNrZ3JvdW5kSW1hZ2UiLCJCdXR0b24iLCJDb250YWluZXIiLCJ0aW1lbGluZSIsIm5hbWUiLCJkZXNjcmlwdGlvbiIsImRhdGUiLCJkYXRlVGltZSIsIlBoYXNlc2RhcmsiLCJkaXYiLCJjbGFzc05hbWUiLCJoMiIsInAiLCJtYXAiLCJpdGVtIiwidGltZSIsInN2ZyIsInZpZXdCb3giLCJhcmlhLWhpZGRlbiIsImNpcmNsZSIsInIiLCJjeCIsImN5IiwiZmlsbCJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Phases.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Phasesdark: () => (/* binding */ Phasesdark)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_BackgroundImage__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/BackgroundImage */ \"(rsc)/./src/components/BackgroundImage.jsx\");\n/* harmony import */ var _components_Button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Button */ \"(rsc)/./src/components/Button.jsx\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Container */ \"(rsc)/./src/components/Container.jsx\");\n\n\n\n\nconst timeline = [\n {\n name: \"Early Online Collaboration\",\n description: \"In the early days, digital collaboration was limited to basic tools like email and simple chat platforms. Communication was often slow, and interactions were minimal.\",\n date: \"Phase I\",\n dateTime: \"2021-08\"\n },\n {\n name: \"The Rise of Video Conferencing\",\n description: \"With the advent of video conferencing tools like Zoom and Microsoft Teams, people could interact face-to-face online.\",\n date: \"Phase II\",\n dateTime: \"2021-12\"\n },\n {\n name: \"Persistent Barriers\",\n description: \"Despite technological advances, many still struggle to meet and collaborate due to lack of access to reliable tools or infrastructure.\",\n date: \"Phase III\",\n dateTime: \"2022-02\"\n },\n {\n name: \"The OurVerse Solution\",\n description: \"OurVerse introduces a fully immersive metaverse platform that makes collaboration accessible to all, enabling dynamic interactions and creativity beyond borders.\",\n date: \"Phase IV\",\n dateTime: \"2022-12\"\n },\n {\n name: \"Unlimited Possibilities\",\n description: \"With OurVerse, you can create your own immersive virtual world as you envision it, making collaboration inclusive and without limits—the future is now.\",\n date: \"Phase V\",\n dateTime: \"2022-12\"\n }\n];\nfunction Phasesdark() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"bg-gradient-dark min-h-screen\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-7xl py-24 px-6 lg:px-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"lg:text-4xl pt-20 font-semibold tracking-tight leading-normal text-gradient text-3xl\",\n children: \"Experience True Collaboration\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Phases.jsx\",\n lineNumber: 47,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 mb-4 text-purple-100 lg:text-xl space-y-6 font-display\",\n children: \"We’ve all experienced different ways to connect and collaborate online—through chat, video conferences, and shared platforms. But the reality is, not everyone has equal access. Many people around the world still face barriers due to limited tools, infrastructure, or platforms. Geographic, technical, and economic challenges make it hard for businesses, educators, and creators to collaborate effectively.\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Phases.jsx\",\n lineNumber: 50,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 mb-20 text-purple-100 lg:text-xl space-y-6 font-display\",\n children: \"Our journey through five transformative phases of digital collaboration leads to OurVerse—an immersive metaverse platform designed to break down these barriers and unlock limitless opportunities for global connection and innovation.\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Phases.jsx\",\n lineNumber: 55,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto grid max-w-2xl grid-cols-1 gap-8 overflow-hidden lg:mx-0 lg:max-w-none lg:grid-cols-5\",\n children: timeline.map((item)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"time\", {\n dateTime: item.dateTime,\n className: `flex items-center text-md font-semibold leading-6 ${item.date === \"Phase IV\" || item.date === \"Phase V\" ? \"text-purple-lt lg:text-xl\" : \"text-purple-200\"}`,\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 4 4\",\n \"aria-hidden\": \"true\",\n className: \"mr-4 h-1 w-1 flex-none\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"circle\", {\n r: 2,\n cx: 2,\n cy: 2,\n fill: \"currentColor\"\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Phases.jsx\",\n lineNumber: 69,\n columnNumber: 23\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Phases.jsx\",\n lineNumber: 68,\n columnNumber: 21\n }, this),\n item.date\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Phases.jsx\",\n lineNumber: 62,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: `mt-6 text-lg font-semibold leading-6 tracking-tight ${item.date === \"Phase IV\" || item.date === \"Phase V\" ? \"text-purple-lt\" : \"text-purple-200\"}`,\n children: item.name\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Phases.jsx\",\n lineNumber: 73,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 text-sm leading-6 text-purple-100\",\n children: item.description\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Phases.jsx\",\n lineNumber: 80,\n columnNumber: 19\n }, this)\n ]\n }, item.name, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Phases.jsx\",\n lineNumber: 61,\n columnNumber: 17\n }, this))\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Phases.jsx\",\n lineNumber: 59,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Phases.jsx\",\n lineNumber: 46,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Phases.jsx\",\n lineNumber: 45,\n columnNumber: 9\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9QaGFzZXMuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBOEQ7QUFDbEI7QUFDTTtBQUVsRCxNQUFNRyxXQUFXO0lBQ2I7UUFDRUMsTUFBTTtRQUNOQyxhQUNFO1FBQ0ZDLE1BQU07UUFDTkMsVUFBVTtJQUNaO0lBQ0E7UUFDRUgsTUFBTTtRQUNOQyxhQUNFO1FBQ0ZDLE1BQU07UUFDTkMsVUFBVTtJQUNaO0lBQ0E7UUFDRUgsTUFBTTtRQUNOQyxhQUNFO1FBQ0ZDLE1BQU07UUFDTkMsVUFBVTtJQUNaO0lBQ0E7UUFDRUgsTUFBTTtRQUNOQyxhQUNFO1FBQ0ZDLE1BQU07UUFDTkMsVUFBVTtJQUNaO0lBQ0E7UUFDRUgsTUFBTTtRQUNOQyxhQUNFO1FBQ0ZDLE1BQU07UUFDTkMsVUFBVTtJQUNaO0NBQ0g7QUFFTSxTQUFTQztJQUNaLHFCQUNJLDhEQUFDQztRQUFJQyxXQUFVO2tCQUNiLDRFQUFDRDtZQUFJQyxXQUFVOzs4QkFDYiw4REFBQ0M7b0JBQUdELFdBQVU7OEJBQXVGOzs7Ozs7OEJBR3JHLDhEQUFDRTtvQkFBRUYsV0FBVTs4QkFBOEQ7Ozs7Ozs4QkFLM0UsOERBQUNFO29CQUFFRixXQUFVOzhCQUErRDs7Ozs7OzhCQUk1RSw4REFBQ0Q7b0JBQUlDLFdBQVU7OEJBQ1pQLFNBQVNVLEdBQUcsQ0FBQyxDQUFDQyxxQkFDYiw4REFBQ0w7OzhDQUNDLDhEQUFDTTtvQ0FDQ1IsVUFBVU8sS0FBS1AsUUFBUTtvQ0FDdkJHLFdBQVcsQ0FBQyxrREFBa0QsRUFDNURJLEtBQUtSLElBQUksS0FBSyxjQUFjUSxLQUFLUixJQUFJLEtBQUssWUFBWSw4QkFBOEIsa0JBQ3JGLENBQUM7O3NEQUVGLDhEQUFDVTs0Q0FBSUMsU0FBUTs0Q0FBVUMsZUFBWTs0Q0FBT1IsV0FBVTtzREFDbEQsNEVBQUNTO2dEQUFPQyxHQUFHO2dEQUFHQyxJQUFJO2dEQUFHQyxJQUFJO2dEQUFHQyxNQUFLOzs7Ozs7Ozs7Ozt3Q0FFbENULEtBQUtSLElBQUk7Ozs7Ozs7OENBRVosOERBQUNNO29DQUNDRixXQUFXLENBQUMsb0RBQW9ELEVBQzlESSxLQUFLUixJQUFJLEtBQUssY0FBY1EsS0FBS1IsSUFBSSxLQUFLLFlBQVksbUJBQW1CLGtCQUMxRSxDQUFDOzhDQUVEUSxLQUFLVixJQUFJOzs7Ozs7OENBRVosOERBQUNRO29DQUFFRixXQUFVOzhDQUEwQ0ksS0FBS1QsV0FBVzs7Ozs7OzsyQkFuQi9EUyxLQUFLVixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUEwQm5DIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2NvbXBvbmVudHMvUGhhc2VzLmpzeD83YTk1Il0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhY2tncm91bmRJbWFnZSB9IGZyb20gJ0AvY29tcG9uZW50cy9CYWNrZ3JvdW5kSW1hZ2UnXHJcbmltcG9ydCB7IEJ1dHRvbiB9IGZyb20gJ0AvY29tcG9uZW50cy9CdXR0b24nXHJcbmltcG9ydCB7IENvbnRhaW5lciB9IGZyb20gJ0AvY29tcG9uZW50cy9Db250YWluZXInXHJcblxyXG5jb25zdCB0aW1lbGluZSA9IFtcclxuICAgIHtcclxuICAgICAgbmFtZTogJ0Vhcmx5IE9ubGluZSBDb2xsYWJvcmF0aW9uJyxcclxuICAgICAgZGVzY3JpcHRpb246XHJcbiAgICAgICAgJ0luIHRoZSBlYXJseSBkYXlzLCBkaWdpdGFsIGNvbGxhYm9yYXRpb24gd2FzIGxpbWl0ZWQgdG8gYmFzaWMgdG9vbHMgbGlrZSBlbWFpbCBhbmQgc2ltcGxlIGNoYXQgcGxhdGZvcm1zLiBDb21tdW5pY2F0aW9uIHdhcyBvZnRlbiBzbG93LCBhbmQgaW50ZXJhY3Rpb25zIHdlcmUgbWluaW1hbC4nLFxyXG4gICAgICBkYXRlOiAnUGhhc2UgSScsXHJcbiAgICAgIGRhdGVUaW1lOiAnMjAyMS0wOCcsXHJcbiAgICB9LFxyXG4gICAge1xyXG4gICAgICBuYW1lOiAnVGhlIFJpc2Ugb2YgVmlkZW8gQ29uZmVyZW5jaW5nJyxcclxuICAgICAgZGVzY3JpcHRpb246XHJcbiAgICAgICAgJ1dpdGggdGhlIGFkdmVudCBvZiB2aWRlbyBjb25mZXJlbmNpbmcgdG9vbHMgbGlrZSBab29tIGFuZCBNaWNyb3NvZnQgVGVhbXMsIHBlb3BsZSBjb3VsZCBpbnRlcmFjdCBmYWNlLXRvLWZhY2Ugb25saW5lLicsXHJcbiAgICAgIGRhdGU6ICdQaGFzZSBJSScsXHJcbiAgICAgIGRhdGVUaW1lOiAnMjAyMS0xMicsXHJcbiAgICB9LFxyXG4gICAge1xyXG4gICAgICBuYW1lOiAnUGVyc2lzdGVudCBCYXJyaWVycycsXHJcbiAgICAgIGRlc2NyaXB0aW9uOlxyXG4gICAgICAgICdEZXNwaXRlIHRlY2hub2xvZ2ljYWwgYWR2YW5jZXMsIG1hbnkgc3RpbGwgc3RydWdnbGUgdG8gbWVldCBhbmQgY29sbGFib3JhdGUgZHVlIHRvIGxhY2sgb2YgYWNjZXNzIHRvIHJlbGlhYmxlIHRvb2xzIG9yIGluZnJhc3RydWN0dXJlLicsXHJcbiAgICAgIGRhdGU6ICdQaGFzZSBJSUknLFxyXG4gICAgICBkYXRlVGltZTogJzIwMjItMDInLFxyXG4gICAgfSxcclxuICAgIHtcclxuICAgICAgbmFtZTogJ1RoZSBPdXJWZXJzZSBTb2x1dGlvbicsXHJcbiAgICAgIGRlc2NyaXB0aW9uOlxyXG4gICAgICAgICdPdXJWZXJzZSBpbnRyb2R1Y2VzIGEgZnVsbHkgaW1tZXJzaXZlIG1ldGF2ZXJzZSBwbGF0Zm9ybSB0aGF0IG1ha2VzIGNvbGxhYm9yYXRpb24gYWNjZXNzaWJsZSB0byBhbGwsIGVuYWJsaW5nIGR5bmFtaWMgaW50ZXJhY3Rpb25zIGFuZCBjcmVhdGl2aXR5IGJleW9uZCBib3JkZXJzLicsXHJcbiAgICAgIGRhdGU6ICdQaGFzZSBJVicsXHJcbiAgICAgIGRhdGVUaW1lOiAnMjAyMi0xMicsXHJcbiAgICB9LFxyXG4gICAge1xyXG4gICAgICBuYW1lOiAnVW5saW1pdGVkIFBvc3NpYmlsaXRpZXMnLFxyXG4gICAgICBkZXNjcmlwdGlvbjpcclxuICAgICAgICBcIldpdGggT3VyVmVyc2UsIHlvdSBjYW4gY3JlYXRlIHlvdXIgb3duIGltbWVyc2l2ZSB2aXJ0dWFsIHdvcmxkIGFzIHlvdSBlbnZpc2lvbiBpdCwgbWFraW5nIGNvbGxhYm9yYXRpb24gaW5jbHVzaXZlIGFuZCB3aXRob3V0IGxpbWl0c+KAlHRoZSBmdXR1cmUgaXMgbm93LlwiLFxyXG4gICAgICBkYXRlOiAnUGhhc2UgVicsXHJcbiAgICAgIGRhdGVUaW1lOiAnMjAyMi0xMicsXHJcbiAgICB9LFxyXG5dXHJcblxyXG5leHBvcnQgZnVuY3Rpb24gUGhhc2VzZGFyaygpIHtcclxuICAgIHJldHVybiAoXHJcbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJiZy1ncmFkaWVudC1kYXJrIG1pbi1oLXNjcmVlblwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LTd4bCBweS0yNCBweC02IGxnOnB4LThcIj5cclxuICAgICAgICAgICAgPGgyIGNsYXNzTmFtZT1cImxnOnRleHQtNHhsIHB0LTIwIGZvbnQtc2VtaWJvbGQgdHJhY2tpbmctdGlnaHQgbGVhZGluZy1ub3JtYWwgdGV4dC1ncmFkaWVudCB0ZXh0LTN4bFwiPlxyXG4gICAgICAgICAgICAgIEV4cGVyaWVuY2UgVHJ1ZSBDb2xsYWJvcmF0aW9uXHJcbiAgICAgICAgICAgIDwvaDI+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTQgbWItNCB0ZXh0LXB1cnBsZS0xMDAgbGc6dGV4dC14bCBzcGFjZS15LTYgZm9udC1kaXNwbGF5XCI+XHJcbiAgICAgICAgICAgICAgV2XigJl2ZSBhbGwgZXhwZXJpZW5jZWQgZGlmZmVyZW50IHdheXMgdG8gY29ubmVjdCBhbmQgY29sbGFib3JhdGUgb25saW5l4oCUdGhyb3VnaCBjaGF0LCB2aWRlbyBjb25mZXJlbmNlcywgYW5kIHNoYXJlZCBwbGF0Zm9ybXMuIEJ1dCB0aGUgcmVhbGl0eSBpcywgbm90IGV2ZXJ5b25lIGhhcyBlcXVhbCBhY2Nlc3MuIFxyXG4gICAgICAgICAgICAgIE1hbnkgcGVvcGxlIGFyb3VuZCB0aGUgd29ybGQgc3RpbGwgZmFjZSBiYXJyaWVycyBkdWUgdG8gbGltaXRlZCB0b29scywgaW5mcmFzdHJ1Y3R1cmUsIG9yIHBsYXRmb3Jtcy4gR2VvZ3JhcGhpYywgdGVjaG5pY2FsLCBhbmQgZWNvbm9taWMgY2hhbGxlbmdlcyBtYWtlIGl0IGhhcmQgZm9yIGJ1c2luZXNzZXMsIFxyXG4gICAgICAgICAgICAgIGVkdWNhdG9ycywgYW5kIGNyZWF0b3JzIHRvIGNvbGxhYm9yYXRlIGVmZmVjdGl2ZWx5LiBcclxuICAgICAgICAgICAgPC9wPlxyXG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC00IG1iLTIwIHRleHQtcHVycGxlLTEwMCBsZzp0ZXh0LXhsIHNwYWNlLXktNiBmb250LWRpc3BsYXlcIj5cclxuICAgICAgICAgICAgICBPdXIgam91cm5leSB0aHJvdWdoIGZpdmUgdHJhbnNmb3JtYXRpdmUgcGhhc2VzIG9mIGRpZ2l0YWwgY29sbGFib3JhdGlvbiBsZWFkcyB0byBPdXJWZXJzZeKAlGFuIGltbWVyc2l2ZSBtZXRhdmVyc2UgcGxhdGZvcm0gXHJcbiAgICAgICAgICAgICAgZGVzaWduZWQgdG8gYnJlYWsgZG93biB0aGVzZSBiYXJyaWVycyBhbmQgdW5sb2NrIGxpbWl0bGVzcyBvcHBvcnR1bml0aWVzIGZvciBnbG9iYWwgY29ubmVjdGlvbiBhbmQgaW5ub3ZhdGlvbi5cclxuICAgICAgICAgICAgPC9wPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gZ3JpZCBtYXgtdy0yeGwgZ3JpZC1jb2xzLTEgZ2FwLTggb3ZlcmZsb3ctaGlkZGVuIGxnOm14LTAgbGc6bWF4LXctbm9uZSBsZzpncmlkLWNvbHMtNVwiPlxyXG4gICAgICAgICAgICAgIHt0aW1lbGluZS5tYXAoKGl0ZW0pID0+IChcclxuICAgICAgICAgICAgICAgIDxkaXYga2V5PXtpdGVtLm5hbWV9PlxyXG4gICAgICAgICAgICAgICAgICA8dGltZVxyXG4gICAgICAgICAgICAgICAgICAgIGRhdGVUaW1lPXtpdGVtLmRhdGVUaW1lfVxyXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzTmFtZT17YGZsZXggaXRlbXMtY2VudGVyIHRleHQtbWQgZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgJHtcclxuICAgICAgICAgICAgICAgICAgICAgIGl0ZW0uZGF0ZSA9PT0gJ1BoYXNlIElWJyB8fCBpdGVtLmRhdGUgPT09ICdQaGFzZSBWJyA/ICd0ZXh0LXB1cnBsZS1sdCBsZzp0ZXh0LXhsJyA6ICd0ZXh0LXB1cnBsZS0yMDAnXHJcbiAgICAgICAgICAgICAgICAgICAgfWB9XHJcbiAgICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgICA8c3ZnIHZpZXdCb3g9XCIwIDAgNCA0XCIgYXJpYS1oaWRkZW49XCJ0cnVlXCIgY2xhc3NOYW1lPVwibXItNCBoLTEgdy0xIGZsZXgtbm9uZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSByPXsyfSBjeD17Mn0gY3k9ezJ9IGZpbGw9XCJjdXJyZW50Q29sb3JcIiAvPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxyXG4gICAgICAgICAgICAgICAgICAgIHtpdGVtLmRhdGV9XHJcbiAgICAgICAgICAgICAgICAgIDwvdGltZT5cclxuICAgICAgICAgICAgICAgICAgPHBcclxuICAgICAgICAgICAgICAgICAgICBjbGFzc05hbWU9e2BtdC02IHRleHQtbGcgZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdHJhY2tpbmctdGlnaHQgJHtcclxuICAgICAgICAgICAgICAgICAgICAgIGl0ZW0uZGF0ZSA9PT0gJ1BoYXNlIElWJyB8fCBpdGVtLmRhdGUgPT09ICdQaGFzZSBWJyA/ICd0ZXh0LXB1cnBsZS1sdCcgOiAndGV4dC1wdXJwbGUtMjAwJ1xyXG4gICAgICAgICAgICAgICAgICAgIH1gfVxyXG4gICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cclxuICAgICAgICAgICAgICAgICAgPC9wPlxyXG4gICAgICAgICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC00IHRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTEwMFwiPntpdGVtLmRlc2NyaXB0aW9ufTwvcD5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICkpfVxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgKVxyXG59XHJcbiJdLCJuYW1lcyI6WyJCYWNrZ3JvdW5kSW1hZ2UiLCJCdXR0b24iLCJDb250YWluZXIiLCJ0aW1lbGluZSIsIm5hbWUiLCJkZXNjcmlwdGlvbiIsImRhdGUiLCJkYXRlVGltZSIsIlBoYXNlc2RhcmsiLCJkaXYiLCJjbGFzc05hbWUiLCJoMiIsInAiLCJtYXAiLCJpdGVtIiwidGltZSIsInN2ZyIsInZpZXdCb3giLCJhcmlhLWhpZGRlbiIsImNpcmNsZSIsInIiLCJjeCIsImN5IiwiZmlsbCJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Phases.jsx\n"); /***/ }), @@ -487,7 +487,7 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var next_dist_build_webpack_loaders_next_flight_loader_module_proxy__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! next/dist/build/webpack/loaders/next-flight-loader/module-proxy */ "(rsc)/./node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js"); -const e0 = (0,next_dist_build_webpack_loaders_next_flight_loader_module_proxy__WEBPACK_IMPORTED_MODULE_0__.createProxy)(String.raw`/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx#Product`); +const e0 = (0,next_dist_build_webpack_loaders_next_flight_loader_module_proxy__WEBPACK_IMPORTED_MODULE_0__.createProxy)(String.raw`D:\github\ourverse_new\src\components\Product.jsx#Product`); /***/ }), @@ -499,7 +499,7 @@ const e0 = (0,next_dist_build_webpack_loaders_next_flight_loader_module_proxy__W /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Sponsors: () => (/* binding */ Sponsors)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_image__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/image */ \"(rsc)/./node_modules/next/dist/api/image.js\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Container */ \"(rsc)/./src/components/Container.jsx\");\n/* harmony import */ var _images_logos_mirage_svg__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/images/logos/mirage.svg */ \"(rsc)/./src/images/logos/mirage.svg\");\n/* harmony import */ var _images_logos_statickit_svg__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/images/logos/statickit.svg */ \"(rsc)/./src/images/logos/statickit.svg\");\n/* harmony import */ var _images_logos_transistor_svg__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @/images/logos/transistor.svg */ \"(rsc)/./src/images/logos/transistor.svg\");\n/* harmony import */ var _images_logos_tuple_svg__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @/images/logos/tuple.svg */ \"(rsc)/./src/images/logos/tuple.svg\");\n\n\n\n\n\n\n\nconst sponsors = [\n {\n name: \"Transistor\",\n logo: _images_logos_transistor_svg__WEBPACK_IMPORTED_MODULE_5__[\"default\"]\n },\n {\n name: \"Tuple\",\n logo: _images_logos_tuple_svg__WEBPACK_IMPORTED_MODULE_6__[\"default\"]\n },\n {\n name: \"StaticKit\",\n logo: _images_logos_statickit_svg__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n },\n {\n name: \"Mirage\",\n logo: _images_logos_mirage_svg__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n },\n {\n name: \"Transistor\",\n logo: _images_logos_transistor_svg__WEBPACK_IMPORTED_MODULE_5__[\"default\"]\n },\n {\n name: \"Tuple\",\n logo: _images_logos_tuple_svg__WEBPACK_IMPORTED_MODULE_6__[\"default\"]\n },\n {\n name: \"StaticKit\",\n logo: _images_logos_statickit_svg__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n];\nfunction Sponsors() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"section\", {\n id: \"sponsors\",\n \"aria-label\": \"Sponsors\",\n className: \"mb-4 overflow-hidden\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_2__.Container, {\n className: \"mt-2 pt-2\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"animate-slide flex space-x-8 items-center lg:h-40 h-25\",\n children: sponsors.concat(sponsors).map((sponsor, index)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex items-center justify-center lg:h-40 lg:w-40 h-25 w-25\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_image__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n src: sponsor.logo,\n alt: sponsor.name,\n layout: \"intrinsic\",\n width: 150,\n height: 150\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Sponsors.jsx\",\n lineNumber: 26,\n columnNumber: 15\n }, this)\n }, index, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Sponsors.jsx\",\n lineNumber: 25,\n columnNumber: 13\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Sponsors.jsx\",\n lineNumber: 23,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Sponsors.jsx\",\n lineNumber: 22,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Sponsors.jsx\",\n lineNumber: 21,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9TcG9uc29ycy5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7OztBQUE4QjtBQUNvQjtBQUNBO0FBQ007QUFDRTtBQUNWO0FBRWhELE1BQU1NLFdBQVc7SUFDZjtRQUFFQyxNQUFNO1FBQWNDLE1BQU1KLG9FQUFjQTtJQUFDO0lBQzNDO1FBQUVHLE1BQU07UUFBU0MsTUFBTUgsK0RBQVNBO0lBQUM7SUFDakM7UUFBRUUsTUFBTTtRQUFhQyxNQUFNTCxtRUFBYUE7SUFBQztJQUN6QztRQUFFSSxNQUFNO1FBQVVDLE1BQU1OLGdFQUFVQTtJQUFDO0lBQ25DO1FBQUVLLE1BQU07UUFBY0MsTUFBTUosb0VBQWNBO0lBQUM7SUFDM0M7UUFBRUcsTUFBTTtRQUFTQyxNQUFNSCwrREFBU0E7SUFBQztJQUNqQztRQUFFRSxNQUFNO1FBQWFDLE1BQU1MLG1FQUFhQTtJQUFDO0NBRTFDO0FBRU0sU0FBU007SUFDZCxxQkFDRSw4REFBQ0M7UUFBUUMsSUFBRztRQUFXQyxjQUFXO1FBQVdDLFdBQVU7a0JBQ3JELDRFQUFDWiw0REFBU0E7WUFBQ1ksV0FBVTtzQkFDbkIsNEVBQUNDO2dCQUFJRCxXQUFVOzBCQUNaUCxTQUFTUyxNQUFNLENBQUNULFVBQVVVLEdBQUcsQ0FBQyxDQUFDQyxTQUFTQyxzQkFDdkMsOERBQUNKO3dCQUFnQkQsV0FBVTtrQ0FDekIsNEVBQUNiLGtEQUFLQTs0QkFDSm1CLEtBQUtGLFFBQVFULElBQUk7NEJBQ2pCWSxLQUFLSCxRQUFRVixJQUFJOzRCQUNqQmMsUUFBTzs0QkFDUEMsT0FBTzs0QkFDUEMsUUFBUTs7Ozs7O3VCQU5GTDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFjdEIiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9TcG9uc29ycy5qc3g/MzhhMiJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgSW1hZ2UgZnJvbSAnbmV4dC9pbWFnZSdcbmltcG9ydCB7IENvbnRhaW5lciB9IGZyb20gJ0AvY29tcG9uZW50cy9Db250YWluZXInXG5pbXBvcnQgbG9nb01pcmFnZSBmcm9tICdAL2ltYWdlcy9sb2dvcy9taXJhZ2Uuc3ZnJ1xuaW1wb3J0IGxvZ29TdGF0aWNLaXQgZnJvbSAnQC9pbWFnZXMvbG9nb3Mvc3RhdGlja2l0LnN2ZydcbmltcG9ydCBsb2dvVHJhbnNpc3RvciBmcm9tICdAL2ltYWdlcy9sb2dvcy90cmFuc2lzdG9yLnN2ZydcbmltcG9ydCBsb2dvVHVwbGUgZnJvbSAnQC9pbWFnZXMvbG9nb3MvdHVwbGUuc3ZnJ1xuXG5jb25zdCBzcG9uc29ycyA9IFtcbiAgeyBuYW1lOiAnVHJhbnNpc3RvcicsIGxvZ286IGxvZ29UcmFuc2lzdG9yIH0sXG4gIHsgbmFtZTogJ1R1cGxlJywgbG9nbzogbG9nb1R1cGxlIH0sXG4gIHsgbmFtZTogJ1N0YXRpY0tpdCcsIGxvZ286IGxvZ29TdGF0aWNLaXQgfSxcbiAgeyBuYW1lOiAnTWlyYWdlJywgbG9nbzogbG9nb01pcmFnZSB9LFxuICB7IG5hbWU6ICdUcmFuc2lzdG9yJywgbG9nbzogbG9nb1RyYW5zaXN0b3IgfSxcbiAgeyBuYW1lOiAnVHVwbGUnLCBsb2dvOiBsb2dvVHVwbGUgfSxcbiAgeyBuYW1lOiAnU3RhdGljS2l0JywgbG9nbzogbG9nb1N0YXRpY0tpdCB9LFxuICAvLyBBZGQgbW9yZSBzcG9uc29ycyBpZiBuZWVkZWRcbl1cblxuZXhwb3J0IGZ1bmN0aW9uIFNwb25zb3JzKCkge1xuICByZXR1cm4gKFxuICAgIDxzZWN0aW9uIGlkPVwic3BvbnNvcnNcIiBhcmlhLWxhYmVsPVwiU3BvbnNvcnNcIiBjbGFzc05hbWU9XCJtYi00IG92ZXJmbG93LWhpZGRlblwiPlxuICAgICAgPENvbnRhaW5lciBjbGFzc05hbWU9XCJtdC0yIHB0LTJcIj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJhbmltYXRlLXNsaWRlIGZsZXggc3BhY2UteC04IGl0ZW1zLWNlbnRlciBsZzpoLTQwIGgtMjVcIj5cbiAgICAgICAgICB7c3BvbnNvcnMuY29uY2F0KHNwb25zb3JzKS5tYXAoKHNwb25zb3IsIGluZGV4KSA9PiAoXG4gICAgICAgICAgICA8ZGl2IGtleT17aW5kZXh9IGNsYXNzTmFtZT1cImZsZXggaXRlbXMtY2VudGVyIGp1c3RpZnktY2VudGVyIGxnOmgtNDAgbGc6dy00MCBoLTI1IHctMjVcIj5cbiAgICAgICAgICAgICAgPEltYWdlIFxuICAgICAgICAgICAgICAgIHNyYz17c3BvbnNvci5sb2dvfSBcbiAgICAgICAgICAgICAgICBhbHQ9e3Nwb25zb3IubmFtZX0gXG4gICAgICAgICAgICAgICAgbGF5b3V0PVwiaW50cmluc2ljXCIgXG4gICAgICAgICAgICAgICAgd2lkdGg9ezE1MH0gXG4gICAgICAgICAgICAgICAgaGVpZ2h0PXsxNTB9IFxuICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgKSl9XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9Db250YWluZXI+XG4gICAgPC9zZWN0aW9uPlxuICApXG59XG4iXSwibmFtZXMiOlsiSW1hZ2UiLCJDb250YWluZXIiLCJsb2dvTWlyYWdlIiwibG9nb1N0YXRpY0tpdCIsImxvZ29UcmFuc2lzdG9yIiwibG9nb1R1cGxlIiwic3BvbnNvcnMiLCJuYW1lIiwibG9nbyIsIlNwb25zb3JzIiwic2VjdGlvbiIsImlkIiwiYXJpYS1sYWJlbCIsImNsYXNzTmFtZSIsImRpdiIsImNvbmNhdCIsIm1hcCIsInNwb25zb3IiLCJpbmRleCIsInNyYyIsImFsdCIsImxheW91dCIsIndpZHRoIiwiaGVpZ2h0Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Sponsors.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Sponsors: () => (/* binding */ Sponsors)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_image__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/image */ \"(rsc)/./node_modules/next/dist/api/image.js\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Container */ \"(rsc)/./src/components/Container.jsx\");\n/* harmony import */ var _images_logos_mirage_svg__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/images/logos/mirage.svg */ \"(rsc)/./src/images/logos/mirage.svg\");\n/* harmony import */ var _images_logos_statickit_svg__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/images/logos/statickit.svg */ \"(rsc)/./src/images/logos/statickit.svg\");\n/* harmony import */ var _images_logos_transistor_svg__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @/images/logos/transistor.svg */ \"(rsc)/./src/images/logos/transistor.svg\");\n/* harmony import */ var _images_logos_tuple_svg__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @/images/logos/tuple.svg */ \"(rsc)/./src/images/logos/tuple.svg\");\n\n\n\n\n\n\n\nconst sponsors = [\n {\n name: \"Transistor\",\n logo: _images_logos_transistor_svg__WEBPACK_IMPORTED_MODULE_5__[\"default\"]\n },\n {\n name: \"Tuple\",\n logo: _images_logos_tuple_svg__WEBPACK_IMPORTED_MODULE_6__[\"default\"]\n },\n {\n name: \"StaticKit\",\n logo: _images_logos_statickit_svg__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n },\n {\n name: \"Mirage\",\n logo: _images_logos_mirage_svg__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n },\n {\n name: \"Transistor\",\n logo: _images_logos_transistor_svg__WEBPACK_IMPORTED_MODULE_5__[\"default\"]\n },\n {\n name: \"Tuple\",\n logo: _images_logos_tuple_svg__WEBPACK_IMPORTED_MODULE_6__[\"default\"]\n },\n {\n name: \"StaticKit\",\n logo: _images_logos_statickit_svg__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n];\nfunction Sponsors() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"section\", {\n id: \"sponsors\",\n \"aria-label\": \"Sponsors\",\n className: \"mb-4 overflow-hidden\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_2__.Container, {\n className: \"mt-2 pt-2\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"animate-slide flex space-x-8 items-center lg:h-40 h-25\",\n children: sponsors.concat(sponsors).map((sponsor, index)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex items-center justify-center lg:h-40 lg:w-40 h-25 w-25\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_image__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n src: sponsor.logo,\n alt: sponsor.name,\n layout: \"intrinsic\",\n width: 150,\n height: 150\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Sponsors.jsx\",\n lineNumber: 26,\n columnNumber: 15\n }, this)\n }, index, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Sponsors.jsx\",\n lineNumber: 25,\n columnNumber: 13\n }, this))\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Sponsors.jsx\",\n lineNumber: 23,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Sponsors.jsx\",\n lineNumber: 22,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"D:\\\\github\\\\ourverse_new\\\\src\\\\components\\\\Sponsors.jsx\",\n lineNumber: 21,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9TcG9uc29ycy5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7OztBQUE4QjtBQUNvQjtBQUNBO0FBQ007QUFDRTtBQUNWO0FBRWhELE1BQU1NLFdBQVc7SUFDZjtRQUFFQyxNQUFNO1FBQWNDLE1BQU1KLG9FQUFjQTtJQUFDO0lBQzNDO1FBQUVHLE1BQU07UUFBU0MsTUFBTUgsK0RBQVNBO0lBQUM7SUFDakM7UUFBRUUsTUFBTTtRQUFhQyxNQUFNTCxtRUFBYUE7SUFBQztJQUN6QztRQUFFSSxNQUFNO1FBQVVDLE1BQU1OLGdFQUFVQTtJQUFDO0lBQ25DO1FBQUVLLE1BQU07UUFBY0MsTUFBTUosb0VBQWNBO0lBQUM7SUFDM0M7UUFBRUcsTUFBTTtRQUFTQyxNQUFNSCwrREFBU0E7SUFBQztJQUNqQztRQUFFRSxNQUFNO1FBQWFDLE1BQU1MLG1FQUFhQTtJQUFDO0NBRTFDO0FBRU0sU0FBU007SUFDZCxxQkFDRSw4REFBQ0M7UUFBUUMsSUFBRztRQUFXQyxjQUFXO1FBQVdDLFdBQVU7a0JBQ3JELDRFQUFDWiw0REFBU0E7WUFBQ1ksV0FBVTtzQkFDbkIsNEVBQUNDO2dCQUFJRCxXQUFVOzBCQUNaUCxTQUFTUyxNQUFNLENBQUNULFVBQVVVLEdBQUcsQ0FBQyxDQUFDQyxTQUFTQyxzQkFDdkMsOERBQUNKO3dCQUFnQkQsV0FBVTtrQ0FDekIsNEVBQUNiLGtEQUFLQTs0QkFDSm1CLEtBQUtGLFFBQVFULElBQUk7NEJBQ2pCWSxLQUFLSCxRQUFRVixJQUFJOzRCQUNqQmMsUUFBTzs0QkFDUEMsT0FBTzs0QkFDUEMsUUFBUTs7Ozs7O3VCQU5GTDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFjdEIiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9TcG9uc29ycy5qc3g/MzhhMiJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgSW1hZ2UgZnJvbSAnbmV4dC9pbWFnZSdcclxuaW1wb3J0IHsgQ29udGFpbmVyIH0gZnJvbSAnQC9jb21wb25lbnRzL0NvbnRhaW5lcidcclxuaW1wb3J0IGxvZ29NaXJhZ2UgZnJvbSAnQC9pbWFnZXMvbG9nb3MvbWlyYWdlLnN2ZydcclxuaW1wb3J0IGxvZ29TdGF0aWNLaXQgZnJvbSAnQC9pbWFnZXMvbG9nb3Mvc3RhdGlja2l0LnN2ZydcclxuaW1wb3J0IGxvZ29UcmFuc2lzdG9yIGZyb20gJ0AvaW1hZ2VzL2xvZ29zL3RyYW5zaXN0b3Iuc3ZnJ1xyXG5pbXBvcnQgbG9nb1R1cGxlIGZyb20gJ0AvaW1hZ2VzL2xvZ29zL3R1cGxlLnN2ZydcclxuXHJcbmNvbnN0IHNwb25zb3JzID0gW1xyXG4gIHsgbmFtZTogJ1RyYW5zaXN0b3InLCBsb2dvOiBsb2dvVHJhbnNpc3RvciB9LFxyXG4gIHsgbmFtZTogJ1R1cGxlJywgbG9nbzogbG9nb1R1cGxlIH0sXHJcbiAgeyBuYW1lOiAnU3RhdGljS2l0JywgbG9nbzogbG9nb1N0YXRpY0tpdCB9LFxyXG4gIHsgbmFtZTogJ01pcmFnZScsIGxvZ286IGxvZ29NaXJhZ2UgfSxcclxuICB7IG5hbWU6ICdUcmFuc2lzdG9yJywgbG9nbzogbG9nb1RyYW5zaXN0b3IgfSxcclxuICB7IG5hbWU6ICdUdXBsZScsIGxvZ286IGxvZ29UdXBsZSB9LFxyXG4gIHsgbmFtZTogJ1N0YXRpY0tpdCcsIGxvZ286IGxvZ29TdGF0aWNLaXQgfSxcclxuICAvLyBBZGQgbW9yZSBzcG9uc29ycyBpZiBuZWVkZWRcclxuXVxyXG5cclxuZXhwb3J0IGZ1bmN0aW9uIFNwb25zb3JzKCkge1xyXG4gIHJldHVybiAoXHJcbiAgICA8c2VjdGlvbiBpZD1cInNwb25zb3JzXCIgYXJpYS1sYWJlbD1cIlNwb25zb3JzXCIgY2xhc3NOYW1lPVwibWItNCBvdmVyZmxvdy1oaWRkZW5cIj5cclxuICAgICAgPENvbnRhaW5lciBjbGFzc05hbWU9XCJtdC0yIHB0LTJcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFuaW1hdGUtc2xpZGUgZmxleCBzcGFjZS14LTggaXRlbXMtY2VudGVyIGxnOmgtNDAgaC0yNVwiPlxyXG4gICAgICAgICAge3Nwb25zb3JzLmNvbmNhdChzcG9uc29ycykubWFwKChzcG9uc29yLCBpbmRleCkgPT4gKFxyXG4gICAgICAgICAgICA8ZGl2IGtleT17aW5kZXh9IGNsYXNzTmFtZT1cImZsZXggaXRlbXMtY2VudGVyIGp1c3RpZnktY2VudGVyIGxnOmgtNDAgbGc6dy00MCBoLTI1IHctMjVcIj5cclxuICAgICAgICAgICAgICA8SW1hZ2UgXHJcbiAgICAgICAgICAgICAgICBzcmM9e3Nwb25zb3IubG9nb30gXHJcbiAgICAgICAgICAgICAgICBhbHQ9e3Nwb25zb3IubmFtZX0gXHJcbiAgICAgICAgICAgICAgICBsYXlvdXQ9XCJpbnRyaW5zaWNcIiBcclxuICAgICAgICAgICAgICAgIHdpZHRoPXsxNTB9IFxyXG4gICAgICAgICAgICAgICAgaGVpZ2h0PXsxNTB9IFxyXG4gICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgKSl9XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvQ29udGFpbmVyPlxyXG4gICAgPC9zZWN0aW9uPlxyXG4gIClcclxufVxyXG4iXSwibmFtZXMiOlsiSW1hZ2UiLCJDb250YWluZXIiLCJsb2dvTWlyYWdlIiwibG9nb1N0YXRpY0tpdCIsImxvZ29UcmFuc2lzdG9yIiwibG9nb1R1cGxlIiwic3BvbnNvcnMiLCJuYW1lIiwibG9nbyIsIlNwb25zb3JzIiwic2VjdGlvbiIsImlkIiwiYXJpYS1sYWJlbCIsImNsYXNzTmFtZSIsImRpdiIsImNvbmNhdCIsIm1hcCIsInNwb25zb3IiLCJpbmRleCIsInNyYyIsImFsdCIsImxheW91dCIsIndpZHRoIiwiaGVpZ2h0Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Sponsors.jsx\n"); /***/ }), @@ -510,7 +510,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/background3.738b9b35.jpg\",\"height\":2990,\"width\":1836,\"blurDataURL\":\"/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fbackground3.738b9b35.jpg&w=5&q=70\",\"blurWidth\":5,\"blurHeight\":8});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvaW1hZ2VzL2JhY2tncm91bmQzLmpwZyIsIm1hcHBpbmdzIjoiOzs7O0FBQUEsaUVBQWUsQ0FBQyw0TUFBNE0iLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvaW1hZ2VzL2JhY2tncm91bmQzLmpwZz83NWU4Il0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IHtcInNyY1wiOlwiL19uZXh0L3N0YXRpYy9tZWRpYS9iYWNrZ3JvdW5kMy43MzhiOWIzNS5qcGdcIixcImhlaWdodFwiOjI5OTAsXCJ3aWR0aFwiOjE4MzYsXCJibHVyRGF0YVVSTFwiOlwiL19uZXh0L2ltYWdlP3VybD0lMkZfbmV4dCUyRnN0YXRpYyUyRm1lZGlhJTJGYmFja2dyb3VuZDMuNzM4YjliMzUuanBnJnc9NSZxPTcwXCIsXCJibHVyV2lkdGhcIjo1LFwiYmx1ckhlaWdodFwiOjh9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/images/background3.jpg\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/background3.738b9b35.jpg\",\"height\":2990,\"width\":1836,\"blurDataURL\":\"/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fbackground3.738b9b35.jpg&w=5&q=70\",\"blurWidth\":5,\"blurHeight\":8});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvaW1hZ2VzL2JhY2tncm91bmQzLmpwZyIsIm1hcHBpbmdzIjoiOzs7O0FBQUEsaUVBQWUsQ0FBQyw0TUFBNE0iLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvaW1hZ2VzL2JhY2tncm91bmQzLmpwZz9kOTkzIl0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IHtcInNyY1wiOlwiL19uZXh0L3N0YXRpYy9tZWRpYS9iYWNrZ3JvdW5kMy43MzhiOWIzNS5qcGdcIixcImhlaWdodFwiOjI5OTAsXCJ3aWR0aFwiOjE4MzYsXCJibHVyRGF0YVVSTFwiOlwiL19uZXh0L2ltYWdlP3VybD0lMkZfbmV4dCUyRnN0YXRpYyUyRm1lZGlhJTJGYmFja2dyb3VuZDMuNzM4YjliMzUuanBnJnc9NSZxPTcwXCIsXCJibHVyV2lkdGhcIjo1LFwiYmx1ckhlaWdodFwiOjh9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/images/background3.jpg\n"); /***/ }), @@ -521,7 +521,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/background3.738b9b35.jpg\",\"height\":2990,\"width\":1836,\"blurDataURL\":\"/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fbackground3.738b9b35.jpg&w=5&q=70\",\"blurWidth\":5,\"blurHeight\":8});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvaW1hZ2VzL2JhY2tncm91bmQzLmpwZyIsIm1hcHBpbmdzIjoiOzs7O0FBQUEsaUVBQWUsQ0FBQyw0TUFBNE0iLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvaW1hZ2VzL2JhY2tncm91bmQzLmpwZz83MTA4Il0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IHtcInNyY1wiOlwiL19uZXh0L3N0YXRpYy9tZWRpYS9iYWNrZ3JvdW5kMy43MzhiOWIzNS5qcGdcIixcImhlaWdodFwiOjI5OTAsXCJ3aWR0aFwiOjE4MzYsXCJibHVyRGF0YVVSTFwiOlwiL19uZXh0L2ltYWdlP3VybD0lMkZfbmV4dCUyRnN0YXRpYyUyRm1lZGlhJTJGYmFja2dyb3VuZDMuNzM4YjliMzUuanBnJnc9NSZxPTcwXCIsXCJibHVyV2lkdGhcIjo1LFwiYmx1ckhlaWdodFwiOjh9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/images/background3.jpg\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/background3.738b9b35.jpg\",\"height\":2990,\"width\":1836,\"blurDataURL\":\"/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fbackground3.738b9b35.jpg&w=5&q=70\",\"blurWidth\":5,\"blurHeight\":8});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvaW1hZ2VzL2JhY2tncm91bmQzLmpwZyIsIm1hcHBpbmdzIjoiOzs7O0FBQUEsaUVBQWUsQ0FBQyw0TUFBNE0iLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvaW1hZ2VzL2JhY2tncm91bmQzLmpwZz82YjgwIl0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IHtcInNyY1wiOlwiL19uZXh0L3N0YXRpYy9tZWRpYS9iYWNrZ3JvdW5kMy43MzhiOWIzNS5qcGdcIixcImhlaWdodFwiOjI5OTAsXCJ3aWR0aFwiOjE4MzYsXCJibHVyRGF0YVVSTFwiOlwiL19uZXh0L2ltYWdlP3VybD0lMkZfbmV4dCUyRnN0YXRpYyUyRm1lZGlhJTJGYmFja2dyb3VuZDMuNzM4YjliMzUuanBnJnc9NSZxPTcwXCIsXCJibHVyV2lkdGhcIjo1LFwiYmx1ckhlaWdodFwiOjh9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/images/background3.jpg\n"); /***/ }), @@ -532,7 +532,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/mirage.b4872b78.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvaW1hZ2VzL2xvZ29zL21pcmFnZS5zdmciLCJtYXBwaW5ncyI6Ijs7OztBQUFBLGlFQUFlLENBQUMscUdBQXFHIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2ltYWdlcy9sb2dvcy9taXJhZ2Uuc3ZnP2IzYjEiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQge1wic3JjXCI6XCIvX25leHQvc3RhdGljL21lZGlhL21pcmFnZS5iNDg3MmI3OC5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/images/logos/mirage.svg\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/mirage.b4872b78.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvaW1hZ2VzL2xvZ29zL21pcmFnZS5zdmciLCJtYXBwaW5ncyI6Ijs7OztBQUFBLGlFQUFlLENBQUMscUdBQXFHIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2ltYWdlcy9sb2dvcy9taXJhZ2Uuc3ZnPzFlNTciXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQge1wic3JjXCI6XCIvX25leHQvc3RhdGljL21lZGlhL21pcmFnZS5iNDg3MmI3OC5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/images/logos/mirage.svg\n"); /***/ }), @@ -543,7 +543,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/mirage.b4872b78.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvaW1hZ2VzL2xvZ29zL21pcmFnZS5zdmciLCJtYXBwaW5ncyI6Ijs7OztBQUFBLGlFQUFlLENBQUMscUdBQXFHIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2ltYWdlcy9sb2dvcy9taXJhZ2Uuc3ZnP2I5NDAiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQge1wic3JjXCI6XCIvX25leHQvc3RhdGljL21lZGlhL21pcmFnZS5iNDg3MmI3OC5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/images/logos/mirage.svg\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/mirage.b4872b78.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvaW1hZ2VzL2xvZ29zL21pcmFnZS5zdmciLCJtYXBwaW5ncyI6Ijs7OztBQUFBLGlFQUFlLENBQUMscUdBQXFHIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2ltYWdlcy9sb2dvcy9taXJhZ2Uuc3ZnPzQ0NjgiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQge1wic3JjXCI6XCIvX25leHQvc3RhdGljL21lZGlhL21pcmFnZS5iNDg3MmI3OC5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/images/logos/mirage.svg\n"); /***/ }), @@ -554,7 +554,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/statickit.f39ab0e3.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvaW1hZ2VzL2xvZ29zL3N0YXRpY2tpdC5zdmciLCJtYXBwaW5ncyI6Ijs7OztBQUFBLGlFQUFlLENBQUMsd0dBQXdHIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2ltYWdlcy9sb2dvcy9zdGF0aWNraXQuc3ZnPzU1OWQiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQge1wic3JjXCI6XCIvX25leHQvc3RhdGljL21lZGlhL3N0YXRpY2tpdC5mMzlhYjBlMy5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/images/logos/statickit.svg\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/statickit.f39ab0e3.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvaW1hZ2VzL2xvZ29zL3N0YXRpY2tpdC5zdmciLCJtYXBwaW5ncyI6Ijs7OztBQUFBLGlFQUFlLENBQUMsd0dBQXdHIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2ltYWdlcy9sb2dvcy9zdGF0aWNraXQuc3ZnPzg2Y2IiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQge1wic3JjXCI6XCIvX25leHQvc3RhdGljL21lZGlhL3N0YXRpY2tpdC5mMzlhYjBlMy5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/images/logos/statickit.svg\n"); /***/ }), @@ -565,7 +565,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/statickit.f39ab0e3.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvaW1hZ2VzL2xvZ29zL3N0YXRpY2tpdC5zdmciLCJtYXBwaW5ncyI6Ijs7OztBQUFBLGlFQUFlLENBQUMsd0dBQXdHIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2ltYWdlcy9sb2dvcy9zdGF0aWNraXQuc3ZnPzA2NjIiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQge1wic3JjXCI6XCIvX25leHQvc3RhdGljL21lZGlhL3N0YXRpY2tpdC5mMzlhYjBlMy5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/images/logos/statickit.svg\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/statickit.f39ab0e3.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvaW1hZ2VzL2xvZ29zL3N0YXRpY2tpdC5zdmciLCJtYXBwaW5ncyI6Ijs7OztBQUFBLGlFQUFlLENBQUMsd0dBQXdHIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2ltYWdlcy9sb2dvcy9zdGF0aWNraXQuc3ZnP2JhMjgiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQge1wic3JjXCI6XCIvX25leHQvc3RhdGljL21lZGlhL3N0YXRpY2tpdC5mMzlhYjBlMy5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/images/logos/statickit.svg\n"); /***/ }), @@ -576,7 +576,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/transistor.20c106ae.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvaW1hZ2VzL2xvZ29zL3RyYW5zaXN0b3Iuc3ZnIiwibWFwcGluZ3MiOiI7Ozs7QUFBQSxpRUFBZSxDQUFDLHlHQUF5RyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9pbWFnZXMvbG9nb3MvdHJhbnNpc3Rvci5zdmc/MzYzZCJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCB7XCJzcmNcIjpcIi9fbmV4dC9zdGF0aWMvbWVkaWEvdHJhbnNpc3Rvci4yMGMxMDZhZS5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/images/logos/transistor.svg\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/transistor.20c106ae.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvaW1hZ2VzL2xvZ29zL3RyYW5zaXN0b3Iuc3ZnIiwibWFwcGluZ3MiOiI7Ozs7QUFBQSxpRUFBZSxDQUFDLHlHQUF5RyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9pbWFnZXMvbG9nb3MvdHJhbnNpc3Rvci5zdmc/Y2U2MCJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCB7XCJzcmNcIjpcIi9fbmV4dC9zdGF0aWMvbWVkaWEvdHJhbnNpc3Rvci4yMGMxMDZhZS5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/images/logos/transistor.svg\n"); /***/ }), @@ -587,7 +587,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/transistor.20c106ae.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvaW1hZ2VzL2xvZ29zL3RyYW5zaXN0b3Iuc3ZnIiwibWFwcGluZ3MiOiI7Ozs7QUFBQSxpRUFBZSxDQUFDLHlHQUF5RyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9pbWFnZXMvbG9nb3MvdHJhbnNpc3Rvci5zdmc/ZmJlZiJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCB7XCJzcmNcIjpcIi9fbmV4dC9zdGF0aWMvbWVkaWEvdHJhbnNpc3Rvci4yMGMxMDZhZS5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/images/logos/transistor.svg\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/transistor.20c106ae.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvaW1hZ2VzL2xvZ29zL3RyYW5zaXN0b3Iuc3ZnIiwibWFwcGluZ3MiOiI7Ozs7QUFBQSxpRUFBZSxDQUFDLHlHQUF5RyIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9pbWFnZXMvbG9nb3MvdHJhbnNpc3Rvci5zdmc/MzQ5OSJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCB7XCJzcmNcIjpcIi9fbmV4dC9zdGF0aWMvbWVkaWEvdHJhbnNpc3Rvci4yMGMxMDZhZS5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/images/logos/transistor.svg\n"); /***/ }), @@ -598,7 +598,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/tuple.7c6d6466.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvaW1hZ2VzL2xvZ29zL3R1cGxlLnN2ZyIsIm1hcHBpbmdzIjoiOzs7O0FBQUEsaUVBQWUsQ0FBQyxvR0FBb0ciLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvaW1hZ2VzL2xvZ29zL3R1cGxlLnN2Zz8wZWMzIl0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IHtcInNyY1wiOlwiL19uZXh0L3N0YXRpYy9tZWRpYS90dXBsZS43YzZkNjQ2Ni5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/images/logos/tuple.svg\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/tuple.7c6d6466.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvaW1hZ2VzL2xvZ29zL3R1cGxlLnN2ZyIsIm1hcHBpbmdzIjoiOzs7O0FBQUEsaUVBQWUsQ0FBQyxvR0FBb0ciLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvaW1hZ2VzL2xvZ29zL3R1cGxlLnN2Zz8xODQzIl0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IHtcInNyY1wiOlwiL19uZXh0L3N0YXRpYy9tZWRpYS90dXBsZS43YzZkNjQ2Ni5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/images/logos/tuple.svg\n"); /***/ }), @@ -609,7 +609,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/tuple.7c6d6466.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvaW1hZ2VzL2xvZ29zL3R1cGxlLnN2ZyIsIm1hcHBpbmdzIjoiOzs7O0FBQUEsaUVBQWUsQ0FBQyxvR0FBb0ciLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvaW1hZ2VzL2xvZ29zL3R1cGxlLnN2Zz9mNzA3Il0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IHtcInNyY1wiOlwiL19uZXh0L3N0YXRpYy9tZWRpYS90dXBsZS43YzZkNjQ2Ni5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/images/logos/tuple.svg\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/_next/static/media/tuple.7c6d6466.svg\",\"height\":48,\"width\":105,\"blurWidth\":0,\"blurHeight\":0});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvaW1hZ2VzL2xvZ29zL3R1cGxlLnN2ZyIsIm1hcHBpbmdzIjoiOzs7O0FBQUEsaUVBQWUsQ0FBQyxvR0FBb0ciLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvaW1hZ2VzL2xvZ29zL3R1cGxlLnN2Zz8xMjE5Il0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IHtcInNyY1wiOlwiL19uZXh0L3N0YXRpYy9tZWRpYS90dXBsZS43YzZkNjQ2Ni5zdmdcIixcImhlaWdodFwiOjQ4LFwid2lkdGhcIjoxMDUsXCJibHVyV2lkdGhcIjowLFwiYmx1ckhlaWdodFwiOjB9OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(ssr)/./src/images/logos/tuple.svg\n"); /***/ }) @@ -620,7 +620,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac var __webpack_require__ = require("../../webpack-runtime.js"); __webpack_require__.C(exports); var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId)) -var __webpack_exports__ = __webpack_require__.X(0, ["vendor-chunks/next","vendor-chunks/@swc","vendor-chunks/@heroicons","vendor-chunks/clsx","vendor-chunks/framer-motion"], () => (__webpack_exec__("(rsc)/./node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"))); +var __webpack_exports__ = __webpack_require__.X(0, ["vendor-chunks/next","vendor-chunks/@heroicons","vendor-chunks/@swc","vendor-chunks/clsx","vendor-chunks/framer-motion"], () => (__webpack_exec__("(rsc)/./node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=D%3A%5Cgithub%5Courverse_new%5Csrc%5Capp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=D%3A%5Cgithub%5Courverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"))); module.exports = __webpack_exports__; })(); \ No newline at end of file diff --git a/.next/server/app/(main)/page_client-reference-manifest.js b/.next/server/app/(main)/page_client-reference-manifest.js index 5271fc6..75bba70 100644 --- a/.next/server/app/(main)/page_client-reference-manifest.js +++ b/.next/server/app/(main)/page_client-reference-manifest.js @@ -1 +1 @@ -globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(main)/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"(app-pages-browser)/./node_modules/@headlessui/react/dist/components/disclosure/disclosure.js":{"*":{"id":"(ssr)/./node_modules/@headlessui/react/dist/components/disclosure/disclosure.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/image-component.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/image-component.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/link.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/link.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/components/Schedule.jsx":{"*":{"id":"(ssr)/./src/components/Schedule.jsx","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/components/Speakers.jsx":{"*":{"id":"(ssr)/./src/components/Speakers.jsx","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/background-newsletter.jpg":{"*":{"id":"(ssr)/./src/images/background-newsletter.jpg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/background3.jpg":{"*":{"id":"(ssr)/./src/images/background3.jpg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/mirage.svg":{"*":{"id":"(ssr)/./src/images/logos/mirage.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/statickit.svg":{"*":{"id":"(ssr)/./src/images/logos/statickit.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/transistor.svg":{"*":{"id":"(ssr)/./src/images/logos/transistor.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/tuple.svg":{"*":{"id":"(ssr)/./src/images/logos/tuple.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/components/Header.jsx":{"*":{"id":"(ssr)/./src/components/Header.jsx","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/app-router.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/app-router.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/client-page.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/client-page.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/error-boundary.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/error-boundary.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/layout-router.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/layout-router.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/not-found-boundary.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/not-found-boundary.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/render-from-template-context.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/render-from-template-context.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/components/Bentosection.jsx":{"*":{"id":"(ssr)/./src/components/Bentosection.jsx","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/components/Product.jsx":{"*":{"id":"(ssr)/./src/components/Product.jsx","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/disclosure/disclosure.js":{"id":"(app-pages-browser)/./node_modules/@headlessui/react/dist/components/disclosure/disclosure.js","name":"*","chunks":[],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/image-component.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/image-component.js","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/image-component.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/image-component.js","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/link.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/link.js","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/link.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/link.js","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Schedule.jsx":{"id":"(app-pages-browser)/./src/components/Schedule.jsx","name":"*","chunks":[],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Speakers.jsx":{"id":"(app-pages-browser)/./src/components/Speakers.jsx","name":"*","chunks":[],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/background-newsletter.jpg":{"id":"(app-pages-browser)/./src/images/background-newsletter.jpg","name":"*","chunks":[],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/background3.jpg":{"id":"(app-pages-browser)/./src/images/background3.jpg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/mirage.svg":{"id":"(app-pages-browser)/./src/images/logos/mirage.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/statickit.svg":{"id":"(app-pages-browser)/./src/images/logos/statickit.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/transistor.svg":{"id":"(app-pages-browser)/./src/images/logos/transistor.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/tuple.svg":{"id":"(app-pages-browser)/./src/images/logos/tuple.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx":{"id":"(app-pages-browser)/./src/components/Header.jsx","name":"*","chunks":["app/(main)/layout","static/chunks/app/(main)/layout.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":"(app-pages-browser)/./node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}","name":"*","chunks":["app/layout","static/chunks/app/layout.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}":{"id":"(app-pages-browser)/./node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}","name":"*","chunks":["app/layout","static/chunks/app/layout.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css":{"id":"(app-pages-browser)/./src/styles/tailwind.css","name":"*","chunks":["app/layout","static/chunks/app/layout.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/app-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/app-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/app-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/client-page.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/client-page.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/client-page.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/client-page.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/error-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/error-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/error-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/layout-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/layout-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/layout-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/layout-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/not-found-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/not-found-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/not-found-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/render-from-template-context.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/render-from-template-context.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/render-from-template-context.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx":{"id":"(app-pages-browser)/./src/components/Bentosection.jsx","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx":{"id":"(app-pages-browser)/./src/components/Product.jsx","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false}},"entryCSSFiles":{"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/":[],"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/layout":["static/css/app/layout.css"],"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/not-found":[],"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page":[],"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/layout":[]}} \ No newline at end of file +globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(main)/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"(app-pages-browser)/./node_modules/next/dist/client/image-component.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/image-component.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/link.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/link.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/components/Bentosection.jsx":{"*":{"id":"(ssr)/./src/components/Bentosection.jsx","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/components/Product.jsx":{"*":{"id":"(ssr)/./src/components/Product.jsx","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/background3.jpg":{"*":{"id":"(ssr)/./src/images/background3.jpg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/mirage.svg":{"*":{"id":"(ssr)/./src/images/logos/mirage.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/statickit.svg":{"*":{"id":"(ssr)/./src/images/logos/statickit.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/transistor.svg":{"*":{"id":"(ssr)/./src/images/logos/transistor.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/tuple.svg":{"*":{"id":"(ssr)/./src/images/logos/tuple.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/components/Header.jsx":{"*":{"id":"(ssr)/./src/components/Header.jsx","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/app-router.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/app-router.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/client-page.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/client-page.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/error-boundary.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/error-boundary.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/layout-router.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/layout-router.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/not-found-boundary.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/not-found-boundary.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/render-from-template-context.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/render-from-template-context.js","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\image-component.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/image-component.js","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\esm\\client\\image-component.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/image-component.js","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\link.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/link.js","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\esm\\client\\link.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/link.js","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"D:\\github\\ourverse_new\\src\\components\\Bentosection.jsx":{"id":"(app-pages-browser)/./src/components/Bentosection.jsx","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"D:\\github\\ourverse_new\\src\\components\\Product.jsx":{"id":"(app-pages-browser)/./src/components/Product.jsx","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"D:\\github\\ourverse_new\\src\\images\\background3.jpg":{"id":"(app-pages-browser)/./src/images/background3.jpg","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"D:\\github\\ourverse_new\\src\\images\\logos\\mirage.svg":{"id":"(app-pages-browser)/./src/images/logos/mirage.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"D:\\github\\ourverse_new\\src\\images\\logos\\statickit.svg":{"id":"(app-pages-browser)/./src/images/logos/statickit.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"D:\\github\\ourverse_new\\src\\images\\logos\\transistor.svg":{"id":"(app-pages-browser)/./src/images/logos/transistor.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"D:\\github\\ourverse_new\\src\\images\\logos\\tuple.svg":{"id":"(app-pages-browser)/./src/images/logos/tuple.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"D:\\github\\ourverse_new\\src\\components\\Header.jsx":{"id":"(app-pages-browser)/./src/components/Header.jsx","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":"(app-pages-browser)/./node_modules/next/font/google/target.css?{\"path\":\"src\\\\app\\\\layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}","name":"*","chunks":["app/layout","static/chunks/app/layout.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}":{"id":"(app-pages-browser)/./node_modules/next/font/google/target.css?{\"path\":\"src\\\\app\\\\layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}","name":"*","chunks":["app/layout","static/chunks/app/layout.js"],"async":false},"D:\\github\\ourverse_new\\src\\styles\\tailwind.css":{"id":"(app-pages-browser)/./src/styles/tailwind.css","name":"*","chunks":["app/layout","static/chunks/app/layout.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\app-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/app-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\esm\\client\\components\\app-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/app-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/client-page.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/client-page.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\error-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/error-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\esm\\client\\components\\error-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/error-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/layout-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/layout-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\not-found-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/not-found-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\esm\\client\\components\\not-found-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/not-found-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/render-from-template-context.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"D:\\github\\ourverse_new\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/render-from-template-context.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false}},"entryCSSFiles":{"D:\\github\\ourverse_new\\src\\":[],"D:\\github\\ourverse_new\\src\\app\\(main)\\page":[],"D:\\github\\ourverse_new\\src\\app\\(main)\\layout":[],"D:\\github\\ourverse_new\\src\\app\\layout":["static/css/app/layout.css"],"D:\\github\\ourverse_new\\src\\app\\not-found":[]}} \ No newline at end of file diff --git a/.next/server/middleware-build-manifest.js b/.next/server/middleware-build-manifest.js index 424a1a1..36489d8 100644 --- a/.next/server/middleware-build-manifest.js +++ b/.next/server/middleware-build-manifest.js @@ -2,9 +2,7 @@ self.__BUILD_MANIFEST = { "polyfillFiles": [ "static/chunks/polyfills.js" ], - "devFiles": [ - "static/chunks/react-refresh.js" - ], + "devFiles": [], "ampDevFiles": [], "lowPriorityFiles": [], "rootMainFiles": [ @@ -12,16 +10,7 @@ self.__BUILD_MANIFEST = { "static/chunks/main-app.js" ], "pages": { - "/_app": [ - "static/chunks/webpack.js", - "static/chunks/main.js", - "static/chunks/pages/_app.js" - ], - "/_error": [ - "static/chunks/webpack.js", - "static/chunks/main.js", - "static/chunks/pages/_error.js" - ] + "/_app": [] }, "ampFirstPages": [] }; diff --git a/.next/server/next-font-manifest.js b/.next/server/next-font-manifest.js index 000515f..5cc97eb 100644 --- a/.next/server/next-font-manifest.js +++ b/.next/server/next-font-manifest.js @@ -1 +1 @@ -self.__NEXT_FONT_MANIFEST="{\"pages\":{},\"app\":{\"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/layout\":[\"static/media/7e6a2e30184bb114-s.p.woff2\",\"static/media/a34f9d1faa5f3315-s.p.woff2\"]},\"appUsingSizeAdjust\":true,\"pagesUsingSizeAdjust\":false}" \ No newline at end of file +self.__NEXT_FONT_MANIFEST="{\"pages\":{},\"app\":{},\"appUsingSizeAdjust\":false,\"pagesUsingSizeAdjust\":false}" \ No newline at end of file diff --git a/.next/server/next-font-manifest.json b/.next/server/next-font-manifest.json index 1ab17ad..25f78e7 100644 --- a/.next/server/next-font-manifest.json +++ b/.next/server/next-font-manifest.json @@ -1 +1 @@ -{"pages":{},"app":{"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/layout":["static/media/7e6a2e30184bb114-s.p.woff2","static/media/a34f9d1faa5f3315-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false} \ No newline at end of file +{"pages":{},"app":{},"appUsingSizeAdjust":false,"pagesUsingSizeAdjust":false} \ No newline at end of file diff --git a/.next/server/pages-manifest.json b/.next/server/pages-manifest.json index a679766..9e26dfe 100644 --- a/.next/server/pages-manifest.json +++ b/.next/server/pages-manifest.json @@ -1,5 +1 @@ -{ - "/_app": "pages/_app.js", - "/_error": "pages/_error.js", - "/_document": "pages/_document.js" -} \ No newline at end of file +{} \ No newline at end of file diff --git a/.next/server/server-reference-manifest.json b/.next/server/server-reference-manifest.json index 45cd185..6eda64d 100644 --- a/.next/server/server-reference-manifest.json +++ b/.next/server/server-reference-manifest.json @@ -1,5 +1,5 @@ { "node": {}, "edge": {}, - "encryptionKey": "L5RleHwOBWxtb12ZIBoT+EpZnVmDL96LuFln3B3HCAc=" + "encryptionKey": "VsC1ybqTzIV7qOgs/MzcoMKwigNw77JTLOuA1tsagyc=" } \ No newline at end of file diff --git a/.next/server/webpack-runtime.js b/.next/server/webpack-runtime.js index 79492be..e05f298 100644 --- a/.next/server/webpack-runtime.js +++ b/.next/server/webpack-runtime.js @@ -125,7 +125,7 @@ /******/ /******/ /* webpack/runtime/getFullHash */ /******/ (() => { -/******/ __webpack_require__.h = () => ("ce03ad8906bb918e") +/******/ __webpack_require__.h = () => ("42f9bdf21f212441") /******/ })(); /******/ /******/ /* webpack/runtime/hasOwnProperty shorthand */ diff --git a/.next/static/media/background-newsletter.488a0204.jpg b/.next/static/media/background-newsletter.488a0204.jpg deleted file mode 100644 index 6e4e2a2..0000000 Binary files a/.next/static/media/background-newsletter.488a0204.jpg and /dev/null differ diff --git a/.next/trace b/.next/trace index 4361a62..e16df5e 100644 --- a/.next/trace +++ b/.next/trace @@ -1,94 +1,47 @@ -[{"name":"hot-reloader","duration":43,"timestamp":1237717703385,"id":3,"tags":{"version":"14.2.11","isTurbopack":false},"startTime":1727804269130,"traceId":"ed4341945b6604eb"},{"name":"start","duration":1,"timestamp":1237717704071,"id":4,"parentId":3,"tags":{},"startTime":1727804269131,"traceId":"ed4341945b6604eb"},{"name":"get-version-info","duration":806597,"timestamp":1237717704205,"id":5,"parentId":4,"tags":{},"startTime":1727804269131,"traceId":"ed4341945b6604eb"},{"name":"clean","duration":97497,"timestamp":1237718510848,"id":6,"parentId":4,"tags":{},"startTime":1727804269938,"traceId":"ed4341945b6604eb"},{"name":"create-pages-mapping","duration":158,"timestamp":1237718609496,"id":8,"parentId":7,"tags":{},"startTime":1727804270037,"traceId":"ed4341945b6604eb"},{"name":"create-entrypoints","duration":38526,"timestamp":1237718609673,"id":9,"parentId":7,"tags":{},"startTime":1727804270037,"traceId":"ed4341945b6604eb"},{"name":"generate-webpack-config","duration":145548,"timestamp":1237718648246,"id":10,"parentId":7,"tags":{},"startTime":1727804270075,"traceId":"ed4341945b6604eb"},{"name":"get-webpack-config","duration":184385,"timestamp":1237718609425,"id":7,"parentId":4,"tags":{},"startTime":1727804270036,"traceId":"ed4341945b6604eb"},{"name":"make","duration":994,"timestamp":1237718866233,"id":12,"parentId":11,"tags":{},"startTime":1727804270293,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":579,"timestamp":1237718870310,"id":14,"parentId":13,"tags":{},"startTime":1727804270297,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":17,"timestamp":1237718870976,"id":16,"parentId":13,"tags":{},"startTime":1727804270298,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":168,"timestamp":1237718871143,"id":17,"parentId":13,"tags":{},"startTime":1727804270298,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":90,"timestamp":1237718871353,"id":18,"parentId":13,"tags":{},"startTime":1727804270298,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":100,"timestamp":1237718871584,"id":19,"parentId":13,"tags":{},"startTime":1727804270299,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":850,"timestamp":1237718870941,"id":15,"parentId":13,"tags":{},"startTime":1727804270298,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":69,"timestamp":1237718872409,"id":20,"parentId":13,"tags":{},"startTime":1727804270299,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":172,"timestamp":1237718872495,"id":21,"parentId":13,"tags":{},"startTime":1727804270300,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":424,"timestamp":1237718872876,"id":22,"parentId":13,"tags":{},"startTime":1727804270300,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":99,"timestamp":1237718873298,"id":23,"parentId":13,"tags":{},"startTime":1727804270300,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":58,"timestamp":1237718873378,"id":24,"parentId":13,"tags":{},"startTime":1727804270300,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":162,"timestamp":1237718873443,"id":25,"parentId":13,"tags":{},"startTime":1727804270300,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":712,"timestamp":1237719151636,"id":27,"parentId":11,"tags":{},"startTime":1727804270579,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":1079,"timestamp":1237719151283,"id":26,"parentId":11,"tags":{},"startTime":1727804270578,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":283310,"timestamp":1237718870073,"id":13,"parentId":11,"tags":{},"startTime":1727804270297,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":292814,"timestamp":1237718860794,"id":11,"parentId":3,"tags":{"name":"client"},"startTime":1727804270288,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":7112,"timestamp":1237719153921,"id":28,"parentId":3,"tags":{},"startTime":1727804270581,"traceId":"ed4341945b6604eb"},{"name":"make","duration":1110,"timestamp":1237719168255,"id":30,"parentId":29,"tags":{},"startTime":1727804270595,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":21,"timestamp":1237719169686,"id":32,"parentId":31,"tags":{},"startTime":1727804270597,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":4,"timestamp":1237719169724,"id":34,"parentId":31,"tags":{},"startTime":1727804270597,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":637,"timestamp":1237719169782,"id":35,"parentId":31,"tags":{},"startTime":1727804270597,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":6,"timestamp":1237719170452,"id":36,"parentId":31,"tags":{},"startTime":1727804270598,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1237719170493,"id":37,"parentId":31,"tags":{},"startTime":1727804270598,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":824,"timestamp":1237719169719,"id":33,"parentId":31,"tags":{},"startTime":1727804270597,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":7,"timestamp":1237719170640,"id":38,"parentId":31,"tags":{},"startTime":1727804270598,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":6,"timestamp":1237719170654,"id":39,"parentId":31,"tags":{},"startTime":1727804270598,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":46,"timestamp":1237719170689,"id":40,"parentId":31,"tags":{},"startTime":1727804270598,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":32,"timestamp":1237719170736,"id":41,"parentId":31,"tags":{},"startTime":1727804270598,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":12,"timestamp":1237719170761,"id":42,"parentId":31,"tags":{},"startTime":1727804270598,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":11,"timestamp":1237719170779,"id":43,"parentId":31,"tags":{},"startTime":1727804270598,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":1789,"timestamp":1237719169657,"id":31,"parentId":29,"tags":{},"startTime":1727804270597,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":4139,"timestamp":1237719167418,"id":29,"parentId":3,"tags":{"name":"server"},"startTime":1727804270594,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":2629,"timestamp":1237719171606,"id":44,"parentId":3,"tags":{},"startTime":1727804270599,"traceId":"ed4341945b6604eb"},{"name":"make","duration":126,"timestamp":1237719177936,"id":46,"parentId":45,"tags":{},"startTime":1727804270605,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":19,"timestamp":1237719178474,"id":48,"parentId":47,"tags":{},"startTime":1727804270606,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1237719178507,"id":50,"parentId":47,"tags":{},"startTime":1727804270606,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":8,"timestamp":1237719178555,"id":51,"parentId":47,"tags":{},"startTime":1727804270606,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":4,"timestamp":1237719178574,"id":52,"parentId":47,"tags":{},"startTime":1727804270606,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1237719178588,"id":53,"parentId":47,"tags":{},"startTime":1727804270606,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":103,"timestamp":1237719178503,"id":49,"parentId":47,"tags":{},"startTime":1727804270606,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":6,"timestamp":1237719178683,"id":54,"parentId":47,"tags":{},"startTime":1727804270606,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":5,"timestamp":1237719178697,"id":55,"parentId":47,"tags":{},"startTime":1727804270606,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":54,"timestamp":1237719178728,"id":56,"parentId":47,"tags":{},"startTime":1727804270606,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":14,"timestamp":1237719178783,"id":57,"parentId":47,"tags":{},"startTime":1727804270606,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":6,"timestamp":1237719178793,"id":58,"parentId":47,"tags":{},"startTime":1727804270606,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":9,"timestamp":1237719178803,"id":59,"parentId":47,"tags":{},"startTime":1727804270606,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":876,"timestamp":1237719178449,"id":47,"parentId":45,"tags":{},"startTime":1727804270606,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":2788,"timestamp":1237719176566,"id":45,"parentId":3,"tags":{"name":"edge-server"},"startTime":1727804270604,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":2499,"timestamp":1237719179382,"id":60,"parentId":3,"tags":{},"startTime":1727804270606,"traceId":"ed4341945b6604eb"}] -[{"name":"make","duration":374,"timestamp":1237719411311,"id":65,"parentId":64,"tags":{},"startTime":1727804270838,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":24,"timestamp":1237719411844,"id":67,"parentId":66,"tags":{},"startTime":1727804270839,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":4,"timestamp":1237719411882,"id":69,"parentId":66,"tags":{},"startTime":1727804270839,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":8,"timestamp":1237719411901,"id":70,"parentId":66,"tags":{},"startTime":1727804270839,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":5,"timestamp":1237719411920,"id":71,"parentId":66,"tags":{},"startTime":1727804270839,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1237719411943,"id":72,"parentId":66,"tags":{},"startTime":1727804270839,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":95,"timestamp":1237719411877,"id":68,"parentId":66,"tags":{},"startTime":1727804270839,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":8,"timestamp":1237719412065,"id":73,"parentId":66,"tags":{},"startTime":1727804270839,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":8,"timestamp":1237719412081,"id":74,"parentId":66,"tags":{},"startTime":1727804270839,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":56,"timestamp":1237719412118,"id":75,"parentId":66,"tags":{},"startTime":1727804270839,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":17,"timestamp":1237719412174,"id":76,"parentId":66,"tags":{},"startTime":1727804270839,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":8,"timestamp":1237719412186,"id":77,"parentId":66,"tags":{},"startTime":1727804270839,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":13,"timestamp":1237719412197,"id":78,"parentId":66,"tags":{},"startTime":1727804270839,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":289,"timestamp":1237719412641,"id":80,"parentId":64,"tags":{},"startTime":1727804270840,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":342,"timestamp":1237719412598,"id":79,"parentId":64,"tags":{},"startTime":1727804270840,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":1276,"timestamp":1237719411814,"id":66,"parentId":64,"tags":{},"startTime":1727804270839,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":2599,"timestamp":1237719410518,"id":64,"parentId":61,"tags":{"name":"client"},"startTime":1727804270838,"traceId":"ed4341945b6604eb"},{"name":"setup-dev-bundler","duration":1758266,"timestamp":1237717695520,"id":2,"parentId":1,"tags":{},"startTime":1727804269123,"traceId":"ed4341945b6604eb"},{"name":"run-instrumentation-hook","duration":39,"timestamp":1237719479206,"id":82,"parentId":1,"tags":{},"startTime":1727804270906,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":66511,"timestamp":1237719413140,"id":81,"parentId":61,"tags":{},"startTime":1727804270840,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":74374,"timestamp":1237719406045,"id":61,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727804270833,"traceId":"ed4341945b6604eb"},{"name":"make","duration":274,"timestamp":1237719482055,"id":84,"parentId":83,"tags":{},"startTime":1727804270909,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":25,"timestamp":1237719482448,"id":86,"parentId":85,"tags":{},"startTime":1727804270909,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1237719482486,"id":88,"parentId":85,"tags":{},"startTime":1727804270910,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":37,"timestamp":1237719482543,"id":89,"parentId":85,"tags":{},"startTime":1727804270910,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":4,"timestamp":1237719482591,"id":90,"parentId":85,"tags":{},"startTime":1727804270910,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1237719482610,"id":91,"parentId":85,"tags":{},"startTime":1727804270910,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":152,"timestamp":1237719482482,"id":87,"parentId":85,"tags":{},"startTime":1727804270910,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":6,"timestamp":1237719482915,"id":92,"parentId":85,"tags":{},"startTime":1727804270910,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":5,"timestamp":1237719482928,"id":93,"parentId":85,"tags":{},"startTime":1727804270910,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":47,"timestamp":1237719482958,"id":94,"parentId":85,"tags":{},"startTime":1727804270910,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":15,"timestamp":1237719483005,"id":95,"parentId":85,"tags":{},"startTime":1727804270910,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":7,"timestamp":1237719483014,"id":96,"parentId":85,"tags":{},"startTime":1727804270910,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":13,"timestamp":1237719483025,"id":97,"parentId":85,"tags":{},"startTime":1727804270910,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":866,"timestamp":1237719482425,"id":85,"parentId":83,"tags":{},"startTime":1727804270909,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":1808,"timestamp":1237719481512,"id":83,"parentId":62,"tags":{"name":"server"},"startTime":1727804270909,"traceId":"ed4341945b6604eb"},{"name":"start-dev-server","duration":2215384,"timestamp":1237717274965,"id":1,"tags":{"cpus":"8","platform":"darwin","memory.freeMem":"239845376","memory.totalMem":"8589934592","memory.heapSizeLimit":"4345298944","isTurbopack":false,"memory.rss":"199180288","memory.heapTotal":"88653824","memory.heapUsed":"58597296"},"startTime":1727804268702,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":7632,"timestamp":1237719483335,"id":98,"parentId":62,"tags":{},"startTime":1727804270910,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":85185,"timestamp":1237719406230,"id":62,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727804270833,"traceId":"ed4341945b6604eb"},{"name":"make","duration":273,"timestamp":1237719493361,"id":100,"parentId":99,"tags":{},"startTime":1727804270920,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":21,"timestamp":1237719493868,"id":102,"parentId":101,"tags":{},"startTime":1727804270921,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":5,"timestamp":1237719493907,"id":104,"parentId":101,"tags":{},"startTime":1727804270921,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":9,"timestamp":1237719493925,"id":105,"parentId":101,"tags":{},"startTime":1727804270921,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":5,"timestamp":1237719493945,"id":106,"parentId":101,"tags":{},"startTime":1727804270921,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1237719493964,"id":107,"parentId":101,"tags":{},"startTime":1727804270921,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":85,"timestamp":1237719493899,"id":103,"parentId":101,"tags":{},"startTime":1727804270921,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":7,"timestamp":1237719494061,"id":108,"parentId":101,"tags":{},"startTime":1727804270921,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":6,"timestamp":1237719494075,"id":109,"parentId":101,"tags":{},"startTime":1727804270921,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":65,"timestamp":1237719494105,"id":110,"parentId":101,"tags":{},"startTime":1727804270921,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":15,"timestamp":1237719494169,"id":111,"parentId":101,"tags":{},"startTime":1727804270921,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":7,"timestamp":1237719494180,"id":112,"parentId":101,"tags":{},"startTime":1727804270921,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":12,"timestamp":1237719494190,"id":113,"parentId":101,"tags":{},"startTime":1727804270921,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":656,"timestamp":1237719493841,"id":101,"parentId":99,"tags":{},"startTime":1727804270921,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":1929,"timestamp":1237719492590,"id":99,"parentId":63,"tags":{"name":"edge-server"},"startTime":1727804270920,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":1565,"timestamp":1237719494534,"id":114,"parentId":63,"tags":{},"startTime":1727804270922,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-edge-server","duration":90484,"timestamp":1237719406268,"id":63,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727804270833,"traceId":"ed4341945b6604eb"}] -[{"name":"build-module","duration":43789,"timestamp":1237727275130,"id":121,"parentId":120,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1727804278702,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6813,"timestamp":1237727339681,"id":136,"parentId":135,"tags":{},"startTime":1727804278767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7018,"timestamp":1237727339490,"id":135,"parentId":123,"tags":{},"startTime":1727804278766,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":14248,"timestamp":1237727336881,"id":123,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/not-found.jsx","layer":"rsc"},"startTime":1727804278764,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11331,"timestamp":1237727339861,"id":140,"parentId":139,"tags":{},"startTime":1727804278767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11419,"timestamp":1237727339777,"id":139,"parentId":125,"tags":{},"startTime":1727804278767,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":15829,"timestamp":1237727337295,"id":125,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/events/versefest/page.jsx","layer":"rsc"},"startTime":1727804278764,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16679,"timestamp":1237727339774,"id":138,"parentId":137,"tags":{},"startTime":1727804278767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16777,"timestamp":1237727339686,"id":137,"parentId":124,"tags":{},"startTime":1727804278767,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":20331,"timestamp":1237727337158,"id":124,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/events/layout.jsx","layer":"rsc"},"startTime":1727804278764,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18088,"timestamp":1237727339445,"id":134,"parentId":133,"tags":{},"startTime":1727804278766,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18792,"timestamp":1237727338744,"id":133,"parentId":122,"tags":{},"startTime":1727804278766,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":23963,"timestamp":1237727335153,"id":122,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/layout.jsx","layer":"rsc"},"startTime":1727804278762,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19217,"timestamp":1237727339929,"id":142,"parentId":141,"tags":{},"startTime":1727804278767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19285,"timestamp":1237727339863,"id":141,"parentId":129,"tags":{},"startTime":1727804278767,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23344,"timestamp":1237727337959,"id":129,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1727804278765,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":26050,"timestamp":1237727338629,"id":130,"parentId":126,"tags":{},"startTime":1727804278766,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":149,"timestamp":1237727364748,"id":143,"parentId":126,"tags":{},"startTime":1727804278792,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29338,"timestamp":1237727337504,"id":126,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-kind.js","layer":"rsc"},"startTime":1727804278764,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":28200,"timestamp":1237727338666,"id":131,"parentId":127,"tags":{},"startTime":1727804278766,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":127,"timestamp":1237727366885,"id":144,"parentId":127,"tags":{},"startTime":1727804278794,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":35662,"timestamp":1237727337644,"id":127,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1727804278765,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":34662,"timestamp":1237727338674,"id":132,"parentId":128,"tags":{},"startTime":1727804278766,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":73,"timestamp":1237727373352,"id":145,"parentId":128,"tags":{},"startTime":1727804278800,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":37616,"timestamp":1237727337825,"id":128,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1727804278765,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":514,"timestamp":1237727382429,"id":146,"parentId":128,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.dev.js","layer":null},"startTime":1727804278809,"traceId":"ed4341945b6604eb"},{"name":"build-module-external","duration":38,"timestamp":1237727406924,"id":149,"parentId":127,"tags":{"name":"../../client/components/static-generation-async-storage.external","layer":null},"startTime":1727804278834,"traceId":"ed4341945b6604eb"},{"name":"build-module-external","duration":9,"timestamp":1237727406983,"id":150,"parentId":127,"tags":{"name":"../../client/components/request-async-storage.external","layer":null},"startTime":1727804278834,"traceId":"ed4341945b6604eb"},{"name":"build-module-external","duration":7,"timestamp":1237727406998,"id":151,"parentId":127,"tags":{"name":"../../client/components/action-async-storage.external","layer":null},"startTime":1727804278834,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6402,"timestamp":1237727407933,"id":160,"parentId":159,"tags":{},"startTime":1727804278835,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6520,"timestamp":1237727407853,"id":159,"parentId":148,"tags":{},"startTime":1727804278835,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9004,"timestamp":1237727406835,"id":148,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1727804278834,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7577,"timestamp":1237727408449,"id":164,"parentId":163,"tags":{},"startTime":1727804278835,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7859,"timestamp":1237727408170,"id":163,"parentId":153,"tags":{},"startTime":1727804278835,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9489,"timestamp":1237727407074,"id":153,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1727804278834,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8910,"timestamp":1237727407677,"id":158,"parentId":157,"tags":{},"startTime":1727804278835,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9032,"timestamp":1237727407557,"id":157,"parentId":147,"tags":{},"startTime":1727804278835,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10473,"timestamp":1237727406574,"id":147,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1727804278834,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8434,"timestamp":1237727408636,"id":170,"parentId":169,"tags":{},"startTime":1727804278836,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8460,"timestamp":1237727408612,"id":169,"parentId":156,"tags":{},"startTime":1727804278836,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10061,"timestamp":1237727407503,"id":156,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/not-found-boundary.js","layer":"rsc"},"startTime":1727804278834,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21490,"timestamp":1237727408000,"id":162,"parentId":161,"tags":{},"startTime":1727804278835,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21558,"timestamp":1237727407940,"id":161,"parentId":152,"tags":{},"startTime":1727804278835,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23211,"timestamp":1237727407011,"id":152,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router.js","layer":"rsc"},"startTime":1727804278834,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21661,"timestamp":1237727408609,"id":168,"parentId":167,"tags":{},"startTime":1727804278836,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21707,"timestamp":1237727408568,"id":167,"parentId":155,"tags":{},"startTime":1727804278836,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27066,"timestamp":1237727407435,"id":155,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/search-params.js","layer":"rsc"},"startTime":1727804278834,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":25991,"timestamp":1237727408561,"id":166,"parentId":165,"tags":{},"startTime":1727804278836,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":26093,"timestamp":1237727408461,"id":165,"parentId":154,"tags":{},"startTime":1727804278835,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29253,"timestamp":1237727407334,"id":154,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1727804278834,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22278,"timestamp":1237727422564,"id":178,"parentId":174,"tags":{},"startTime":1727804278850,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":83,"timestamp":1237727444863,"id":179,"parentId":174,"tags":{},"startTime":1727804278872,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":24071,"timestamp":1237727422146,"id":174,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1727804278849,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23720,"timestamp":1237727422557,"id":177,"parentId":173,"tags":{},"startTime":1727804278850,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":57,"timestamp":1237727446286,"id":180,"parentId":173,"tags":{},"startTime":1727804278873,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":24627,"timestamp":1237727422050,"id":173,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1727804278849,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":24285,"timestamp":1237727422530,"id":175,"parentId":171,"tags":{},"startTime":1727804278849,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":93,"timestamp":1237727446830,"id":181,"parentId":171,"tags":{},"startTime":1727804278874,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":45404,"timestamp":1237727421706,"id":171,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1727804278849,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":44598,"timestamp":1237727422550,"id":176,"parentId":172,"tags":{},"startTime":1727804278849,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":77,"timestamp":1237727467171,"id":182,"parentId":172,"tags":{},"startTime":1727804278894,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":46992,"timestamp":1237727421947,"id":172,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1727804278849,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":6770,"timestamp":1237727472034,"id":184,"parentId":183,"tags":{},"startTime":1727804278899,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":62,"timestamp":1237727478825,"id":187,"parentId":183,"tags":{},"startTime":1727804278906,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12075,"timestamp":1237727471874,"id":183,"parentId":155,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1727804278899,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14492,"timestamp":1237727475888,"id":186,"parentId":185,"tags":{},"startTime":1727804278903,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":61,"timestamp":1237727490398,"id":202,"parentId":185,"tags":{},"startTime":1727804278917,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15415,"timestamp":1237727475623,"id":185,"parentId":129,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1727804278903,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9083,"timestamp":1237727486412,"id":193,"parentId":192,"tags":{},"startTime":1727804278913,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":10517,"timestamp":1237727485859,"id":192,"parentId":122,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"rsc"},"startTime":1727804278913,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9946,"timestamp":1237727486446,"id":194,"parentId":188,"tags":{},"startTime":1727804278913,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":75,"timestamp":1237727496403,"id":205,"parentId":188,"tags":{},"startTime":1727804278923,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16617,"timestamp":1237727485461,"id":188,"parentId":171,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1727804278912,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15682,"timestamp":1237727486460,"id":195,"parentId":189,"tags":{},"startTime":1727804278913,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":106,"timestamp":1237727502161,"id":206,"parentId":189,"tags":{},"startTime":1727804278929,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20770,"timestamp":1237727485618,"id":189,"parentId":171,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1727804278913,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":19982,"timestamp":1237727486480,"id":196,"parentId":190,"tags":{},"startTime":1727804278913,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":212,"timestamp":1237727506508,"id":207,"parentId":190,"tags":{},"startTime":1727804278933,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29356,"timestamp":1237727485707,"id":190,"parentId":171,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1727804278913,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":28636,"timestamp":1237727486492,"id":197,"parentId":191,"tags":{},"startTime":1727804278913,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":177,"timestamp":1237727515146,"id":208,"parentId":191,"tags":{},"startTime":1727804278942,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32137,"timestamp":1237727485784,"id":191,"parentId":171,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1727804278913,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":33097,"timestamp":1237727488261,"id":199,"parentId":198,"tags":{},"startTime":1727804278915,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":78,"timestamp":1237727521388,"id":214,"parentId":198,"tags":{},"startTime":1727804278948,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":34342,"timestamp":1237727488139,"id":198,"parentId":155,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1727804278915,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4487,"timestamp":1237727519011,"id":213,"parentId":212,"tags":{},"startTime":1727804278946,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4557,"timestamp":1237727518947,"id":212,"parentId":210,"tags":{},"startTime":1727804278946,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5872,"timestamp":1237727518663,"id":210,"parentId":183,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1727804278946,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":34734,"timestamp":1237727489837,"id":201,"parentId":200,"tags":{},"startTime":1727804278917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":69,"timestamp":1237727524585,"id":217,"parentId":200,"tags":{},"startTime":1727804278952,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":35232,"timestamp":1237727489698,"id":200,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server-edge.js","layer":"rsc"},"startTime":1727804278917,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":37019,"timestamp":1237727492550,"id":204,"parentId":203,"tags":{},"startTime":1727804278919,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":58,"timestamp":1237727529589,"id":218,"parentId":203,"tags":{},"startTime":1727804278957,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":39791,"timestamp":1237727492038,"id":203,"parentId":122,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/clsx/dist/clsx.mjs","layer":"rsc"},"startTime":1727804278919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15305,"timestamp":1237727518810,"id":211,"parentId":209,"tags":{},"startTime":1727804278946,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":64,"timestamp":1237727534132,"id":231,"parentId":209,"tags":{},"startTime":1727804278961,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17737,"timestamp":1237727518481,"id":209,"parentId":183,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1727804278945,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":24943,"timestamp":1237727533566,"id":230,"parentId":229,"tags":{},"startTime":1727804278961,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":25008,"timestamp":1237727533511,"id":229,"parentId":222,"tags":{},"startTime":1727804278960,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":26482,"timestamp":1237727532987,"id":222,"parentId":123,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Button.jsx","layer":"rsc"},"startTime":1727804278960,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":26439,"timestamp":1237727533508,"id":228,"parentId":227,"tags":{},"startTime":1727804278960,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":26735,"timestamp":1237727533451,"id":227,"parentId":221,"tags":{},"startTime":1727804278960,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":27725,"timestamp":1237727532893,"id":221,"parentId":123,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Container.jsx","layer":"rsc"},"startTime":1727804278960,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27278,"timestamp":1237727533367,"id":224,"parentId":223,"tags":{},"startTime":1727804278960,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27459,"timestamp":1237727533187,"id":223,"parentId":219,"tags":{},"startTime":1727804278960,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":28654,"timestamp":1237727532483,"id":219,"parentId":123,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/BackgroundImage.jsx","layer":"rsc"},"startTime":1727804278959,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27712,"timestamp":1237727533448,"id":226,"parentId":225,"tags":{},"startTime":1727804278960,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27790,"timestamp":1237727533371,"id":225,"parentId":220,"tags":{},"startTime":1727804278960,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":28899,"timestamp":1237727532783,"id":220,"parentId":123,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Layout.jsx","layer":"rsc"},"startTime":1727804278960,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38872,"timestamp":1237727522876,"id":216,"parentId":215,"tags":{},"startTime":1727804278950,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":72,"timestamp":1237727561759,"id":247,"parentId":215,"tags":{},"startTime":1727804278989,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":39357,"timestamp":1237727522673,"id":215,"parentId":123,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js","layer":"rsc"},"startTime":1727804278950,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7434,"timestamp":1237727558257,"id":242,"parentId":241,"tags":{},"startTime":1727804278985,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7531,"timestamp":1237727558169,"id":241,"parentId":237,"tags":{},"startTime":1727804278985,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":9027,"timestamp":1237727557826,"id":237,"parentId":125,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Schedule.jsx","layer":"rsc"},"startTime":1727804278985,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8517,"timestamp":1237727558376,"id":246,"parentId":245,"tags":{},"startTime":1727804278985,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8574,"timestamp":1237727558321,"id":245,"parentId":239,"tags":{},"startTime":1727804278985,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":9390,"timestamp":1237727558015,"id":239,"parentId":125,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Speakers.jsx","layer":"rsc"},"startTime":1727804278985,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10032,"timestamp":1237727558319,"id":244,"parentId":243,"tags":{},"startTime":1727804278985,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10097,"timestamp":1237727558261,"id":243,"parentId":238,"tags":{},"startTime":1727804278985,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":11498,"timestamp":1237727557930,"id":238,"parentId":125,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Sponsors.jsx","layer":"rsc"},"startTime":1727804278985,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19080,"timestamp":1237727563763,"id":251,"parentId":250,"tags":{},"startTime":1727804278991,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19246,"timestamp":1237727563609,"id":250,"parentId":248,"tags":{},"startTime":1727804278991,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":22158,"timestamp":1237727562849,"id":248,"parentId":125,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Experiences.jsx","layer":"rsc"},"startTime":1727804278990,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21227,"timestamp":1237727563861,"id":253,"parentId":252,"tags":{},"startTime":1727804278991,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21314,"timestamp":1237727563777,"id":252,"parentId":249,"tags":{},"startTime":1727804278991,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":23604,"timestamp":1237727563014,"id":249,"parentId":125,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Event1.jsx","layer":"rsc"},"startTime":1727804278990,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15485,"timestamp":1237727571457,"id":260,"parentId":259,"tags":{},"startTime":1727804278998,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15547,"timestamp":1237727571399,"id":259,"parentId":255,"tags":{},"startTime":1727804278998,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":17424,"timestamp":1237727570941,"id":255,"parentId":125,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/FAQ.jsx","layer":"rsc"},"startTime":1727804278998,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17016,"timestamp":1237727571395,"id":258,"parentId":257,"tags":{},"startTime":1727804278998,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":17101,"timestamp":1237727571311,"id":257,"parentId":254,"tags":{},"startTime":1727804278998,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":18583,"timestamp":1237727570774,"id":254,"parentId":125,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Venue.jsx","layer":"rsc"},"startTime":1727804278998,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18103,"timestamp":1237727571517,"id":262,"parentId":261,"tags":{},"startTime":1727804278998,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18175,"timestamp":1237727571459,"id":261,"parentId":256,"tags":{},"startTime":1727804278998,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":19905,"timestamp":1237727571041,"id":256,"parentId":125,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Newsletter.jsx","layer":"rsc"},"startTime":1727804278998,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":43287,"timestamp":1237727557555,"id":233,"parentId":232,"tags":{},"startTime":1727804278984,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":85001,"timestamp":1237727557674,"id":235,"parentId":234,"tags":{},"startTime":1727804278985,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":86728,"timestamp":1237727558114,"id":240,"parentId":236,"tags":{},"startTime":1727804278985,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":72,"timestamp":1237727644854,"id":269,"parentId":236,"tags":{},"startTime":1727804279072,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":89556,"timestamp":1237727557688,"id":236,"parentId":191,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1727804278985,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":63395,"timestamp":1237727592668,"id":264,"parentId":263,"tags":{},"startTime":1727804279020,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":70,"timestamp":1237727656083,"id":270,"parentId":263,"tags":{},"startTime":1727804279083,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":65095,"timestamp":1237727591537,"id":263,"parentId":183,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1727804279018,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2450,"timestamp":1237727660969,"id":272,"parentId":271,"tags":{},"startTime":1727804279088,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":100,"timestamp":1237727663457,"id":278,"parentId":271,"tags":{},"startTime":1727804279090,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3153,"timestamp":1237727660807,"id":271,"parentId":174,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1727804279088,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3292,"timestamp":1237727661664,"id":274,"parentId":273,"tags":{},"startTime":1727804279089,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":91,"timestamp":1237727664970,"id":279,"parentId":273,"tags":{},"startTime":1727804279092,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20872,"timestamp":1237727661551,"id":273,"parentId":190,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1727804279088,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":28870,"timestamp":1237727662283,"id":277,"parentId":276,"tags":{},"startTime":1727804279089,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":28974,"timestamp":1237727662197,"id":276,"parentId":275,"tags":{},"startTime":1727804279089,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":32382,"timestamp":1237727662086,"id":275,"parentId":220,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1727804279089,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3035,"timestamp":1237727701554,"id":286,"parentId":285,"tags":{},"startTime":1727804279128,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3244,"timestamp":1237727701491,"id":285,"parentId":281,"tags":{},"startTime":1727804279128,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":4038,"timestamp":1237727701179,"id":281,"parentId":220,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx","layer":"rsc"},"startTime":1727804279128,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5680,"timestamp":1237727701619,"id":288,"parentId":287,"tags":{},"startTime":1727804279129,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5747,"timestamp":1237727701557,"id":287,"parentId":282,"tags":{},"startTime":1727804279128,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":6940,"timestamp":1237727701292,"id":282,"parentId":220,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Banner.jsx","layer":"rsc"},"startTime":1727804279128,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6781,"timestamp":1237727701486,"id":284,"parentId":283,"tags":{},"startTime":1727804279128,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6872,"timestamp":1237727701397,"id":283,"parentId":280,"tags":{},"startTime":1727804279128,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":7746,"timestamp":1237727700984,"id":280,"parentId":220,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer.jsx","layer":"rsc"},"startTime":1727804279128,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3739,"timestamp":1237727801549,"id":292,"parentId":291,"tags":{},"startTime":1727804279228,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":299,"timestamp":1237727806926,"id":320,"parentId":319,"tags":{},"startTime":1727804279234,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":34,"timestamp":1237727807844,"id":321,"parentId":319,"tags":{},"startTime":1727804279235,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":2583,"timestamp":1237727805379,"id":319,"parentId":291,"tags":{},"startTime":1727804279232,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":6891,"timestamp":1237727801477,"id":291,"parentId":256,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/background-newsletter.jpg","layer":"rsc"},"startTime":1727804279228,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":6957,"timestamp":1237727801433,"id":290,"parentId":289,"tags":{},"startTime":1727804279228,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":236,"timestamp":1237727808910,"id":323,"parentId":322,"tags":{},"startTime":1727804279236,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":7,"timestamp":1237727809242,"id":324,"parentId":322,"tags":{},"startTime":1727804279236,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":861,"timestamp":1237727808404,"id":322,"parentId":289,"tags":{},"startTime":1727804279235,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":86626,"timestamp":1237727722896,"id":289,"parentId":219,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/background3.jpg","layer":"rsc"},"startTime":1727804279150,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7978,"timestamp":1237727801594,"id":294,"parentId":293,"tags":{},"startTime":1727804279229,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":656,"timestamp":1237727809786,"id":326,"parentId":325,"tags":{},"startTime":1727804279237,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":6,"timestamp":1237727810454,"id":327,"parentId":325,"tags":{},"startTime":1727804279237,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":889,"timestamp":1237727809582,"id":325,"parentId":293,"tags":{},"startTime":1727804279237,"traceId":"ed4341945b6604eb"},{"name":"build-module-svg","duration":9080,"timestamp":1237727801564,"id":293,"parentId":238,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/mirage.svg","layer":"rsc"},"startTime":1727804279229,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9269,"timestamp":1237727801627,"id":296,"parentId":295,"tags":{},"startTime":1727804279229,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":182,"timestamp":1237727811331,"id":329,"parentId":328,"tags":{},"startTime":1727804279238,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":6,"timestamp":1237727811523,"id":330,"parentId":328,"tags":{},"startTime":1727804279238,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":634,"timestamp":1237727810907,"id":328,"parentId":295,"tags":{},"startTime":1727804279238,"traceId":"ed4341945b6604eb"},{"name":"build-module-svg","duration":10098,"timestamp":1237727801604,"id":295,"parentId":238,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/statickit.svg","layer":"rsc"},"startTime":1727804279229,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":10028,"timestamp":1237727801688,"id":300,"parentId":299,"tags":{},"startTime":1727804279229,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":57,"timestamp":1237727811819,"id":332,"parentId":331,"tags":{},"startTime":1727804279239,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":7,"timestamp":1237727811886,"id":333,"parentId":331,"tags":{},"startTime":1727804279239,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":176,"timestamp":1237727811725,"id":331,"parentId":299,"tags":{},"startTime":1727804279239,"traceId":"ed4341945b6604eb"},{"name":"build-module-svg","duration":10369,"timestamp":1237727801668,"id":299,"parentId":238,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/tuple.svg","layer":"rsc"},"startTime":1727804279229,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7312,"timestamp":1237727804734,"id":310,"parentId":301,"tags":{},"startTime":1727804279232,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7646,"timestamp":1237727804802,"id":311,"parentId":302,"tags":{},"startTime":1727804279232,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7690,"timestamp":1237727804810,"id":312,"parentId":303,"tags":{},"startTime":1727804279232,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7701,"timestamp":1237727804834,"id":315,"parentId":306,"tags":{},"startTime":1727804279232,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8131,"timestamp":1237727804815,"id":313,"parentId":304,"tags":{},"startTime":1727804279232,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8163,"timestamp":1237727804829,"id":314,"parentId":305,"tags":{},"startTime":1727804279232,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8239,"timestamp":1237727804840,"id":316,"parentId":307,"tags":{},"startTime":1727804279232,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":11488,"timestamp":1237727801658,"id":298,"parentId":297,"tags":{},"startTime":1727804279229,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":245,"timestamp":1237727813549,"id":335,"parentId":334,"tags":{},"startTime":1727804279240,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":6,"timestamp":1237727813804,"id":336,"parentId":334,"tags":{},"startTime":1727804279241,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":669,"timestamp":1237727813153,"id":334,"parentId":297,"tags":{},"startTime":1727804279240,"traceId":"ed4341945b6604eb"},{"name":"build-module-svg","duration":12352,"timestamp":1237727801636,"id":297,"parentId":238,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/transistor.svg","layer":"rsc"},"startTime":1727804279229,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9146,"timestamp":1237727804854,"id":318,"parentId":309,"tags":{},"startTime":1727804279232,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":104,"timestamp":1237727814007,"id":337,"parentId":309,"tags":{},"startTime":1727804279241,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10415,"timestamp":1237727804072,"id":309,"parentId":219,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/api/image.js","layer":"rsc"},"startTime":1727804279231,"traceId":"ed4341945b6604eb"}] -[{"name":"read-resource","duration":9821,"timestamp":1237727804848,"id":317,"parentId":308,"tags":{},"startTime":1727804279232,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":58,"timestamp":1237727814678,"id":338,"parentId":308,"tags":{},"startTime":1727804279242,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10967,"timestamp":1237727803970,"id":308,"parentId":222,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/api/link.js","layer":"rsc"},"startTime":1727804279231,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5404,"timestamp":1237727826647,"id":340,"parentId":339,"tags":{},"startTime":1727804279254,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5635,"timestamp":1237727826425,"id":339,"parentId":306,"tags":{},"startTime":1727804279253,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":28686,"timestamp":1237727803859,"id":306,"parentId":282,"tags":{"name":"__barrel_optimize__?names=XMarkIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/index.js","layer":"rsc"},"startTime":1727804279231,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5278,"timestamp":1237727827298,"id":342,"parentId":341,"tags":{},"startTime":1727804279254,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5335,"timestamp":1237727827242,"id":341,"parentId":301,"tags":{},"startTime":1727804279254,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":30047,"timestamp":1237727802971,"id":301,"parentId":248,"tags":{"name":"__barrel_optimize__?names=ArrowPathIcon,CloudArrowUpIcon,Cog6ToothIcon,CpuChipIcon,CubeIcon,DocumentMagnifyingGlassIcon,FilmIcon,FingerPrintIcon,GlobeAltIcon,LockClosedIcon,RocketLaunchIcon,ServerIcon,ShieldCheckIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/index.js","layer":"rsc"},"startTime":1727804279230,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5182,"timestamp":1237727827852,"id":344,"parentId":343,"tags":{},"startTime":1727804279255,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5241,"timestamp":1237727827794,"id":343,"parentId":302,"tags":{},"startTime":1727804279255,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29541,"timestamp":1237727803622,"id":302,"parentId":249,"tags":{"name":"__barrel_optimize__?names=RocketLaunchIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/index.js","layer":"rsc"},"startTime":1727804279231,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4903,"timestamp":1237727828356,"id":346,"parentId":345,"tags":{},"startTime":1727804279255,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4943,"timestamp":1237727828318,"id":345,"parentId":303,"tags":{},"startTime":1727804279255,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29709,"timestamp":1237727803689,"id":303,"parentId":254,"tags":{"name":"__barrel_optimize__?names=CloudArrowUpIcon,LockClosedIcon,ServerIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/index.js","layer":"rsc"},"startTime":1727804279231,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3607,"timestamp":1237727831425,"id":348,"parentId":347,"tags":{},"startTime":1727804279258,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3673,"timestamp":1237727831362,"id":347,"parentId":305,"tags":{},"startTime":1727804279258,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31410,"timestamp":1237727803802,"id":305,"parentId":255,"tags":{"name":"__barrel_optimize__?names=MinusSmallIcon,PlusSmallIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/index.js","layer":"rsc"},"startTime":1727804279231,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3244,"timestamp":1237727832000,"id":350,"parentId":349,"tags":{},"startTime":1727804279259,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3297,"timestamp":1237727831949,"id":349,"parentId":304,"tags":{},"startTime":1727804279259,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31637,"timestamp":1237727803745,"id":304,"parentId":249,"tags":{"name":"__barrel_optimize__?names=CalendarIcon,MapPinIcon,TicketIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/index.js","layer":"rsc"},"startTime":1727804279231,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5368,"timestamp":1237727837598,"id":353,"parentId":352,"tags":{},"startTime":1727804279265,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5446,"timestamp":1237727837528,"id":352,"parentId":351,"tags":{},"startTime":1727804279264,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6078,"timestamp":1237727837378,"id":351,"parentId":308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/link.js","layer":"rsc"},"startTime":1727804279264,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3849,"timestamp":1237727845378,"id":374,"parentId":373,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3879,"timestamp":1237727845357,"id":373,"parentId":356,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5943,"timestamp":1237727844493,"id":356,"parentId":301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/CloudArrowUpIcon.js","layer":"rsc"},"startTime":1727804279271,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5105,"timestamp":1237727845399,"id":376,"parentId":375,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5128,"timestamp":1237727845380,"id":375,"parentId":357,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6533,"timestamp":1237727844544,"id":357,"parentId":301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/Cog6ToothIcon.js","layer":"rsc"},"startTime":1727804279271,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5756,"timestamp":1237727845355,"id":372,"parentId":371,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5782,"timestamp":1237727845332,"id":371,"parentId":355,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7067,"timestamp":1237727844434,"id":355,"parentId":301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/ArrowPathIcon.js","layer":"rsc"},"startTime":1727804279271,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6112,"timestamp":1237727845420,"id":378,"parentId":377,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6133,"timestamp":1237727845401,"id":377,"parentId":358,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7336,"timestamp":1237727844589,"id":358,"parentId":301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/CubeIcon.js","layer":"rsc"},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6508,"timestamp":1237727845440,"id":380,"parentId":379,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6528,"timestamp":1237727845421,"id":379,"parentId":359,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7617,"timestamp":1237727844634,"id":359,"parentId":306,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/XMarkIcon.js","layer":"rsc"},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6811,"timestamp":1237727845461,"id":382,"parentId":381,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6832,"timestamp":1237727845441,"id":381,"parentId":360,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7900,"timestamp":1237727844676,"id":360,"parentId":301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/DocumentMagnifyingGlassIcon.js","layer":"rsc"},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7098,"timestamp":1237727845500,"id":386,"parentId":385,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7117,"timestamp":1237727845482,"id":385,"parentId":362,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8007,"timestamp":1237727844881,"id":362,"parentId":301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/FilmIcon.js","layer":"rsc"},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7426,"timestamp":1237727845480,"id":384,"parentId":383,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7446,"timestamp":1237727845462,"id":383,"parentId":361,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8343,"timestamp":1237727844834,"id":361,"parentId":301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/CpuChipIcon.js","layer":"rsc"},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7672,"timestamp":1237727845523,"id":388,"parentId":387,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7694,"timestamp":1237727845503,"id":387,"parentId":363,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8702,"timestamp":1237727844921,"id":363,"parentId":301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/FingerPrintIcon.js","layer":"rsc"},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8079,"timestamp":1237727845562,"id":392,"parentId":391,"tags":{},"startTime":1727804279273,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8098,"timestamp":1237727845545,"id":391,"parentId":365,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8909,"timestamp":1237727845011,"id":365,"parentId":301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/ServerIcon.js","layer":"rsc"},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8356,"timestamp":1237727845582,"id":394,"parentId":393,"tags":{},"startTime":1727804279273,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8375,"timestamp":1237727845564,"id":393,"parentId":366,"tags":{},"startTime":1727804279273,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9178,"timestamp":1237727845053,"id":366,"parentId":301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/LockClosedIcon.js","layer":"rsc"},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8705,"timestamp":1237727845543,"id":390,"parentId":389,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8725,"timestamp":1237727845525,"id":389,"parentId":364,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9528,"timestamp":1237727844964,"id":364,"parentId":301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/ShieldCheckIcon.js","layer":"rsc"},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11532,"timestamp":1237727845601,"id":396,"parentId":395,"tags":{},"startTime":1727804279273,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11557,"timestamp":1237727845584,"id":395,"parentId":367,"tags":{},"startTime":1727804279273,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12621,"timestamp":1237727845091,"id":367,"parentId":301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/RocketLaunchIcon.js","layer":"rsc"},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12124,"timestamp":1237727845621,"id":398,"parentId":397,"tags":{},"startTime":1727804279273,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12143,"timestamp":1237727845603,"id":397,"parentId":368,"tags":{},"startTime":1727804279273,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12929,"timestamp":1237727845132,"id":368,"parentId":301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/GlobeAltIcon.js","layer":"rsc"},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9085,"timestamp":1237727848998,"id":405,"parentId":404,"tags":{},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9131,"timestamp":1237727848954,"id":404,"parentId":399,"tags":{},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9791,"timestamp":1237727848583,"id":399,"parentId":305,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/MinusSmallIcon.js","layer":"rsc"},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9368,"timestamp":1237727849025,"id":407,"parentId":406,"tags":{},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9394,"timestamp":1237727849001,"id":406,"parentId":400,"tags":{},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9961,"timestamp":1237727848709,"id":400,"parentId":304,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/TicketIcon.js","layer":"rsc"},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9640,"timestamp":1237727849048,"id":409,"parentId":408,"tags":{},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9663,"timestamp":1237727849027,"id":408,"parentId":401,"tags":{},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10194,"timestamp":1237727848782,"id":401,"parentId":304,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/CalendarIcon.js","layer":"rsc"},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9900,"timestamp":1237727849095,"id":413,"parentId":412,"tags":{},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9921,"timestamp":1237727849075,"id":412,"parentId":403,"tags":{},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10388,"timestamp":1237727848876,"id":403,"parentId":304,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/MapPinIcon.js","layer":"rsc"},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10211,"timestamp":1237727849071,"id":411,"parentId":410,"tags":{},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10233,"timestamp":1237727849050,"id":410,"parentId":402,"tags":{},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10703,"timestamp":1237727848830,"id":402,"parentId":305,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/PlusSmallIcon.js","layer":"rsc"},"startTime":1727804279276,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14279,"timestamp":1237727845328,"id":370,"parentId":369,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14352,"timestamp":1237727845257,"id":369,"parentId":354,"tags":{},"startTime":1727804279272,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":21678,"timestamp":1237727844297,"id":354,"parentId":275,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx","layer":"rsc"},"startTime":1727804279271,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13753,"timestamp":1237727856860,"id":416,"parentId":415,"tags":{},"startTime":1727804279284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13797,"timestamp":1237727856823,"id":415,"parentId":414,"tags":{},"startTime":1727804279284,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15108,"timestamp":1237727856662,"id":414,"parentId":309,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-external.js","layer":"rsc"},"startTime":1727804279284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6815,"timestamp":1237727882211,"id":419,"parentId":418,"tags":{},"startTime":1727804279309,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6870,"timestamp":1237727882164,"id":418,"parentId":417,"tags":{},"startTime":1727804279309,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7402,"timestamp":1237727882017,"id":417,"parentId":414,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/image-component.js","layer":"rsc"},"startTime":1727804279309,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6974,"timestamp":1237727882511,"id":422,"parentId":421,"tags":{},"startTime":1727804279309,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7000,"timestamp":1237727882487,"id":421,"parentId":420,"tags":{},"startTime":1727804279309,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11326,"timestamp":1237727882420,"id":420,"parentId":414,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/get-img-props.js","layer":"rsc"},"startTime":1727804279309,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5576,"timestamp":1237727888944,"id":424,"parentId":423,"tags":{},"startTime":1727804279316,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5648,"timestamp":1237727888875,"id":423,"parentId":307,"tags":{},"startTime":1727804279316,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":90847,"timestamp":1237727803914,"id":307,"parentId":255,"tags":{"name":"__barrel_optimize__?names=Disclosure,DisclosureButton,DisclosurePanel!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/headlessui.esm.js","layer":"rsc"},"startTime":1727804279231,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1566,"timestamp":1237727896491,"id":427,"parentId":426,"tags":{},"startTime":1727804279323,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1615,"timestamp":1237727896451,"id":426,"parentId":425,"tags":{},"startTime":1727804279323,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":2445,"timestamp":1237727896321,"id":425,"parentId":420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"rsc"},"startTime":1727804279323,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1575,"timestamp":1237727897304,"id":430,"parentId":429,"tags":{},"startTime":1727804279324,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1605,"timestamp":1237727897277,"id":429,"parentId":428,"tags":{},"startTime":1727804279324,"traceId":"ed4341945b6604eb"}] -[{"name":"build-module-js","duration":2205,"timestamp":1237727897185,"id":428,"parentId":420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config.js","layer":"rsc"},"startTime":1727804279324,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2169,"timestamp":1237727897514,"id":434,"parentId":433,"tags":{},"startTime":1727804279324,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2191,"timestamp":1237727897494,"id":433,"parentId":431,"tags":{},"startTime":1727804279324,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":2981,"timestamp":1237727897388,"id":431,"parentId":414,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-loader.js","layer":"rsc"},"startTime":1727804279324,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2859,"timestamp":1237727897529,"id":436,"parentId":435,"tags":{},"startTime":1727804279324,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2874,"timestamp":1237727897516,"id":435,"parentId":432,"tags":{},"startTime":1727804279324,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3179,"timestamp":1237727897445,"id":432,"parentId":420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"rsc"},"startTime":1727804279324,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1107,"timestamp":1237727904320,"id":442,"parentId":441,"tags":{},"startTime":1727804279331,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1146,"timestamp":1237727904290,"id":441,"parentId":440,"tags":{},"startTime":1727804279331,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":1774,"timestamp":1237727904220,"id":440,"parentId":307,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/disclosure/disclosure.js","layer":"rsc"},"startTime":1727804279331,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3069,"timestamp":1237727903872,"id":439,"parentId":438,"tags":{},"startTime":1727804279331,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3111,"timestamp":1237727903834,"id":438,"parentId":437,"tags":{},"startTime":1727804279331,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3894,"timestamp":1237727903727,"id":437,"parentId":431,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/match-remote-pattern.js","layer":"rsc"},"startTime":1727804279331,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":356,"timestamp":1237727908678,"id":444,"parentId":443,"tags":{},"startTime":1727804279336,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":53,"timestamp":1237727909044,"id":445,"parentId":443,"tags":{},"startTime":1727804279336,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":847,"timestamp":1237727908533,"id":443,"parentId":414,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1727804279335,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":285,"timestamp":1237727910218,"id":447,"parentId":446,"tags":{},"startTime":1727804279337,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":79,"timestamp":1237727910514,"id":448,"parentId":446,"tags":{},"startTime":1727804279337,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13508,"timestamp":1237727910101,"id":446,"parentId":437,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/picomatch/index.js","layer":"rsc"},"startTime":1727804279337,"traceId":"ed4341945b6604eb"},{"name":"font-loader","duration":719949,"timestamp":1237727642777,"id":268,"parentId":267,"tags":{},"startTime":1727804279070,"traceId":"ed4341945b6604eb"},{"name":"font-loader","duration":730477,"timestamp":1237727636835,"id":266,"parentId":265,"tags":{},"startTime":1727804279064,"traceId":"ed4341945b6604eb"},{"name":"postcss","duration":5413,"timestamp":1237728619055,"id":449,"parentId":267,"tags":{},"startTime":1727804280046,"traceId":"ed4341945b6604eb"},{"name":"postcss","duration":2202,"timestamp":1237728622273,"id":450,"parentId":265,"tags":{},"startTime":1727804280049,"traceId":"ed4341945b6604eb"},{"name":"next-font-loader","duration":982225,"timestamp":1237727642707,"id":267,"parentId":234,"tags":{},"startTime":1727804279070,"traceId":"ed4341945b6604eb"},{"name":"next-font-loader","duration":1023893,"timestamp":1237727601041,"id":265,"parentId":232,"tags":{},"startTime":1727804279028,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":29468,"timestamp":1237728624629,"id":451,"parentId":234,"tags":{"astUsed":"true"},"startTime":1727804280052,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":29186,"timestamp":1237728624921,"id":452,"parentId":232,"tags":{"astUsed":"true"},"startTime":1727804280052,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":1096933,"timestamp":1237727557597,"id":234,"parentId":122,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}","layer":"rsc"},"startTime":1727804278985,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":1117936,"timestamp":1237727536746,"id":232,"parentId":122,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}","layer":"rsc"},"startTime":1727804278964,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":1405374,"timestamp":1237727251824,"id":120,"parentId":119,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804278679,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":6098,"timestamp":1237728703768,"id":459,"parentId":118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=true!","layer":"ssr"},"startTime":1727804280131,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":1454,"timestamp":1237728709892,"id":460,"parentId":118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1727804280137,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":193,"timestamp":1237728711358,"id":461,"parentId":118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1727804280138,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":1623,"timestamp":1237728711560,"id":462,"parentId":118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1727804280138,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":1941,"timestamp":1237728713193,"id":463,"parentId":118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1727804280140,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":165,"timestamp":1237728721623,"id":465,"parentId":464,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":261,"timestamp":1237728721698,"id":467,"parentId":466,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":456,"timestamp":1237728721725,"id":469,"parentId":468,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":639,"timestamp":1237728721746,"id":471,"parentId":470,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":725,"timestamp":1237728721766,"id":473,"parentId":472,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":932,"timestamp":1237728721784,"id":475,"parentId":474,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":866,"timestamp":1237728721920,"id":477,"parentId":476,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":771,"timestamp":1237728722016,"id":479,"parentId":478,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":558,"timestamp":1237728722230,"id":481,"parentId":480,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":355,"timestamp":1237728722434,"id":483,"parentId":482,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":235,"timestamp":1237728722555,"id":485,"parentId":484,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":46,"timestamp":1237728722745,"id":487,"parentId":486,"tags":{},"startTime":1727804280150,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":14,"timestamp":1237728723197,"id":488,"parentId":476,"tags":{},"startTime":1727804280150,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":5,"timestamp":1237728723227,"id":489,"parentId":478,"tags":{},"startTime":1727804280150,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":4,"timestamp":1237728723238,"id":490,"parentId":480,"tags":{},"startTime":1727804280150,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":8,"timestamp":1237728723367,"id":491,"parentId":482,"tags":{},"startTime":1727804280150,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":2,"timestamp":1237728723390,"id":492,"parentId":484,"tags":{},"startTime":1727804280150,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":0,"timestamp":1237728723399,"id":493,"parentId":486,"tags":{},"startTime":1727804280150,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":1601,"timestamp":1237728721802,"id":476,"parentId":464,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":1439,"timestamp":1237728721965,"id":478,"parentId":466,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":1219,"timestamp":1237728722186,"id":480,"parentId":468,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":1013,"timestamp":1237728722392,"id":482,"parentId":470,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":910,"timestamp":1237728722496,"id":484,"parentId":472,"tags":{},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":685,"timestamp":1237728722722,"id":486,"parentId":474,"tags":{},"startTime":1727804280150,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":2114,"timestamp":1237728721571,"id":464,"parentId":459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/background-newsletter.jpg","layer":"ssr"},"startTime":1727804280148,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":2170,"timestamp":1237728721645,"id":466,"parentId":459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/background3.jpg","layer":"ssr"},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"build-module-svg","duration":2213,"timestamp":1237728721703,"id":468,"parentId":459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/mirage.svg","layer":"ssr"},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"build-module-svg","duration":2277,"timestamp":1237728721728,"id":470,"parentId":459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/statickit.svg","layer":"ssr"},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"build-module-svg","duration":2339,"timestamp":1237728721749,"id":472,"parentId":459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/transistor.svg","layer":"ssr"},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"build-module-svg","duration":2402,"timestamp":1237728721768,"id":474,"parentId":459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/tuple.svg","layer":"ssr"},"startTime":1727804280149,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4254,"timestamp":1237728726264,"id":496,"parentId":495,"tags":{},"startTime":1727804280153,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4419,"timestamp":1237728726106,"id":495,"parentId":494,"tags":{},"startTime":1727804280153,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13012,"timestamp":1237728725094,"id":494,"parentId":459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/disclosure/disclosure.js","layer":"ssr"},"startTime":1727804280152,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9826,"timestamp":1237728730135,"id":513,"parentId":512,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9883,"timestamp":1237728730086,"id":512,"parentId":499,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":11597,"timestamp":1237728729618,"id":499,"parentId":460,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx","layer":"ssr"},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11206,"timestamp":1237728730084,"id":511,"parentId":510,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11263,"timestamp":1237728730033,"id":510,"parentId":498,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":13993,"timestamp":1237728729542,"id":498,"parentId":459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Speakers.jsx","layer":"ssr"},"startTime":1727804280156,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13559,"timestamp":1237728730030,"id":509,"parentId":508,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13656,"timestamp":1237728729935,"id":508,"parentId":497,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":16643,"timestamp":1237728729138,"id":497,"parentId":459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Schedule.jsx","layer":"ssr"},"startTime":1727804280156,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15654,"timestamp":1237728730167,"id":515,"parentId":514,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15686,"timestamp":1237728730137,"id":514,"parentId":500,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17515,"timestamp":1237728729687,"id":500,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17003,"timestamp":1237728730220,"id":523,"parentId":522,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":17016,"timestamp":1237728730209,"id":522,"parentId":504,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18228,"timestamp":1237728729807,"id":504,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17918,"timestamp":1237728730182,"id":517,"parentId":516,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":17934,"timestamp":1237728730169,"id":516,"parentId":501,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20748,"timestamp":1237728729718,"id":501,"parentId":459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/image-component.js","layer":"ssr"},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20364,"timestamp":1237728730195,"id":519,"parentId":518,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20378,"timestamp":1237728730184,"id":518,"parentId":502,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":24127,"timestamp":1237728729748,"id":502,"parentId":459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/link.js","layer":"ssr"},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23695,"timestamp":1237728730234,"id":525,"parentId":524,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23710,"timestamp":1237728730222,"id":524,"parentId":505,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26857,"timestamp":1237728729845,"id":505,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":26472,"timestamp":1237728730259,"id":529,"parentId":528,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":26485,"timestamp":1237728730248,"id":528,"parentId":507,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27407,"timestamp":1237728729904,"id":507,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27155,"timestamp":1237728730208,"id":521,"parentId":520,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27168,"timestamp":1237728730197,"id":520,"parentId":503,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31602,"timestamp":1237728729778,"id":503,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router.js","layer":"ssr"},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31167,"timestamp":1237728730246,"id":527,"parentId":526,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31180,"timestamp":1237728730235,"id":526,"parentId":506,"tags":{},"startTime":1727804280157,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32450,"timestamp":1237728729877,"id":506,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/not-found-boundary.js","layer":"ssr"},"startTime":1727804280157,"traceId":"ed4341945b6604eb"}] -[{"name":"read-resource","duration":686,"timestamp":1237728815174,"id":544,"parentId":530,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":749,"timestamp":1237728815189,"id":545,"parentId":531,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":779,"timestamp":1237728815192,"id":546,"parentId":533,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":826,"timestamp":1237728815194,"id":547,"parentId":534,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":863,"timestamp":1237728815196,"id":548,"parentId":539,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":322,"timestamp":1237728815976,"id":567,"parentId":533,"tags":{},"startTime":1727804280243,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":277,"timestamp":1237728816023,"id":568,"parentId":534,"tags":{},"startTime":1727804280243,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":239,"timestamp":1237728816062,"id":569,"parentId":539,"tags":{},"startTime":1727804280243,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":2468,"timestamp":1237728814581,"id":533,"parentId":501,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":2871,"timestamp":1237728814652,"id":534,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/api/image.js","layer":"ssr"},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3218,"timestamp":1237728814835,"id":539,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5330,"timestamp":1237728815400,"id":550,"parentId":549,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5381,"timestamp":1237728815357,"id":549,"parentId":532,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7068,"timestamp":1237728814538,"id":532,"parentId":501,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-loader.js","layer":"ssr"},"startTime":1727804280241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6195,"timestamp":1237728815435,"id":554,"parentId":553,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6210,"timestamp":1237728815422,"id":553,"parentId":536,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7211,"timestamp":1237728814747,"id":536,"parentId":501,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config.js","layer":"ssr"},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6529,"timestamp":1237728815449,"id":556,"parentId":555,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6544,"timestamp":1237728815436,"id":555,"parentId":537,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9476,"timestamp":1237728814777,"id":537,"parentId":504,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/search-params.js","layer":"ssr"},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8838,"timestamp":1237728815462,"id":558,"parentId":557,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8851,"timestamp":1237728815450,"id":557,"parentId":538,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9844,"timestamp":1237728814807,"id":538,"parentId":501,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9103,"timestamp":1237728815569,"id":562,"parentId":561,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9150,"timestamp":1237728815523,"id":561,"parentId":541,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":9981,"timestamp":1237728814963,"id":541,"parentId":499,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Container.jsx","layer":"ssr"},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9442,"timestamp":1237728815521,"id":560,"parentId":559,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9501,"timestamp":1237728815464,"id":559,"parentId":540,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":10337,"timestamp":1237728814896,"id":540,"parentId":499,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Button.jsx","layer":"ssr"},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9037,"timestamp":1237728816211,"id":571,"parentId":570,"tags":{},"startTime":1727804280243,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9065,"timestamp":1237728816185,"id":570,"parentId":530,"tags":{},"startTime":1727804280243,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11347,"timestamp":1237728814033,"id":530,"parentId":499,"tags":{"name":"__barrel_optimize__?names=Bars3Icon,XMarkIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/index.js","layer":"ssr"},"startTime":1727804280241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14046,"timestamp":1237728815665,"id":566,"parentId":565,"tags":{},"startTime":1727804280243,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14102,"timestamp":1237728815617,"id":565,"parentId":543,"tags":{},"startTime":1727804280243,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":15095,"timestamp":1237728815090,"id":543,"parentId":497,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/BackgroundImage.jsx","layer":"ssr"},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16582,"timestamp":1237728816296,"id":573,"parentId":572,"tags":{},"startTime":1727804280243,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16617,"timestamp":1237728816265,"id":572,"parentId":531,"tags":{},"startTime":1727804280243,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18612,"timestamp":1237728814481,"id":531,"parentId":498,"tags":{"name":"__barrel_optimize__?names=Tab,TabGroup,TabList,TabPanel,TabPanels!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/headlessui.esm.js","layer":"ssr"},"startTime":1727804280241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19486,"timestamp":1237728815420,"id":552,"parentId":551,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19505,"timestamp":1237728815404,"id":551,"parentId":535,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23237,"timestamp":1237728814714,"id":535,"parentId":501,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/get-img-props.js","layer":"ssr"},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22418,"timestamp":1237728815616,"id":564,"parentId":563,"tags":{},"startTime":1727804280243,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22465,"timestamp":1237728815571,"id":563,"parentId":542,"tags":{},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":27621,"timestamp":1237728815028,"id":542,"parentId":499,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx","layer":"ssr"},"startTime":1727804280242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15427,"timestamp":1237728827326,"id":582,"parentId":581,"tags":{},"startTime":1727804280254,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15449,"timestamp":1237728827306,"id":581,"parentId":576,"tags":{},"startTime":1727804280254,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16403,"timestamp":1237728826638,"id":576,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/close-provider.js","layer":"ssr"},"startTime":1727804280254,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15758,"timestamp":1237728827304,"id":580,"parentId":579,"tags":{},"startTime":1727804280254,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15781,"timestamp":1237728827283,"id":579,"parentId":575,"tags":{},"startTime":1727804280254,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16898,"timestamp":1237728826592,"id":575,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/open-closed.js","layer":"ssr"},"startTime":1727804280254,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16245,"timestamp":1237728827279,"id":578,"parentId":577,"tags":{},"startTime":1727804280254,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16289,"timestamp":1237728827237,"id":577,"parentId":574,"tags":{},"startTime":1727804280254,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17322,"timestamp":1237728826497,"id":574,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/keyboard.js","layer":"ssr"},"startTime":1727804280253,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":697,"timestamp":1237728856376,"id":661,"parentId":652,"tags":{},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":757,"timestamp":1237728856381,"id":662,"parentId":654,"tags":{},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":811,"timestamp":1237728856384,"id":663,"parentId":655,"tags":{},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":149,"timestamp":1237728857090,"id":694,"parentId":652,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":98,"timestamp":1237728857143,"id":695,"parentId":654,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237728857198,"id":696,"parentId":655,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":1537,"timestamp":1237728855990,"id":652,"parentId":540,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/api/link.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":2873,"timestamp":1237728856092,"id":654,"parentId":537,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3190,"timestamp":1237728856156,"id":655,"parentId":537,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7704,"timestamp":1237728851688,"id":608,"parentId":607,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7725,"timestamp":1237728851670,"id":607,"parentId":585,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8753,"timestamp":1237728850920,"id":585,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/start-transition.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8050,"timestamp":1237728851644,"id":604,"parentId":603,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8099,"timestamp":1237728851596,"id":603,"parentId":583,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9259,"timestamp":1237728850767,"id":583,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/match.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8378,"timestamp":1237728851668,"id":606,"parentId":605,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8401,"timestamp":1237728851647,"id":605,"parentId":584,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9988,"timestamp":1237728850872,"id":584,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/bugs.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9184,"timestamp":1237728851707,"id":610,"parentId":609,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9204,"timestamp":1237728851690,"id":609,"parentId":586,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10219,"timestamp":1237728850961,"id":586,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/owner.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9443,"timestamp":1237728851758,"id":616,"parentId":615,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9457,"timestamp":1237728851746,"id":615,"parentId":589,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11204,"timestamp":1237728851075,"id":589,"parentId":502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/get-domain-locale.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10578,"timestamp":1237728851772,"id":618,"parentId":617,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10595,"timestamp":1237728851761,"id":617,"parentId":590,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13263,"timestamp":1237728851105,"id":590,"parentId":502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/resolve-href.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12676,"timestamp":1237728851744,"id":614,"parentId":613,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12695,"timestamp":1237728851727,"id":613,"parentId":588,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14317,"timestamp":1237728851041,"id":588,"parentId":502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/use-intersection.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13687,"timestamp":1237728851725,"id":612,"parentId":611,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13705,"timestamp":1237728851709,"id":611,"parentId":587,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17135,"timestamp":1237728850998,"id":587,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/render.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16361,"timestamp":1237728851813,"id":624,"parentId":623,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16376,"timestamp":1237728851801,"id":623,"parentId":593,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17398,"timestamp":1237728851234,"id":593,"parentId":500,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16882,"timestamp":1237728851786,"id":620,"parentId":619,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16895,"timestamp":1237728851774,"id":619,"parentId":591,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18814,"timestamp":1237728851135,"id":591,"parentId":502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18179,"timestamp":1237728851799,"id":622,"parentId":621,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18193,"timestamp":1237728851787,"id":621,"parentId":592,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20123,"timestamp":1237728851206,"id":592,"parentId":500,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19512,"timestamp":1237728851838,"id":628,"parentId":627,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19525,"timestamp":1237728851827,"id":627,"parentId":595,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20472,"timestamp":1237728851292,"id":595,"parentId":502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-locale.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19912,"timestamp":1237728851869,"id":632,"parentId":631,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19932,"timestamp":1237728851852,"id":631,"parentId":597,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20627,"timestamp":1237728851345,"id":597,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-id.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-transform","duration":20287,"timestamp":1237728851850,"id":630,"parentId":629,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20300,"timestamp":1237728851839,"id":629,"parentId":596,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21235,"timestamp":1237728851319,"id":596,"parentId":502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20692,"timestamp":1237728851888,"id":634,"parentId":633,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20710,"timestamp":1237728851871,"id":633,"parentId":598,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21674,"timestamp":1237728851378,"id":598,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-active-press.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21258,"timestamp":1237728851825,"id":626,"parentId":625,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21271,"timestamp":1237728851814,"id":625,"parentId":594,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23073,"timestamp":1237728851261,"id":594,"parentId":501,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22393,"timestamp":1237728851959,"id":642,"parentId":641,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22410,"timestamp":1237728851943,"id":641,"parentId":602,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23066,"timestamp":1237728851506,"id":602,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-event.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27010,"timestamp":1237728851942,"id":640,"parentId":639,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27031,"timestamp":1237728851925,"id":639,"parentId":601,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27890,"timestamp":1237728851474,"id":601,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":28235,"timestamp":1237728851905,"id":636,"parentId":635,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":28254,"timestamp":1237728851889,"id":635,"parentId":599,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29803,"timestamp":1237728851410,"id":599,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-transition.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":29310,"timestamp":1237728851924,"id":638,"parentId":637,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":29328,"timestamp":1237728851907,"id":637,"parentId":600,"tags":{},"startTime":1727804280279,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":30193,"timestamp":1237728851441,"id":600,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js","layer":"ssr"},"startTime":1727804280278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":25100,"timestamp":1237728856552,"id":667,"parentId":666,"tags":{},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":25118,"timestamp":1237728856535,"id":666,"parentId":644,"tags":{},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26462,"timestamp":1237728855678,"id":644,"parentId":505,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":25623,"timestamp":1237728856531,"id":665,"parentId":664,"tags":{},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":25671,"timestamp":1237728856485,"id":664,"parentId":643,"tags":{},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26907,"timestamp":1237728855504,"id":643,"parentId":505,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1727804280282,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":25841,"timestamp":1237728856586,"id":671,"parentId":670,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":25860,"timestamp":1237728856569,"id":670,"parentId":646,"tags":{},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27191,"timestamp":1237728855787,"id":646,"parentId":502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":26432,"timestamp":1237728856567,"id":669,"parentId":668,"tags":{},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":26447,"timestamp":1237728856554,"id":668,"parentId":645,"tags":{},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27971,"timestamp":1237728855742,"id":645,"parentId":505,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27103,"timestamp":1237728856627,"id":677,"parentId":676,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27116,"timestamp":1237728856615,"id":676,"parentId":649,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":28183,"timestamp":1237728855902,"id":649,"parentId":505,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27510,"timestamp":1237728856601,"id":673,"parentId":672,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27524,"timestamp":1237728856588,"id":672,"parentId":647,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":30722,"timestamp":1237728855826,"id":647,"parentId":505,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":29981,"timestamp":1237728856614,"id":675,"parentId":674,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":29995,"timestamp":1237728856602,"id":674,"parentId":648,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31825,"timestamp":1237728855858,"id":648,"parentId":503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/use-reducer-with-devtools.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31064,"timestamp":1237728856640,"id":679,"parentId":678,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31077,"timestamp":1237728856628,"id":678,"parentId":650,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32073,"timestamp":1237728855931,"id":650,"parentId":503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31345,"timestamp":1237728856678,"id":685,"parentId":684,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31357,"timestamp":1237728856667,"id":684,"parentId":656,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32189,"timestamp":1237728856222,"id":656,"parentId":534,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-external.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31736,"timestamp":1237728856692,"id":687,"parentId":686,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31750,"timestamp":1237728856679,"id":686,"parentId":657,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32443,"timestamp":1237728856250,"id":657,"parentId":502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":32047,"timestamp":1237728856665,"id":683,"parentId":682,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":32060,"timestamp":1237728856654,"id":682,"parentId":653,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":33057,"timestamp":1237728856064,"id":653,"parentId":532,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/match-remote-pattern.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":32491,"timestamp":1237728856652,"id":681,"parentId":680,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":32504,"timestamp":1237728856641,"id":680,"parentId":651,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":33876,"timestamp":1237728855959,"id":651,"parentId":503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":33120,"timestamp":1237728856731,"id":693,"parentId":692,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":33134,"timestamp":1237728856719,"id":692,"parentId":660,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":34043,"timestamp":1237728856334,"id":660,"parentId":503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":33676,"timestamp":1237728856718,"id":691,"parentId":690,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":33688,"timestamp":1237728856707,"id":690,"parentId":659,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":34321,"timestamp":1237728856307,"id":659,"parentId":505,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":33942,"timestamp":1237728856705,"id":689,"parentId":688,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":33955,"timestamp":1237728856693,"id":688,"parentId":658,"tags":{},"startTime":1727804280284,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":35183,"timestamp":1237728856279,"id":658,"parentId":502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1727804280283,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5663,"timestamp":1237728913741,"id":712,"parentId":711,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5684,"timestamp":1237728913730,"id":711,"parentId":700,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6694,"timestamp":1237728913184,"id":700,"parentId":503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1727804280340,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6204,"timestamp":1237728913695,"id":706,"parentId":705,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6248,"timestamp":1237728913653,"id":705,"parentId":697,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7354,"timestamp":1237728913011,"id":697,"parentId":503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-base-path.js","layer":"ssr"},"startTime":1727804280340,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6667,"timestamp":1237728913714,"id":708,"parentId":707,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6684,"timestamp":1237728913698,"id":707,"parentId":698,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7626,"timestamp":1237728913113,"id":698,"parentId":503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1727804280340,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7028,"timestamp":1237728913728,"id":710,"parentId":709,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7042,"timestamp":1237728913715,"id":709,"parentId":699,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7977,"timestamp":1237728913152,"id":699,"parentId":503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1727804280340,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7366,"timestamp":1237728913780,"id":718,"parentId":717,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7379,"timestamp":1237728913768,"id":717,"parentId":703,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8147,"timestamp":1237728913274,"id":703,"parentId":535,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"ssr"},"startTime":1727804280340,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7784,"timestamp":1237728913754,"id":714,"parentId":713,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7797,"timestamp":1237728913743,"id":713,"parentId":701,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8684,"timestamp":1237728913212,"id":701,"parentId":506,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1727804280340,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":642,"timestamp":1237728923073,"id":742,"parentId":726,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":474,"timestamp":1237728923724,"id":777,"parentId":726,"tags":{},"startTime":1727804280351,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":2518,"timestamp":1237728922461,"id":726,"parentId":654,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/url.js","layer":"ssr"},"startTime":1727804280349,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11783,"timestamp":1237728913793,"id":720,"parentId":719,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11799,"timestamp":1237728913782,"id":719,"parentId":704,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12679,"timestamp":1237728913301,"id":704,"parentId":505,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1727804280340,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12635,"timestamp":1237728913767,"id":716,"parentId":715,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12650,"timestamp":1237728913755,"id":715,"parentId":702,"tags":{},"startTime":1727804280341,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14680,"timestamp":1237728913247,"id":702,"parentId":503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router-announcer.js","layer":"ssr"},"startTime":1727804280340,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7993,"timestamp":1237728923238,"id":750,"parentId":749,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8026,"timestamp":1237728923213,"id":749,"parentId":723,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9438,"timestamp":1237728922292,"id":723,"parentId":530,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/Bars3Icon.js","layer":"ssr"},"startTime":1727804280349,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8559,"timestamp":1237728923192,"id":746,"parentId":745,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8601,"timestamp":1237728923152,"id":745,"parentId":721,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10086,"timestamp":1237728922143,"id":721,"parentId":505,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1727804280349,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9038,"timestamp":1237728923212,"id":748,"parentId":747,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9055,"timestamp":1237728923195,"id":747,"parentId":722,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"}] -[{"name":"build-module-js","duration":10698,"timestamp":1237728922251,"id":722,"parentId":503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"ssr"},"startTime":1727804280349,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9691,"timestamp":1237728923276,"id":754,"parentId":753,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9706,"timestamp":1237728923263,"id":753,"parentId":727,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10854,"timestamp":1237728922526,"id":727,"parentId":654,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1727804280349,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10106,"timestamp":1237728923289,"id":756,"parentId":755,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10119,"timestamp":1237728923277,"id":755,"parentId":728,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11197,"timestamp":1237728922557,"id":728,"parentId":654,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1727804280349,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10514,"timestamp":1237728923262,"id":752,"parentId":751,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10537,"timestamp":1237728923240,"id":751,"parentId":724,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11693,"timestamp":1237728922339,"id":724,"parentId":530,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/XMarkIcon.js","layer":"ssr"},"startTime":1727804280349,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":765,"timestamp":1237728935003,"id":789,"parentId":785,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":986,"timestamp":1237728935779,"id":810,"parentId":785,"tags":{},"startTime":1727804280363,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12381,"timestamp":1237728934790,"id":785,"parentId":653,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/picomatch/index.js","layer":"ssr"},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":25014,"timestamp":1237728923342,"id":762,"parentId":761,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":25035,"timestamp":1237728923325,"id":761,"parentId":731,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26035,"timestamp":1237728922657,"id":731,"parentId":587,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/class-names.js","layer":"ssr"},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":25353,"timestamp":1237728923360,"id":764,"parentId":763,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":25371,"timestamp":1237728923344,"id":763,"parentId":733,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26684,"timestamp":1237728922761,"id":733,"parentId":589,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":26149,"timestamp":1237728923323,"id":760,"parentId":759,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":26170,"timestamp":1237728923304,"id":759,"parentId":730,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27402,"timestamp":1237728922622,"id":730,"parentId":586,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/env.js","layer":"ssr"},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":26668,"timestamp":1237728923374,"id":766,"parentId":765,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":26682,"timestamp":1237728923362,"id":765,"parentId":734,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27705,"timestamp":1237728922792,"id":734,"parentId":588,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/request-idle-callback.js","layer":"ssr"},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27162,"timestamp":1237728923404,"id":770,"parentId":769,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27176,"timestamp":1237728923392,"id":769,"parentId":736,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27928,"timestamp":1237728922849,"id":736,"parentId":590,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"ssr"},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27406,"timestamp":1237728923391,"id":768,"parentId":767,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27423,"timestamp":1237728923375,"id":767,"parentId":735,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":28545,"timestamp":1237728922822,"id":735,"parentId":590,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"ssr"},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27954,"timestamp":1237728923436,"id":774,"parentId":773,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27974,"timestamp":1237728923418,"id":773,"parentId":738,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":28767,"timestamp":1237728922903,"id":738,"parentId":598,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-disposables.js","layer":"ssr"},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":28684,"timestamp":1237728923417,"id":772,"parentId":771,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":28698,"timestamp":1237728923405,"id":771,"parentId":737,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29691,"timestamp":1237728922877,"id":737,"parentId":590,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"ssr"},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":29865,"timestamp":1237728923449,"id":776,"parentId":775,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":29880,"timestamp":1237728923438,"id":775,"parentId":740,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31141,"timestamp":1237728923017,"id":740,"parentId":593,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31921,"timestamp":1237728923302,"id":758,"parentId":757,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31936,"timestamp":1237728923290,"id":757,"parentId":729,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":35324,"timestamp":1237728922585,"id":729,"parentId":503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/app/hot-reloader-client.js","layer":"ssr"},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22488,"timestamp":1237728935474,"id":797,"parentId":796,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22503,"timestamp":1237728935461,"id":796,"parentId":781,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23547,"timestamp":1237728934646,"id":781,"parentId":594,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-mode.js","layer":"ssr"},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22750,"timestamp":1237728935460,"id":795,"parentId":794,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22770,"timestamp":1237728935441,"id":794,"parentId":780,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23830,"timestamp":1237728934608,"id":780,"parentId":596,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"ssr"},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23038,"timestamp":1237728935418,"id":791,"parentId":790,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23080,"timestamp":1237728935378,"id":790,"parentId":778,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":24419,"timestamp":1237728934476,"id":778,"parentId":592,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1727804280361,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23477,"timestamp":1237728935437,"id":793,"parentId":792,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23494,"timestamp":1237728935422,"id":792,"parentId":779,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":24779,"timestamp":1237728934567,"id":779,"parentId":594,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/side-effect.js","layer":"ssr"},"startTime":1727804280361,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23834,"timestamp":1237728935528,"id":803,"parentId":802,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23854,"timestamp":1237728935510,"id":802,"parentId":784,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":24806,"timestamp":1237728934749,"id":784,"parentId":599,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/once.js","layer":"ssr"},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":24061,"timestamp":1237728935509,"id":801,"parentId":800,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":24082,"timestamp":1237728935488,"id":800,"parentId":783,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":25053,"timestamp":1237728934708,"id":783,"parentId":602,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-latest-value.js","layer":"ssr"},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":24213,"timestamp":1237728935564,"id":807,"parentId":806,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":24231,"timestamp":1237728935548,"id":806,"parentId":787,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":25053,"timestamp":1237728934895,"id":787,"parentId":599,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js","layer":"ssr"},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":24545,"timestamp":1237728935487,"id":799,"parentId":798,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":24558,"timestamp":1237728935475,"id":798,"parentId":782,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":25740,"timestamp":1237728934678,"id":782,"parentId":592,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":24890,"timestamp":1237728935546,"id":805,"parentId":804,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":24908,"timestamp":1237728935529,"id":804,"parentId":786,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":25928,"timestamp":1237728934861,"id":786,"parentId":599,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-flags.js","layer":"ssr"},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":25226,"timestamp":1237728935582,"id":809,"parentId":808,"tags":{},"startTime":1727804280363,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":25243,"timestamp":1237728935566,"id":808,"parentId":788,"tags":{},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26359,"timestamp":1237728934930,"id":788,"parentId":599,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/disposables.js","layer":"ssr"},"startTime":1727804280362,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":49757,"timestamp":1237728923076,"id":743,"parentId":732,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":97,"timestamp":1237728972885,"id":853,"parentId":732,"tags":{},"startTime":1727804280400,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":50585,"timestamp":1237728922692,"id":732,"parentId":499,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js","layer":"ssr"},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":50239,"timestamp":1237728923057,"id":741,"parentId":725,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237728973305,"id":854,"parentId":725,"tags":{},"startTime":1727804280400,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":51091,"timestamp":1237728922381,"id":725,"parentId":501,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1727804280349,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":50407,"timestamp":1237728923082,"id":744,"parentId":739,"tags":{},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237728973495,"id":855,"parentId":739,"tags":{},"startTime":1727804280400,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":50680,"timestamp":1237728922952,"id":739,"parentId":501,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1727804280350,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4961,"timestamp":1237728971724,"id":838,"parentId":837,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5012,"timestamp":1237728971680,"id":837,"parentId":814,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6227,"timestamp":1237728971129,"id":814,"parentId":647,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5618,"timestamp":1237728971759,"id":842,"parentId":841,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5634,"timestamp":1237728971745,"id":841,"parentId":816,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6564,"timestamp":1237728971209,"id":816,"parentId":647,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6055,"timestamp":1237728971743,"id":840,"parentId":839,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6072,"timestamp":1237728971727,"id":839,"parentId":815,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7456,"timestamp":1237728971176,"id":815,"parentId":648,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6868,"timestamp":1237728971795,"id":846,"parentId":845,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6883,"timestamp":1237728971782,"id":845,"parentId":832,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8199,"timestamp":1237728971456,"id":832,"parentId":651,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7873,"timestamp":1237728971808,"id":848,"parentId":847,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7887,"timestamp":1237728971796,"id":847,"parentId":833,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9069,"timestamp":1237728971487,"id":833,"parentId":651,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15209,"timestamp":1237728971780,"id":844,"parentId":843,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15237,"timestamp":1237728971760,"id":843,"parentId":831,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":19189,"timestamp":1237728971420,"id":831,"parentId":531,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/tabs/tabs.js","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18828,"timestamp":1237728971821,"id":850,"parentId":849,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":18989,"timestamp":1237728971809,"id":849,"parentId":834,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20574,"timestamp":1237728971513,"id":834,"parentId":651,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20281,"timestamp":1237728971833,"id":852,"parentId":851,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20294,"timestamp":1237728971822,"id":851,"parentId":835,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21378,"timestamp":1237728971544,"id":835,"parentId":651,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":30421,"timestamp":1237728962930,"id":812,"parentId":811,"tags":{},"startTime":1727804280390,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":62,"timestamp":1237728993362,"id":884,"parentId":811,"tags":{},"startTime":1727804280420,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31087,"timestamp":1237728962654,"id":811,"parentId":644,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"ssr"},"startTime":1727804280390,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10449,"timestamp":1237728984335,"id":883,"parentId":882,"tags":{},"startTime":1727804280411,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10480,"timestamp":1237728984309,"id":882,"parentId":879,"tags":{},"startTime":1727804280411,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11232,"timestamp":1237728983854,"id":879,"parentId":788,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/micro-task.js","layer":"ssr"},"startTime":1727804280411,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10804,"timestamp":1237728984304,"id":881,"parentId":880,"tags":{},"startTime":1727804280411,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10848,"timestamp":1237728984262,"id":880,"parentId":878,"tags":{},"startTime":1727804280411,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11719,"timestamp":1237728983800,"id":878,"parentId":698,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1727804280411,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":839,"timestamp":1237728996942,"id":901,"parentId":885,"tags":{},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2314,"timestamp":1237728997791,"id":916,"parentId":885,"tags":{},"startTime":1727804280425,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4344,"timestamp":1237728996358,"id":885,"parentId":732,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1727804280423,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":35051,"timestamp":1237728971318,"id":822,"parentId":821,"tags":{},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":34,"timestamp":1237729006513,"id":918,"parentId":917,"tags":{},"startTime":1727804280433,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":5,"timestamp":1237729006643,"id":919,"parentId":917,"tags":{},"startTime":1727804280434,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":272,"timestamp":1237729006390,"id":917,"parentId":821,"tags":{},"startTime":1727804280433,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":35577,"timestamp":1237728971299,"id":821,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/andrew-greene.jpg","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":35621,"timestamp":1237728971265,"id":818,"parentId":817,"tags":{},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":14,"timestamp":1237729006991,"id":921,"parentId":920,"tags":{},"startTime":1727804280434,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":2,"timestamp":1237729007070,"id":922,"parentId":920,"tags":{},"startTime":1727804280434,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":186,"timestamp":1237729006895,"id":920,"parentId":817,"tags":{},"startTime":1727804280434,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":35944,"timestamp":1237728971240,"id":817,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/cathlene-burrage.jpg","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":35900,"timestamp":1237728971292,"id":820,"parentId":819,"tags":{},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":11,"timestamp":1237729007297,"id":924,"parentId":923,"tags":{},"startTime":1727804280434,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":2,"timestamp":1237729007469,"id":925,"parentId":923,"tags":{},"startTime":1727804280434,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":282,"timestamp":1237729007197,"id":923,"parentId":819,"tags":{},"startTime":1727804280434,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":36300,"timestamp":1237728971274,"id":819,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/damaris-kimura.jpg","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":36001,"timestamp":1237728971581,"id":836,"parentId":813,"tags":{},"startTime":1727804280399,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52,"timestamp":1237729007588,"id":926,"parentId":813,"tags":{},"startTime":1727804280435,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":36787,"timestamp":1237728971000,"id":813,"parentId":501,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":36455,"timestamp":1237728971342,"id":824,"parentId":823,"tags":{},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":13,"timestamp":1237729007892,"id":928,"parentId":927,"tags":{},"startTime":1727804280435,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":2,"timestamp":1237729007955,"id":929,"parentId":927,"tags":{},"startTime":1727804280435,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":161,"timestamp":1237729007802,"id":927,"parentId":823,"tags":{},"startTime":1727804280435,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":36724,"timestamp":1237728971325,"id":823,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/dianne-guilianelli.jpg","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":36683,"timestamp":1237728971412,"id":830,"parentId":829,"tags":{},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":12,"timestamp":1237729008204,"id":931,"parentId":930,"tags":{},"startTime":1727804280435,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729008267,"id":932,"parentId":930,"tags":{},"startTime":1727804280435,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":173,"timestamp":1237729008100,"id":930,"parentId":829,"tags":{},"startTime":1727804280435,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":36959,"timestamp":1237728971395,"id":829,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/giordano-sagucio.jpg","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10873,"timestamp":1237728997552,"id":905,"parentId":904,"tags":{},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10895,"timestamp":1237728997533,"id":904,"parentId":895,"tags":{},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11996,"timestamp":1237728996731,"id":895,"parentId":733,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11216,"timestamp":1237728997529,"id":903,"parentId":902,"tags":{},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11260,"timestamp":1237728997486,"id":902,"parentId":894,"tags":{},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12443,"timestamp":1237728996684,"id":894,"parentId":740,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11579,"timestamp":1237728997568,"id":907,"parentId":906,"tags":{},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11594,"timestamp":1237728997554,"id":906,"parentId":896,"tags":{},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12666,"timestamp":1237728996766,"id":896,"parentId":733,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11872,"timestamp":1237728997581,"id":909,"parentId":908,"tags":{},"startTime":1727804280425,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11885,"timestamp":1237728997569,"id":908,"parentId":897,"tags":{},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13008,"timestamp":1237728996797,"id":897,"parentId":737,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"ssr"},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13352,"timestamp":1237728997622,"id":915,"parentId":914,"tags":{},"startTime":1727804280425,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13367,"timestamp":1237728997610,"id":914,"parentId":900,"tags":{},"startTime":1727804280425,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14764,"timestamp":1237728996896,"id":900,"parentId":729,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":"ssr"},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14096,"timestamp":1237728997594,"id":911,"parentId":910,"tags":{},"startTime":1727804280425,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14109,"timestamp":1237728997583,"id":910,"parentId":898,"tags":{},"startTime":1727804280425,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15992,"timestamp":1237728996836,"id":898,"parentId":737,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"ssr"},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15244,"timestamp":1237728997608,"id":913,"parentId":912,"tags":{},"startTime":1727804280425,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15258,"timestamp":1237728997596,"id":912,"parentId":899,"tags":{},"startTime":1727804280425,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16758,"timestamp":1237728996865,"id":899,"parentId":729,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/app/ReactDevOverlay.js","layer":"ssr"},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":43737,"timestamp":1237728975101,"id":859,"parentId":858,"tags":{},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":30,"timestamp":1237729018957,"id":944,"parentId":943,"tags":{},"startTime":1727804280446,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":3,"timestamp":1237729019060,"id":945,"parentId":943,"tags":{},"startTime":1727804280446,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":221,"timestamp":1237729018851,"id":943,"parentId":858,"tags":{},"startTime":1727804280446,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":44161,"timestamp":1237728975079,"id":858,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/ibrahim-frasch.jpg","layer":"ssr"},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":43785,"timestamp":1237728975464,"id":869,"parentId":865,"tags":{},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":51,"timestamp":1237729019255,"id":946,"parentId":865,"tags":{},"startTime":1727804280446,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":44195,"timestamp":1237728975235,"id":865,"parentId":501,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/router-context.js","layer":"ssr"},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":44293,"timestamp":1237728975145,"id":863,"parentId":862,"tags":{},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":12,"timestamp":1237729019522,"id":948,"parentId":947,"tags":{},"startTime":1727804280446,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":2,"timestamp":1237729019581,"id":949,"parentId":947,"tags":{},"startTime":1727804280447,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":147,"timestamp":1237729019444,"id":947,"parentId":862,"tags":{},"startTime":1727804280446,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":44580,"timestamp":1237728975128,"id":862,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/jaquelin-isch.jpg","layer":"ssr"},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":44263,"timestamp":1237728975458,"id":868,"parentId":864,"tags":{},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237729019727,"id":950,"parentId":864,"tags":{},"startTime":1727804280447,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":44717,"timestamp":1237728975150,"id":864,"parentId":501,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/image-config-context.js","layer":"ssr"},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":44410,"timestamp":1237728975467,"id":870,"parentId":866,"tags":{},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237729019883,"id":951,"parentId":866,"tags":{},"startTime":1727804280447,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":44719,"timestamp":1237728975306,"id":866,"parentId":502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":48945,"timestamp":1237728971365,"id":826,"parentId":825,"tags":{},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":11,"timestamp":1237729020431,"id":953,"parentId":952,"tags":{},"startTime":1727804280447,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":2,"timestamp":1237729020494,"id":954,"parentId":952,"tags":{},"startTime":1727804280447,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":191,"timestamp":1237729020318,"id":952,"parentId":825,"tags":{},"startTime":1727804280447,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":49259,"timestamp":1237728971349,"id":825,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/erhart-cockrin.jpg","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":45144,"timestamp":1237728975471,"id":871,"parentId":867,"tags":{},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237729020621,"id":955,"parentId":867,"tags":{},"startTime":1727804280448,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":45378,"timestamp":1237728975382,"id":867,"parentId":503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":49378,"timestamp":1237728971389,"id":828,"parentId":827,"tags":{},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":9,"timestamp":1237729020879,"id":957,"parentId":956,"tags":{},"startTime":1727804280448,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729020929,"id":958,"parentId":956,"tags":{},"startTime":1727804280448,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":164,"timestamp":1237729020773,"id":956,"parentId":827,"tags":{},"startTime":1727804280448,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":49665,"timestamp":1237728971372,"id":827,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/gordon-sanderson.jpg","layer":"ssr"},"startTime":1727804280398,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":51339,"timestamp":1237728975124,"id":861,"parentId":860,"tags":{},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":23,"timestamp":1237729026637,"id":976,"parentId":975,"tags":{},"startTime":1727804280454,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":3,"timestamp":1237729026736,"id":977,"parentId":975,"tags":{},"startTime":1727804280454,"traceId":"ed4341945b6604eb"}] -[{"name":"next-image-loader","duration":431,"timestamp":1237729026480,"id":975,"parentId":860,"tags":{},"startTime":1727804280453,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":52008,"timestamp":1237728975106,"id":860,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/parker-johnson.jpg","layer":"ssr"},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":43407,"timestamp":1237728983733,"id":873,"parentId":872,"tags":{},"startTime":1727804280411,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":10,"timestamp":1237729027232,"id":979,"parentId":978,"tags":{},"startTime":1727804280454,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":2,"timestamp":1237729027288,"id":980,"parentId":978,"tags":{},"startTime":1727804280454,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":149,"timestamp":1237729027148,"id":978,"parentId":872,"tags":{},"startTime":1727804280454,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":43727,"timestamp":1237728983674,"id":872,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/piers-wilkins.jpg","layer":"ssr"},"startTime":1727804280411,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":43650,"timestamp":1237728983769,"id":875,"parentId":874,"tags":{},"startTime":1727804280411,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":9,"timestamp":1237729027514,"id":982,"parentId":981,"tags":{},"startTime":1727804280454,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":2,"timestamp":1237729027566,"id":983,"parentId":981,"tags":{},"startTime":1727804280454,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":148,"timestamp":1237729027426,"id":981,"parentId":874,"tags":{},"startTime":1727804280454,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":43917,"timestamp":1237728983746,"id":874,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/kimberly-parsons.jpg","layer":"ssr"},"startTime":1727804280411,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6357,"timestamp":1237729023837,"id":972,"parentId":971,"tags":{},"startTime":1727804280451,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6404,"timestamp":1237729023797,"id":971,"parentId":965,"tags":{},"startTime":1727804280451,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7490,"timestamp":1237729023429,"id":965,"parentId":590,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"ssr"},"startTime":1727804280450,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7087,"timestamp":1237729023858,"id":974,"parentId":973,"tags":{},"startTime":1727804280451,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7106,"timestamp":1237729023841,"id":973,"parentId":966,"tags":{},"startTime":1727804280451,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7856,"timestamp":1237729023480,"id":966,"parentId":782,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1727804280450,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":35048,"timestamp":1237728996650,"id":891,"parentId":890,"tags":{},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":21,"timestamp":1237729031804,"id":1005,"parentId":1004,"tags":{},"startTime":1727804280459,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":3,"timestamp":1237729031895,"id":1006,"parentId":1004,"tags":{},"startTime":1727804280459,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":197,"timestamp":1237729031710,"id":1004,"parentId":890,"tags":{},"startTime":1727804280459,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":35419,"timestamp":1237728996631,"id":890,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/waylon-hyden.jpg","layer":"ssr"},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":35476,"timestamp":1237728996583,"id":887,"parentId":886,"tags":{},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":11,"timestamp":1237729032156,"id":1008,"parentId":1007,"tags":{},"startTime":1727804280459,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":2,"timestamp":1237729032209,"id":1009,"parentId":1007,"tags":{},"startTime":1727804280459,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":151,"timestamp":1237729032065,"id":1007,"parentId":886,"tags":{},"startTime":1727804280459,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":35760,"timestamp":1237728996552,"id":886,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/steven-mchail.jpg","layer":"ssr"},"startTime":1727804280423,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":57253,"timestamp":1237728975067,"id":857,"parentId":856,"tags":{},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":9,"timestamp":1237729032555,"id":1011,"parentId":1010,"tags":{},"startTime":1727804280459,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729032604,"id":1012,"parentId":1010,"tags":{},"startTime":1727804280460,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":285,"timestamp":1237729032326,"id":1010,"parentId":856,"tags":{},"startTime":1727804280459,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":57684,"timestamp":1237728975018,"id":856,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/heather-terry.jpg","layer":"ssr"},"startTime":1727804280402,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":36089,"timestamp":1237728996620,"id":889,"parentId":888,"tags":{},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":8,"timestamp":1237729032809,"id":1014,"parentId":1013,"tags":{},"startTime":1727804280460,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729032876,"id":1015,"parentId":1013,"tags":{},"startTime":1727804280460,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":168,"timestamp":1237729032715,"id":1013,"parentId":888,"tags":{},"startTime":1727804280460,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":36362,"timestamp":1237728996600,"id":888,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/rinaldo-beynon.jpg","layer":"ssr"},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":49175,"timestamp":1237728983793,"id":877,"parentId":876,"tags":{},"startTime":1727804280411,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":7,"timestamp":1237729033085,"id":1017,"parentId":1016,"tags":{},"startTime":1727804280460,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729033132,"id":1018,"parentId":1016,"tags":{},"startTime":1727804280460,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":163,"timestamp":1237729032975,"id":1016,"parentId":876,"tags":{},"startTime":1727804280460,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":49442,"timestamp":1237728983775,"id":876,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/richard-astley.jpg","layer":"ssr"},"startTime":1727804280411,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7428,"timestamp":1237729029174,"id":999,"parentId":998,"tags":{},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7454,"timestamp":1237729029156,"id":998,"parentId":988,"tags":{},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8462,"timestamp":1237729028845,"id":988,"parentId":831,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/hidden.js","layer":"ssr"},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8184,"timestamp":1237729029155,"id":997,"parentId":996,"tags":{},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8207,"timestamp":1237729029134,"id":996,"parentId":987,"tags":{},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8937,"timestamp":1237729028807,"id":987,"parentId":831,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/focus-sentinel.js","layer":"ssr"},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8655,"timestamp":1237729029109,"id":993,"parentId":992,"tags":{},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8730,"timestamp":1237729029036,"id":992,"parentId":984,"tags":{},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":9435,"timestamp":1237729028548,"id":984,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/DiamondIcon.jsx","layer":"ssr"},"startTime":1727804280455,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8793,"timestamp":1237729029213,"id":1003,"parentId":1002,"tags":{},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8813,"timestamp":1237729029195,"id":1002,"parentId":990,"tags":{},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9844,"timestamp":1237729028916,"id":990,"parentId":831,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/stable-collection.js","layer":"ssr"},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9691,"timestamp":1237729029132,"id":995,"parentId":994,"tags":{},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9714,"timestamp":1237729029113,"id":994,"parentId":986,"tags":{},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11024,"timestamp":1237729028770,"id":986,"parentId":815,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10721,"timestamp":1237729029193,"id":1001,"parentId":1000,"tags":{},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10741,"timestamp":1237729029176,"id":1000,"parentId":989,"tags":{},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12563,"timestamp":1237729028881,"id":989,"parentId":831,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/focus-management.js","layer":"ssr"},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":44787,"timestamp":1237728996676,"id":893,"parentId":892,"tags":{},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":22,"timestamp":1237729041612,"id":1046,"parentId":1045,"tags":{},"startTime":1727804280469,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":3,"timestamp":1237729041741,"id":1047,"parentId":1045,"tags":{},"startTime":1727804280469,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":278,"timestamp":1237729041475,"id":1045,"parentId":892,"tags":{},"startTime":1727804280468,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":45236,"timestamp":1237728996658,"id":892,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/ronni-cantadore.jpg","layer":"ssr"},"startTime":1727804280424,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":27374,"timestamp":1237729014531,"id":934,"parentId":933,"tags":{},"startTime":1727804280441,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":9,"timestamp":1237729041953,"id":1049,"parentId":1048,"tags":{},"startTime":1727804280469,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729042006,"id":1050,"parentId":1048,"tags":{},"startTime":1727804280469,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":99,"timestamp":1237729041914,"id":1048,"parentId":933,"tags":{},"startTime":1727804280469,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":27635,"timestamp":1237729014470,"id":933,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/adnan_fatayerji.jpg","layer":"ssr"},"startTime":1727804280441,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":27300,"timestamp":1237729014813,"id":942,"parentId":941,"tags":{},"startTime":1727804280442,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":63,"timestamp":1237729042119,"id":1051,"parentId":941,"tags":{},"startTime":1727804280469,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":28358,"timestamp":1237729014632,"id":941,"parentId":833,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"ssr"},"startTime":1727804280442,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":28568,"timestamp":1237729014573,"id":936,"parentId":935,"tags":{},"startTime":1727804280441,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":22,"timestamp":1237729043196,"id":1053,"parentId":1052,"tags":{},"startTime":1727804280470,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":2,"timestamp":1237729043266,"id":1054,"parentId":1052,"tags":{},"startTime":1727804280470,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":126,"timestamp":1237729043149,"id":1052,"parentId":935,"tags":{},"startTime":1727804280470,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpeg","duration":28829,"timestamp":1237729014549,"id":935,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/kristof_de_spiegeleer.jpeg","layer":"ssr"},"startTime":1727804280441,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":28760,"timestamp":1237729014625,"id":940,"parentId":939,"tags":{},"startTime":1727804280442,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":20,"timestamp":1237729043431,"id":1056,"parentId":1055,"tags":{},"startTime":1727804280470,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729043492,"id":1057,"parentId":1055,"tags":{},"startTime":1727804280470,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":108,"timestamp":1237729043391,"id":1055,"parentId":939,"tags":{},"startTime":1727804280470,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpeg","duration":28979,"timestamp":1237729014606,"id":939,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/florian_fournier.jpeg","layer":"ssr"},"startTime":1727804280442,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":28994,"timestamp":1237729014599,"id":938,"parentId":937,"tags":{},"startTime":1727804280442,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":8,"timestamp":1237729043642,"id":1059,"parentId":1058,"tags":{},"startTime":1727804280471,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729043688,"id":1060,"parentId":1058,"tags":{},"startTime":1727804280471,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":96,"timestamp":1237729043598,"id":1058,"parentId":937,"tags":{},"startTime":1727804280471,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpeg","duration":29192,"timestamp":1237729014580,"id":937,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/matthew_schutte.jpeg","layer":"ssr"},"startTime":1727804280442,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10732,"timestamp":1237729036218,"id":1036,"parentId":1035,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10750,"timestamp":1237729036205,"id":1035,"parentId":1023,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11476,"timestamp":1237729035897,"id":1023,"parentId":729,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":"ssr"},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11208,"timestamp":1237729036188,"id":1032,"parentId":1031,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11225,"timestamp":1237729036173,"id":1031,"parentId":1021,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12071,"timestamp":1237729035831,"id":1021,"parentId":729,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":"ssr"},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11722,"timestamp":1237729036204,"id":1034,"parentId":1033,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11737,"timestamp":1237729036190,"id":1033,"parentId":1022,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12632,"timestamp":1237729035866,"id":1022,"parentId":729,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-error-handler.js","layer":"ssr"},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12261,"timestamp":1237729036259,"id":1042,"parentId":1041,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12275,"timestamp":1237729036246,"id":1041,"parentId":1026,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12949,"timestamp":1237729035985,"id":1026,"parentId":835,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"ssr"},"startTime":1727804280463,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-transform","duration":12931,"timestamp":1237729036170,"id":1030,"parentId":1029,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12973,"timestamp":1237729036129,"id":1029,"parentId":1020,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14998,"timestamp":1237729035786,"id":1020,"parentId":729,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":"ssr"},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14758,"timestamp":1237729036245,"id":1040,"parentId":1039,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14772,"timestamp":1237729036233,"id":1039,"parentId":1025,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15674,"timestamp":1237729035955,"id":1025,"parentId":729,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":"ssr"},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15410,"timestamp":1237729036272,"id":1044,"parentId":1043,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15424,"timestamp":1237729036260,"id":1043,"parentId":1027,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16110,"timestamp":1237729036015,"id":1027,"parentId":834,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15918,"timestamp":1237729036231,"id":1038,"parentId":1037,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15931,"timestamp":1237729036219,"id":1037,"parentId":1024,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16894,"timestamp":1237729035926,"id":1024,"parentId":729,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-websocket.js","layer":"ssr"},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31048,"timestamp":1237729023661,"id":969,"parentId":967,"tags":{},"startTime":1727804280451,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":56,"timestamp":1237729054719,"id":1070,"parentId":967,"tags":{},"startTime":1727804280482,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31477,"timestamp":1237729023514,"id":967,"parentId":729,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":"ssr"},"startTime":1727804280450,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31643,"timestamp":1237729023357,"id":960,"parentId":959,"tags":{},"startTime":1727804280450,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":19,"timestamp":1237729055058,"id":1072,"parentId":1071,"tags":{},"startTime":1727804280482,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":2,"timestamp":1237729055137,"id":1073,"parentId":1071,"tags":{},"startTime":1727804280482,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":142,"timestamp":1237729055006,"id":1071,"parentId":959,"tags":{},"startTime":1727804280482,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpeg","duration":31965,"timestamp":1237729023303,"id":959,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/omrei_abumadi.jpeg","layer":"ssr"},"startTime":1727804280450,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31604,"timestamp":1237729023671,"id":970,"parentId":968,"tags":{},"startTime":1727804280451,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237729055281,"id":1074,"parentId":968,"tags":{},"startTime":1727804280482,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32020,"timestamp":1237729023586,"id":968,"parentId":729,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":"ssr"},"startTime":1727804280451,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":32203,"timestamp":1237729023420,"id":964,"parentId":963,"tags":{},"startTime":1727804280450,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":10,"timestamp":1237729055664,"id":1076,"parentId":1075,"tags":{},"startTime":1727804280483,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":2,"timestamp":1237729055711,"id":1077,"parentId":1075,"tags":{},"startTime":1727804280483,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":90,"timestamp":1237729055630,"id":1075,"parentId":963,"tags":{},"startTime":1727804280483,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpeg","duration":32412,"timestamp":1237729023401,"id":963,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/sasha_astiadi.jpeg","layer":"ssr"},"startTime":1727804280450,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":32431,"timestamp":1237729023394,"id":962,"parentId":961,"tags":{},"startTime":1727804280450,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":8,"timestamp":1237729055866,"id":1079,"parentId":1078,"tags":{},"startTime":1727804280483,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":2,"timestamp":1237729055907,"id":1080,"parentId":1078,"tags":{},"startTime":1727804280483,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":84,"timestamp":1237729055830,"id":1078,"parentId":961,"tags":{},"startTime":1727804280483,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpeg","duration":32624,"timestamp":1237729023369,"id":961,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/victor_muhagachi.jpeg","layer":"ssr"},"startTime":1727804280450,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10618,"timestamp":1237729045613,"id":1069,"parentId":1068,"tags":{},"startTime":1727804280473,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10661,"timestamp":1237729045572,"id":1068,"parentId":1064,"tags":{},"startTime":1727804280472,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11781,"timestamp":1237729044665,"id":1064,"parentId":898,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"ssr"},"startTime":1727804280472,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":32800,"timestamp":1237729028960,"id":991,"parentId":985,"tags":{},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237729061770,"id":1081,"parentId":985,"tags":{},"startTime":1727804280489,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":33584,"timestamp":1237729028683,"id":985,"parentId":501,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1727804280456,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31279,"timestamp":1237729036056,"id":1028,"parentId":1019,"tags":{},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":60,"timestamp":1237729067354,"id":1103,"parentId":1019,"tags":{},"startTime":1727804280494,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32061,"timestamp":1237729035606,"id":1019,"parentId":647,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client-edge.js","layer":"ssr"},"startTime":1727804280463,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4486,"timestamp":1237729064536,"id":1094,"parentId":1093,"tags":{},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4503,"timestamp":1237729064523,"id":1093,"parentId":1084,"tags":{},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5345,"timestamp":1237729064267,"id":1084,"parentId":899,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":"ssr"},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5113,"timestamp":1237729064521,"id":1092,"parentId":1091,"tags":{},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5131,"timestamp":1237729064504,"id":1091,"parentId":1083,"tags":{},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5869,"timestamp":1237729064226,"id":1083,"parentId":899,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":"ssr"},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5610,"timestamp":1237729064501,"id":1090,"parentId":1089,"tags":{},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5653,"timestamp":1237729064459,"id":1089,"parentId":1082,"tags":{},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6336,"timestamp":1237729064128,"id":1082,"parentId":899,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":"ssr"},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5937,"timestamp":1237729064550,"id":1096,"parentId":1095,"tags":{},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5951,"timestamp":1237729064538,"id":1095,"parentId":1085,"tags":{},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6727,"timestamp":1237729064302,"id":1085,"parentId":899,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":"ssr"},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":26317,"timestamp":1237729044779,"id":1067,"parentId":1063,"tags":{},"startTime":1727804280472,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52,"timestamp":1237729071105,"id":1107,"parentId":1063,"tags":{},"startTime":1727804280498,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26669,"timestamp":1237729044587,"id":1063,"parentId":594,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/amp-context.js","layer":"ssr"},"startTime":1727804280472,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":26491,"timestamp":1237729044774,"id":1066,"parentId":1062,"tags":{},"startTime":1727804280472,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237729071270,"id":1108,"parentId":1062,"tags":{},"startTime":1727804280498,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26893,"timestamp":1237729044507,"id":1062,"parentId":594,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/head-manager-context.js","layer":"ssr"},"startTime":1727804280471,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":26649,"timestamp":1237729044759,"id":1065,"parentId":1061,"tags":{},"startTime":1727804280472,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237729071413,"id":1109,"parentId":1061,"tags":{},"startTime":1727804280498,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27150,"timestamp":1237729044386,"id":1061,"parentId":592,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1727804280471,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6977,"timestamp":1237729064577,"id":1100,"parentId":1099,"tags":{},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6990,"timestamp":1237729064565,"id":1099,"parentId":1087,"tags":{},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7579,"timestamp":1237729064365,"id":1087,"parentId":899,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/root-layout-missing-tags-error.js","layer":"ssr"},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7373,"timestamp":1237729064590,"id":1102,"parentId":1101,"tags":{},"startTime":1727804280492,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7385,"timestamp":1237729064579,"id":1101,"parentId":1088,"tags":{},"startTime":1727804280492,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7898,"timestamp":1237729064398,"id":1088,"parentId":899,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":"ssr"},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15702,"timestamp":1237729068952,"id":1106,"parentId":1105,"tags":{},"startTime":1727804280496,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15754,"timestamp":1237729068910,"id":1105,"parentId":1104,"tags":{},"startTime":1727804280496,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16529,"timestamp":1237729068623,"id":1104,"parentId":987,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js","layer":"ssr"},"startTime":1727804280496,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20642,"timestamp":1237729064563,"id":1098,"parentId":1097,"tags":{},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20656,"timestamp":1237729064552,"id":1097,"parentId":1086,"tags":{},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":22637,"timestamp":1237729064335,"id":1086,"parentId":899,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":"ssr"},"startTime":1727804280491,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11066,"timestamp":1237729076089,"id":1126,"parentId":1125,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11085,"timestamp":1237729076073,"id":1125,"parentId":1113,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12408,"timestamp":1237729075071,"id":1113,"parentId":965,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"ssr"},"startTime":1727804280502,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11382,"timestamp":1237729076120,"id":1130,"parentId":1129,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11396,"timestamp":1237729076107,"id":1129,"parentId":1115,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12910,"timestamp":1237729075133,"id":1115,"parentId":986,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"ssr"},"startTime":1727804280502,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12002,"timestamp":1237729076069,"id":1124,"parentId":1123,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12039,"timestamp":1237729076034,"id":1123,"parentId":1112,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13861,"timestamp":1237729075034,"id":1112,"parentId":965,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"ssr"},"startTime":1727804280502,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12785,"timestamp":1237729076133,"id":1132,"parentId":1131,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12798,"timestamp":1237729076122,"id":1131,"parentId":1116,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14202,"timestamp":1237729075178,"id":1116,"parentId":986,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1727804280502,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13242,"timestamp":1237729076160,"id":1136,"parentId":1135,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13257,"timestamp":1237729076147,"id":1135,"parentId":1118,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14744,"timestamp":1237729075246,"id":1118,"parentId":986,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.js","layer":"ssr"},"startTime":1727804280502,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13918,"timestamp":1237729076106,"id":1128,"parentId":1127,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13935,"timestamp":1237729076090,"id":1127,"parentId":1114,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":19081,"timestamp":1237729075102,"id":1114,"parentId":986,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1727804280502,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18199,"timestamp":1237729076174,"id":1138,"parentId":1137,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18214,"timestamp":1237729076162,"id":1137,"parentId":1119,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20284,"timestamp":1237729075273,"id":1119,"parentId":986,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"ssr"},"startTime":1727804280502,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19676,"timestamp":1237729076146,"id":1134,"parentId":1133,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19690,"timestamp":1237729076135,"id":1133,"parentId":1117,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21373,"timestamp":1237729075216,"id":1117,"parentId":986,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1727804280502,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20635,"timestamp":1237729076186,"id":1140,"parentId":1139,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20649,"timestamp":1237729076175,"id":1139,"parentId":1120,"tags":{},"startTime":1727804280503,"traceId":"ed4341945b6604eb"}] -[{"name":"build-module-js","duration":22291,"timestamp":1237729075302,"id":1120,"parentId":941,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1727804280502,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2914,"timestamp":1237729111121,"id":1151,"parentId":1150,"tags":{},"startTime":1727804280538,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3000,"timestamp":1237729111107,"id":1150,"parentId":1143,"tags":{},"startTime":1727804280538,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4781,"timestamp":1237729110204,"id":1143,"parentId":1022,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/is-hydration-error.js","layer":"ssr"},"startTime":1727804280537,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3902,"timestamp":1237729111135,"id":1153,"parentId":1152,"tags":{},"startTime":1727804280538,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3916,"timestamp":1237729111122,"id":1152,"parentId":1144,"tags":{},"startTime":1727804280538,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5211,"timestamp":1237729110238,"id":1144,"parentId":1024,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":"ssr"},"startTime":1727804280537,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":40215,"timestamp":1237729075552,"id":1121,"parentId":1110,"tags":{},"startTime":1727804280502,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":66,"timestamp":1237729115783,"id":1156,"parentId":1110,"tags":{},"startTime":1727804280543,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":41444,"timestamp":1237729074830,"id":1110,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/import.mjs","layer":"ssr"},"startTime":1727804280502,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":40720,"timestamp":1237729075565,"id":1122,"parentId":1111,"tags":{},"startTime":1727804280502,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237729116293,"id":1157,"parentId":1111,"tags":{},"startTime":1727804280543,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":41684,"timestamp":1237729074958,"id":1111,"parentId":494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/import.mjs","layer":"ssr"},"startTime":1727804280502,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5569,"timestamp":1237729111105,"id":1149,"parentId":1148,"tags":{},"startTime":1727804280538,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5590,"timestamp":1237729111086,"id":1148,"parentId":1142,"tags":{},"startTime":1727804280538,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7269,"timestamp":1237729110160,"id":1142,"parentId":1027,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/promise-queue.js","layer":"ssr"},"startTime":1727804280537,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6727,"timestamp":1237729111081,"id":1147,"parentId":1146,"tags":{},"startTime":1727804280538,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6783,"timestamp":1237729111031,"id":1146,"parentId":1141,"tags":{},"startTime":1727804280538,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8408,"timestamp":1237729110036,"id":1141,"parentId":1026,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"ssr"},"startTime":1727804280537,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14030,"timestamp":1237729111149,"id":1155,"parentId":1154,"tags":{},"startTime":1727804280538,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14050,"timestamp":1237729111137,"id":1154,"parentId":1145,"tags":{},"startTime":1727804280538,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15618,"timestamp":1237729110274,"id":1145,"parentId":1022,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":"ssr"},"startTime":1727804280537,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4430,"timestamp":1237729124384,"id":1160,"parentId":1159,"tags":{},"startTime":1727804280551,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4479,"timestamp":1237729124340,"id":1159,"parentId":1158,"tags":{},"startTime":1727804280551,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5548,"timestamp":1237729123690,"id":1158,"parentId":1084,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":"ssr"},"startTime":1727804280551,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7044,"timestamp":1237729128452,"id":1178,"parentId":1177,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7065,"timestamp":1237729128440,"id":1177,"parentId":1164,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8091,"timestamp":1237729128135,"id":1164,"parentId":1115,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"ssr"},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7828,"timestamp":1237729128423,"id":1174,"parentId":1173,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7846,"timestamp":1237729128407,"id":1173,"parentId":1162,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8744,"timestamp":1237729128061,"id":1162,"parentId":1115,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8429,"timestamp":1237729128404,"id":1172,"parentId":1171,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8467,"timestamp":1237729128368,"id":1171,"parentId":1161,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9155,"timestamp":1237729127982,"id":1161,"parentId":1086,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/error-source.js","layer":"ssr"},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8720,"timestamp":1237729128438,"id":1176,"parentId":1175,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8735,"timestamp":1237729128424,"id":1175,"parentId":1163,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9521,"timestamp":1237729128102,"id":1163,"parentId":1115,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"ssr"},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9166,"timestamp":1237729128479,"id":1182,"parentId":1181,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9179,"timestamp":1237729128467,"id":1181,"parentId":1166,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9807,"timestamp":1237729128198,"id":1166,"parentId":1114,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"ssr"},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9528,"timestamp":1237729128491,"id":1184,"parentId":1183,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9540,"timestamp":1237729128480,"id":1183,"parentId":1167,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10051,"timestamp":1237729128229,"id":1167,"parentId":1114,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"ssr"},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9797,"timestamp":1237729128504,"id":1186,"parentId":1185,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9809,"timestamp":1237729128493,"id":1185,"parentId":1168,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10550,"timestamp":1237729128258,"id":1168,"parentId":1115,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"ssr"},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10336,"timestamp":1237729128517,"id":1188,"parentId":1187,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10349,"timestamp":1237729128506,"id":1187,"parentId":1169,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10920,"timestamp":1237729128286,"id":1169,"parentId":1086,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":"ssr"},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12727,"timestamp":1237729128530,"id":1190,"parentId":1189,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12742,"timestamp":1237729128519,"id":1189,"parentId":1170,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13434,"timestamp":1237729128313,"id":1170,"parentId":1114,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"ssr"},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14177,"timestamp":1237729128465,"id":1180,"parentId":1179,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14191,"timestamp":1237729128453,"id":1179,"parentId":1165,"tags":{},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16496,"timestamp":1237729128166,"id":1165,"parentId":1116,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1727804280555,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13364,"timestamp":1237729135332,"id":1200,"parentId":1199,"tags":{},"startTime":1727804280562,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13387,"timestamp":1237729135314,"id":1199,"parentId":1193,"tags":{},"startTime":1727804280562,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14250,"timestamp":1237729135004,"id":1193,"parentId":1083,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":"ssr"},"startTime":1727804280562,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13987,"timestamp":1237729135292,"id":1196,"parentId":1195,"tags":{},"startTime":1727804280562,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14034,"timestamp":1237729135247,"id":1195,"parentId":1191,"tags":{},"startTime":1727804280562,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14781,"timestamp":1237729134837,"id":1191,"parentId":1083,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":"ssr"},"startTime":1727804280562,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14288,"timestamp":1237729135346,"id":1202,"parentId":1201,"tags":{},"startTime":1727804280562,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14302,"timestamp":1237729135334,"id":1201,"parentId":1194,"tags":{},"startTime":1727804280562,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14872,"timestamp":1237729135043,"id":1194,"parentId":1083,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":"ssr"},"startTime":1727804280562,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14617,"timestamp":1237729135312,"id":1198,"parentId":1197,"tags":{},"startTime":1727804280562,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14635,"timestamp":1237729135296,"id":1197,"parentId":1192,"tags":{},"startTime":1727804280562,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15223,"timestamp":1237729134961,"id":1192,"parentId":1083,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":"ssr"},"startTime":1727804280562,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7649,"timestamp":1237729147929,"id":1240,"parentId":1239,"tags":{},"startTime":1727804280575,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7674,"timestamp":1237729147912,"id":1239,"parentId":1204,"tags":{},"startTime":1727804280575,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10248,"timestamp":1237729145806,"id":1204,"parentId":1086,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":"ssr"},"startTime":1727804280573,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8183,"timestamp":1237729147908,"id":1238,"parentId":1237,"tags":{},"startTime":1727804280575,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8228,"timestamp":1237729147864,"id":1237,"parentId":1203,"tags":{},"startTime":1727804280575,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11332,"timestamp":1237729145709,"id":1203,"parentId":1086,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":"ssr"},"startTime":1727804280573,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5194,"timestamp":1237729153524,"id":1252,"parentId":1251,"tags":{},"startTime":1727804280580,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5216,"timestamp":1237729153506,"id":1251,"parentId":1245,"tags":{},"startTime":1727804280580,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5783,"timestamp":1237729153214,"id":1245,"parentId":1144,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":"ssr"},"startTime":1727804280580,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5511,"timestamp":1237729153502,"id":1250,"parentId":1249,"tags":{},"startTime":1727804280580,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5557,"timestamp":1237729153457,"id":1249,"parentId":1244,"tags":{},"startTime":1727804280580,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6141,"timestamp":1237729153173,"id":1244,"parentId":1141,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"ssr"},"startTime":1727804280580,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4091,"timestamp":1237729159934,"id":1255,"parentId":1254,"tags":{},"startTime":1727804280587,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4134,"timestamp":1237729159898,"id":1254,"parentId":1253,"tags":{},"startTime":1727804280587,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4631,"timestamp":1237729159642,"id":1253,"parentId":1120,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1727804280587,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":17849,"timestamp":1237729146985,"id":1224,"parentId":1208,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":51,"timestamp":1237729164843,"id":1256,"parentId":1208,"tags":{},"startTime":1727804280592,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19160,"timestamp":1237729146054,"id":1208,"parentId":1110,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/focusSafely.mjs","layer":"ssr"},"startTime":1727804280573,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18269,"timestamp":1237729146955,"id":1221,"parentId":1205,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237729165230,"id":1257,"parentId":1205,"tags":{},"startTime":1727804280592,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19654,"timestamp":1237729145845,"id":1205,"parentId":1110,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/FocusRing.mjs","layer":"ssr"},"startTime":1727804280573,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18516,"timestamp":1237729146990,"id":1225,"parentId":1209,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237729165512,"id":1258,"parentId":1209,"tags":{},"startTime":1727804280592,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19690,"timestamp":1237729146151,"id":1209,"parentId":1110,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/useHasTabbableChild.mjs","layer":"ssr"},"startTime":1727804280573,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18878,"timestamp":1237729146971,"id":1222,"parentId":1206,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":79,"timestamp":1237729165854,"id":1259,"parentId":1206,"tags":{},"startTime":1727804280593,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23958,"timestamp":1237729145919,"id":1206,"parentId":1110,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/FocusScope.mjs","layer":"ssr"},"startTime":1727804280573,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22911,"timestamp":1237729146977,"id":1223,"parentId":1207,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237729169896,"id":1260,"parentId":1207,"tags":{},"startTime":1727804280597,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24428,"timestamp":1237729145990,"id":1207,"parentId":1110,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/useFocusable.mjs","layer":"ssr"},"startTime":1727804280573,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23430,"timestamp":1237729146997,"id":1227,"parentId":1211,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237729170433,"id":1261,"parentId":1211,"tags":{},"startTime":1727804280597,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24568,"timestamp":1237729146279,"id":1211,"parentId":1110,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/useFocusRing.mjs","layer":"ssr"},"startTime":1727804280573,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23861,"timestamp":1237729146994,"id":1226,"parentId":1210,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":44,"timestamp":1237729170991,"id":1262,"parentId":1210,"tags":{},"startTime":1727804280598,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":25062,"timestamp":1237729146218,"id":1210,"parentId":1111,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/Pressable.mjs","layer":"ssr"},"startTime":1727804280573,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":24280,"timestamp":1237729147008,"id":1230,"parentId":1214,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237729171293,"id":1263,"parentId":1214,"tags":{},"startTime":1727804280598,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":25270,"timestamp":1237729146466,"id":1214,"parentId":1111,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/PressResponder.mjs","layer":"ssr"},"startTime":1727804280573,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":24733,"timestamp":1237729147010,"id":1231,"parentId":1215,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237729171748,"id":1264,"parentId":1215,"tags":{},"startTime":1727804280599,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":25842,"timestamp":1237729146527,"id":1215,"parentId":1111,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useInteractOutside.mjs","layer":"ssr"},"startTime":1727804280573,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":25359,"timestamp":1237729147019,"id":1234,"parentId":1218,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237729172384,"id":1265,"parentId":1218,"tags":{},"startTime":1727804280599,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26402,"timestamp":1237729146736,"id":1218,"parentId":1111,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useHover.mjs","layer":"ssr"},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":26146,"timestamp":1237729147000,"id":1228,"parentId":1212,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":55,"timestamp":1237729173152,"id":1266,"parentId":1212,"tags":{},"startTime":1727804280600,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":28317,"timestamp":1237729146341,"id":1212,"parentId":1111,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useFocusVisible.mjs","layer":"ssr"},"startTime":1727804280573,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":27652,"timestamp":1237729147016,"id":1233,"parentId":1217,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237729174675,"id":1267,"parentId":1217,"tags":{},"startTime":1727804280602,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":28236,"timestamp":1237729146647,"id":1217,"parentId":1111,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useKeyboard.mjs","layer":"ssr"},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":27887,"timestamp":1237729147005,"id":1229,"parentId":1213,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237729174897,"id":1268,"parentId":1213,"tags":{},"startTime":1727804280602,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":28850,"timestamp":1237729146402,"id":1213,"parentId":1111,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useFocusWithin.mjs","layer":"ssr"},"startTime":1727804280573,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":28235,"timestamp":1237729147025,"id":1236,"parentId":1220,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237729175265,"id":1269,"parentId":1220,"tags":{},"startTime":1727804280602,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":32074,"timestamp":1237729146874,"id":1220,"parentId":1111,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useLongPress.mjs","layer":"ssr"},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31998,"timestamp":1237729147014,"id":1232,"parentId":1216,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":61,"timestamp":1237729179023,"id":1270,"parentId":1216,"tags":{},"startTime":1727804280606,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":32956,"timestamp":1237729146588,"id":1216,"parentId":1111,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useFocus.mjs","layer":"ssr"},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":32532,"timestamp":1237729147022,"id":1235,"parentId":1219,"tags":{},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":57,"timestamp":1237729179561,"id":1271,"parentId":1219,"tags":{},"startTime":1727804280606,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":34244,"timestamp":1237729146813,"id":1219,"parentId":1111,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useMove.mjs","layer":"ssr"},"startTime":1727804280574,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":32850,"timestamp":1237729153404,"id":1248,"parentId":1243,"tags":{},"startTime":1727804280580,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":87,"timestamp":1237729186286,"id":1278,"parentId":1243,"tags":{},"startTime":1727804280613,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":34225,"timestamp":1237729153104,"id":1243,"parentId":1143,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-error.js","layer":"ssr"},"startTime":1727804280580,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":33953,"timestamp":1237729153398,"id":1247,"parentId":1242,"tags":{},"startTime":1727804280580,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":72,"timestamp":1237729187363,"id":1279,"parentId":1242,"tags":{},"startTime":1727804280614,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":34898,"timestamp":1237729153029,"id":1242,"parentId":1111,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useScrollWheel.mjs","layer":"ssr"},"startTime":1727804280580,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":34562,"timestamp":1237729153381,"id":1246,"parentId":1241,"tags":{},"startTime":1727804280580,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":127,"timestamp":1237729187953,"id":1280,"parentId":1241,"tags":{},"startTime":1727804280615,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":39174,"timestamp":1237729152813,"id":1241,"parentId":1111,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/usePress.mjs","layer":"ssr"},"startTime":1727804280580,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11061,"timestamp":1237729182668,"id":1277,"parentId":1276,"tags":{},"startTime":1727804280610,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11084,"timestamp":1237729182649,"id":1276,"parentId":1273,"tags":{},"startTime":1727804280610,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13191,"timestamp":1237729181763,"id":1273,"parentId":1169,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":"ssr"},"startTime":1727804280609,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12608,"timestamp":1237729182645,"id":1275,"parentId":1274,"tags":{},"startTime":1727804280610,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12654,"timestamp":1237729182602,"id":1274,"parentId":1272,"tags":{},"startTime":1727804280610,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13925,"timestamp":1237729181670,"id":1272,"parentId":729,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/strip-ansi/index.js","layer":"ssr"},"startTime":1727804280609,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4053,"timestamp":1237729196022,"id":1285,"parentId":1284,"tags":{},"startTime":1727804280623,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4098,"timestamp":1237729195985,"id":1284,"parentId":1281,"tags":{},"startTime":1727804280623,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4668,"timestamp":1237729195812,"id":1281,"parentId":1085,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":"ssr"},"startTime":1727804280623,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4457,"timestamp":1237729196041,"id":1287,"parentId":1286,"tags":{},"startTime":1727804280623,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4474,"timestamp":1237729196025,"id":1286,"parentId":1282,"tags":{},"startTime":1727804280623,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4854,"timestamp":1237729195896,"id":1282,"parentId":1085,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":"ssr"},"startTime":1727804280623,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4860,"timestamp":1237729196056,"id":1289,"parentId":1288,"tags":{},"startTime":1727804280623,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4875,"timestamp":1237729196042,"id":1288,"parentId":1283,"tags":{},"startTime":1727804280623,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5752,"timestamp":1237729195934,"id":1283,"parentId":1083,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":"ssr"},"startTime":1727804280623,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5699,"timestamp":1237729199492,"id":1295,"parentId":1294,"tags":{},"startTime":1727804280626,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5720,"timestamp":1237729199478,"id":1294,"parentId":1291,"tags":{},"startTime":1727804280626,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6302,"timestamp":1237729199313,"id":1291,"parentId":1086,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":"ssr"},"startTime":1727804280626,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6161,"timestamp":1237729199475,"id":1293,"parentId":1292,"tags":{},"startTime":1727804280626,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6197,"timestamp":1237729199440,"id":1292,"parentId":1290,"tags":{},"startTime":1727804280626,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6692,"timestamp":1237729199237,"id":1290,"parentId":1203,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":"ssr"},"startTime":1727804280626,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2890,"timestamp":1237729203477,"id":1313,"parentId":1312,"tags":{},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2909,"timestamp":1237729203461,"id":1312,"parentId":1302,"tags":{},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3779,"timestamp":1237729202913,"id":1302,"parentId":1083,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":"ssr"},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3250,"timestamp":1237729203457,"id":1311,"parentId":1310,"tags":{},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3288,"timestamp":1237729203421,"id":1310,"parentId":1301,"tags":{},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4080,"timestamp":1237729202879,"id":1301,"parentId":1083,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":"ssr"},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3596,"timestamp":1237729203493,"id":1315,"parentId":1314,"tags":{},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3612,"timestamp":1237729203479,"id":1314,"parentId":1303,"tags":{},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4413,"timestamp":1237729202944,"id":1303,"parentId":1083,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":"ssr"},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6940,"timestamp":1237729203506,"id":1317,"parentId":1316,"tags":{},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6961,"timestamp":1237729203494,"id":1316,"parentId":1304,"tags":{},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8196,"timestamp":1237729202974,"id":1304,"parentId":1087,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":"ssr"},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8236,"timestamp":1237729209441,"id":1320,"parentId":1319,"tags":{},"startTime":1727804280636,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8281,"timestamp":1237729209403,"id":1319,"parentId":1318,"tags":{},"startTime":1727804280636,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9089,"timestamp":1237729209042,"id":1318,"parentId":1243,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"ssr"},"startTime":1727804280636,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7227,"timestamp":1237729212213,"id":1323,"parentId":1322,"tags":{},"startTime":1727804280639,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7267,"timestamp":1237729212176,"id":1322,"parentId":1321,"tags":{},"startTime":1727804280639,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7674,"timestamp":1237729212027,"id":1321,"parentId":1024,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/noop-turbopack-hmr.js","layer":"ssr"},"startTime":1727804280639,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16880,"timestamp":1237729203111,"id":1307,"parentId":1298,"tags":{},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":57,"timestamp":1237729220001,"id":1324,"parentId":1298,"tags":{},"startTime":1727804280647,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18113,"timestamp":1237729202678,"id":1298,"parentId":1213,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/utils.mjs","layer":"ssr"},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":17710,"timestamp":1237729203093,"id":1305,"parentId":1296,"tags":{},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237729220810,"id":1325,"parentId":1296,"tags":{},"startTime":1727804280648,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18515,"timestamp":1237729202503,"id":1296,"parentId":1214,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/context.mjs","layer":"ssr"},"startTime":1727804280629,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":17920,"timestamp":1237729203106,"id":1306,"parentId":1297,"tags":{},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237729221032,"id":1326,"parentId":1297,"tags":{},"startTime":1727804280648,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18784,"timestamp":1237729202607,"id":1297,"parentId":1206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/isElementVisible.mjs","layer":"ssr"},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18359,"timestamp":1237729203123,"id":1309,"parentId":1300,"tags":{},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237729221489,"id":1327,"parentId":1300,"tags":{},"startTime":1727804280648,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19150,"timestamp":1237729202811,"id":1300,"parentId":1219,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/textSelection.mjs","layer":"ssr"},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":19171,"timestamp":1237729203116,"id":1308,"parentId":1299,"tags":{},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237729222294,"id":1328,"parentId":1299,"tags":{},"startTime":1727804280649,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19833,"timestamp":1237729202742,"id":1299,"parentId":1217,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/createEventHandler.mjs","layer":"ssr"},"startTime":1727804280630,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2198,"timestamp":1237729225355,"id":1336,"parentId":1335,"tags":{},"startTime":1727804280652,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2223,"timestamp":1237729225339,"id":1335,"parentId":1330,"tags":{},"startTime":1727804280652,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3389,"timestamp":1237729224889,"id":1330,"parentId":1283,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":"ssr"},"startTime":1727804280652,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3018,"timestamp":1237729225336,"id":1334,"parentId":1333,"tags":{},"startTime":1727804280652,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3062,"timestamp":1237729225296,"id":1333,"parentId":1329,"tags":{},"startTime":1727804280652,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4064,"timestamp":1237729224806,"id":1329,"parentId":1281,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":"ssr"},"startTime":1727804280652,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3539,"timestamp":1237729225384,"id":1340,"parentId":1339,"tags":{},"startTime":1727804280652,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3565,"timestamp":1237729225372,"id":1339,"parentId":1332,"tags":{},"startTime":1727804280652,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5367,"timestamp":1237729224959,"id":1332,"parentId":1283,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":"ssr"},"startTime":1727804280652,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-transform","duration":9433,"timestamp":1237729225370,"id":1338,"parentId":1337,"tags":{},"startTime":1727804280652,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9454,"timestamp":1237729225357,"id":1337,"parentId":1331,"tags":{},"startTime":1727804280652,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10846,"timestamp":1237729224928,"id":1331,"parentId":1282,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":"ssr"},"startTime":1727804280652,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8541,"timestamp":1237729227253,"id":1356,"parentId":1355,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8556,"timestamp":1237729227240,"id":1355,"parentId":1343,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9629,"timestamp":1237729226470,"id":1343,"parentId":1302,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":"ssr"},"startTime":1727804280653,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8890,"timestamp":1237729227238,"id":1354,"parentId":1353,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8908,"timestamp":1237729227222,"id":1353,"parentId":1342,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11460,"timestamp":1237729226437,"id":1342,"parentId":1302,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":"ssr"},"startTime":1727804280653,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10642,"timestamp":1237729227282,"id":1360,"parentId":1359,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10656,"timestamp":1237729227270,"id":1359,"parentId":1345,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11718,"timestamp":1237729226531,"id":1345,"parentId":1302,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":"ssr"},"startTime":1727804280653,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11061,"timestamp":1237729227218,"id":1352,"parentId":1351,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11103,"timestamp":1237729227178,"id":1351,"parentId":1341,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12552,"timestamp":1237729226383,"id":1341,"parentId":1291,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":"ssr"},"startTime":1727804280653,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11683,"timestamp":1237729227267,"id":1358,"parentId":1357,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11698,"timestamp":1237729227255,"id":1357,"parentId":1344,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12695,"timestamp":1237729226499,"id":1344,"parentId":1302,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":"ssr"},"startTime":1727804280653,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11913,"timestamp":1237729227296,"id":1362,"parentId":1361,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11926,"timestamp":1237729227284,"id":1361,"parentId":1346,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12734,"timestamp":1237729226707,"id":1346,"parentId":1301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":"ssr"},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12130,"timestamp":1237729227324,"id":1366,"parentId":1365,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12143,"timestamp":1237729227312,"id":1365,"parentId":1348,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12752,"timestamp":1237729226923,"id":1348,"parentId":1303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":"ssr"},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12379,"timestamp":1237729227310,"id":1364,"parentId":1363,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12392,"timestamp":1237729227298,"id":1363,"parentId":1347,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13095,"timestamp":1237729226845,"id":1347,"parentId":1301,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":"ssr"},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14280,"timestamp":1237729227350,"id":1370,"parentId":1369,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14295,"timestamp":1237729227338,"id":1369,"parentId":1350,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14813,"timestamp":1237729227085,"id":1350,"parentId":1302,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":"ssr"},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14587,"timestamp":1237729227336,"id":1368,"parentId":1367,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14600,"timestamp":1237729227325,"id":1367,"parentId":1349,"tags":{},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15453,"timestamp":1237729226990,"id":1349,"parentId":1303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":"ssr"},"startTime":1727804280654,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10445,"timestamp":1237729232121,"id":1375,"parentId":1374,"tags":{},"startTime":1727804280659,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10492,"timestamp":1237729232076,"id":1374,"parentId":1372,"tags":{},"startTime":1727804280659,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11478,"timestamp":1237729231604,"id":1372,"parentId":1304,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/magic-identifier.js","layer":"ssr"},"startTime":1727804280659,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":28408,"timestamp":1237729231753,"id":1373,"parentId":1371,"tags":{},"startTime":1727804280659,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":53,"timestamp":1237729260175,"id":1378,"parentId":1371,"tags":{},"startTime":1727804280687,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":30084,"timestamp":1237729231456,"id":1371,"parentId":1021,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":"ssr"},"startTime":1727804280658,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2095,"timestamp":1237729261904,"id":1388,"parentId":1387,"tags":{},"startTime":1727804280689,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2115,"timestamp":1237729261890,"id":1387,"parentId":1381,"tags":{},"startTime":1727804280689,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":2867,"timestamp":1237729261735,"id":1381,"parentId":1332,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":"ssr"},"startTime":1727804280689,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4065,"timestamp":1237729261869,"id":1384,"parentId":1383,"tags":{},"startTime":1727804280689,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4105,"timestamp":1237729261832,"id":1383,"parentId":1379,"tags":{},"startTime":1727804280689,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4756,"timestamp":1237729261631,"id":1379,"parentId":1329,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":"ssr"},"startTime":1727804280689,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5077,"timestamp":1237729261918,"id":1390,"parentId":1389,"tags":{},"startTime":1727804280689,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5092,"timestamp":1237729261906,"id":1389,"parentId":1382,"tags":{},"startTime":1727804280689,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5689,"timestamp":1237729261794,"id":1382,"parentId":1332,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":"ssr"},"startTime":1727804280689,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4298,"timestamp":1237729263242,"id":1397,"parentId":1396,"tags":{},"startTime":1727804280690,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4333,"timestamp":1237729263208,"id":1396,"parentId":1391,"tags":{},"startTime":1727804280690,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4937,"timestamp":1237729262973,"id":1391,"parentId":1331,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":"ssr"},"startTime":1727804280690,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":10370,"timestamp":1237729258642,"id":1377,"parentId":1376,"tags":{},"startTime":1727804280686,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237729269024,"id":1398,"parentId":1376,"tags":{},"startTime":1727804280696,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10879,"timestamp":1237729258495,"id":1376,"parentId":1084,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":"ssr"},"startTime":1727804280685,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8553,"timestamp":1237729263193,"id":1394,"parentId":1392,"tags":{},"startTime":1727804280690,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":51,"timestamp":1237729271761,"id":1405,"parentId":1392,"tags":{},"startTime":1727804280699,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9099,"timestamp":1237729263042,"id":1392,"parentId":1142,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"ssr"},"startTime":1727804280690,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8952,"timestamp":1237729263204,"id":1395,"parentId":1393,"tags":{},"startTime":1727804280690,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52,"timestamp":1237729272164,"id":1406,"parentId":1393,"tags":{},"startTime":1727804280699,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9266,"timestamp":1237729263119,"id":1393,"parentId":1142,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"ssr"},"startTime":1727804280690,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2818,"timestamp":1237729269608,"id":1404,"parentId":1403,"tags":{},"startTime":1727804280697,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2836,"timestamp":1237729269592,"id":1403,"parentId":1400,"tags":{},"startTime":1727804280697,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3316,"timestamp":1237729269512,"id":1400,"parentId":1342,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":"ssr"},"startTime":1727804280696,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3254,"timestamp":1237729269589,"id":1402,"parentId":1401,"tags":{},"startTime":1727804280697,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3292,"timestamp":1237729269553,"id":1401,"parentId":1399,"tags":{},"startTime":1727804280696,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3612,"timestamp":1237729269436,"id":1399,"parentId":1283,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":"ssr"},"startTime":1727804280696,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1910,"timestamp":1237729273481,"id":1409,"parentId":1408,"tags":{},"startTime":1727804280700,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1954,"timestamp":1237729273443,"id":1408,"parentId":1407,"tags":{},"startTime":1727804280700,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":2673,"timestamp":1237729273280,"id":1407,"parentId":1381,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":"ssr"},"startTime":1727804280700,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":642,"timestamp":1237729279971,"id":1414,"parentId":1411,"tags":{},"startTime":1727804280707,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":58,"timestamp":1237729280631,"id":1423,"parentId":1411,"tags":{},"startTime":1727804280708,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":1290,"timestamp":1237729279758,"id":1411,"parentId":1241,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_init.js","layer":"ssr"},"startTime":1727804280707,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1079,"timestamp":1237729279984,"id":1415,"parentId":1412,"tags":{},"startTime":1727804280707,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237729281069,"id":1424,"parentId":1412,"tags":{},"startTime":1727804280708,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":1474,"timestamp":1237729279833,"id":1412,"parentId":1241,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_get.js","layer":"ssr"},"startTime":1727804280707,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1604,"timestamp":1237729279990,"id":1416,"parentId":1413,"tags":{},"startTime":1727804280707,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237729281601,"id":1425,"parentId":1413,"tags":{},"startTime":1727804280709,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":1930,"timestamp":1237729279900,"id":1413,"parentId":1241,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_set.js","layer":"ssr"},"startTime":1727804280707,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1475,"timestamp":1237729280366,"id":1421,"parentId":1419,"tags":{},"startTime":1727804280707,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237729281845,"id":1426,"parentId":1419,"tags":{},"startTime":1727804280709,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":1798,"timestamp":1237729280229,"id":1419,"parentId":1212,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/ssr/dist/import.mjs","layer":"ssr"},"startTime":1727804280707,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1830,"timestamp":1237729280373,"id":1422,"parentId":1420,"tags":{},"startTime":1727804280707,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237729282209,"id":1427,"parentId":1420,"tags":{},"startTime":1727804280709,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":2628,"timestamp":1237729280298,"id":1420,"parentId":1210,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/import.mjs","layer":"ssr"},"startTime":1727804280707,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4936,"timestamp":1237729280123,"id":1418,"parentId":1417,"tags":{},"startTime":1727804280707,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4981,"timestamp":1237729280081,"id":1417,"parentId":1410,"tags":{},"startTime":1727804280707,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6313,"timestamp":1237729279663,"id":1410,"parentId":1399,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":"ssr"},"startTime":1727804280707,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":30987,"timestamp":1237729261888,"id":1386,"parentId":1385,"tags":{},"startTime":1727804280689,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31012,"timestamp":1237729261872,"id":1385,"parentId":1380,"tags":{},"startTime":1727804280689,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":40175,"timestamp":1237729261697,"id":1380,"parentId":1329,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":"ssr"},"startTime":1727804280689,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":25434,"timestamp":1237729287855,"id":1431,"parentId":1429,"tags":{},"startTime":1727804280715,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237729313303,"id":1500,"parentId":1429,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26053,"timestamp":1237729287634,"id":1429,"parentId":1412,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js","layer":"ssr"},"startTime":1727804280715,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":25856,"timestamp":1237729287841,"id":1430,"parentId":1428,"tags":{},"startTime":1727804280715,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237729313703,"id":1501,"parentId":1428,"tags":{},"startTime":1727804280741,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26394,"timestamp":1237729287496,"id":1428,"parentId":1411,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_check_private_redeclaration.js","layer":"ssr"},"startTime":1727804280714,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9418,"timestamp":1237729304726,"id":1433,"parentId":1432,"tags":{},"startTime":1727804280732,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237729314149,"id":1504,"parentId":1432,"tags":{},"startTime":1727804280741,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9967,"timestamp":1237729304359,"id":1432,"parentId":1412,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js","layer":"ssr"},"startTime":1727804280731,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3664,"timestamp":1237729310815,"id":1440,"parentId":1435,"tags":{},"startTime":1727804280738,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237729314484,"id":1505,"parentId":1435,"tags":{},"startTime":1727804280741,"traceId":"ed4341945b6604eb"}] -[{"name":"build-module-js","duration":4255,"timestamp":1237729310536,"id":1435,"parentId":1413,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js","layer":"ssr"},"startTime":1727804280737,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3980,"timestamp":1237729310820,"id":1441,"parentId":1436,"tags":{},"startTime":1727804280738,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237729314804,"id":1506,"parentId":1436,"tags":{},"startTime":1727804280742,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":4867,"timestamp":1237729310607,"id":1436,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useId.mjs","layer":"ssr"},"startTime":1727804280738,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":5430,"timestamp":1237729310833,"id":1443,"parentId":1438,"tags":{},"startTime":1727804280738,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":53,"timestamp":1237729316275,"id":1507,"parentId":1438,"tags":{},"startTime":1727804280743,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6018,"timestamp":1237729310734,"id":1438,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/mergeProps.mjs","layer":"ssr"},"startTime":1727804280738,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":5966,"timestamp":1237729310805,"id":1439,"parentId":1434,"tags":{},"startTime":1727804280738,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":57,"timestamp":1237729316784,"id":1508,"parentId":1434,"tags":{},"startTime":1727804280744,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7726,"timestamp":1237729310444,"id":1434,"parentId":1419,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/ssr/dist/SSRProvider.mjs","layer":"ssr"},"startTime":1727804280737,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7637,"timestamp":1237729310828,"id":1442,"parentId":1437,"tags":{},"startTime":1727804280738,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":80,"timestamp":1237729318473,"id":1509,"parentId":1437,"tags":{},"startTime":1727804280745,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8097,"timestamp":1237729310672,"id":1437,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/domHelpers.mjs","layer":"ssr"},"startTime":1727804280738,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":6332,"timestamp":1237729313106,"id":1472,"parentId":1444,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237729319446,"id":1510,"parentId":1444,"tags":{},"startTime":1727804280746,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8476,"timestamp":1237729311375,"id":1444,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/filterDOMProps.mjs","layer":"ssr"},"startTime":1727804280738,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":6739,"timestamp":1237729313124,"id":1473,"parentId":1445,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237729319869,"id":1511,"parentId":1445,"tags":{},"startTime":1727804280747,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8642,"timestamp":1237729311449,"id":1445,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/mergeRefs.mjs","layer":"ssr"},"startTime":1727804280738,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":6955,"timestamp":1237729313143,"id":1476,"parentId":1448,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":41,"timestamp":1237729320103,"id":1512,"parentId":1448,"tags":{},"startTime":1727804280747,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8643,"timestamp":1237729311633,"id":1448,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/chain.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7132,"timestamp":1237729313153,"id":1479,"parentId":1451,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":41,"timestamp":1237729320290,"id":1513,"parentId":1451,"tags":{},"startTime":1727804280747,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8764,"timestamp":1237729311821,"id":1451,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useLabels.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7443,"timestamp":1237729313150,"id":1478,"parentId":1450,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237729320598,"id":1514,"parentId":1450,"tags":{},"startTime":1727804280748,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9207,"timestamp":1237729311755,"id":1450,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useGlobalListeners.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7823,"timestamp":1237729313146,"id":1477,"parentId":1449,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237729320975,"id":1515,"parentId":1449,"tags":{},"startTime":1727804280748,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10034,"timestamp":1237729311694,"id":1449,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/openLink.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8607,"timestamp":1237729313129,"id":1474,"parentId":1446,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237729321742,"id":1516,"parentId":1446,"tags":{},"startTime":1727804280749,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10405,"timestamp":1237729311510,"id":1446,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/getOffset.mjs","layer":"ssr"},"startTime":1727804280738,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8767,"timestamp":1237729313156,"id":1480,"parentId":1452,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237729321928,"id":1517,"parentId":1452,"tags":{},"startTime":1727804280749,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10431,"timestamp":1237729311881,"id":1452,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/runAfterTransition.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9186,"timestamp":1237729313134,"id":1475,"parentId":1447,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237729322325,"id":1518,"parentId":1447,"tags":{},"startTime":1727804280749,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11273,"timestamp":1237729311570,"id":1447,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/focusWithoutScrolling.mjs","layer":"ssr"},"startTime":1727804280738,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9692,"timestamp":1237729313159,"id":1481,"parentId":1453,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237729322857,"id":1519,"parentId":1453,"tags":{},"startTime":1727804280750,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11147,"timestamp":1237729311943,"id":1453,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useObjectRef.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9936,"timestamp":1237729313162,"id":1482,"parentId":1454,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237729323103,"id":1520,"parentId":1454,"tags":{},"startTime":1727804280750,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11271,"timestamp":1237729312004,"id":1454,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useLayoutEffect.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":10118,"timestamp":1237729313165,"id":1483,"parentId":1455,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237729323288,"id":1521,"parentId":1455,"tags":{},"startTime":1727804280750,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11491,"timestamp":1237729312066,"id":1455,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useResizeObserver.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":10396,"timestamp":1237729313168,"id":1484,"parentId":1456,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237729323568,"id":1522,"parentId":1456,"tags":{},"startTime":1727804280750,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12112,"timestamp":1237729312128,"id":1456,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useDrag1D.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":11076,"timestamp":1237729313173,"id":1486,"parentId":1458,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237729324254,"id":1523,"parentId":1458,"tags":{},"startTime":1727804280751,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12199,"timestamp":1237729312255,"id":1458,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/getScrollParents.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":11287,"timestamp":1237729313179,"id":1488,"parentId":1460,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237729324471,"id":1524,"parentId":1460,"tags":{},"startTime":1727804280751,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12330,"timestamp":1237729312379,"id":1460,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useUpdateEffect.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":11532,"timestamp":1237729313184,"id":1490,"parentId":1462,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237729324741,"id":1525,"parentId":1462,"tags":{},"startTime":1727804280752,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12588,"timestamp":1237729312499,"id":1462,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useDescription.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":11925,"timestamp":1237729313170,"id":1485,"parentId":1457,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":66,"timestamp":1237729325101,"id":1526,"parentId":1457,"tags":{},"startTime":1727804280752,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13181,"timestamp":1237729312188,"id":1457,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/getScrollParent.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12196,"timestamp":1237729313181,"id":1489,"parentId":1461,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237729325382,"id":1527,"parentId":1461,"tags":{},"startTime":1727804280752,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13131,"timestamp":1237729312441,"id":1461,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useSyncRef.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12393,"timestamp":1237729313186,"id":1491,"parentId":1463,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":41,"timestamp":1237729325584,"id":1528,"parentId":1463,"tags":{},"startTime":1727804280753,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13238,"timestamp":1237729312561,"id":1463,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useEvent.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12630,"timestamp":1237729313176,"id":1487,"parentId":1459,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237729325812,"id":1529,"parentId":1459,"tags":{},"startTime":1727804280753,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13706,"timestamp":1237729312319,"id":1459,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/isScrollable.mjs","layer":"ssr"},"startTime":1727804280739,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12838,"timestamp":1237729313195,"id":1494,"parentId":1466,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237729326037,"id":1530,"parentId":1466,"tags":{},"startTime":1727804280753,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13538,"timestamp":1237729312743,"id":1466,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/isVirtualEvent.mjs","layer":"ssr"},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13099,"timestamp":1237729313192,"id":1493,"parentId":1465,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237729326317,"id":1531,"parentId":1465,"tags":{},"startTime":1727804280753,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13914,"timestamp":1237729312683,"id":1465,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useValueEffect.mjs","layer":"ssr"},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13482,"timestamp":1237729313189,"id":1492,"parentId":1464,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237729326677,"id":1532,"parentId":1464,"tags":{},"startTime":1727804280754,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14566,"timestamp":1237729312624,"id":1464,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/platform.mjs","layer":"ssr"},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14045,"timestamp":1237729313197,"id":1495,"parentId":1467,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237729327249,"id":1533,"parentId":1467,"tags":{},"startTime":1727804280754,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14676,"timestamp":1237729312803,"id":1467,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useEffectEvent.mjs","layer":"ssr"},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14279,"timestamp":1237729313207,"id":1498,"parentId":1470,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":41,"timestamp":1237729327491,"id":1534,"parentId":1470,"tags":{},"startTime":1727804280754,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14765,"timestamp":1237729312981,"id":1470,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useFormReset.mjs","layer":"ssr"},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14550,"timestamp":1237729313204,"id":1497,"parentId":1469,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237729327759,"id":1535,"parentId":1469,"tags":{},"startTime":1727804280755,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15074,"timestamp":1237729312921,"id":1469,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useDeepMemo.mjs","layer":"ssr"},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14810,"timestamp":1237729313200,"id":1496,"parentId":1468,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":65,"timestamp":1237729328015,"id":1536,"parentId":1468,"tags":{},"startTime":1727804280755,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15776,"timestamp":1237729312862,"id":1468,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/scrollIntoView.mjs","layer":"ssr"},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15437,"timestamp":1237729313209,"id":1499,"parentId":1471,"tags":{},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237729328651,"id":1537,"parentId":1471,"tags":{},"startTime":1727804280756,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15963,"timestamp":1237729313039,"id":1471,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useViewportSize.mjs","layer":"ssr"},"startTime":1727804280740,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18319,"timestamp":1237729314024,"id":1503,"parentId":1502,"tags":{},"startTime":1727804280741,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":54,"timestamp":1237729332359,"id":1538,"parentId":1502,"tags":{},"startTime":1727804280759,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20710,"timestamp":1237729313944,"id":1502,"parentId":1331,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/anser/index.js","layer":"ssr"},"startTime":1727804280741,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":486,"timestamp":1237729340384,"id":1541,"parentId":1539,"tags":{},"startTime":1727804280767,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":61,"timestamp":1237729341002,"id":1545,"parentId":1539,"tags":{},"startTime":1727804280768,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":1560,"timestamp":1237729340177,"id":1539,"parentId":1380,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":"ssr"},"startTime":1727804280767,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1419,"timestamp":1237729340395,"id":1542,"parentId":1540,"tags":{},"startTime":1727804280767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":99,"timestamp":1237729341821,"id":1546,"parentId":1540,"tags":{},"startTime":1727804280769,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6974,"timestamp":1237729340301,"id":1540,"parentId":1380,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/platform/platform.js","layer":"ssr"},"startTime":1727804280767,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":6531,"timestamp":1237729340781,"id":1544,"parentId":1543,"tags":{},"startTime":1727804280768,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":55,"timestamp":1237729347322,"id":1547,"parentId":1543,"tags":{},"startTime":1727804280774,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6925,"timestamp":1237729340705,"id":1543,"parentId":1420,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-stately/utils/dist/import.mjs","layer":"ssr"},"startTime":1727804280768,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":672,"timestamp":1237729348818,"id":1549,"parentId":1548,"tags":{},"startTime":1727804280776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":81,"timestamp":1237729349510,"id":1552,"parentId":1548,"tags":{},"startTime":1727804280776,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":1868,"timestamp":1237729348703,"id":1548,"parentId":1543,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-stately/utils/dist/number.mjs","layer":"ssr"},"startTime":1727804280776,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1501,"timestamp":1237729349120,"id":1551,"parentId":1550,"tags":{},"startTime":1727804280776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":100,"timestamp":1237729350639,"id":1553,"parentId":1550,"tags":{},"startTime":1727804280778,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3166,"timestamp":1237729348897,"id":1550,"parentId":1543,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-stately/utils/dist/useControlledState.mjs","layer":"ssr"},"startTime":1727804280776,"traceId":"ed4341945b6604eb"},{"name":"make","duration":2107496,"timestamp":1237727248338,"id":119,"parentId":118,"tags":{},"startTime":1727804278675,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":6077,"timestamp":1237729376719,"id":1555,"parentId":1554,"tags":{},"startTime":1727804280804,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":11,"timestamp":1237729382838,"id":1557,"parentId":1554,"tags":{},"startTime":1727804280810,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":4816,"timestamp":1237729382867,"id":1558,"parentId":1554,"tags":{},"startTime":1727804280810,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":9,"timestamp":1237729387708,"id":1559,"parentId":1554,"tags":{},"startTime":1727804280815,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1237729387737,"id":1560,"parentId":1554,"tags":{},"startTime":1727804280815,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":6615,"timestamp":1237729382825,"id":1556,"parentId":1554,"tags":{},"startTime":1727804280810,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":8889,"timestamp":1237729393760,"id":1561,"parentId":1554,"tags":{},"startTime":1727804280821,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":33371,"timestamp":1237729402669,"id":1562,"parentId":1554,"tags":{},"startTime":1727804280830,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":5319,"timestamp":1237729440464,"id":1563,"parentId":1554,"tags":{},"startTime":1727804280867,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":387,"timestamp":1237729445782,"id":1564,"parentId":1554,"tags":{},"startTime":1727804280873,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":547,"timestamp":1237729446149,"id":1565,"parentId":1554,"tags":{},"startTime":1727804280873,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":86042,"timestamp":1237729446704,"id":1566,"parentId":1554,"tags":{},"startTime":1727804280874,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":162059,"timestamp":1237729373615,"id":1554,"parentId":118,"tags":{},"startTime":1727804280801,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":2290557,"timestamp":1237727247605,"id":118,"parentId":116,"tags":{"name":"server"},"startTime":1727804278675,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":22925,"timestamp":1237729538275,"id":1567,"parentId":116,"tags":{},"startTime":1727804280965,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":2315922,"timestamp":1237727246118,"id":116,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727804278673,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":6239,"timestamp":1237729585460,"id":1577,"parentId":1572,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1727804281012,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":2121,"timestamp":1237729591773,"id":1578,"parentId":1573,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1727804281019,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":1564,"timestamp":1237729593914,"id":1579,"parentId":1574,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1727804281021,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":2295,"timestamp":1237729595492,"id":1580,"parentId":1575,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1727804281022,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":2756,"timestamp":1237729597949,"id":1581,"parentId":1576,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1727804281025,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":273,"timestamp":1237729626880,"id":1583,"parentId":1582,"tags":{},"startTime":1727804281054,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":280,"timestamp":1237729627085,"id":1585,"parentId":1584,"tags":{},"startTime":1727804281054,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":576,"timestamp":1237729627141,"id":1587,"parentId":1586,"tags":{},"startTime":1727804281054,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":816,"timestamp":1237729627328,"id":1589,"parentId":1588,"tags":{},"startTime":1727804281054,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":706,"timestamp":1237729627441,"id":1591,"parentId":1590,"tags":{},"startTime":1727804281054,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":363,"timestamp":1237729627786,"id":1593,"parentId":1592,"tags":{},"startTime":1727804281055,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":13,"timestamp":1237729628578,"id":1594,"parentId":1588,"tags":{},"startTime":1727804281055,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":3,"timestamp":1237729628613,"id":1595,"parentId":1590,"tags":{},"startTime":1727804281056,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":2,"timestamp":1237729628627,"id":1596,"parentId":1592,"tags":{},"startTime":1727804281056,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":1454,"timestamp":1237729627182,"id":1588,"parentId":1582,"tags":{},"startTime":1727804281054,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":1263,"timestamp":1237729627375,"id":1590,"parentId":1584,"tags":{},"startTime":1727804281054,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":911,"timestamp":1237729627729,"id":1592,"parentId":1586,"tags":{},"startTime":1727804281055,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":2763,"timestamp":1237729626578,"id":1582,"parentId":1577,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/background-newsletter.jpg","layer":"app-pages-browser"},"startTime":1727804281053,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":2650,"timestamp":1237729626909,"id":1584,"parentId":1577,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/background3.jpg","layer":"app-pages-browser"},"startTime":1727804281054,"traceId":"ed4341945b6604eb"},{"name":"build-module-svg","duration":2750,"timestamp":1237729627094,"id":1586,"parentId":1577,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/mirage.svg","layer":"app-pages-browser"},"startTime":1727804281054,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1048,"timestamp":1237729630484,"id":1598,"parentId":1597,"tags":{},"startTime":1727804281057,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1215,"timestamp":1237729630565,"id":1600,"parentId":1599,"tags":{},"startTime":1727804281057,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1392,"timestamp":1237729630620,"id":1602,"parentId":1601,"tags":{},"startTime":1727804281058,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":443,"timestamp":1237729631624,"id":1605,"parentId":1604,"tags":{},"startTime":1727804281059,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":223,"timestamp":1237729631846,"id":1607,"parentId":1606,"tags":{},"startTime":1727804281059,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":25,"timestamp":1237729632045,"id":1609,"parentId":1608,"tags":{},"startTime":1727804281059,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":5,"timestamp":1237729632205,"id":1612,"parentId":1604,"tags":{},"startTime":1727804281059,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729632220,"id":1613,"parentId":1606,"tags":{},"startTime":1727804281059,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729632226,"id":1614,"parentId":1608,"tags":{},"startTime":1727804281059,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":680,"timestamp":1237729631549,"id":1604,"parentId":1597,"tags":{},"startTime":1727804281058,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":443,"timestamp":1237729631788,"id":1606,"parentId":1599,"tags":{},"startTime":1727804281059,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":212,"timestamp":1237729632019,"id":1608,"parentId":1601,"tags":{},"startTime":1727804281059,"traceId":"ed4341945b6604eb"},{"name":"build-module-svg","duration":2123,"timestamp":1237729630329,"id":1597,"parentId":1577,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/statickit.svg","layer":"app-pages-browser"},"startTime":1727804281057,"traceId":"ed4341945b6604eb"},{"name":"build-module-svg","duration":2059,"timestamp":1237729630502,"id":1599,"parentId":1577,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/transistor.svg","layer":"app-pages-browser"},"startTime":1727804281057,"traceId":"ed4341945b6604eb"},{"name":"build-module-svg","duration":2062,"timestamp":1237729630573,"id":1601,"parentId":1577,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/tuple.svg","layer":"app-pages-browser"},"startTime":1727804281057,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3367,"timestamp":1237729635962,"id":1628,"parentId":1627,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3466,"timestamp":1237729635883,"id":1627,"parentId":1615,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7007,"timestamp":1237729633915,"id":1615,"parentId":1571,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/app-next-dev.js","layer":"app-pages-browser"},"startTime":1727804281061,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9825,"timestamp":1237729632199,"id":1611,"parentId":1610,"tags":{},"startTime":1727804281059,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9953,"timestamp":1237729632076,"id":1610,"parentId":1603,"tags":{},"startTime":1727804281059,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13573,"timestamp":1237729630629,"id":1603,"parentId":1577,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/disclosure/disclosure.js","layer":"app-pages-browser"},"startTime":1727804281058,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8236,"timestamp":1237729636034,"id":1630,"parentId":1629,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8305,"timestamp":1237729635966,"id":1629,"parentId":1616,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":11363,"timestamp":1237729635303,"id":1616,"parentId":1577,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Schedule.jsx","layer":"app-pages-browser"},"startTime":1727804281062,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10613,"timestamp":1237729636145,"id":1632,"parentId":1631,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10725,"timestamp":1237729636035,"id":1631,"parentId":1617,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":13434,"timestamp":1237729635414,"id":1617,"parentId":1577,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Speakers.jsx","layer":"app-pages-browser"},"startTime":1727804281062,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12690,"timestamp":1237729636198,"id":1634,"parentId":1633,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12742,"timestamp":1237729636148,"id":1633,"parentId":1618,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":14388,"timestamp":1237729635496,"id":1618,"parentId":1578,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx","layer":"app-pages-browser"},"startTime":1727804281062,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":29745,"timestamp":1237729636252,"id":1642,"parentId":1641,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":29766,"timestamp":1237729636241,"id":1641,"parentId":1622,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31228,"timestamp":1237729635675,"id":1622,"parentId":1581,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":30743,"timestamp":1237729636214,"id":1636,"parentId":1635,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":30759,"timestamp":1237729636200,"id":1635,"parentId":1619,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":33163,"timestamp":1237729635572,"id":1619,"parentId":1577,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/image-component.js","layer":"app-pages-browser"},"startTime":1727804281062,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":32585,"timestamp":1237729636227,"id":1638,"parentId":1637,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":32599,"timestamp":1237729636215,"id":1637,"parentId":1620,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":35625,"timestamp":1237729635609,"id":1620,"parentId":1577,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/link.js","layer":"app-pages-browser"},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":35061,"timestamp":1237729636240,"id":1640,"parentId":1639,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":35075,"timestamp":1237729636228,"id":1639,"parentId":1621,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":38856,"timestamp":1237729635643,"id":1621,"parentId":1581,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":38247,"timestamp":1237729636290,"id":1648,"parentId":1647,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":38260,"timestamp":1237729636279,"id":1647,"parentId":1625,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":39931,"timestamp":1237729635811,"id":1625,"parentId":1581,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/not-found-boundary.js","layer":"app-pages-browser"},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":40234,"timestamp":1237729636265,"id":1644,"parentId":1643,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":40248,"timestamp":1237729636254,"id":1643,"parentId":1623,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":42088,"timestamp":1237729635741,"id":1623,"parentId":1581,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":41611,"timestamp":1237729636277,"id":1646,"parentId":1645,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":41624,"timestamp":1237729636266,"id":1645,"parentId":1624,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"}] -[{"name":"build-module-js","duration":47021,"timestamp":1237729635775,"id":1624,"parentId":1581,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":46542,"timestamp":1237729636303,"id":1650,"parentId":1649,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46555,"timestamp":1237729636291,"id":1649,"parentId":1626,"tags":{},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":47571,"timestamp":1237729635844,"id":1626,"parentId":1581,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1727804281063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3603,"timestamp":1237729698692,"id":1660,"parentId":1659,"tags":{},"startTime":1727804281126,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3631,"timestamp":1237729698673,"id":1659,"parentId":1653,"tags":{},"startTime":1727804281126,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4244,"timestamp":1237729698342,"id":1653,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-id.js","layer":"app-pages-browser"},"startTime":1727804281125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3933,"timestamp":1237729698671,"id":1658,"parentId":1657,"tags":{},"startTime":1727804281126,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3957,"timestamp":1237729698649,"id":1657,"parentId":1652,"tags":{},"startTime":1727804281126,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4631,"timestamp":1237729698295,"id":1652,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-event.js","layer":"app-pages-browser"},"startTime":1727804281125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4233,"timestamp":1237729698712,"id":1662,"parentId":1661,"tags":{},"startTime":1727804281126,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4252,"timestamp":1237729698694,"id":1661,"parentId":1654,"tags":{},"startTime":1727804281126,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4962,"timestamp":1237729698384,"id":1654,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js","layer":"app-pages-browser"},"startTime":1727804281125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4725,"timestamp":1237729698645,"id":1656,"parentId":1655,"tags":{},"startTime":1727804281126,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4779,"timestamp":1237729698592,"id":1655,"parentId":1651,"tags":{},"startTime":1727804281126,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5597,"timestamp":1237729698188,"id":1651,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-active-press.js","layer":"app-pages-browser"},"startTime":1727804281125,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":803,"timestamp":1237729709969,"id":1687,"parentId":1673,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1019,"timestamp":1237729710788,"id":1727,"parentId":1673,"tags":{},"startTime":1727804281138,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6309,"timestamp":1237729705927,"id":1673,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/api/image.js","layer":"app-pages-browser"},"startTime":1727804281133,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2631,"timestamp":1237729710210,"id":1694,"parentId":1693,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2655,"timestamp":1237729710189,"id":1693,"parentId":1665,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7577,"timestamp":1237729705650,"id":1665,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/close-provider.js","layer":"app-pages-browser"},"startTime":1727804281133,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3091,"timestamp":1237729710159,"id":1690,"parentId":1689,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3147,"timestamp":1237729710105,"id":1689,"parentId":1663,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8173,"timestamp":1237729705491,"id":1663,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js","layer":"app-pages-browser"},"startTime":1727804281132,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3415,"timestamp":1237729710268,"id":1700,"parentId":1699,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3433,"timestamp":1237729710251,"id":1699,"parentId":1668,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8194,"timestamp":1237729705761,"id":1668,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/match.js","layer":"app-pages-browser"},"startTime":1727804281133,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3744,"timestamp":1237729710230,"id":1696,"parentId":1695,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3764,"timestamp":1237729710212,"id":1695,"parentId":1666,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8548,"timestamp":1237729705690,"id":1666,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/open-closed.js","layer":"app-pages-browser"},"startTime":1727804281133,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4009,"timestamp":1237729710249,"id":1698,"parentId":1697,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4028,"timestamp":1237729710232,"id":1697,"parentId":1667,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8738,"timestamp":1237729705726,"id":1667,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/bugs.js","layer":"app-pages-browser"},"startTime":1727804281133,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4311,"timestamp":1237729710187,"id":1692,"parentId":1691,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4335,"timestamp":1237729710164,"id":1691,"parentId":1664,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9739,"timestamp":1237729705603,"id":1664,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-transition.js","layer":"app-pages-browser"},"startTime":1727804281133,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11406,"timestamp":1237729710287,"id":1702,"parentId":1701,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11432,"timestamp":1237729710270,"id":1701,"parentId":1669,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16314,"timestamp":1237729705794,"id":1669,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/owner.js","layer":"app-pages-browser"},"startTime":1727804281133,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11804,"timestamp":1237729710323,"id":1706,"parentId":1705,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11822,"timestamp":1237729710306,"id":1705,"parentId":1671,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16463,"timestamp":1237729705861,"id":1671,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/start-transition.js","layer":"app-pages-browser"},"startTime":1727804281133,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12002,"timestamp":1237729710341,"id":1708,"parentId":1707,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12020,"timestamp":1237729710325,"id":1707,"parentId":1672,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16601,"timestamp":1237729705895,"id":1672,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/keyboard.js","layer":"app-pages-browser"},"startTime":1727804281133,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12137,"timestamp":1237729710374,"id":1712,"parentId":1711,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12151,"timestamp":1237729710361,"id":1711,"parentId":1679,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13464,"timestamp":1237729709682,"id":1679,"parentId":1620,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-locale.js","layer":"app-pages-browser"},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12783,"timestamp":1237729710388,"id":1714,"parentId":1713,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12797,"timestamp":1237729710375,"id":1713,"parentId":1680,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14275,"timestamp":1237729709718,"id":1680,"parentId":1620,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/use-intersection.js","layer":"app-pages-browser"},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13655,"timestamp":1237729710360,"id":1710,"parentId":1709,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13673,"timestamp":1237729710343,"id":1709,"parentId":1678,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15262,"timestamp":1237729709625,"id":1678,"parentId":1620,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/resolve-href.js","layer":"app-pages-browser"},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14505,"timestamp":1237729710400,"id":1716,"parentId":1715,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14518,"timestamp":1237729710389,"id":1715,"parentId":1681,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15721,"timestamp":1237729709754,"id":1681,"parentId":1620,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/get-domain-locale.js","layer":"app-pages-browser"},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15214,"timestamp":1237729710305,"id":1704,"parentId":1703,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15232,"timestamp":1237729710288,"id":1703,"parentId":1670,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21312,"timestamp":1237729705828,"id":1670,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/render.js","layer":"app-pages-browser"},"startTime":1727804281133,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16745,"timestamp":1237729710413,"id":1718,"parentId":1717,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16758,"timestamp":1237729710402,"id":1717,"parentId":1682,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17937,"timestamp":1237729709788,"id":1682,"parentId":1620,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17291,"timestamp":1237729710450,"id":1724,"parentId":1723,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":17304,"timestamp":1237729710439,"id":1723,"parentId":1685,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18294,"timestamp":1237729709887,"id":1685,"parentId":1619,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config.js","layer":"app-pages-browser"},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18127,"timestamp":1237729710426,"id":1720,"parentId":1719,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18140,"timestamp":1237729710415,"id":1719,"parentId":1683,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20051,"timestamp":1237729709822,"id":1683,"parentId":1619,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head.js","layer":"app-pages-browser"},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19427,"timestamp":1237729710463,"id":1726,"parentId":1725,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19440,"timestamp":1237729710452,"id":1725,"parentId":1686,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20367,"timestamp":1237729709920,"id":1686,"parentId":1619,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12514,"timestamp":1237729717788,"id":1738,"parentId":1737,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12565,"timestamp":1237729717739,"id":1737,"parentId":1728,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13646,"timestamp":1237729717019,"id":1728,"parentId":1619,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1727804281144,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20275,"timestamp":1237729710438,"id":1722,"parentId":1721,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20287,"timestamp":1237729710427,"id":1721,"parentId":1684,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23006,"timestamp":1237729709855,"id":1684,"parentId":1619,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/get-img-props.js","layer":"app-pages-browser"},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15053,"timestamp":1237729717828,"id":1742,"parentId":1741,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15069,"timestamp":1237729717813,"id":1741,"parentId":1730,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16229,"timestamp":1237729717173,"id":1730,"parentId":1620,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1727804281144,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15562,"timestamp":1237729717856,"id":1746,"parentId":1745,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15575,"timestamp":1237729717844,"id":1745,"parentId":1732,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16503,"timestamp":1237729717250,"id":1732,"parentId":1619,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1727804281144,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15968,"timestamp":1237729717812,"id":1740,"parentId":1739,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15989,"timestamp":1237729717792,"id":1739,"parentId":1729,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17740,"timestamp":1237729717120,"id":1729,"parentId":1620,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1727804281144,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17006,"timestamp":1237729717870,"id":1748,"parentId":1747,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":17020,"timestamp":1237729717858,"id":1747,"parentId":1733,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21802,"timestamp":1237729717284,"id":1733,"parentId":1620,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1727804281144,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21291,"timestamp":1237729717843,"id":1744,"parentId":1743,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21305,"timestamp":1237729717830,"id":1743,"parentId":1731,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":22806,"timestamp":1237729717212,"id":1731,"parentId":1622,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/search-params.js","layer":"app-pages-browser"},"startTime":1727804281144,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22156,"timestamp":1237729717883,"id":1750,"parentId":1749,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22168,"timestamp":1237729717872,"id":1749,"parentId":1734,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23140,"timestamp":1237729717320,"id":1734,"parentId":1620,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1727804281144,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22574,"timestamp":1237729717908,"id":1754,"parentId":1753,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22587,"timestamp":1237729717897,"id":1753,"parentId":1736,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23733,"timestamp":1237729717384,"id":1736,"parentId":1619,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-loader.js","layer":"app-pages-browser"},"startTime":1727804281144,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23246,"timestamp":1237729717895,"id":1752,"parentId":1751,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":23409,"timestamp":1237729717884,"id":1751,"parentId":1735,"tags":{},"startTime":1727804281145,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":24676,"timestamp":1237729717352,"id":1735,"parentId":1620,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1727804281144,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":709,"timestamp":1237729749952,"id":1756,"parentId":1755,"tags":{},"startTime":1727804281177,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":840,"timestamp":1237729749988,"id":1758,"parentId":1757,"tags":{},"startTime":1727804281177,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":140,"timestamp":1237729750810,"id":1764,"parentId":1763,"tags":{},"startTime":1727804281178,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":34,"timestamp":1237729750917,"id":1766,"parentId":1765,"tags":{},"startTime":1727804281178,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":3,"timestamp":1237729751316,"id":1773,"parentId":1763,"tags":{},"startTime":1727804281178,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729751327,"id":1774,"parentId":1765,"tags":{},"startTime":1727804281178,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":656,"timestamp":1237729750674,"id":1763,"parentId":1755,"tags":{},"startTime":1727804281178,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":497,"timestamp":1237729750834,"id":1765,"parentId":1757,"tags":{},"startTime":1727804281178,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":1650,"timestamp":1237729749882,"id":1755,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/andrew-greene.jpg","layer":"app-pages-browser"},"startTime":1727804281177,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":1665,"timestamp":1237729749960,"id":1757,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/cathlene-burrage.jpg","layer":"app-pages-browser"},"startTime":1727804281177,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":762,"timestamp":1237729750936,"id":1767,"parentId":1759,"tags":{},"startTime":1727804281178,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":805,"timestamp":1237729750946,"id":1768,"parentId":1760,"tags":{},"startTime":1727804281178,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2191,"timestamp":1237729751705,"id":1775,"parentId":1759,"tags":{},"startTime":1727804281179,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":4518,"timestamp":1237729749992,"id":1759,"parentId":1616,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1727804281177,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":45292,"timestamp":1237729709976,"id":1688,"parentId":1674,"tags":{},"startTime":1727804281137,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":53,"timestamp":1237729755282,"id":1778,"parentId":1674,"tags":{},"startTime":1727804281182,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":49665,"timestamp":1237729706029,"id":1674,"parentId":1570,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js","layer":"app-pages-browser"},"startTime":1727804281133,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4431,"timestamp":1237729751294,"id":1770,"parentId":1769,"tags":{},"startTime":1727804281178,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4479,"timestamp":1237729751247,"id":1769,"parentId":1761,"tags":{},"startTime":1727804281178,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5769,"timestamp":1237729750577,"id":1761,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1727804281177,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5049,"timestamp":1237729751314,"id":1772,"parentId":1771,"tags":{},"startTime":1727804281178,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5066,"timestamp":1237729751298,"id":1771,"parentId":1762,"tags":{},"startTime":1727804281178,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6228,"timestamp":1237729750623,"id":1762,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1727804281178,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":183,"timestamp":1237729757826,"id":1794,"parentId":1793,"tags":{},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":306,"timestamp":1237729757846,"id":1796,"parentId":1795,"tags":{},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":400,"timestamp":1237729757867,"id":1798,"parentId":1797,"tags":{},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":491,"timestamp":1237729757885,"id":1800,"parentId":1799,"tags":{},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":388,"timestamp":1237729758136,"id":1805,"parentId":1804,"tags":{},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":263,"timestamp":1237729758262,"id":1807,"parentId":1806,"tags":{},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":154,"timestamp":1237729758372,"id":1809,"parentId":1808,"tags":{},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":26,"timestamp":1237729758500,"id":1811,"parentId":1810,"tags":{},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":3,"timestamp":1237729758954,"id":1845,"parentId":1804,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729758965,"id":1846,"parentId":1806,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729758969,"id":1847,"parentId":1808,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":0,"timestamp":1237729758972,"id":1848,"parentId":1810,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":962,"timestamp":1237729758015,"id":1804,"parentId":1793,"tags":{},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":820,"timestamp":1237729758158,"id":1806,"parentId":1795,"tags":{},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":707,"timestamp":1237729758271,"id":1808,"parentId":1797,"tags":{},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":600,"timestamp":1237729758379,"id":1810,"parentId":1799,"tags":{},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":1314,"timestamp":1237729757803,"id":1793,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/damaris-kimura.jpg","layer":"app-pages-browser"},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":1372,"timestamp":1237729757830,"id":1795,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/dianne-guilianelli.jpg","layer":"app-pages-browser"},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":1426,"timestamp":1237729757850,"id":1797,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/erhart-cockrin.jpg","layer":"app-pages-browser"},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":1469,"timestamp":1237729757870,"id":1799,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/giordano-sagucio.jpg","layer":"app-pages-browser"},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1065,"timestamp":1237729758520,"id":1812,"parentId":1801,"tags":{},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7395,"timestamp":1237729753999,"id":1777,"parentId":1776,"tags":{},"startTime":1727804281181,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7449,"timestamp":1237729753950,"id":1776,"parentId":1760,"tags":{},"startTime":1727804281181,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11880,"timestamp":1237729750083,"id":1760,"parentId":1616,"tags":{"name":"__barrel_optimize__?names=Tab,TabGroup,TabList,TabPanel,TabPanels!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/headlessui.esm.js","layer":"app-pages-browser"},"startTime":1727804281177,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3376,"timestamp":1237729758757,"id":1814,"parentId":1813,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3418,"timestamp":1237729758717,"id":1813,"parentId":1779,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5393,"timestamp":1237729757252,"id":1779,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1727804281184,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":41,"timestamp":1237729763718,"id":1861,"parentId":1860,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":173,"timestamp":1237729763739,"id":1863,"parentId":1862,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":401,"timestamp":1237729763756,"id":1865,"parentId":1864,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":425,"timestamp":1237729763894,"id":1867,"parentId":1866,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":168,"timestamp":1237729764152,"id":1869,"parentId":1868,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":15,"timestamp":1237729764307,"id":1871,"parentId":1870,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":4,"timestamp":1237729764664,"id":1890,"parentId":1866,"tags":{},"startTime":1727804281192,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729764677,"id":1891,"parentId":1868,"tags":{},"startTime":1727804281192,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729764681,"id":1892,"parentId":1870,"tags":{},"startTime":1727804281192,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":917,"timestamp":1237729763767,"id":1866,"parentId":1860,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":768,"timestamp":1237729763916,"id":1868,"parentId":1862,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":525,"timestamp":1237729764161,"id":1870,"parentId":1864,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":1174,"timestamp":1237729763693,"id":1860,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/gordon-sanderson.jpg","layer":"app-pages-browser"},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":1226,"timestamp":1237729763723,"id":1862,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/heather-terry.jpg","layer":"app-pages-browser"},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":1274,"timestamp":1237729763741,"id":1864,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/ibrahim-frasch.jpg","layer":"app-pages-browser"},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7608,"timestamp":1237729758804,"id":1820,"parentId":1819,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7623,"timestamp":1237729758792,"id":1819,"parentId":1782,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10109,"timestamp":1237729757423,"id":1782,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1727804281184,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8810,"timestamp":1237729758776,"id":1816,"parentId":1815,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8828,"timestamp":1237729758760,"id":1815,"parentId":1780,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12971,"timestamp":1237729757343,"id":1780,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/use-reducer-with-devtools.js","layer":"app-pages-browser"},"startTime":1727804281184,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11568,"timestamp":1237729758790,"id":1818,"parentId":1817,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11583,"timestamp":1237729758777,"id":1817,"parentId":1781,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13704,"timestamp":1237729757386,"id":1781,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1727804281184,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12289,"timestamp":1237729758817,"id":1822,"parentId":1821,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12302,"timestamp":1237729758805,"id":1821,"parentId":1783,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14072,"timestamp":1237729757457,"id":1783,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1727804281184,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12716,"timestamp":1237729758829,"id":1824,"parentId":1823,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12728,"timestamp":1237729758818,"id":1823,"parentId":1784,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14516,"timestamp":1237729757490,"id":1784,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1727804281184,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13179,"timestamp":1237729758841,"id":1826,"parentId":1825,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13191,"timestamp":1237729758830,"id":1825,"parentId":1785,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14832,"timestamp":1237729757523,"id":1785,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1727804281184,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13489,"timestamp":1237729758879,"id":1832,"parentId":1831,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13502,"timestamp":1237729758868,"id":1831,"parentId":1788,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15114,"timestamp":1237729757616,"id":1788,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13839,"timestamp":1237729758904,"id":1836,"parentId":1835,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13851,"timestamp":1237729758893,"id":1835,"parentId":1790,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15587,"timestamp":1237729757707,"id":1790,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14442,"timestamp":1237729758866,"id":1830,"parentId":1829,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14454,"timestamp":1237729758856,"id":1829,"parentId":1787,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16164,"timestamp":1237729757586,"id":1787,"parentId":1625,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1727804281184,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14881,"timestamp":1237729758891,"id":1834,"parentId":1833,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14893,"timestamp":1237729758880,"id":1833,"parentId":1789,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16892,"timestamp":1237729757674,"id":1789,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15669,"timestamp":1237729758916,"id":1838,"parentId":1837,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15681,"timestamp":1237729758905,"id":1837,"parentId":1791,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17346,"timestamp":1237729757738,"id":1791,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16252,"timestamp":1237729758854,"id":1828,"parentId":1827,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":16397,"timestamp":1237729758843,"id":1827,"parentId":1786,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18533,"timestamp":1237729757555,"id":1786,"parentId":1625,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1727804281184,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15644,"timestamp":1237729760615,"id":1850,"parentId":1849,"tags":{},"startTime":1727804281188,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15697,"timestamp":1237729760565,"id":1849,"parentId":1801,"tags":{},"startTime":1727804281187,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18701,"timestamp":1237729757889,"id":1801,"parentId":1618,"tags":{"name":"__barrel_optimize__?names=Bars3Icon,XMarkIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/index.js","layer":"app-pages-browser"},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17877,"timestamp":1237729758952,"id":1844,"parentId":1843,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":17890,"timestamp":1237729758941,"id":1843,"parentId":1803,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":19359,"timestamp":1237729757977,"id":1803,"parentId":1615,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18419,"timestamp":1237729758940,"id":1842,"parentId":1841,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18431,"timestamp":1237729758930,"id":1841,"parentId":1802,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":19975,"timestamp":1237729757946,"id":1802,"parentId":1615,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13363,"timestamp":1237729764571,"id":1875,"parentId":1874,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13380,"timestamp":1237729764556,"id":1874,"parentId":1852,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14899,"timestamp":1237729763416,"id":1852,"parentId":1623,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1727804281190,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18542,"timestamp":1237729764585,"id":1877,"parentId":1876,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18563,"timestamp":1237729764572,"id":1876,"parentId":1853,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20336,"timestamp":1237729763455,"id":1853,"parentId":1623,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/static-generation-async-storage.external.js","layer":"shared"},"startTime":1727804281190,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19210,"timestamp":1237729764599,"id":1879,"parentId":1878,"tags":{},"startTime":1727804281192,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19224,"timestamp":1237729764587,"id":1878,"parentId":1854,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20840,"timestamp":1237729763491,"id":1854,"parentId":1624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1727804281190,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19722,"timestamp":1237729764624,"id":1883,"parentId":1882,"tags":{},"startTime":1727804281192,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19734,"timestamp":1237729764613,"id":1882,"parentId":1856,"tags":{},"startTime":1727804281192,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21284,"timestamp":1237729763557,"id":1856,"parentId":1624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1727804281190,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":25964,"timestamp":1237729758928,"id":1840,"parentId":1839,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":25977,"timestamp":1237729758917,"id":1839,"parentId":1792,"tags":{},"startTime":1727804281186,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29123,"timestamp":1237729757770,"id":1792,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/app/hot-reloader-client.js","layer":"app-pages-browser"},"startTime":1727804281185,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22275,"timestamp":1237729764637,"id":1885,"parentId":1884,"tags":{},"startTime":1727804281192,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22287,"timestamp":1237729764626,"id":1884,"parentId":1857,"tags":{},"startTime":1727804281192,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23699,"timestamp":1237729763588,"id":1857,"parentId":1624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22701,"timestamp":1237729764612,"id":1881,"parentId":1880,"tags":{},"startTime":1727804281192,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22714,"timestamp":1237729764600,"id":1880,"parentId":1855,"tags":{},"startTime":1727804281192,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":24568,"timestamp":1237729763523,"id":1855,"parentId":1624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1727804281190,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23456,"timestamp":1237729764649,"id":1887,"parentId":1886,"tags":{},"startTime":1727804281192,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23468,"timestamp":1237729764638,"id":1886,"parentId":1858,"tags":{},"startTime":1727804281192,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":24834,"timestamp":1237729763627,"id":1858,"parentId":1624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23944,"timestamp":1237729764552,"id":1873,"parentId":1872,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23987,"timestamp":1237729764511,"id":1872,"parentId":1851,"tags":{},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26481,"timestamp":1237729763330,"id":1851,"parentId":1615,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1727804281190,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":25165,"timestamp":1237729764662,"id":1889,"parentId":1888,"tags":{},"startTime":1727804281192,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":25177,"timestamp":1237729764651,"id":1888,"parentId":1859,"tags":{},"startTime":1727804281192,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26607,"timestamp":1237729763661,"id":1859,"parentId":1624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1727804281191,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11629,"timestamp":1237729780723,"id":1899,"parentId":1898,"tags":{},"startTime":1727804281208,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11655,"timestamp":1237729780702,"id":1898,"parentId":1894,"tags":{},"startTime":1727804281208,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12239,"timestamp":1237729780437,"id":1894,"parentId":1654,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js","layer":"app-pages-browser"},"startTime":1727804281207,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11996,"timestamp":1237729780699,"id":1897,"parentId":1896,"tags":{},"startTime":1727804281208,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12044,"timestamp":1237729780652,"id":1896,"parentId":1893,"tags":{},"startTime":1727804281208,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12520,"timestamp":1237729780343,"id":1893,"parentId":1652,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-latest-value.js","layer":"app-pages-browser"},"startTime":1727804281207,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12133,"timestamp":1237729780743,"id":1901,"parentId":1900,"tags":{},"startTime":1727804281208,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12152,"timestamp":1237729780725,"id":1900,"parentId":1895,"tags":{},"startTime":1727804281208,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12542,"timestamp":1237729780481,"id":1895,"parentId":1651,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-disposables.js","layer":"app-pages-browser"},"startTime":1727804281207,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":232,"timestamp":1237729802487,"id":1903,"parentId":1902,"tags":{},"startTime":1727804281229,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":339,"timestamp":1237729802517,"id":1905,"parentId":1904,"tags":{},"startTime":1727804281229,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":448,"timestamp":1237729802541,"id":1907,"parentId":1906,"tags":{},"startTime":1727804281229,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":309,"timestamp":1237729802837,"id":1913,"parentId":1912,"tags":{},"startTime":1727804281230,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":173,"timestamp":1237729802975,"id":1915,"parentId":1914,"tags":{},"startTime":1727804281230,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":20,"timestamp":1237729803129,"id":1917,"parentId":1916,"tags":{},"startTime":1727804281230,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":6,"timestamp":1237729803668,"id":1926,"parentId":1912,"tags":{},"startTime":1727804281231,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729803683,"id":1927,"parentId":1914,"tags":{},"startTime":1727804281231,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729803688,"id":1928,"parentId":1916,"tags":{},"startTime":1727804281231,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":960,"timestamp":1237729802731,"id":1912,"parentId":1902,"tags":{},"startTime":1727804281230,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":831,"timestamp":1237729802861,"id":1914,"parentId":1904,"tags":{},"startTime":1727804281230,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":692,"timestamp":1237729803001,"id":1916,"parentId":1906,"tags":{},"startTime":1727804281230,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":1714,"timestamp":1237729802416,"id":1902,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/jaquelin-isch.jpg","layer":"app-pages-browser"},"startTime":1727804281229,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":1802,"timestamp":1237729802494,"id":1904,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/kimberly-parsons.jpg","layer":"app-pages-browser"},"startTime":1727804281229,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":1871,"timestamp":1237729802520,"id":1906,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/parker-johnson.jpg","layer":"app-pages-browser"},"startTime":1727804281229,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4905,"timestamp":1237729803666,"id":1925,"parentId":1924,"tags":{},"startTime":1727804281231,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4933,"timestamp":1237729803646,"id":1924,"parentId":1911,"tags":{},"startTime":1727804281231,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6458,"timestamp":1237729802682,"id":1911,"parentId":1664,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-flags.js","layer":"app-pages-browser"},"startTime":1727804281230,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5573,"timestamp":1237729803644,"id":1923,"parentId":1922,"tags":{},"startTime":1727804281231,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5596,"timestamp":1237729803623,"id":1922,"parentId":1910,"tags":{},"startTime":1727804281231,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6808,"timestamp":1237729802645,"id":1910,"parentId":1664,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/once.js","layer":"app-pages-browser"},"startTime":1727804281230,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6051,"timestamp":1237729803621,"id":1921,"parentId":1920,"tags":{},"startTime":1727804281231,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6082,"timestamp":1237729803592,"id":1920,"parentId":1909,"tags":{},"startTime":1727804281231,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7565,"timestamp":1237729802605,"id":1909,"parentId":1664,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/disposables.js","layer":"app-pages-browser"},"startTime":1727804281230,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6605,"timestamp":1237729803584,"id":1919,"parentId":1918,"tags":{},"startTime":1727804281230,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6658,"timestamp":1237729803533,"id":1918,"parentId":1908,"tags":{},"startTime":1727804281230,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8264,"timestamp":1237729802545,"id":1908,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/dev-root-not-found-boundary.js","layer":"app-pages-browser"},"startTime":1727804281229,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":856,"timestamp":1237729813598,"id":1931,"parentId":1930,"tags":{},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1030,"timestamp":1237729813673,"id":1933,"parentId":1932,"tags":{},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1624,"timestamp":1237729813709,"id":1935,"parentId":1934,"tags":{},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1905,"timestamp":1237729813740,"id":1937,"parentId":1936,"tags":{},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1988,"timestamp":1237729813761,"id":1939,"parentId":1938,"tags":{},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2085,"timestamp":1237729813780,"id":1941,"parentId":1940,"tags":{},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2159,"timestamp":1237729813798,"id":1943,"parentId":1942,"tags":{},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1779,"timestamp":1237729814284,"id":1958,"parentId":1957,"tags":{},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1852,"timestamp":1237729814301,"id":1960,"parentId":1959,"tags":{},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1937,"timestamp":1237729814321,"id":1962,"parentId":1961,"tags":{},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":671,"timestamp":1237729815733,"id":1972,"parentId":1971,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":546,"timestamp":1237729815860,"id":1974,"parentId":1973,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":454,"timestamp":1237729815953,"id":1976,"parentId":1975,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":349,"timestamp":1237729816059,"id":1978,"parentId":1977,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":261,"timestamp":1237729816147,"id":1980,"parentId":1979,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":163,"timestamp":1237729816246,"id":1982,"parentId":1981,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":104,"timestamp":1237729816305,"id":1984,"parentId":1983,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"font-loader","duration":32714,"timestamp":1237729814768,"id":1968,"parentId":1967,"tags":{},"startTime":1727804281242,"traceId":"ed4341945b6604eb"},{"name":"font-loader","duration":32099,"timestamp":1237729815396,"id":1970,"parentId":1969,"tags":{},"startTime":1727804281242,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":9,"timestamp":1237729968867,"id":2019,"parentId":1971,"tags":{},"startTime":1727804281396,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729968898,"id":2020,"parentId":1973,"tags":{},"startTime":1727804281396,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729968904,"id":2021,"parentId":1975,"tags":{},"startTime":1727804281396,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729968909,"id":2022,"parentId":1977,"tags":{},"startTime":1727804281396,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729968914,"id":2023,"parentId":1979,"tags":{},"startTime":1727804281396,"traceId":"ed4341945b6604eb"}] -[{"name":"image-data-stringify","duration":2,"timestamp":1237729969125,"id":2024,"parentId":1981,"tags":{},"startTime":1727804281396,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237729969132,"id":2025,"parentId":1983,"tags":{},"startTime":1727804281396,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":153486,"timestamp":1237729815653,"id":1971,"parentId":1936,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":153386,"timestamp":1237729815754,"id":1973,"parentId":1938,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":153272,"timestamp":1237729815869,"id":1975,"parentId":1940,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":153179,"timestamp":1237729815963,"id":1977,"parentId":1942,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":153077,"timestamp":1237729816066,"id":1979,"parentId":1957,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":152987,"timestamp":1237729816156,"id":1981,"parentId":1959,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":152879,"timestamp":1237729816265,"id":1983,"parentId":1961,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":155712,"timestamp":1237729813714,"id":1936,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/piers-wilkins.jpg","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":155785,"timestamp":1237729813744,"id":1938,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/richard-astley.jpg","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":155866,"timestamp":1237729813764,"id":1940,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/rinaldo-beynon.jpg","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":156012,"timestamp":1237729813783,"id":1942,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/ronni-cantadore.jpg","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":155652,"timestamp":1237729814266,"id":1957,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/steven-mchail.jpg","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":155706,"timestamp":1237729814286,"id":1959,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/waylon-hyden.jpg","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpeg","duration":155756,"timestamp":1237729814304,"id":1961,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/kristof_de_spiegeleer.jpeg","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"postcss","duration":2736,"timestamp":1237729970415,"id":2026,"parentId":1967,"tags":{},"startTime":1727804281397,"traceId":"ed4341945b6604eb"},{"name":"postcss","duration":1851,"timestamp":1237729971310,"id":2027,"parentId":1969,"tags":{},"startTime":1727804281398,"traceId":"ed4341945b6604eb"},{"name":"next-font-loader","duration":158596,"timestamp":1237729814712,"id":1967,"parentId":1932,"tags":{},"startTime":1727804281242,"traceId":"ed4341945b6604eb"},{"name":"next-font-loader","duration":157963,"timestamp":1237729815349,"id":1969,"parentId":1934,"tags":{},"startTime":1727804281242,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":9465,"timestamp":1237729973202,"id":2028,"parentId":1932,"tags":{"astUsed":"true"},"startTime":1727804281400,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":9387,"timestamp":1237729973288,"id":2029,"parentId":1934,"tags":{"astUsed":"true"},"startTime":1727804281400,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":169633,"timestamp":1237729813619,"id":1932,"parentId":1675,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}","layer":null},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":169815,"timestamp":1237729813682,"id":1934,"parentId":1676,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}","layer":null},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":167168,"timestamp":1237729816335,"id":1985,"parentId":1964,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":446,"timestamp":1237729983519,"id":2030,"parentId":1964,"tags":{},"startTime":1727804281410,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":171201,"timestamp":1237729814354,"id":1964,"parentId":1731,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":139627,"timestamp":1237729847845,"id":1988,"parentId":1987,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":139693,"timestamp":1237729847784,"id":1987,"parentId":1929,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":176701,"timestamp":1237729811454,"id":1929,"parentId":1673,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-external.js","layer":"app-pages-browser"},"startTime":1727804281238,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":140315,"timestamp":1237729847913,"id":1992,"parentId":1991,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":140338,"timestamp":1237729847892,"id":1991,"parentId":1945,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":175069,"timestamp":1237729813859,"id":1945,"parentId":1679,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":141023,"timestamp":1237729847930,"id":1994,"parentId":1993,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":141040,"timestamp":1237729847915,"id":1993,"parentId":1946,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":175636,"timestamp":1237729813903,"id":1946,"parentId":1680,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/request-idle-callback.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":141738,"timestamp":1237729847889,"id":1990,"parentId":1989,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":141777,"timestamp":1237729847854,"id":1989,"parentId":1944,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":176532,"timestamp":1237729813802,"id":1944,"parentId":1669,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/env.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":142413,"timestamp":1237729847953,"id":1996,"parentId":1995,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":142438,"timestamp":1237729847932,"id":1995,"parentId":1947,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":176650,"timestamp":1237729813938,"id":1947,"parentId":1670,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/class-names.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":142624,"timestamp":1237729847982,"id":2000,"parentId":1999,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":142638,"timestamp":1237729847970,"id":1999,"parentId":1949,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":176995,"timestamp":1237729814008,"id":1949,"parentId":1683,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":143023,"timestamp":1237729847996,"id":2002,"parentId":2001,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":143036,"timestamp":1237729847984,"id":2001,"parentId":1950,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":177317,"timestamp":1237729814039,"id":1950,"parentId":1683,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":143363,"timestamp":1237729848009,"id":2004,"parentId":2003,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":143376,"timestamp":1237729847998,"id":2003,"parentId":1951,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":177627,"timestamp":1237729814070,"id":1951,"parentId":1683,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-mode.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":143692,"timestamp":1237729848025,"id":2006,"parentId":2005,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":143707,"timestamp":1237729848011,"id":2005,"parentId":1952,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":178166,"timestamp":1237729814102,"id":1952,"parentId":1678,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":144321,"timestamp":1237729847968,"id":1998,"parentId":1997,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":144336,"timestamp":1237729847955,"id":1997,"parentId":1948,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":178815,"timestamp":1237729813975,"id":1948,"parentId":1683,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/side-effect.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":144766,"timestamp":1237729848039,"id":2008,"parentId":2007,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":144779,"timestamp":1237729848027,"id":2007,"parentId":1953,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":179024,"timestamp":1237729814137,"id":1953,"parentId":1678,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":145110,"timestamp":1237729848067,"id":2012,"parentId":2011,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":145124,"timestamp":1237729848055,"id":2011,"parentId":1955,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":179313,"timestamp":1237729814203,"id":1955,"parentId":1682,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":145456,"timestamp":1237729848095,"id":2016,"parentId":2015,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":145471,"timestamp":1237729848083,"id":2015,"parentId":1963,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":180620,"timestamp":1237729814324,"id":1963,"parentId":1684,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":146885,"timestamp":1237729848081,"id":2014,"parentId":2013,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":146899,"timestamp":1237729848068,"id":2013,"parentId":1956,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":181226,"timestamp":1237729814234,"id":1956,"parentId":1678,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":147437,"timestamp":1237729848052,"id":2010,"parentId":2009,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":147452,"timestamp":1237729848040,"id":2009,"parentId":1954,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":182007,"timestamp":1237729814169,"id":1954,"parentId":1678,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":148090,"timestamp":1237729848109,"id":2018,"parentId":2017,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":148104,"timestamp":1237729848097,"id":2017,"parentId":1965,"tags":{},"startTime":1727804281275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":182344,"timestamp":1237729814420,"id":1965,"parentId":1736,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/match-remote-pattern.js","layer":"app-pages-browser"},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":697,"timestamp":1237730000495,"id":2033,"parentId":2032,"tags":{},"startTime":1727804281427,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":742,"timestamp":1237730000551,"id":2035,"parentId":2034,"tags":{},"startTime":1727804281427,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":744,"timestamp":1237730000596,"id":2037,"parentId":2036,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":587,"timestamp":1237730000800,"id":2040,"parentId":2039,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":553,"timestamp":1237730000870,"id":2042,"parentId":2041,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":564,"timestamp":1237730000896,"id":2044,"parentId":2043,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":1894,"timestamp":1237730001274,"id":2050,"parentId":2049,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":1839,"timestamp":1237730001335,"id":2052,"parentId":2051,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":1792,"timestamp":1237730001383,"id":2054,"parentId":2053,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":1758,"timestamp":1237730001418,"id":2056,"parentId":2055,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":1720,"timestamp":1237730001456,"id":2058,"parentId":2057,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"image-size-calculation","duration":55,"timestamp":1237730003122,"id":2060,"parentId":2059,"tags":{},"startTime":1727804281430,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":6,"timestamp":1237730003650,"id":2070,"parentId":2049,"tags":{},"startTime":1727804281431,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237730003665,"id":2071,"parentId":2051,"tags":{},"startTime":1727804281431,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237730003669,"id":2072,"parentId":2053,"tags":{},"startTime":1727804281431,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":1,"timestamp":1237730003672,"id":2073,"parentId":2055,"tags":{},"startTime":1727804281431,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":0,"timestamp":1237730003680,"id":2074,"parentId":2057,"tags":{},"startTime":1727804281431,"traceId":"ed4341945b6604eb"},{"name":"image-data-stringify","duration":0,"timestamp":1237730003683,"id":2075,"parentId":2059,"tags":{},"startTime":1727804281431,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":2482,"timestamp":1237730001204,"id":2049,"parentId":2032,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":2388,"timestamp":1237730001299,"id":2051,"parentId":2034,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":2344,"timestamp":1237730001344,"id":2053,"parentId":2036,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":2298,"timestamp":1237730001391,"id":2055,"parentId":2039,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":2263,"timestamp":1237730001426,"id":2057,"parentId":2041,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"next-image-loader","duration":2226,"timestamp":1237730001464,"id":2059,"parentId":2043,"tags":{},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpg","duration":3487,"timestamp":1237730000442,"id":2032,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/adnan_fatayerji.jpg","layer":"app-pages-browser"},"startTime":1727804281427,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpeg","duration":3522,"timestamp":1237730000507,"id":2034,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/florian_fournier.jpeg","layer":"app-pages-browser"},"startTime":1727804281427,"traceId":"ed4341945b6604eb"}] -[{"name":"build-module-jpeg","duration":3700,"timestamp":1237730000558,"id":2036,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/matthew_schutte.jpeg","layer":"app-pages-browser"},"startTime":1727804281427,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpeg","duration":3630,"timestamp":1237730000696,"id":2039,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/omrei_abumadi.jpeg","layer":"app-pages-browser"},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpeg","duration":3576,"timestamp":1237730000814,"id":2041,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/victor_muhagachi.jpeg","layer":"app-pages-browser"},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"build-module-jpeg","duration":3576,"timestamp":1237730000874,"id":2043,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/avatars/sasha_astiadi.jpeg","layer":"app-pages-browser"},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1392,"timestamp":1237730003155,"id":2061,"parentId":2031,"tags":{},"startTime":1727804281430,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1444,"timestamp":1237730003163,"id":2062,"parentId":2045,"tags":{},"startTime":1727804281430,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1486,"timestamp":1237730003165,"id":2063,"parentId":2046,"tags":{},"startTime":1727804281430,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4440,"timestamp":1237730004556,"id":2076,"parentId":2031,"tags":{},"startTime":1727804281431,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4394,"timestamp":1237730004611,"id":2077,"parentId":2045,"tags":{},"startTime":1727804281432,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4352,"timestamp":1237730004654,"id":2078,"parentId":2046,"tags":{},"startTime":1727804281432,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9209,"timestamp":1237730000217,"id":2031,"parentId":1731,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"app-pages-browser"},"startTime":1727804281427,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8814,"timestamp":1237730000899,"id":2045,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/import.mjs","layer":"app-pages-browser"},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9010,"timestamp":1237730000982,"id":2046,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/import.mjs","layer":"app-pages-browser"},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8619,"timestamp":1237730003551,"id":2065,"parentId":2064,"tags":{},"startTime":1727804281430,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8676,"timestamp":1237730003500,"id":2064,"parentId":2038,"tags":{},"startTime":1727804281430,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12576,"timestamp":1237730000603,"id":2038,"parentId":1762,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9568,"timestamp":1237730003648,"id":2069,"parentId":2068,"tags":{},"startTime":1727804281431,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9628,"timestamp":1237730003590,"id":2068,"parentId":2048,"tags":{},"startTime":1727804281430,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":12668,"timestamp":1237730001100,"id":2048,"parentId":1616,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/BackgroundImage.jsx","layer":"app-pages-browser"},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15941,"timestamp":1237730003587,"id":2067,"parentId":2066,"tags":{},"startTime":1727804281430,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15979,"timestamp":1237730003557,"id":2066,"parentId":2047,"tags":{},"startTime":1727804281430,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21162,"timestamp":1237730001053,"id":2047,"parentId":1760,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/tabs/tabs.js","layer":"app-pages-browser"},"startTime":1727804281428,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":534724,"timestamp":1237729816415,"id":1986,"parentId":1966,"tags":{},"startTime":1727804281243,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":538593,"timestamp":1237729814570,"id":1966,"parentId":1930,"tags":{},"startTime":1727804281241,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":25637,"timestamp":1237730353221,"id":2079,"parentId":1930,"tags":{"astUsed":"true"},"startTime":1727804281780,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1430,"timestamp":1237730387193,"id":2115,"parentId":2094,"tags":{},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1493,"timestamp":1237730387201,"id":2116,"parentId":2095,"tags":{},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1535,"timestamp":1237730387204,"id":2117,"parentId":2096,"tags":{},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1577,"timestamp":1237730387207,"id":2118,"parentId":2107,"tags":{},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1617,"timestamp":1237730387210,"id":2119,"parentId":2108,"tags":{},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1657,"timestamp":1237730387212,"id":2120,"parentId":2111,"tags":{},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1541,"timestamp":1237730388644,"id":2178,"parentId":2094,"tags":{},"startTime":1727804281816,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1492,"timestamp":1237730388699,"id":2179,"parentId":2095,"tags":{},"startTime":1727804281816,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1449,"timestamp":1237730388743,"id":2180,"parentId":2096,"tags":{},"startTime":1727804281816,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1405,"timestamp":1237730388788,"id":2181,"parentId":2107,"tags":{},"startTime":1727804281816,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1365,"timestamp":1237730388829,"id":2182,"parentId":2108,"tags":{},"startTime":1727804281816,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1323,"timestamp":1237730388872,"id":2183,"parentId":2111,"tags":{},"startTime":1727804281816,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5075,"timestamp":1237730385756,"id":2094,"parentId":1854,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"app-pages-browser"},"startTime":1727804281813,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5328,"timestamp":1237730385980,"id":2095,"parentId":1792,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":"app-pages-browser"},"startTime":1727804281813,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5763,"timestamp":1237730386079,"id":2096,"parentId":1792,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":"app-pages-browser"},"startTime":1727804281813,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5389,"timestamp":1237730386698,"id":2107,"parentId":1619,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5844,"timestamp":1237730386763,"id":2108,"parentId":1619,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6262,"timestamp":1237730386896,"id":2111,"parentId":1859,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"app-pages-browser"},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15242,"timestamp":1237730387653,"id":2125,"parentId":2124,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15284,"timestamp":1237730387621,"id":2124,"parentId":2081,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18553,"timestamp":1237730384847,"id":2081,"parentId":1801,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/Bars3Icon.js","layer":"app-pages-browser"},"startTime":1727804281812,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15748,"timestamp":1237730387678,"id":2127,"parentId":2126,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15773,"timestamp":1237730387655,"id":2126,"parentId":2082,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18642,"timestamp":1237730385031,"id":2082,"parentId":1801,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/XMarkIcon.js","layer":"app-pages-browser"},"startTime":1727804281812,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16074,"timestamp":1237730387617,"id":2123,"parentId":2122,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16170,"timestamp":1237730387521,"id":2122,"parentId":2080,"tags":{},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":19602,"timestamp":1237730384601,"id":2080,"parentId":1616,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Container.jsx","layer":"app-pages-browser"},"startTime":1727804281812,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16512,"timestamp":1237730387711,"id":2131,"parentId":2130,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16526,"timestamp":1237730387698,"id":2130,"parentId":2084,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":19598,"timestamp":1237730385238,"id":2084,"parentId":1786,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1727804281812,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17162,"timestamp":1237730387696,"id":2129,"parentId":2128,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":17179,"timestamp":1237730387680,"id":2128,"parentId":2083,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20405,"timestamp":1237730385172,"id":2083,"parentId":1782,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1727804281812,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17841,"timestamp":1237730387752,"id":2135,"parentId":2134,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":17855,"timestamp":1237730387740,"id":2134,"parentId":2086,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20655,"timestamp":1237730385333,"id":2086,"parentId":1786,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"app-pages-browser"},"startTime":1727804281812,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18264,"timestamp":1237730387738,"id":2133,"parentId":2132,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18290,"timestamp":1237730387713,"id":2132,"parentId":2085,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21070,"timestamp":1237730385283,"id":2085,"parentId":1786,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1727804281812,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18605,"timestamp":1237730387779,"id":2139,"parentId":2138,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18618,"timestamp":1237730387768,"id":2138,"parentId":2088,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21698,"timestamp":1237730385474,"id":2088,"parentId":1789,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1727804281812,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19401,"timestamp":1237730387794,"id":2141,"parentId":2140,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19415,"timestamp":1237730387781,"id":2140,"parentId":2089,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":22375,"timestamp":1237730385509,"id":2089,"parentId":1789,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1727804281812,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20141,"timestamp":1237730387766,"id":2137,"parentId":2136,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20154,"timestamp":1237730387754,"id":2136,"parentId":2087,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23156,"timestamp":1237730385432,"id":2087,"parentId":1780,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"app-pages-browser"},"startTime":1727804281812,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20685,"timestamp":1237730387920,"id":2149,"parentId":2148,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20737,"timestamp":1237730387870,"id":2148,"parentId":2093,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":23318,"timestamp":1237730385679,"id":2093,"parentId":1618,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Button.jsx","layer":"app-pages-browser"},"startTime":1727804281813,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21144,"timestamp":1237730387868,"id":2147,"parentId":2146,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21190,"timestamp":1237730387823,"id":2146,"parentId":2092,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":23715,"timestamp":1237730385608,"id":2092,"parentId":1617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/DiamondIcon.jsx","layer":"app-pages-browser"},"startTime":1727804281813,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21520,"timestamp":1237730387821,"id":2145,"parentId":2144,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21533,"timestamp":1237730387809,"id":2144,"parentId":2091,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26035,"timestamp":1237730385575,"id":2091,"parentId":1789,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1727804281812,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23847,"timestamp":1237730387807,"id":2143,"parentId":2142,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23860,"timestamp":1237730387796,"id":2142,"parentId":2090,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27200,"timestamp":1237730385542,"id":2090,"parentId":1789,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1727804281812,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":891,"timestamp":1237730419949,"id":2224,"parentId":2187,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":946,"timestamp":1237730419956,"id":2225,"parentId":2196,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1013,"timestamp":1237730419958,"id":2226,"parentId":2199,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1184,"timestamp":1237730419961,"id":2227,"parentId":2200,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1308,"timestamp":1237730419962,"id":2228,"parentId":2201,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1375,"timestamp":1237730419964,"id":2229,"parentId":2202,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1435,"timestamp":1237730419967,"id":2230,"parentId":2203,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1480,"timestamp":1237730419968,"id":2231,"parentId":2204,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1523,"timestamp":1237730419970,"id":2232,"parentId":2205,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1563,"timestamp":1237730419973,"id":2233,"parentId":2206,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1605,"timestamp":1237730419975,"id":2234,"parentId":2207,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1644,"timestamp":1237730419977,"id":2235,"parentId":2208,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1696,"timestamp":1237730419979,"id":2236,"parentId":2209,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1737,"timestamp":1237730419981,"id":2237,"parentId":2210,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1780,"timestamp":1237730419983,"id":2238,"parentId":2211,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1825,"timestamp":1237730419985,"id":2239,"parentId":2212,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"}] -[{"name":"read-resource","duration":2036,"timestamp":1237730419986,"id":2240,"parentId":2213,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2099,"timestamp":1237730419988,"id":2241,"parentId":2214,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2170,"timestamp":1237730419990,"id":2242,"parentId":2215,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2378,"timestamp":1237730419992,"id":2243,"parentId":2216,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6725,"timestamp":1237730420858,"id":2271,"parentId":2187,"tags":{},"startTime":1727804281848,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6686,"timestamp":1237730420906,"id":2272,"parentId":2196,"tags":{},"startTime":1727804281848,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6618,"timestamp":1237730420975,"id":2273,"parentId":2199,"tags":{},"startTime":1727804281848,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6413,"timestamp":1237730421181,"id":2274,"parentId":2200,"tags":{},"startTime":1727804281848,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6311,"timestamp":1237730421285,"id":2275,"parentId":2201,"tags":{},"startTime":1727804281848,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6252,"timestamp":1237730421345,"id":2276,"parentId":2202,"tags":{},"startTime":1727804281848,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6190,"timestamp":1237730421409,"id":2277,"parentId":2203,"tags":{},"startTime":1727804281848,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6148,"timestamp":1237730421452,"id":2278,"parentId":2204,"tags":{},"startTime":1727804281848,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6104,"timestamp":1237730421497,"id":2279,"parentId":2205,"tags":{},"startTime":1727804281848,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6063,"timestamp":1237730421539,"id":2280,"parentId":2206,"tags":{},"startTime":1727804281848,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6020,"timestamp":1237730421583,"id":2281,"parentId":2207,"tags":{},"startTime":1727804281848,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5979,"timestamp":1237730421625,"id":2282,"parentId":2208,"tags":{},"startTime":1727804281849,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5927,"timestamp":1237730421679,"id":2283,"parentId":2209,"tags":{},"startTime":1727804281849,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5885,"timestamp":1237730421721,"id":2284,"parentId":2210,"tags":{},"startTime":1727804281849,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5841,"timestamp":1237730421766,"id":2285,"parentId":2211,"tags":{},"startTime":1727804281849,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5636,"timestamp":1237730421973,"id":2286,"parentId":2212,"tags":{},"startTime":1727804281849,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5579,"timestamp":1237730422031,"id":2287,"parentId":2213,"tags":{},"startTime":1727804281849,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5520,"timestamp":1237730422091,"id":2288,"parentId":2214,"tags":{},"startTime":1727804281849,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5448,"timestamp":1237730422164,"id":2289,"parentId":2215,"tags":{},"startTime":1727804281849,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5229,"timestamp":1237730422383,"id":2290,"parentId":2216,"tags":{},"startTime":1727804281849,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10210,"timestamp":1237730417941,"id":2187,"parentId":1964,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/url.js","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15412,"timestamp":1237730418272,"id":2196,"parentId":1965,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/picomatch/index.js","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19807,"timestamp":1237730418401,"id":2199,"parentId":2045,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/FocusScope.mjs","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20001,"timestamp":1237730418460,"id":2200,"parentId":2045,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/FocusRing.mjs","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20283,"timestamp":1237730418520,"id":2201,"parentId":2045,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/useFocusable.mjs","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20478,"timestamp":1237730418580,"id":2202,"parentId":2045,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/useFocusRing.mjs","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20584,"timestamp":1237730418638,"id":2203,"parentId":2045,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/focusSafely.mjs","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20813,"timestamp":1237730418697,"id":2204,"parentId":2045,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/useHasTabbableChild.mjs","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20932,"timestamp":1237730418757,"id":2205,"parentId":2046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/Pressable.mjs","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21232,"timestamp":1237730418818,"id":2206,"parentId":2046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/PressResponder.mjs","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21391,"timestamp":1237730418877,"id":2207,"parentId":2046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useFocus.mjs","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22323,"timestamp":1237730418936,"id":2208,"parentId":2046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useFocusVisible.mjs","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22510,"timestamp":1237730418994,"id":2209,"parentId":2046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useFocusWithin.mjs","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22889,"timestamp":1237730419055,"id":2210,"parentId":2046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useHover.mjs","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23166,"timestamp":1237730419118,"id":2211,"parentId":2046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useInteractOutside.mjs","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23228,"timestamp":1237730419180,"id":2212,"parentId":2046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useKeyboard.mjs","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23965,"timestamp":1237730419239,"id":2213,"parentId":2046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useMove.mjs","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":25952,"timestamp":1237730419304,"id":2214,"parentId":2046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/usePress.mjs","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26065,"timestamp":1237730419364,"id":2215,"parentId":2046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useScrollWheel.mjs","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26310,"timestamp":1237730419423,"id":2216,"parentId":2046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useLongPress.mjs","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":57863,"timestamp":1237730387935,"id":2151,"parentId":2150,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":57878,"timestamp":1237730387922,"id":2150,"parentId":2097,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":60432,"timestamp":1237730386158,"id":2097,"parentId":1792,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":"app-pages-browser"},"startTime":1727804281813,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":58638,"timestamp":1237730387975,"id":2157,"parentId":2156,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":58651,"timestamp":1237730387964,"id":2156,"parentId":2100,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":60918,"timestamp":1237730386363,"id":2100,"parentId":1792,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":"app-pages-browser"},"startTime":1727804281813,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":59360,"timestamp":1237730387949,"id":2153,"parentId":2152,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":59373,"timestamp":1237730387937,"id":2152,"parentId":2098,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":61874,"timestamp":1237730386199,"id":2098,"parentId":1792,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/app/ReactDevOverlay.js","layer":"app-pages-browser"},"startTime":1727804281813,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":60088,"timestamp":1237730388002,"id":2161,"parentId":2160,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":60100,"timestamp":1237730387990,"id":2160,"parentId":2102,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":61926,"timestamp":1237730386487,"id":2102,"parentId":1792,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":"app-pages-browser"},"startTime":1727804281813,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":60445,"timestamp":1237730387989,"id":2159,"parentId":2158,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":60458,"timestamp":1237730387977,"id":2158,"parentId":2101,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":62572,"timestamp":1237730386445,"id":2101,"parentId":1792,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-error-handler.js","layer":"app-pages-browser"},"startTime":1727804281813,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":61082,"timestamp":1237730387962,"id":2155,"parentId":2154,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":61095,"timestamp":1237730387950,"id":2154,"parentId":2099,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":64186,"timestamp":1237730386326,"id":2099,"parentId":1792,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":"app-pages-browser"},"startTime":1727804281813,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":62524,"timestamp":1237730388027,"id":2165,"parentId":2164,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":62538,"timestamp":1237730388016,"id":2164,"parentId":2104,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":64879,"timestamp":1237730386570,"id":2104,"parentId":1792,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":"app-pages-browser"},"startTime":1727804281813,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":63457,"timestamp":1237730388040,"id":2167,"parentId":2166,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":63472,"timestamp":1237730388028,"id":2166,"parentId":2105,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":65236,"timestamp":1237730386602,"id":2105,"parentId":1792,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/strip-ansi/index.js","layer":"app-pages-browser"},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":63849,"timestamp":1237730388014,"id":2163,"parentId":2162,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":63862,"timestamp":1237730388003,"id":2162,"parentId":2103,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":66080,"timestamp":1237730386538,"id":2103,"parentId":1792,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-websocket.js","layer":"app-pages-browser"},"startTime":1727804281813,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":64537,"timestamp":1237730388099,"id":2171,"parentId":2170,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":64550,"timestamp":1237730388088,"id":2170,"parentId":2109,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":66210,"timestamp":1237730386829,"id":2109,"parentId":1851,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":64945,"timestamp":1237730388111,"id":2173,"parentId":2172,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":64957,"timestamp":1237730388101,"id":2172,"parentId":2110,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":66602,"timestamp":1237730386866,"id":2110,"parentId":1855,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":65816,"timestamp":1237730388124,"id":2175,"parentId":2174,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":65830,"timestamp":1237730388113,"id":2174,"parentId":2112,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":68615,"timestamp":1237730386963,"id":2112,"parentId":1851,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":"app-pages-browser"},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":67483,"timestamp":1237730388136,"id":2177,"parentId":2176,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":67495,"timestamp":1237730388125,"id":2176,"parentId":2113,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":69143,"timestamp":1237730387035,"id":2113,"parentId":1851,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":"app-pages-browser"},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":68173,"timestamp":1237730388085,"id":2169,"parentId":2168,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":68218,"timestamp":1237730388041,"id":2168,"parentId":2106,"tags":{},"startTime":1727804281815,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":72917,"timestamp":1237730386633,"id":2106,"parentId":1618,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx","layer":"app-pages-browser"},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":39317,"timestamp":1237730420422,"id":2248,"parentId":2247,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":39366,"timestamp":1237730420376,"id":2247,"parentId":2186,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":42648,"timestamp":1237730417517,"id":2186,"parentId":1853,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/static-generation-async-storage-instance.js","layer":"shared"},"startTime":1727804281844,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":39811,"timestamp":1237730420372,"id":2246,"parentId":2245,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":39868,"timestamp":1237730420316,"id":2245,"parentId":2184,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":43038,"timestamp":1237730417315,"id":2184,"parentId":1909,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/micro-task.js","layer":"app-pages-browser"},"startTime":1727804281844,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":39911,"timestamp":1237730420456,"id":2252,"parentId":2251,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":39926,"timestamp":1237730420443,"id":2251,"parentId":2189,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":42759,"timestamp":1237730418041,"id":2189,"parentId":1964,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":40373,"timestamp":1237730420441,"id":2250,"parentId":2249,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":40390,"timestamp":1237730420424,"id":2249,"parentId":2188,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":43204,"timestamp":1237730418007,"id":2188,"parentId":1964,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/hooks-server-context.js","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":40750,"timestamp":1237730420474,"id":2254,"parentId":2253,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":40767,"timestamp":1237730420458,"id":2253,"parentId":2190,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":43452,"timestamp":1237730418076,"id":2190,"parentId":1945,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-transform","duration":41177,"timestamp":1237730420488,"id":2256,"parentId":2255,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":41191,"timestamp":1237730420475,"id":2255,"parentId":2191,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":43872,"timestamp":1237730418112,"id":2191,"parentId":1945,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":41484,"timestamp":1237730420515,"id":2260,"parentId":2259,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":41496,"timestamp":1237730420503,"id":2259,"parentId":2193,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":44191,"timestamp":1237730418176,"id":2193,"parentId":1956,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":41856,"timestamp":1237730420527,"id":2262,"parentId":2261,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":41868,"timestamp":1237730420516,"id":2261,"parentId":2194,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":44553,"timestamp":1237730418207,"id":2194,"parentId":1954,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":42284,"timestamp":1237730420502,"id":2258,"parentId":2257,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42297,"timestamp":1237730420489,"id":2257,"parentId":2192,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":45508,"timestamp":1237730418145,"id":2192,"parentId":1956,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":43114,"timestamp":1237730420554,"id":2266,"parentId":2265,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43128,"timestamp":1237730420542,"id":2265,"parentId":2197,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":45695,"timestamp":1237730418340,"id":2197,"parentId":1851,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":43498,"timestamp":1237730420588,"id":2270,"parentId":2269,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43519,"timestamp":1237730420569,"id":2269,"parentId":2217,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":44882,"timestamp":1237730419483,"id":2217,"parentId":2047,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/focus-sentinel.js","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":43820,"timestamp":1237730420567,"id":2268,"parentId":2267,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43833,"timestamp":1237730420556,"id":2267,"parentId":2198,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":46551,"timestamp":1237730418370,"id":2198,"parentId":1851,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/app-link-gc.js","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":44408,"timestamp":1237730420540,"id":2264,"parentId":2263,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44420,"timestamp":1237730420529,"id":2263,"parentId":2195,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":47644,"timestamp":1237730418238,"id":2195,"parentId":1954,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"app-pages-browser"},"startTime":1727804281845,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":523,"timestamp":1237730490733,"id":2307,"parentId":2306,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237730491271,"id":2330,"parentId":2306,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":934,"timestamp":1237730490660,"id":2306,"parentId":2093,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/api/link.js","layer":"app-pages-browser"},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":104795,"timestamp":1237730387214,"id":2121,"parentId":2114,"tags":{},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237730492018,"id":2331,"parentId":2114,"tags":{},"startTime":1727804281919,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":105283,"timestamp":1237730387067,"id":2114,"parentId":1802,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1727804281814,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":483,"timestamp":1237730493859,"id":2353,"parentId":2332,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":535,"timestamp":1237730493865,"id":2354,"parentId":2333,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":574,"timestamp":1237730493868,"id":2355,"parentId":2334,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":616,"timestamp":1237730493870,"id":2356,"parentId":2335,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":657,"timestamp":1237730493872,"id":2357,"parentId":2336,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":698,"timestamp":1237730493875,"id":2358,"parentId":2348,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":736,"timestamp":1237730493877,"id":2359,"parentId":2349,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":774,"timestamp":1237730493879,"id":2360,"parentId":2350,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":812,"timestamp":1237730493881,"id":2361,"parentId":2352,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":731,"timestamp":1237730494354,"id":2386,"parentId":2332,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":684,"timestamp":1237730494404,"id":2387,"parentId":2333,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":644,"timestamp":1237730494445,"id":2388,"parentId":2334,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":601,"timestamp":1237730494489,"id":2389,"parentId":2335,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":558,"timestamp":1237730494532,"id":2390,"parentId":2336,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":516,"timestamp":1237730494576,"id":2391,"parentId":2348,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":477,"timestamp":1237730494616,"id":2392,"parentId":2349,"tags":{},"startTime":1727804281922,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":437,"timestamp":1237730494656,"id":2393,"parentId":2350,"tags":{},"startTime":1727804281922,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":399,"timestamp":1237730494695,"id":2394,"parentId":2352,"tags":{},"startTime":1727804281922,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":2957,"timestamp":1237730492692,"id":2332,"parentId":2199,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/isElementVisible.mjs","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":2954,"timestamp":1237730492883,"id":2333,"parentId":2206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/context.mjs","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3369,"timestamp":1237730492967,"id":2334,"parentId":2207,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/utils.mjs","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3471,"timestamp":1237730493035,"id":2335,"parentId":2212,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/createEventHandler.mjs","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3857,"timestamp":1237730493102,"id":2336,"parentId":2213,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/textSelection.mjs","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3915,"timestamp":1237730493547,"id":2348,"parentId":2214,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_get.js","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4403,"timestamp":1237730493613,"id":2349,"parentId":2214,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_init.js","layer":"app-pages-browser"},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4823,"timestamp":1237730493680,"id":2350,"parentId":2214,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_set.js","layer":"app-pages-browser"},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5577,"timestamp":1237730493778,"id":2352,"parentId":2100,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":"app-pages-browser"},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10892,"timestamp":1237730490904,"id":2309,"parentId":2308,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10950,"timestamp":1237730490851,"id":2308,"parentId":2291,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12473,"timestamp":1237730489805,"id":2291,"parentId":2047,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/hidden.js","layer":"app-pages-browser"},"startTime":1727804281917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11334,"timestamp":1237730490967,"id":2315,"parentId":2314,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11350,"timestamp":1237730490953,"id":2314,"parentId":2298,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14020,"timestamp":1237730490394,"id":2298,"parentId":2083,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/request-async-storage.external.js","layer":"shared"},"startTime":1727804281917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13562,"timestamp":1237730490951,"id":2313,"parentId":2312,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13584,"timestamp":1237730490932,"id":2312,"parentId":2293,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15025,"timestamp":1237730489979,"id":2293,"parentId":2047,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/stable-collection.js","layer":"app-pages-browser"},"startTime":1727804281917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14041,"timestamp":1237730490981,"id":2317,"parentId":2316,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14054,"timestamp":1237730490969,"id":2316,"parentId":2299,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14983,"timestamp":1237730490440,"id":2299,"parentId":2083,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/action-async-storage.external.js","layer":"shared"},"startTime":1727804281917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14443,"timestamp":1237730490994,"id":2319,"parentId":2318,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14456,"timestamp":1237730490983,"id":2318,"parentId":2300,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15331,"timestamp":1237730490472,"id":2300,"parentId":2083,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1727804281917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14920,"timestamp":1237730490930,"id":2311,"parentId":2310,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14944,"timestamp":1237730490907,"id":2310,"parentId":2292,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16927,"timestamp":1237730489932,"id":2292,"parentId":2047,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/focus-management.js","layer":"app-pages-browser"},"startTime":1727804281917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15869,"timestamp":1237730491007,"id":2321,"parentId":2320,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15882,"timestamp":1237730490996,"id":2320,"parentId":2301,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16780,"timestamp":1237730490504,"id":2301,"parentId":2086,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1727804281917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16283,"timestamp":1237730491020,"id":2323,"parentId":2322,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16296,"timestamp":1237730491009,"id":2322,"parentId":2302,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17277,"timestamp":1237730490535,"id":2302,"parentId":2087,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1727804281917,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":88841,"timestamp":1237730419809,"id":2219,"parentId":2218,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":89323,"timestamp":1237730419516,"id":2218,"parentId":1616,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react/jsx-dev-runtime.js","layer":"app-pages-browser"},"startTime":1727804281846,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":89341,"timestamp":1237730419848,"id":2221,"parentId":2220,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":89453,"timestamp":1237730419834,"id":2220,"parentId":1619,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":89357,"timestamp":1237730419942,"id":2223,"parentId":2185,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":65,"timestamp":1237730509307,"id":2395,"parentId":2185,"tags":{},"startTime":1727804281936,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":92521,"timestamp":1237730417439,"id":2185,"parentId":1674,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js","layer":"app-pages-browser"},"startTime":1727804281844,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":89976,"timestamp":1237730419995,"id":2244,"parentId":2222,"tags":{},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237730509977,"id":2396,"parentId":2222,"tags":{},"startTime":1727804281937,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":90526,"timestamp":1237730419856,"id":2222,"parentId":1851,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1727804281847,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19377,"timestamp":1237730491045,"id":2327,"parentId":2326,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19390,"timestamp":1237730491034,"id":2326,"parentId":2304,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20261,"timestamp":1237730490595,"id":2304,"parentId":2111,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1727804281917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19845,"timestamp":1237730491033,"id":2325,"parentId":2324,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19857,"timestamp":1237730491022,"id":2324,"parentId":2303,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20801,"timestamp":1237730490564,"id":2303,"parentId":2091,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1727804281917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20323,"timestamp":1237730491058,"id":2329,"parentId":2328,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20336,"timestamp":1237730491047,"id":2328,"parentId":2305,"tags":{},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21189,"timestamp":1237730490631,"id":2305,"parentId":2090,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1727804281918,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17841,"timestamp":1237730493996,"id":2365,"parentId":2364,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":17998,"timestamp":1237730493973,"id":2364,"parentId":2338,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":19080,"timestamp":1237730493213,"id":2338,"parentId":2195,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18341,"timestamp":1237730493969,"id":2363,"parentId":2362,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18398,"timestamp":1237730493914,"id":2362,"parentId":2337,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":19331,"timestamp":1237730493167,"id":2337,"parentId":2217,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18486,"timestamp":1237730494028,"id":2369,"parentId":2368,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18500,"timestamp":1237730494015,"id":2368,"parentId":2340,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":19541,"timestamp":1237730493297,"id":2340,"parentId":2113,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18840,"timestamp":1237730494013,"id":2367,"parentId":2366,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18856,"timestamp":1237730493998,"id":2366,"parentId":2339,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20052,"timestamp":1237730493255,"id":2339,"parentId":2101,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/is-hydration-error.js","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19283,"timestamp":1237730494042,"id":2371,"parentId":2370,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19297,"timestamp":1237730494029,"id":2370,"parentId":2341,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20532,"timestamp":1237730493330,"id":2341,"parentId":2098,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19797,"timestamp":1237730494081,"id":2377,"parentId":2376,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19810,"timestamp":1237730494069,"id":2376,"parentId":2344,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20928,"timestamp":1237730493425,"id":2344,"parentId":2098,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20319,"timestamp":1237730494055,"id":2373,"parentId":2372,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20332,"timestamp":1237730494043,"id":2372,"parentId":2342,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21608,"timestamp":1237730493362,"id":2342,"parentId":2098,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20878,"timestamp":1237730494106,"id":2381,"parentId":2380,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20890,"timestamp":1237730494095,"id":2380,"parentId":2346,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21987,"timestamp":1237730493486,"id":2346,"parentId":2098,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21395,"timestamp":1237730494093,"id":2379,"parentId":2378,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21407,"timestamp":1237730494082,"id":2378,"parentId":2345,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":22475,"timestamp":1237730493455,"id":2345,"parentId":2098,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21827,"timestamp":1237730494119,"id":2383,"parentId":2382,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21840,"timestamp":1237730494108,"id":2382,"parentId":2347,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":22965,"timestamp":1237730493516,"id":2347,"parentId":2098,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/root-layout-missing-tags-error.js","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22364,"timestamp":1237730494132,"id":2385,"parentId":2384,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22376,"timestamp":1237730494121,"id":2384,"parentId":2351,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23086,"timestamp":1237730493746,"id":2351,"parentId":2103,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/noop-turbopack-hmr.js","layer":"app-pages-browser"},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22806,"timestamp":1237730494068,"id":2375,"parentId":2374,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22819,"timestamp":1237730494057,"id":2374,"parentId":2343,"tags":{},"startTime":1727804281921,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":24780,"timestamp":1237730493393,"id":2343,"parentId":2098,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":"app-pages-browser"},"startTime":1727804281920,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":245,"timestamp":1237730546206,"id":2400,"parentId":2397,"tags":{},"startTime":1727804281973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":304,"timestamp":1237730546211,"id":2401,"parentId":2398,"tags":{},"startTime":1727804281973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":90,"timestamp":1237730546465,"id":2404,"parentId":2397,"tags":{},"startTime":1727804281973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":38,"timestamp":1237730546518,"id":2405,"parentId":2398,"tags":{},"startTime":1727804281973,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":1399,"timestamp":1237730545942,"id":2397,"parentId":2199,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/import.mjs","layer":"app-pages-browser"},"startTime":1727804281973,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":1397,"timestamp":1237730546079,"id":2398,"parentId":2208,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/ssr/dist/import.mjs","layer":"app-pages-browser"},"startTime":1727804281973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":58491,"timestamp":1237730490384,"id":2297,"parentId":2296,"tags":{},"startTime":1727804281917,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":59291,"timestamp":1237730490051,"id":2296,"parentId":1932,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1727804281917,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":59317,"timestamp":1237730490037,"id":2295,"parentId":2294,"tags":{},"startTime":1727804281917,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":59450,"timestamp":1237730490019,"id":2294,"parentId":1619,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1727804281917,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":855516,"timestamp":1237729706116,"id":1675,"parentId":1579,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}","layer":"app-pages-browser"},"startTime":1727804281133,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":853073,"timestamp":1237729709382,"id":1676,"parentId":1579,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}","layer":"app-pages-browser"},"startTime":1727804281136,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8970,"timestamp":1237730553497,"id":2438,"parentId":2406,"tags":{},"startTime":1727804281980,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9034,"timestamp":1237730553504,"id":2439,"parentId":2407,"tags":{},"startTime":1727804281980,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9076,"timestamp":1237730553507,"id":2440,"parentId":2408,"tags":{},"startTime":1727804281980,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9117,"timestamp":1237730553509,"id":2441,"parentId":2409,"tags":{},"startTime":1727804281980,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9159,"timestamp":1237730553511,"id":2442,"parentId":2410,"tags":{},"startTime":1727804281980,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9200,"timestamp":1237730553515,"id":2443,"parentId":2437,"tags":{},"startTime":1727804281980,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6754,"timestamp":1237730562480,"id":2496,"parentId":2406,"tags":{},"startTime":1727804281989,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6701,"timestamp":1237730562543,"id":2497,"parentId":2407,"tags":{},"startTime":1727804281989,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6658,"timestamp":1237730562588,"id":2498,"parentId":2408,"tags":{},"startTime":1727804281989,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6616,"timestamp":1237730562631,"id":2499,"parentId":2409,"tags":{},"startTime":1727804281990,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6573,"timestamp":1237730562675,"id":2500,"parentId":2410,"tags":{},"startTime":1727804281990,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6530,"timestamp":1237730562719,"id":2501,"parentId":2437,"tags":{},"startTime":1727804281990,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18347,"timestamp":1237730551230,"id":2406,"parentId":2348,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js","layer":"app-pages-browser"},"startTime":1727804281978,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18433,"timestamp":1237730551348,"id":2407,"parentId":2348,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js","layer":"app-pages-browser"},"startTime":1727804281978,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18475,"timestamp":1237730551419,"id":2408,"parentId":2349,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_check_private_redeclaration.js","layer":"app-pages-browser"},"startTime":1727804281978,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18534,"timestamp":1237730551487,"id":2409,"parentId":2350,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js","layer":"app-pages-browser"},"startTime":1727804281978,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18831,"timestamp":1237730551550,"id":2410,"parentId":2339,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1727804281978,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18041,"timestamp":1237730552458,"id":2437,"parentId":2344,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":24939,"timestamp":1237730546390,"id":2403,"parentId":2402,"tags":{},"startTime":1727804281973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":24990,"timestamp":1237730546344,"id":2402,"parentId":2399,"tags":{},"startTime":1727804281973,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":25783,"timestamp":1237730546152,"id":2399,"parentId":2186,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/async-local-storage.js","layer":"shared"},"startTime":1727804281973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18766,"timestamp":1237730553780,"id":2451,"parentId":2450,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18781,"timestamp":1237730553768,"id":2450,"parentId":2414,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21168,"timestamp":1237730551727,"id":2414,"parentId":2304,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19147,"timestamp":1237730553766,"id":2449,"parentId":2448,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19162,"timestamp":1237730553752,"id":2448,"parentId":2413,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21575,"timestamp":1237730551694,"id":2413,"parentId":2343,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/error-source.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19538,"timestamp":1237730553750,"id":2447,"parentId":2446,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19561,"timestamp":1237730553729,"id":2446,"parentId":2412,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":22221,"timestamp":1237730551655,"id":2412,"parentId":2303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20174,"timestamp":1237730553725,"id":2445,"parentId":2444,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20220,"timestamp":1237730553681,"id":2444,"parentId":2411,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":22987,"timestamp":1237730551611,"id":2411,"parentId":2305,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20799,"timestamp":1237730553820,"id":2457,"parentId":2456,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20811,"timestamp":1237730553809,"id":2456,"parentId":2417,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23295,"timestamp":1237730551826,"id":2417,"parentId":2302,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21335,"timestamp":1237730553807,"id":2455,"parentId":2454,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21348,"timestamp":1237730553795,"id":2454,"parentId":2416,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23885,"timestamp":1237730551794,"id":2416,"parentId":2302,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21854,"timestamp":1237730553847,"id":2461,"parentId":2460,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21867,"timestamp":1237730553835,"id":2460,"parentId":2419,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":24463,"timestamp":1237730551896,"id":2419,"parentId":2302,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22546,"timestamp":1237730553834,"id":2459,"parentId":2458,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22559,"timestamp":1237730553822,"id":2458,"parentId":2418,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":25260,"timestamp":1237730551863,"id":2418,"parentId":2302,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23268,"timestamp":1237730553872,"id":2465,"parentId":2464,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23281,"timestamp":1237730553861,"id":2464,"parentId":2421,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":25562,"timestamp":1237730551957,"id":2421,"parentId":2344,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23760,"timestamp":1237730553794,"id":2453,"parentId":2452,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23773,"timestamp":1237730553782,"id":2452,"parentId":2415,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":28852,"timestamp":1237730551761,"id":2415,"parentId":2302,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":26757,"timestamp":1237730553899,"id":2469,"parentId":2468,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":26771,"timestamp":1237730553887,"id":2468,"parentId":2423,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29117,"timestamp":1237730552019,"id":2423,"parentId":2343,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-transform","duration":27403,"timestamp":1237730553886,"id":2467,"parentId":2466,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27417,"timestamp":1237730553874,"id":2466,"parentId":2422,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29745,"timestamp":1237730551988,"id":2422,"parentId":2343,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27904,"timestamp":1237730553859,"id":2463,"parentId":2462,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27916,"timestamp":1237730553848,"id":2462,"parentId":2420,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":30803,"timestamp":1237730551927,"id":2420,"parentId":2302,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":28834,"timestamp":1237730553912,"id":2471,"parentId":2470,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":28847,"timestamp":1237730553900,"id":2470,"parentId":2424,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31072,"timestamp":1237730552049,"id":2424,"parentId":2345,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":29211,"timestamp":1237730553925,"id":2473,"parentId":2472,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":29224,"timestamp":1237730553913,"id":2472,"parentId":2425,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31551,"timestamp":1237730552082,"id":2425,"parentId":2345,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":29720,"timestamp":1237730553937,"id":2475,"parentId":2474,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":29733,"timestamp":1237730553926,"id":2474,"parentId":2426,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31960,"timestamp":1237730552114,"id":2426,"parentId":2345,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":30142,"timestamp":1237730553950,"id":2477,"parentId":2476,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":30155,"timestamp":1237730553938,"id":2476,"parentId":2427,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32421,"timestamp":1237730552144,"id":2427,"parentId":2345,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":30593,"timestamp":1237730553988,"id":2483,"parentId":2482,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":30606,"timestamp":1237730553977,"id":2482,"parentId":2430,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32666,"timestamp":1237730552242,"id":2430,"parentId":2342,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":30948,"timestamp":1237730553975,"id":2481,"parentId":2480,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":30961,"timestamp":1237730553964,"id":2480,"parentId":2429,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":33114,"timestamp":1237730552210,"id":2429,"parentId":2342,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31325,"timestamp":1237730554013,"id":2487,"parentId":2486,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31338,"timestamp":1237730554002,"id":2486,"parentId":2432,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":33451,"timestamp":1237730552304,"id":2432,"parentId":2342,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31769,"timestamp":1237730554000,"id":2485,"parentId":2484,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31781,"timestamp":1237730553989,"id":2484,"parentId":2431,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":33814,"timestamp":1237730552273,"id":2431,"parentId":2342,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":32155,"timestamp":1237730553963,"id":2479,"parentId":2478,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":32167,"timestamp":1237730553951,"id":2478,"parentId":2428,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":34872,"timestamp":1237730552172,"id":2428,"parentId":2343,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":33033,"timestamp":1237730554026,"id":2489,"parentId":2488,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":33046,"timestamp":1237730554014,"id":2488,"parentId":2433,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":35101,"timestamp":1237730552334,"id":2433,"parentId":2345,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":33456,"timestamp":1237730554051,"id":2493,"parentId":2492,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":33469,"timestamp":1237730554039,"id":2492,"parentId":2435,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":35659,"timestamp":1237730552396,"id":2435,"parentId":2347,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":34005,"timestamp":1237730554063,"id":2495,"parentId":2494,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":34018,"timestamp":1237730554052,"id":2494,"parentId":2436,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":35994,"timestamp":1237730552426,"id":2436,"parentId":2343,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":34406,"timestamp":1237730554038,"id":2491,"parentId":2490,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":34419,"timestamp":1237730554027,"id":2490,"parentId":2434,"tags":{},"startTime":1727804281981,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":36823,"timestamp":1237730552364,"id":2434,"parentId":2345,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":"app-pages-browser"},"startTime":1727804281979,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":440,"timestamp":1237730608772,"id":2538,"parentId":2506,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":500,"timestamp":1237730608776,"id":2539,"parentId":2507,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":537,"timestamp":1237730608779,"id":2540,"parentId":2508,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":580,"timestamp":1237730608781,"id":2541,"parentId":2509,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":618,"timestamp":1237730608783,"id":2542,"parentId":2510,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":657,"timestamp":1237730608785,"id":2543,"parentId":2511,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":696,"timestamp":1237730608787,"id":2544,"parentId":2512,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":736,"timestamp":1237730608790,"id":2545,"parentId":2513,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":772,"timestamp":1237730608791,"id":2546,"parentId":2514,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":815,"timestamp":1237730608793,"id":2547,"parentId":2515,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":857,"timestamp":1237730608795,"id":2548,"parentId":2516,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":900,"timestamp":1237730608797,"id":2549,"parentId":2517,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":939,"timestamp":1237730608799,"id":2550,"parentId":2518,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":976,"timestamp":1237730608801,"id":2551,"parentId":2519,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1014,"timestamp":1237730608803,"id":2552,"parentId":2520,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1052,"timestamp":1237730608805,"id":2553,"parentId":2521,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1090,"timestamp":1237730608806,"id":2554,"parentId":2522,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1128,"timestamp":1237730608808,"id":2555,"parentId":2523,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1166,"timestamp":1237730608810,"id":2556,"parentId":2524,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1203,"timestamp":1237730608812,"id":2557,"parentId":2525,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1240,"timestamp":1237730608814,"id":2558,"parentId":2526,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1278,"timestamp":1237730608815,"id":2559,"parentId":2527,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1317,"timestamp":1237730608817,"id":2560,"parentId":2528,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1356,"timestamp":1237730608819,"id":2561,"parentId":2529,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1394,"timestamp":1237730608821,"id":2562,"parentId":2530,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1433,"timestamp":1237730608823,"id":2563,"parentId":2531,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1473,"timestamp":1237730608825,"id":2564,"parentId":2532,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1526,"timestamp":1237730608826,"id":2565,"parentId":2533,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1566,"timestamp":1237730608828,"id":2566,"parentId":2534,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1606,"timestamp":1237730608830,"id":2567,"parentId":2535,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1646,"timestamp":1237730608831,"id":2568,"parentId":2536,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1683,"timestamp":1237730608833,"id":2569,"parentId":2537,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11875,"timestamp":1237730609227,"id":2570,"parentId":2506,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11832,"timestamp":1237730609279,"id":2571,"parentId":2507,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11789,"timestamp":1237730609324,"id":2572,"parentId":2508,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11750,"timestamp":1237730609364,"id":2573,"parentId":2509,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11711,"timestamp":1237730609404,"id":2574,"parentId":2510,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11671,"timestamp":1237730609445,"id":2575,"parentId":2511,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11632,"timestamp":1237730609486,"id":2576,"parentId":2512,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11591,"timestamp":1237730609528,"id":2577,"parentId":2513,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11554,"timestamp":1237730609566,"id":2578,"parentId":2514,"tags":{},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11510,"timestamp":1237730609611,"id":2579,"parentId":2515,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11467,"timestamp":1237730609655,"id":2580,"parentId":2516,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11423,"timestamp":1237730609700,"id":2581,"parentId":2517,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11383,"timestamp":1237730609741,"id":2582,"parentId":2518,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11345,"timestamp":1237730609780,"id":2583,"parentId":2519,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11307,"timestamp":1237730609819,"id":2584,"parentId":2520,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11268,"timestamp":1237730609859,"id":2585,"parentId":2521,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11229,"timestamp":1237730609899,"id":2586,"parentId":2522,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11191,"timestamp":1237730609938,"id":2587,"parentId":2523,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11153,"timestamp":1237730609978,"id":2588,"parentId":2524,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11114,"timestamp":1237730610017,"id":2589,"parentId":2525,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11077,"timestamp":1237730610056,"id":2590,"parentId":2526,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11038,"timestamp":1237730610096,"id":2591,"parentId":2527,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11011,"timestamp":1237730610137,"id":2592,"parentId":2528,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10972,"timestamp":1237730610177,"id":2593,"parentId":2529,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":11076,"timestamp":1237730610217,"id":2594,"parentId":2530,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11036,"timestamp":1237730610259,"id":2595,"parentId":2531,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10996,"timestamp":1237730610300,"id":2596,"parentId":2532,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10942,"timestamp":1237730610354,"id":2597,"parentId":2533,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10902,"timestamp":1237730610396,"id":2598,"parentId":2534,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10860,"timestamp":1237730610438,"id":2599,"parentId":2535,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10819,"timestamp":1237730610480,"id":2600,"parentId":2536,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10782,"timestamp":1237730610518,"id":2601,"parentId":2537,"tags":{},"startTime":1727804282037,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16532,"timestamp":1237730606754,"id":2506,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useId.mjs","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16626,"timestamp":1237730606848,"id":2507,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/chain.mjs","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16715,"timestamp":1237730606926,"id":2508,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/domHelpers.mjs","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16918,"timestamp":1237730606999,"id":2509,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/mergeProps.mjs","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17007,"timestamp":1237730607062,"id":2510,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/mergeRefs.mjs","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17206,"timestamp":1237730607124,"id":2511,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/filterDOMProps.mjs","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17407,"timestamp":1237730607190,"id":2512,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/focusWithoutScrolling.mjs","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17452,"timestamp":1237730607252,"id":2513,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/getOffset.mjs","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17986,"timestamp":1237730607315,"id":2514,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/openLink.mjs","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18203,"timestamp":1237730607375,"id":2515,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/runAfterTransition.mjs","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18589,"timestamp":1237730607439,"id":2516,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useDrag1D.mjs","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18791,"timestamp":1237730607500,"id":2517,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useGlobalListeners.mjs","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18910,"timestamp":1237730607565,"id":2518,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useLabels.mjs","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19000,"timestamp":1237730607625,"id":2519,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useObjectRef.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19104,"timestamp":1237730607685,"id":2520,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useUpdateEffect.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19149,"timestamp":1237730607746,"id":2521,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useLayoutEffect.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19302,"timestamp":1237730607807,"id":2522,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useResizeObserver.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19359,"timestamp":1237730607869,"id":2523,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useSyncRef.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19451,"timestamp":1237730607927,"id":2524,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/getScrollParent.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19504,"timestamp":1237730607990,"id":2525,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/getScrollParents.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19567,"timestamp":1237730608049,"id":2526,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/isScrollable.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19740,"timestamp":1237730608108,"id":2527,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useViewportSize.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19957,"timestamp":1237730608168,"id":2528,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useDescription.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20241,"timestamp":1237730608227,"id":2529,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/platform.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20340,"timestamp":1237730608285,"id":2530,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useEvent.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20674,"timestamp":1237730608343,"id":2531,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useValueEffect.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21085,"timestamp":1237730608402,"id":2532,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/scrollIntoView.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21202,"timestamp":1237730608463,"id":2533,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/isVirtualEvent.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21293,"timestamp":1237730608521,"id":2534,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useEffectEvent.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21360,"timestamp":1237730608582,"id":2535,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useDeepMemo.mjs","layer":"app-pages-browser"},"startTime":1727804282035,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21515,"timestamp":1237730608639,"id":2536,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useFormReset.mjs","layer":"app-pages-browser"},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22444,"timestamp":1237730608698,"id":2537,"parentId":2398,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/ssr/dist/SSRProvider.mjs","layer":"app-pages-browser"},"startTime":1727804282036,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":112,"timestamp":1237730636156,"id":2604,"parentId":1675,"tags":{},"startTime":1727804282063,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":16,"timestamp":1237730636279,"id":2605,"parentId":1676,"tags":{},"startTime":1727804282063,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":694,"timestamp":1237730636955,"id":2625,"parentId":2616,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":754,"timestamp":1237730636958,"id":2626,"parentId":2617,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4079,"timestamp":1237730637661,"id":2652,"parentId":2616,"tags":{},"startTime":1727804282065,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4033,"timestamp":1237730637716,"id":2653,"parentId":2617,"tags":{},"startTime":1727804282065,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5478,"timestamp":1237730636638,"id":2616,"parentId":2411,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5558,"timestamp":1237730636704,"id":2617,"parentId":2411,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5438,"timestamp":1237730637266,"id":2633,"parentId":2632,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5458,"timestamp":1237730637248,"id":2632,"parentId":2606,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7112,"timestamp":1237730636301,"id":2606,"parentId":2410,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1727804282063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6159,"timestamp":1237730637285,"id":2635,"parentId":2634,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6178,"timestamp":1237730637267,"id":2634,"parentId":2607,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7621,"timestamp":1237730636346,"id":2607,"parentId":2412,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1727804282063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6742,"timestamp":1237730637246,"id":2631,"parentId":2630,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6759,"timestamp":1237730637230,"id":2630,"parentId":2603,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8293,"timestamp":1237730636045,"id":2603,"parentId":2299,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/action-async-storage-instance.js","layer":"shared"},"startTime":1727804282063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7129,"timestamp":1237730637224,"id":2629,"parentId":2628,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7181,"timestamp":1237730637173,"id":2628,"parentId":2602,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8723,"timestamp":1237730635944,"id":2602,"parentId":2298,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/request-async-storage-instance.js","layer":"shared"},"startTime":1727804282063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7359,"timestamp":1237730637326,"id":2641,"parentId":2640,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7371,"timestamp":1237730637314,"id":2640,"parentId":2610,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8634,"timestamp":1237730636451,"id":2610,"parentId":2416,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1727804282063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7768,"timestamp":1237730637338,"id":2643,"parentId":2642,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7780,"timestamp":1237730637327,"id":2642,"parentId":2611,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9180,"timestamp":1237730636481,"id":2611,"parentId":2416,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1727804282063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8371,"timestamp":1237730637313,"id":2639,"parentId":2638,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8384,"timestamp":1237730637301,"id":2638,"parentId":2609,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9865,"timestamp":1237730636419,"id":2609,"parentId":2416,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1727804282063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8940,"timestamp":1237730637363,"id":2647,"parentId":2646,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8953,"timestamp":1237730637352,"id":2646,"parentId":2613,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11547,"timestamp":1237730636541,"id":2613,"parentId":2415,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1727804282063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10768,"timestamp":1237730637351,"id":2645,"parentId":2644,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10780,"timestamp":1237730637340,"id":2644,"parentId":2612,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12130,"timestamp":1237730636511,"id":2612,"parentId":2416,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1727804282063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11286,"timestamp":1237730637376,"id":2649,"parentId":2648,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11298,"timestamp":1237730637365,"id":2648,"parentId":2614,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12476,"timestamp":1237730636571,"id":2614,"parentId":2415,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1727804282063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11678,"timestamp":1237730637388,"id":2651,"parentId":2650,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11690,"timestamp":1237730637377,"id":2650,"parentId":2615,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12946,"timestamp":1237730636608,"id":2615,"parentId":2415,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":623,"timestamp":1237730651736,"id":2673,"parentId":2672,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237730652374,"id":2710,"parentId":2672,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":1078,"timestamp":1237730651642,"id":2672,"parentId":2397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-stately/utils/dist/import.mjs","layer":"app-pages-browser"},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17686,"timestamp":1237730637299,"id":2637,"parentId":2636,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":17713,"timestamp":1237730637287,"id":2636,"parentId":2608,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21434,"timestamp":1237730636385,"id":2608,"parentId":2417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1727804282063,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":846544,"timestamp":1237729811551,"id":1930,"parentId":1677,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804281238,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":953496,"timestamp":1237729709542,"id":1677,"parentId":1579,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804281136,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11435,"timestamp":1237730651829,"id":2679,"parentId":2678,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11451,"timestamp":1237730651816,"id":2678,"parentId":2656,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12897,"timestamp":1237730651117,"id":2656,"parentId":2428,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12248,"timestamp":1237730651794,"id":2675,"parentId":2674,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12299,"timestamp":1237730651744,"id":2674,"parentId":2654,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14135,"timestamp":1237730650969,"id":2654,"parentId":2435,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/magic-identifier.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13291,"timestamp":1237730651843,"id":2681,"parentId":2680,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13305,"timestamp":1237730651830,"id":2680,"parentId":2657,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14587,"timestamp":1237730651153,"id":2657,"parentId":2434,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13943,"timestamp":1237730651882,"id":2687,"parentId":2686,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13962,"timestamp":1237730651871,"id":2686,"parentId":2660,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15338,"timestamp":1237730651249,"id":2660,"parentId":2429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-transform","duration":14980,"timestamp":1237730651814,"id":2677,"parentId":2676,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14999,"timestamp":1237730651797,"id":2676,"parentId":2655,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16831,"timestamp":1237730651075,"id":2655,"parentId":2422,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16078,"timestamp":1237730651856,"id":2683,"parentId":2682,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16091,"timestamp":1237730651844,"id":2682,"parentId":2658,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17272,"timestamp":1237730651186,"id":2658,"parentId":2430,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16615,"timestamp":1237730651869,"id":2685,"parentId":2684,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16628,"timestamp":1237730651858,"id":2684,"parentId":2659,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17833,"timestamp":1237730651217,"id":2659,"parentId":2429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17144,"timestamp":1237730651922,"id":2693,"parentId":2692,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":17156,"timestamp":1237730651911,"id":2692,"parentId":2663,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18123,"timestamp":1237730651341,"id":2663,"parentId":2429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17569,"timestamp":1237730651910,"id":2691,"parentId":2690,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":17582,"timestamp":1237730651898,"id":2690,"parentId":2662,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18538,"timestamp":1237730651311,"id":2662,"parentId":2429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17966,"timestamp":1237730651896,"id":2689,"parentId":2688,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":17980,"timestamp":1237730651884,"id":2688,"parentId":2661,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18942,"timestamp":1237730651278,"id":2661,"parentId":2429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18300,"timestamp":1237730651935,"id":2695,"parentId":2694,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18312,"timestamp":1237730651924,"id":2694,"parentId":2664,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":19201,"timestamp":1237730651377,"id":2664,"parentId":2432,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18619,"timestamp":1237730651973,"id":2701,"parentId":2700,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18631,"timestamp":1237730651962,"id":2700,"parentId":2667,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":19468,"timestamp":1237730651469,"id":2667,"parentId":2433,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18966,"timestamp":1237730651985,"id":2703,"parentId":2702,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18978,"timestamp":1237730651974,"id":2702,"parentId":2668,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":19887,"timestamp":1237730651500,"id":2668,"parentId":2433,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19458,"timestamp":1237730651948,"id":2697,"parentId":2696,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19471,"timestamp":1237730651936,"id":2696,"parentId":2665,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20593,"timestamp":1237730651407,"id":2665,"parentId":2432,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20067,"timestamp":1237730651960,"id":2699,"parentId":2698,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20079,"timestamp":1237730651949,"id":2698,"parentId":2666,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21273,"timestamp":1237730651439,"id":2666,"parentId":2431,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20775,"timestamp":1237730652023,"id":2709,"parentId":2708,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20789,"timestamp":1237730652012,"id":2708,"parentId":2671,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21496,"timestamp":1237730651612,"id":2671,"parentId":2434,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":"app-pages-browser"},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21161,"timestamp":1237730652010,"id":2707,"parentId":2706,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21174,"timestamp":1237730651999,"id":2706,"parentId":2670,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":22068,"timestamp":1237730651582,"id":2670,"parentId":2434,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":66963,"timestamp":1237730606714,"id":2503,"parentId":2502,"tags":{},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":67223,"timestamp":1237730606664,"id":2502,"parentId":1619,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":67152,"timestamp":1237730606746,"id":2505,"parentId":2504,"tags":{},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":67372,"timestamp":1237730606728,"id":2504,"parentId":1851,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1727804282034,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22138,"timestamp":1237730651998,"id":2705,"parentId":2704,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22151,"timestamp":1237730651987,"id":2704,"parentId":2669,"tags":{},"startTime":1727804282079,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23351,"timestamp":1237730651529,"id":2669,"parentId":2436,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":"app-pages-browser"},"startTime":1727804282078,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":61165,"timestamp":1237730636881,"id":2620,"parentId":2619,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":63792,"timestamp":1237730636864,"id":2619,"parentId":2218,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react/cjs/react-jsx-dev-runtime.development.js","layer":"app-pages-browser"},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":63760,"timestamp":1237730636913,"id":2622,"parentId":2621,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":66233,"timestamp":1237730636899,"id":2621,"parentId":2220,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.development.js","layer":"app-pages-browser"},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":66218,"timestamp":1237730636935,"id":2624,"parentId":2623,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":71980,"timestamp":1237730636922,"id":2623,"parentId":2294,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react/cjs/react.development.js","layer":"app-pages-browser"},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":71970,"timestamp":1237730636959,"id":2627,"parentId":2618,"tags":{},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":67,"timestamp":1237730708941,"id":2713,"parentId":2618,"tags":{},"startTime":1727804282136,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":72426,"timestamp":1237730636767,"id":2618,"parentId":1674,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":"app-pages-browser"},"startTime":1727804282064,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":109,"timestamp":1237730711367,"id":2716,"parentId":2714,"tags":{},"startTime":1727804282138,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":161,"timestamp":1237730711371,"id":2717,"parentId":2715,"tags":{},"startTime":1727804282138,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1060,"timestamp":1237730711485,"id":2718,"parentId":2714,"tags":{},"startTime":1727804282138,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1011,"timestamp":1237730711537,"id":2719,"parentId":2715,"tags":{},"startTime":1727804282138,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":1993,"timestamp":1237730711064,"id":2714,"parentId":2672,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-stately/utils/dist/useControlledState.mjs","layer":"app-pages-browser"},"startTime":1727804282138,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":2200,"timestamp":1237730711187,"id":2715,"parentId":2672,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-stately/utils/dist/number.mjs","layer":"app-pages-browser"},"startTime":1727804282138,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":52,"timestamp":1237730713897,"id":2720,"parentId":1677,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":295,"timestamp":1237730714298,"id":2729,"parentId":2728,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":728,"timestamp":1237730714600,"id":2744,"parentId":2728,"tags":{},"startTime":1727804282142,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":2496,"timestamp":1237730714229,"id":2728,"parentId":2666,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/anser/index.js","layer":"app-pages-browser"},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2754,"timestamp":1237730714357,"id":2731,"parentId":2730,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2799,"timestamp":1237730714316,"id":2730,"parentId":2721,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4354,"timestamp":1237730713959,"id":2721,"parentId":2659,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":"app-pages-browser"},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3950,"timestamp":1237730714406,"id":2737,"parentId":2736,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3964,"timestamp":1237730714393,"id":2736,"parentId":2724,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4889,"timestamp":1237730714098,"id":2724,"parentId":2658,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":"app-pages-browser"},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6504,"timestamp":1237730714420,"id":2739,"parentId":2738,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6521,"timestamp":1237730714407,"id":2738,"parentId":2725,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7416,"timestamp":1237730714136,"id":2725,"parentId":2666,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":"app-pages-browser"},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7201,"timestamp":1237730714376,"id":2733,"parentId":2732,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7219,"timestamp":1237730714361,"id":2732,"parentId":2722,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8124,"timestamp":1237730714027,"id":2722,"parentId":2670,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":"app-pages-browser"},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":42831,"timestamp":1237730679669,"id":2712,"parentId":2711,"tags":{},"startTime":1727804282107,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":43030,"timestamp":1237730679622,"id":2711,"parentId":1851,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-server-dom-webpack/client.js","layer":"app-pages-browser"},"startTime":1727804282107,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8256,"timestamp":1237730714433,"id":2741,"parentId":2740,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8270,"timestamp":1237730714421,"id":2740,"parentId":2726,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9341,"timestamp":1237730714167,"id":2726,"parentId":2671,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":"app-pages-browser"},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9085,"timestamp":1237730714447,"id":2743,"parentId":2742,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9098,"timestamp":1237730714435,"id":2742,"parentId":2727,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9838,"timestamp":1237730714198,"id":2727,"parentId":2670,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":"app-pages-browser"},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1667,"timestamp":1237730733081,"id":2749,"parentId":2748,"tags":{},"startTime":1727804282160,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":69,"timestamp":1237730734762,"id":2756,"parentId":2748,"tags":{},"startTime":1727804282162,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3395,"timestamp":1237730732993,"id":2748,"parentId":2618,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js","layer":"app-pages-browser"},"startTime":1727804282160,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3288,"timestamp":1237730733143,"id":2751,"parentId":2750,"tags":{},"startTime":1727804282160,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3342,"timestamp":1237730733091,"id":2750,"parentId":2747,"tags":{},"startTime":1727804282160,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4075,"timestamp":1237730732904,"id":2747,"parentId":2725,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":"app-pages-browser"},"startTime":1727804282160,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":1165212,"timestamp":1237729571953,"id":1570,"parentId":1569,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804280999,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23889,"timestamp":1237730714391,"id":2735,"parentId":2734,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23905,"timestamp":1237730714378,"id":2734,"parentId":2723,"tags":{},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31886,"timestamp":1237730714064,"id":2723,"parentId":2658,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":"app-pages-browser"},"startTime":1727804282141,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16131,"timestamp":1237730733854,"id":2753,"parentId":2752,"tags":{},"startTime":1727804282161,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16933,"timestamp":1237730733816,"id":2752,"parentId":2711,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1727804282161,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":20292,"timestamp":1237730732542,"id":2746,"parentId":2745,"tags":{},"startTime":1727804282159,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":131022,"timestamp":1237730732477,"id":2745,"parentId":2502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-dom/cjs/react-dom.development.js","layer":"app-pages-browser"},"startTime":1727804282159,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":41,"timestamp":1237730864133,"id":2759,"parentId":2757,"tags":{},"startTime":1727804282291,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":140,"timestamp":1237730864138,"id":2760,"parentId":2758,"tags":{},"startTime":1727804282291,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":1134,"timestamp":1237730864183,"id":2761,"parentId":2757,"tags":{},"startTime":1727804282291,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":897,"timestamp":1237730864423,"id":2762,"parentId":2758,"tags":{},"startTime":1727804282291,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4946,"timestamp":1237730863874,"id":2757,"parentId":2723,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/platform/platform.js","layer":"app-pages-browser"},"startTime":1727804282291,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5224,"timestamp":1237730864042,"id":2758,"parentId":2723,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":"app-pages-browser"},"startTime":1727804282291,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":134829,"timestamp":1237730734732,"id":2755,"parentId":2754,"tags":{},"startTime":1727804282162,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":103,"timestamp":1237730869577,"id":2763,"parentId":2754,"tags":{},"startTime":1727804282296,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":135833,"timestamp":1237730734626,"id":2754,"parentId":1675,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/mini-css-extract-plugin/hmr/hotModuleReplacement.js","layer":"app-pages-browser"},"startTime":1727804282162,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":1299666,"timestamp":1237729572252,"id":1574,"parentId":1569,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804280999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1799,"timestamp":1237730872885,"id":2765,"parentId":2764,"tags":{},"startTime":1727804282300,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6191,"timestamp":1237730872834,"id":2764,"parentId":2752,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js","layer":"app-pages-browser"},"startTime":1727804282300,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1884,"timestamp":1237730879418,"id":2767,"parentId":2766,"tags":{},"startTime":1727804282306,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":57,"timestamp":1237730881316,"id":2768,"parentId":2766,"tags":{},"startTime":1727804282308,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":2401,"timestamp":1237730879267,"id":2766,"parentId":2196,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1727804282306,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":308,"timestamp":1237730883350,"id":2770,"parentId":2769,"tags":{},"startTime":1727804282310,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237730883669,"id":2771,"parentId":2769,"tags":{},"startTime":1727804282311,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":662,"timestamp":1237730883240,"id":2769,"parentId":2745,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1727804282310,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":548,"timestamp":1237730886989,"id":2775,"parentId":2774,"tags":{},"startTime":1727804282314,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237730887546,"id":2776,"parentId":2774,"tags":{},"startTime":1727804282314,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":1365,"timestamp":1237730886911,"id":2774,"parentId":2766,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1727804282314,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1496,"timestamp":1237730886794,"id":2773,"parentId":2772,"tags":{},"startTime":1727804282314,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":65,"timestamp":1237730888296,"id":2777,"parentId":2772,"tags":{},"startTime":1727804282315,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":2984,"timestamp":1237730886686,"id":2772,"parentId":2769,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/scheduler/cjs/scheduler.development.js","layer":"app-pages-browser"},"startTime":1727804282314,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":1317725,"timestamp":1237729572038,"id":1572,"parentId":1569,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804280999,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":1317547,"timestamp":1237729572226,"id":1573,"parentId":1569,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804280999,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":1317515,"timestamp":1237729572261,"id":1575,"parentId":1569,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804280999,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":1317525,"timestamp":1237729572268,"id":1576,"parentId":1569,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804280999,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":1317785,"timestamp":1237729572013,"id":1571,"parentId":1569,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804280999,"traceId":"ed4341945b6604eb"},{"name":"make","duration":1325101,"timestamp":1237729564714,"id":1569,"parentId":1568,"tags":{},"startTime":1727804280992,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":4363,"timestamp":1237730903312,"id":2779,"parentId":2778,"tags":{},"startTime":1727804282330,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":7,"timestamp":1237730907702,"id":2781,"parentId":2778,"tags":{},"startTime":1727804282335,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":76,"timestamp":1237730907723,"id":2782,"parentId":2778,"tags":{},"startTime":1727804282335,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":7,"timestamp":1237730907819,"id":2783,"parentId":2778,"tags":{},"startTime":1727804282335,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1237730907842,"id":2784,"parentId":2778,"tags":{},"startTime":1727804282335,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":1829,"timestamp":1237730907694,"id":2780,"parentId":2778,"tags":{},"startTime":1727804282335,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":6248,"timestamp":1237730912142,"id":2785,"parentId":2778,"tags":{},"startTime":1727804282339,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":19317,"timestamp":1237730918413,"id":2786,"parentId":2778,"tags":{},"startTime":1727804282345,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":13822,"timestamp":1237730940533,"id":2787,"parentId":2778,"tags":{},"startTime":1727804282367,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":294,"timestamp":1237730954355,"id":2788,"parentId":2778,"tags":{},"startTime":1727804282381,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":287,"timestamp":1237730954638,"id":2789,"parentId":2778,"tags":{},"startTime":1727804282382,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":148383,"timestamp":1237730954931,"id":2790,"parentId":2778,"tags":{},"startTime":1727804282382,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":159,"timestamp":1237731104454,"id":2792,"parentId":1568,"tags":{},"startTime":1727804282531,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":595,"timestamp":1237731104023,"id":2791,"parentId":1568,"tags":{},"startTime":1727804282531,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":207510,"timestamp":1237730900988,"id":2778,"parentId":1568,"tags":{},"startTime":1727804282328,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":1544202,"timestamp":1237729564357,"id":1568,"parentId":458,"tags":{"name":"client"},"startTime":1727804280991,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":45966,"timestamp":1237731108580,"id":2793,"parentId":458,"tags":{},"startTime":1727804282535,"traceId":"ed4341945b6604eb"},{"name":"compile-path","duration":3909411,"timestamp":1237727246162,"id":117,"tags":{"trigger":"/events/versefest","isTurbopack":false},"startTime":1727804278673,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":2470890,"timestamp":1237728685025,"id":458,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727804280112,"traceId":"ed4341945b6604eb"}] -[{"name":"handle-request","duration":4259120,"timestamp":1237727236499,"id":115,"tags":{"url":"/events/versefest","isTurbopack":false},"startTime":1727804278663,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1237731495704,"id":2794,"parentId":115,"tags":{"url":"/events/versefest","memory.rss":"462356480","memory.heapUsed":"316719928","memory.heapTotal":"346963968"},"startTime":1727804282923,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":8,"timestamp":1237732013100,"id":2795,"parentId":3,"tags":{},"startTime":1727804283440,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":64267,"timestamp":1237737295099,"id":2801,"parentId":2800,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804288722,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":42901,"timestamp":1237737350616,"id":2803,"parentId":2802,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1727804288777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3411,"timestamp":1237737401296,"id":2809,"parentId":2808,"tags":{},"startTime":1727804288828,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3580,"timestamp":1237737401144,"id":2808,"parentId":2805,"tags":{},"startTime":1727804288828,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":4376,"timestamp":1237737400854,"id":2805,"parentId":2803,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/layout.jsx","layer":"rsc"},"startTime":1727804288828,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4523,"timestamp":1237737401136,"id":2807,"parentId":2806,"tags":{},"startTime":1727804288828,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4693,"timestamp":1237737400970,"id":2806,"parentId":2804,"tags":{},"startTime":1727804288828,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":5517,"timestamp":1237737400635,"id":2804,"parentId":2803,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page.jsx","layer":"rsc"},"startTime":1727804288827,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1362,"timestamp":1237737429504,"id":2818,"parentId":2817,"tags":{},"startTime":1727804288856,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1417,"timestamp":1237737429458,"id":2817,"parentId":2812,"tags":{},"startTime":1727804288856,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":2117,"timestamp":1237737429208,"id":2812,"parentId":2804,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx","layer":"rsc"},"startTime":1727804288856,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2211,"timestamp":1237737429455,"id":2816,"parentId":2815,"tags":{},"startTime":1727804288856,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2264,"timestamp":1237737429405,"id":2815,"parentId":2811,"tags":{},"startTime":1727804288856,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":3148,"timestamp":1237737429123,"id":2811,"parentId":2804,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1727804288856,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2390,"timestamp":1237737430083,"id":2823,"parentId":2822,"tags":{},"startTime":1727804288857,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2447,"timestamp":1237737430029,"id":2822,"parentId":2819,"tags":{},"startTime":1727804288857,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":2925,"timestamp":1237737429779,"id":2819,"parentId":2804,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx","layer":"rsc"},"startTime":1727804288857,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3540,"timestamp":1237737429399,"id":2814,"parentId":2813,"tags":{},"startTime":1727804288856,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3622,"timestamp":1237737429323,"id":2813,"parentId":2810,"tags":{},"startTime":1727804288856,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":4518,"timestamp":1237737428926,"id":2810,"parentId":2804,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx","layer":"rsc"},"startTime":1727804288856,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4521,"timestamp":1237737430233,"id":2825,"parentId":2824,"tags":{},"startTime":1727804288857,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4674,"timestamp":1237737430087,"id":2824,"parentId":2820,"tags":{},"startTime":1727804288857,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":5924,"timestamp":1237737429863,"id":2820,"parentId":2804,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx","layer":"rsc"},"startTime":1727804288857,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5420,"timestamp":1237737430405,"id":2827,"parentId":2826,"tags":{},"startTime":1727804288857,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5564,"timestamp":1237737430262,"id":2826,"parentId":2821,"tags":{},"startTime":1727804288857,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":6286,"timestamp":1237737429935,"id":2821,"parentId":2804,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx","layer":"rsc"},"startTime":1727804288857,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5527,"timestamp":1237737430781,"id":2830,"parentId":2829,"tags":{},"startTime":1727804288858,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5587,"timestamp":1237737430723,"id":2829,"parentId":2828,"tags":{},"startTime":1727804288858,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":6376,"timestamp":1237737430590,"id":2828,"parentId":2804,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Phases.jsx","layer":"rsc"},"startTime":1727804288857,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2228,"timestamp":1237737445049,"id":2835,"parentId":2834,"tags":{},"startTime":1727804288872,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2309,"timestamp":1237737444976,"id":2834,"parentId":2831,"tags":{},"startTime":1727804288872,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":3466,"timestamp":1237737444702,"id":2831,"parentId":2804,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx","layer":"rsc"},"startTime":1727804288872,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3546,"timestamp":1237737444961,"id":2833,"parentId":2832,"tags":{},"startTime":1727804288872,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":716,"timestamp":1237737448750,"id":2837,"parentId":2836,"tags":{},"startTime":1727804288876,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":766,"timestamp":1237737448705,"id":2836,"parentId":2832,"tags":{},"startTime":1727804288876,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4825,"timestamp":1237737444852,"id":2832,"parentId":2810,"tags":{"name":"__barrel_optimize__?names=ChevronRightIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/index.js","layer":"rsc"},"startTime":1727804288872,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1094,"timestamp":1237737450978,"id":2840,"parentId":2839,"tags":{},"startTime":1727804288878,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1173,"timestamp":1237737450906,"id":2839,"parentId":2838,"tags":{},"startTime":1727804288878,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":1643,"timestamp":1237737450774,"id":2838,"parentId":2810,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Gradient.jsx","layer":"rsc"},"startTime":1727804288878,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1174,"timestamp":1237737451669,"id":2843,"parentId":2842,"tags":{},"startTime":1727804288878,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1210,"timestamp":1237737451637,"id":2842,"parentId":2841,"tags":{},"startTime":1727804288878,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":1745,"timestamp":1237737451560,"id":2841,"parentId":2832,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/ChevronRightIcon.js","layer":"rsc"},"startTime":1727804288878,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":161127,"timestamp":1237737295354,"id":2802,"parentId":2800,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804288722,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":3489,"timestamp":1237737476925,"id":2855,"parentId":2799,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=true!","layer":"ssr"},"startTime":1727804288904,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1735,"timestamp":1237737490116,"id":2861,"parentId":2860,"tags":{},"startTime":1727804288917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1797,"timestamp":1237737490064,"id":2860,"parentId":2857,"tags":{},"startTime":1727804288917,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":3067,"timestamp":1237737489863,"id":2857,"parentId":2855,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx","layer":"ssr"},"startTime":1727804288917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5498,"timestamp":1237737490058,"id":2859,"parentId":2858,"tags":{},"startTime":1727804288917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5608,"timestamp":1237737489953,"id":2858,"parentId":2856,"tags":{},"startTime":1727804288917,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":6735,"timestamp":1237737489717,"id":2856,"parentId":2855,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx","layer":"ssr"},"startTime":1727804288917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1182,"timestamp":1237737499494,"id":2864,"parentId":2863,"tags":{},"startTime":1727804288926,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1267,"timestamp":1237737499418,"id":2863,"parentId":2862,"tags":{},"startTime":1727804288926,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":1859,"timestamp":1237737499285,"id":2862,"parentId":2856,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/text.jsx","layer":"ssr"},"startTime":1727804288926,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":277,"timestamp":1237737502806,"id":2866,"parentId":2865,"tags":{},"startTime":1727804288930,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1619,"timestamp":1237737503168,"id":2868,"parentId":2867,"tags":{},"startTime":1727804288930,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1700,"timestamp":1237737503092,"id":2867,"parentId":2865,"tags":{},"startTime":1727804288930,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3433,"timestamp":1237737502700,"id":2865,"parentId":2856,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/index.mjs","layer":"ssr"},"startTime":1727804288930,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7336,"timestamp":1237737546034,"id":2959,"parentId":2873,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":71,"timestamp":1237737553387,"id":3069,"parentId":2873,"tags":{},"startTime":1727804288980,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16277,"timestamp":1237737537902,"id":2873,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-scroll.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8157,"timestamp":1237737546039,"id":2960,"parentId":2874,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737554203,"id":3070,"parentId":2874,"tags":{},"startTime":1727804288981,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16445,"timestamp":1237737537976,"id":2874,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-time.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8915,"timestamp":1237737546011,"id":2956,"parentId":2870,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237737554934,"id":3071,"parentId":2870,"tags":{},"startTime":1727804288982,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17600,"timestamp":1237737537687,"id":2870,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-motion-template.mjs","layer":"ssr"},"startTime":1727804288964,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9278,"timestamp":1237737546019,"id":2957,"parentId":2871,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737555303,"id":3072,"parentId":2871,"tags":{},"startTime":1727804288982,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17773,"timestamp":1237737537764,"id":2871,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-velocity.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9519,"timestamp":1237737546027,"id":2958,"parentId":2872,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737555551,"id":3073,"parentId":2872,"tags":{},"startTime":1727804288982,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18004,"timestamp":1237737537836,"id":2872,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-transform.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9803,"timestamp":1237737546045,"id":2961,"parentId":2875,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737555852,"id":3074,"parentId":2875,"tags":{},"startTime":1727804288983,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18225,"timestamp":1237737538039,"id":2875,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-spring.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":10219,"timestamp":1237737546054,"id":2963,"parentId":2877,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737556279,"id":3075,"parentId":2877,"tags":{},"startTime":1727804288983,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18434,"timestamp":1237737538163,"id":2877,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-inverted-scale.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":10621,"timestamp":1237737545984,"id":2955,"parentId":2869,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737556610,"id":3076,"parentId":2869,"tags":{},"startTime":1727804288983,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19285,"timestamp":1237737537544,"id":2869,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-motion-value.mjs","layer":"ssr"},"startTime":1727804288964,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":10774,"timestamp":1237737546063,"id":2965,"parentId":2879,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737556842,"id":3077,"parentId":2879,"tags":{},"startTime":1727804288984,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18721,"timestamp":1237737538290,"id":2879,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":10959,"timestamp":1237737546059,"id":2964,"parentId":2878,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737557023,"id":3078,"parentId":2878,"tags":{},"startTime":1727804288984,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18933,"timestamp":1237737538226,"id":2878,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/utils/is-motion-value.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":11117,"timestamp":1237737546050,"id":2962,"parentId":2876,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":51,"timestamp":1237737557171,"id":3079,"parentId":2876,"tags":{},"startTime":1727804288984,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20076,"timestamp":1237737538102,"id":2876,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/index.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12114,"timestamp":1237737546076,"id":2968,"parentId":2882,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237737558196,"id":3080,"parentId":2882,"tags":{},"startTime":1727804288985,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19915,"timestamp":1237737538483,"id":2882,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/scroll/use-viewport-scroll.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12326,"timestamp":1237737546080,"id":2969,"parentId":2883,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737558411,"id":3081,"parentId":2883,"tags":{},"startTime":1727804288985,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20026,"timestamp":1237737538548,"id":2883,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-motion-value-event.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12497,"timestamp":1237737546084,"id":2970,"parentId":2884,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737558586,"id":3082,"parentId":2884,"tags":{},"startTime":1727804288985,"traceId":"ed4341945b6604eb"}] -[{"name":"build-module-mjs","duration":20381,"timestamp":1237737538613,"id":2884,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-animation-frame.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12933,"timestamp":1237737546068,"id":2966,"parentId":2880,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737559006,"id":3083,"parentId":2880,"tags":{},"startTime":1727804288986,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20807,"timestamp":1237737538355,"id":2880,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/index.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13081,"timestamp":1237737546089,"id":2971,"parentId":2885,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737559175,"id":3084,"parentId":2885,"tags":{},"startTime":1727804288986,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20715,"timestamp":1237737538674,"id":2885,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-cycle.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13326,"timestamp":1237737546072,"id":2967,"parentId":2881,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737559402,"id":3085,"parentId":2881,"tags":{},"startTime":1727804288986,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21159,"timestamp":1237737538420,"id":2881,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/scroll/use-element-scroll.mjs","layer":"ssr"},"startTime":1727804288965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13492,"timestamp":1237737546094,"id":2972,"parentId":2886,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737559591,"id":3086,"parentId":2886,"tags":{},"startTime":1727804288986,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21085,"timestamp":1237737538735,"id":2886,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-in-view.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13716,"timestamp":1237737546113,"id":2976,"parentId":2890,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737559833,"id":3087,"parentId":2890,"tags":{},"startTime":1727804288987,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21076,"timestamp":1237737538982,"id":2890,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/transform.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13968,"timestamp":1237737546099,"id":2973,"parentId":2887,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737560072,"id":3088,"parentId":2887,"tags":{},"startTime":1727804288987,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21534,"timestamp":1237737538798,"id":2887,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-instant-transition.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14236,"timestamp":1237737546104,"id":2974,"parentId":2888,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737560344,"id":3089,"parentId":2888,"tags":{},"startTime":1727804288987,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21613,"timestamp":1237737538860,"id":2888,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/GlobalConfig.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14373,"timestamp":1237737546121,"id":2978,"parentId":2892,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737560499,"id":3090,"parentId":2892,"tags":{},"startTime":1727804288987,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21539,"timestamp":1237737539104,"id":2892,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/progress.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14533,"timestamp":1237737546117,"id":2977,"parentId":2891,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":41,"timestamp":1237737560654,"id":3091,"parentId":2891,"tags":{},"startTime":1727804288987,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21745,"timestamp":1237737539042,"id":2891,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/pipe.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14665,"timestamp":1237737546129,"id":2980,"parentId":2894,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737560799,"id":3092,"parentId":2894,"tags":{},"startTime":1727804288988,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21996,"timestamp":1237737539229,"id":2894,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/interpolate.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15095,"timestamp":1237737546138,"id":2982,"parentId":2896,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737561238,"id":3093,"parentId":2896,"tags":{},"startTime":1727804288988,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22034,"timestamp":1237737539351,"id":2896,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/wrap.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15287,"timestamp":1237737546108,"id":2975,"parentId":2889,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737561400,"id":3094,"parentId":2889,"tags":{},"startTime":1727804288988,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22613,"timestamp":1237737538921,"id":2889,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/clamp.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15437,"timestamp":1237737546125,"id":2979,"parentId":2893,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737561567,"id":3095,"parentId":2893,"tags":{},"startTime":1727804288988,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22617,"timestamp":1237737539164,"id":2893,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/errors.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15639,"timestamp":1237737546150,"id":2985,"parentId":2899,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737561793,"id":3096,"parentId":2899,"tags":{},"startTime":1727804288989,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22445,"timestamp":1237737539531,"id":2899,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/use-dom-event.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15850,"timestamp":1237737546133,"id":2981,"parentId":2895,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737561988,"id":3097,"parentId":2895,"tags":{},"startTime":1727804288989,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22817,"timestamp":1237737539291,"id":2895,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-browser.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15973,"timestamp":1237737546142,"id":2983,"parentId":2897,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737562119,"id":3098,"parentId":2897,"tags":{},"startTime":1727804288989,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22898,"timestamp":1237737539412,"id":2897,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/delay.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16171,"timestamp":1237737546146,"id":2984,"parentId":2898,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737562321,"id":3099,"parentId":2898,"tags":{},"startTime":1727804288989,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23084,"timestamp":1237737539471,"id":2898,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/distance.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16386,"timestamp":1237737546176,"id":2991,"parentId":2905,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737562566,"id":3100,"parentId":2905,"tags":{},"startTime":1727804288989,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20057,"timestamp":1237737542665,"id":2905,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/unwrap-motion-component.mjs","layer":"ssr"},"startTime":1727804288969,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16571,"timestamp":1237737546158,"id":2987,"parentId":2901,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737562734,"id":3101,"parentId":2901,"tags":{},"startTime":1727804288990,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23258,"timestamp":1237737539674,"id":2901,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/event-info.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16775,"timestamp":1237737546164,"id":2988,"parentId":2902,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16931,"timestamp":1237737546172,"id":2990,"parentId":2904,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737563109,"id":3104,"parentId":2904,"tags":{},"startTime":1727804288990,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20704,"timestamp":1237737542573,"id":2904,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/is-motion-component.mjs","layer":"ssr"},"startTime":1727804288969,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":17130,"timestamp":1237737546154,"id":2986,"parentId":2900,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737563289,"id":3105,"parentId":2900,"tags":{},"startTime":1727804288990,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23853,"timestamp":1237737539593,"id":2900,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/add-pointer-event.mjs","layer":"ssr"},"startTime":1727804288966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":17266,"timestamp":1237737546187,"id":2994,"parentId":2908,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":41,"timestamp":1237737563457,"id":3106,"parentId":2908,"tags":{},"startTime":1727804288990,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20749,"timestamp":1237737542907,"id":2908,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/store.mjs","layer":"ssr"},"startTime":1727804288970,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":17496,"timestamp":1237737546168,"id":2989,"parentId":2903,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737563669,"id":3107,"parentId":2903,"tags":{},"startTime":1727804288990,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24039,"timestamp":1237737539834,"id":2903,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/valid-prop.mjs","layer":"ssr"},"startTime":1727804288967,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":17701,"timestamp":1237737546180,"id":2992,"parentId":2906,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237737563886,"id":3108,"parentId":2906,"tags":{},"startTime":1727804288991,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21911,"timestamp":1237737542732,"id":2906,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.mjs","layer":"ssr"},"startTime":1727804288970,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18488,"timestamp":1237737546183,"id":2993,"parentId":2907,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":66,"timestamp":1237737564678,"id":3109,"parentId":2907,"tags":{},"startTime":1727804288991,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24511,"timestamp":1237737542837,"id":2907,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/VisualElement.mjs","layer":"ssr"},"startTime":1727804288970,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":21219,"timestamp":1237737546201,"id":2998,"parentId":2912,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":65,"timestamp":1237737567431,"id":3110,"parentId":2912,"tags":{},"startTime":1727804288994,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24668,"timestamp":1237737543163,"id":2912,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.mjs","layer":"ssr"},"startTime":1727804288970,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":21643,"timestamp":1237737546198,"id":2997,"parentId":2911,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737567846,"id":3111,"parentId":2911,"tags":{},"startTime":1727804288995,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24920,"timestamp":1237737543100,"id":2911,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/features-max.mjs","layer":"ssr"},"startTime":1727804288970,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":21895,"timestamp":1237737546190,"id":2995,"parentId":2909,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737568090,"id":3112,"parentId":2909,"tags":{},"startTime":1727804288995,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":25372,"timestamp":1237737542969,"id":2909,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/features-min.mjs","layer":"ssr"},"startTime":1727804288970,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22177,"timestamp":1237737546194,"id":2996,"parentId":2910,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":57,"timestamp":1237737568379,"id":3113,"parentId":2910,"tags":{},"startTime":1727804288995,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":25580,"timestamp":1237737543032,"id":2910,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/features-animation.mjs","layer":"ssr"},"startTime":1727804288970,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22415,"timestamp":1237737546208,"id":3000,"parentId":2914,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237737568629,"id":3114,"parentId":2914,"tags":{},"startTime":1727804288995,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":25574,"timestamp":1237737543296,"id":2914,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/use-instant-layout-transition.mjs","layer":"ssr"},"startTime":1727804288970,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22659,"timestamp":1237737546219,"id":3003,"parentId":2917,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22829,"timestamp":1237737546223,"id":3004,"parentId":2918,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22949,"timestamp":1237737546212,"id":3001,"parentId":2915,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737569167,"id":3119,"parentId":2915,"tags":{},"startTime":1727804288996,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26062,"timestamp":1237737543362,"id":2915,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/use-reset-projection.mjs","layer":"ssr"},"startTime":1727804288970,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23228,"timestamp":1237737546205,"id":2999,"parentId":2913,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237737569438,"id":3120,"parentId":2913,"tags":{},"startTime":1727804288996,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26424,"timestamp":1237737543228,"id":2913,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion-config.mjs","layer":"ssr"},"startTime":1727804288970,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23444,"timestamp":1237737546216,"id":3002,"parentId":2916,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"}] -[{"name":"read-resource","duration":23659,"timestamp":1237737546231,"id":3006,"parentId":2920,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23755,"timestamp":1237737546234,"id":3007,"parentId":2921,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23862,"timestamp":1237737546227,"id":3005,"parentId":2919,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737570094,"id":3127,"parentId":2919,"tags":{},"startTime":1727804288997,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26605,"timestamp":1237737543657,"id":2919,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs","layer":"ssr"},"startTime":1727804288970,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23987,"timestamp":1237737546284,"id":3012,"parentId":2926,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":24189,"timestamp":1237737546247,"id":3010,"parentId":2924,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":24307,"timestamp":1237737546238,"id":3008,"parentId":2922,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737570549,"id":3132,"parentId":2922,"tags":{},"startTime":1727804288997,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26942,"timestamp":1237737543892,"id":2922,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/flat-tree.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":24603,"timestamp":1237737546241,"id":3009,"parentId":2923,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737570849,"id":3133,"parentId":2923,"tags":{},"startTime":1727804288998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27483,"timestamp":1237737543954,"id":2923,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":25197,"timestamp":1237737546287,"id":3013,"parentId":2927,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":25421,"timestamp":1237737546278,"id":3011,"parentId":2925,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":51,"timestamp":1237737571708,"id":3136,"parentId":2925,"tags":{},"startTime":1727804288999,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27960,"timestamp":1237737544085,"id":2925,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":25763,"timestamp":1237737546291,"id":3014,"parentId":2928,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":27742,"timestamp":1237737546295,"id":3015,"parentId":2929,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":79,"timestamp":1237737574202,"id":3139,"parentId":2929,"tags":{},"startTime":1727804289001,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":31246,"timestamp":1237737544338,"id":2929,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animate.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":29354,"timestamp":1237737546302,"id":3017,"parentId":2931,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":71,"timestamp":1237737575756,"id":3140,"parentId":2931,"tags":{},"startTime":1727804289003,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":31759,"timestamp":1237737544475,"id":2931,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/use-animate.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":29906,"timestamp":1237737546346,"id":3021,"parentId":2935,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":59,"timestamp":1237737576260,"id":3141,"parentId":2935,"tags":{},"startTime":1727804289003,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":31791,"timestamp":1237737544729,"id":2935,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/scale-correction.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":30232,"timestamp":1237737546299,"id":3016,"parentId":2930,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":55,"timestamp":1237737576537,"id":3142,"parentId":2930,"tags":{},"startTime":1727804289003,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":32646,"timestamp":1237737544411,"id":2930,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/animation-controls.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":30736,"timestamp":1237737546332,"id":3018,"parentId":2932,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":92,"timestamp":1237737577075,"id":3143,"parentId":2932,"tags":{},"startTime":1727804289004,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":32793,"timestamp":1237737544537,"id":2932,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/use-animation.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":30976,"timestamp":1237737546363,"id":3026,"parentId":2940,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737577345,"id":3144,"parentId":2940,"tags":{},"startTime":1727804289004,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":32672,"timestamp":1237737545046,"id":2940,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/viewport/index.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31374,"timestamp":1237737546353,"id":3023,"parentId":2937,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":63,"timestamp":1237737577738,"id":3145,"parentId":2937,"tags":{},"startTime":1727804289005,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":34617,"timestamp":1237737544861,"id":2937,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/MainThreadAnimation.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":33135,"timestamp":1237737546357,"id":3024,"parentId":2938,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":56,"timestamp":1237737579498,"id":3146,"parentId":2938,"tags":{},"startTime":1727804289006,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":35512,"timestamp":1237737544923,"id":2938,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/start.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":34104,"timestamp":1237737546360,"id":3025,"parentId":2939,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":73,"timestamp":1237737580473,"id":3147,"parentId":2939,"tags":{},"startTime":1727804289007,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":36065,"timestamp":1237737544986,"id":2939,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":34742,"timestamp":1237737546350,"id":3022,"parentId":2936,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":145,"timestamp":1237737581108,"id":3148,"parentId":2936,"tags":{},"startTime":1727804289008,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":38263,"timestamp":1237737544797,"id":2936,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/AcceleratedAnimation.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":36734,"timestamp":1237737546371,"id":3028,"parentId":2942,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":63,"timestamp":1237737583116,"id":3149,"parentId":2942,"tags":{},"startTime":1727804289010,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":38369,"timestamp":1237737545172,"id":2942,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/stagger.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":37186,"timestamp":1237737546367,"id":3027,"parentId":2941,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":51,"timestamp":1237737583562,"id":3150,"parentId":2941,"tags":{},"startTime":1727804289010,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":38716,"timestamp":1237737545111,"id":2941,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/namespace.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":37462,"timestamp":1237737546374,"id":3029,"parentId":2943,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":66,"timestamp":1237737583842,"id":3151,"parentId":2943,"tags":{},"startTime":1727804289011,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":38892,"timestamp":1237737545233,"id":2943,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/index.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":37760,"timestamp":1237737546378,"id":3030,"parentId":2944,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52,"timestamp":1237737584147,"id":3152,"parentId":2944,"tags":{},"startTime":1727804289011,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":39088,"timestamp":1237737545294,"id":2944,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/index-legacy.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38006,"timestamp":1237737546385,"id":3032,"parentId":2946,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737584400,"id":3153,"parentId":2946,"tags":{},"startTime":1727804289011,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":39176,"timestamp":1237737545413,"id":2946,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/anticipate.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38209,"timestamp":1237737546388,"id":3033,"parentId":2947,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737584606,"id":3154,"parentId":2947,"tags":{},"startTime":1727804289011,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":39314,"timestamp":1237737545475,"id":2947,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/back.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38415,"timestamp":1237737546381,"id":3031,"parentId":2945,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737584801,"id":3155,"parentId":2945,"tags":{},"startTime":1727804289012,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":39636,"timestamp":1237737545355,"id":2945,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/frame.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38611,"timestamp":1237737546402,"id":3037,"parentId":2951,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737585022,"id":3156,"parentId":2951,"tags":{},"startTime":1727804289012,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":39464,"timestamp":1237737545715,"id":2951,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/modifiers/mirror.mjs","layer":"ssr"},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38792,"timestamp":1237737546395,"id":3035,"parentId":2949,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737585195,"id":3157,"parentId":2949,"tags":{},"startTime":1727804289012,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":39773,"timestamp":1237737545598,"id":2949,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/circ.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38990,"timestamp":1237737546398,"id":3036,"parentId":2950,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":41,"timestamp":1237737585393,"id":3158,"parentId":2950,"tags":{},"startTime":1727804289012,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":39896,"timestamp":1237737545657,"id":2950,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/ease.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":39169,"timestamp":1237737546391,"id":3034,"parentId":2948,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737585565,"id":3159,"parentId":2948,"tags":{},"startTime":1727804289012,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":40358,"timestamp":1237737545535,"id":2948,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/cubic-bezier.mjs","layer":"ssr"},"startTime":1727804288972,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":39490,"timestamp":1237737546412,"id":3040,"parentId":2954,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237737585910,"id":3160,"parentId":2954,"tags":{},"startTime":1727804289013,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":40541,"timestamp":1237737545899,"id":2954,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/track.mjs","layer":"ssr"},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":40042,"timestamp":1237737546408,"id":3039,"parentId":2953,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737586455,"id":3161,"parentId":2953,"tags":{},"startTime":1727804289013,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":40918,"timestamp":1237737545837,"id":2953,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/index.mjs","layer":"ssr"},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":40358,"timestamp":1237737546405,"id":3038,"parentId":2952,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737586768,"id":3162,"parentId":2952,"tags":{},"startTime":1727804289014,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":41135,"timestamp":1237737545776,"id":2952,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/modifiers/reverse.mjs","layer":"ssr"},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":52718,"timestamp":1237737546343,"id":3020,"parentId":2934,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":65,"timestamp":1237737599083,"id":3163,"parentId":2934,"tags":{},"startTime":1727804289026,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":55027,"timestamp":1237737544663,"id":2934,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":53374,"timestamp":1237737546337,"id":3019,"parentId":2933,"tags":{},"startTime":1727804288973,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":55,"timestamp":1237737599720,"id":3164,"parentId":2933,"tags":{},"startTime":1727804289027,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":55587,"timestamp":1237737544598,"id":2933,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/use-animated-state.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":37226,"timestamp":1237737563022,"id":3103,"parentId":3102,"tags":{},"startTime":1727804288990,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":37306,"timestamp":1237737562943,"id":3102,"parentId":2902,"tags":{},"startTime":1727804288990,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":61086,"timestamp":1237737539759,"id":2902,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/index.mjs","layer":"ssr"},"startTime":1727804288967,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31926,"timestamp":1237737568970,"id":3116,"parentId":3115,"tags":{},"startTime":1727804288996,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":32014,"timestamp":1237737568884,"id":3115,"parentId":2917,"tags":{},"startTime":1727804288996,"traceId":"ed4341945b6604eb"}] -[{"name":"build-module-mjs","duration":57619,"timestamp":1237737543532,"id":2917,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/PresenceContext.mjs","layer":"ssr"},"startTime":1727804288970,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":32046,"timestamp":1237737569121,"id":3118,"parentId":3117,"tags":{},"startTime":1727804288996,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":32108,"timestamp":1237737569060,"id":3117,"parentId":2918,"tags":{},"startTime":1727804288996,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":57686,"timestamp":1237737543593,"id":2918,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs","layer":"ssr"},"startTime":1727804288970,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31443,"timestamp":1237737569850,"id":3122,"parentId":3121,"tags":{},"startTime":1727804288997,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31510,"timestamp":1237737569785,"id":3121,"parentId":2916,"tags":{},"startTime":1727804288997,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":58016,"timestamp":1237737543469,"id":2916,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs","layer":"ssr"},"startTime":1727804288970,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31547,"timestamp":1237737569952,"id":3124,"parentId":3123,"tags":{},"startTime":1727804288997,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31605,"timestamp":1237737569896,"id":3123,"parentId":2920,"tags":{},"startTime":1727804288997,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":57882,"timestamp":1237737543721,"id":2920,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31565,"timestamp":1237737570049,"id":3126,"parentId":3125,"tags":{},"startTime":1727804288997,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31621,"timestamp":1237737569995,"id":3125,"parentId":2921,"tags":{},"startTime":1727804288997,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":57936,"timestamp":1237737543829,"id":2921,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31449,"timestamp":1237737570336,"id":3129,"parentId":3128,"tags":{},"startTime":1727804288997,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31510,"timestamp":1237737570275,"id":3128,"parentId":2926,"tags":{},"startTime":1727804288997,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":57852,"timestamp":1237737544148,"id":2926,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/MotionConfig/index.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":33631,"timestamp":1237737570500,"id":3131,"parentId":3130,"tags":{},"startTime":1727804288997,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":33699,"timestamp":1237737570443,"id":3130,"parentId":2924,"tags":{},"startTime":1727804288997,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":61356,"timestamp":1237737544021,"id":2924,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":33783,"timestamp":1237737571638,"id":3135,"parentId":3134,"tags":{},"startTime":1727804288998,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":33918,"timestamp":1237737571505,"id":3134,"parentId":2927,"tags":{},"startTime":1727804288998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":61689,"timestamp":1237737544210,"id":2927,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/LayoutGroup/index.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":56359,"timestamp":1237737549561,"id":3042,"parentId":3041,"tags":{},"startTime":1727804288976,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":67,"timestamp":1237737605929,"id":3165,"parentId":3041,"tags":{},"startTime":1727804289033,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":56761,"timestamp":1237737549429,"id":3041,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/animations.mjs","layer":"ssr"},"startTime":1727804288976,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":34037,"timestamp":1237737572187,"id":3138,"parentId":3137,"tags":{},"startTime":1727804288999,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":34164,"timestamp":1237737572062,"id":3137,"parentId":2928,"tags":{},"startTime":1727804288999,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":62320,"timestamp":1237737544271,"id":2928,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/LazyMotion/index.mjs","layer":"ssr"},"startTime":1727804288971,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":65075,"timestamp":1237737550772,"id":3053,"parentId":3043,"tags":{},"startTime":1727804288978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":149,"timestamp":1237737615900,"id":3166,"parentId":3043,"tags":{},"startTime":1727804289043,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":66561,"timestamp":1237737549982,"id":3043,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/models.mjs","layer":"ssr"},"startTime":1727804288977,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":65774,"timestamp":1237737550791,"id":3056,"parentId":3046,"tags":{},"startTime":1727804288978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":72,"timestamp":1237737616577,"id":3167,"parentId":3046,"tags":{},"startTime":1727804289043,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":66657,"timestamp":1237737550238,"id":3046,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/motion/proxy.mjs","layer":"ssr"},"startTime":1727804288977,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":66119,"timestamp":1237737550787,"id":3055,"parentId":3045,"tags":{},"startTime":1727804288978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":58,"timestamp":1237737616912,"id":3168,"parentId":3045,"tags":{},"startTime":1727804289044,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":67315,"timestamp":1237737550169,"id":3045,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.mjs","layer":"ssr"},"startTime":1727804288977,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":66718,"timestamp":1237737550806,"id":3061,"parentId":3051,"tags":{},"startTime":1727804288978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":59,"timestamp":1237737617531,"id":3169,"parentId":3051,"tags":{},"startTime":1727804289044,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":68512,"timestamp":1237737550587,"id":3051,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/complex/index.mjs","layer":"ssr"},"startTime":1727804288977,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":68314,"timestamp":1237737550800,"id":3059,"parentId":3049,"tags":{},"startTime":1727804288978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":65,"timestamp":1237737619122,"id":3170,"parentId":3049,"tags":{},"startTime":1727804289046,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":69556,"timestamp":1237737550437,"id":3049,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/spring/index.mjs","layer":"ssr"},"startTime":1727804288977,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":69195,"timestamp":1237737550810,"id":3062,"parentId":3052,"tags":{},"startTime":1727804288978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":54,"timestamp":1237737620012,"id":3171,"parentId":3052,"tags":{},"startTime":1727804289047,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":69652,"timestamp":1237737550694,"id":3052,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/index.mjs","layer":"ssr"},"startTime":1727804288978,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":69552,"timestamp":1237737550804,"id":3060,"parentId":3050,"tags":{},"startTime":1727804288978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":56,"timestamp":1237737620361,"id":3172,"parentId":3050,"tags":{},"startTime":1727804289047,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":70795,"timestamp":1237737550501,"id":3050,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/spring/find.mjs","layer":"ssr"},"startTime":1727804288977,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":70515,"timestamp":1237737550797,"id":3058,"parentId":3048,"tags":{},"startTime":1727804288978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":60,"timestamp":1237737621320,"id":3173,"parentId":3048,"tags":{},"startTime":1727804289048,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":71764,"timestamp":1237737550370,"id":3048,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/build-transform.mjs","layer":"ssr"},"startTime":1727804288977,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":71358,"timestamp":1237737550794,"id":3057,"parentId":3047,"tags":{},"startTime":1727804288978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":65,"timestamp":1237737622162,"id":3174,"parentId":3047,"tags":{},"startTime":1727804289049,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":72107,"timestamp":1237737550303,"id":3047,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/m/proxy.mjs","layer":"ssr"},"startTime":1727804288977,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":71639,"timestamp":1237737550783,"id":3054,"parentId":3044,"tags":{},"startTime":1727804288978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":60,"timestamp":1237737622430,"id":3175,"parentId":3044,"tags":{},"startTime":1727804289049,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":73035,"timestamp":1237737550090,"id":3044,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.mjs","layer":"ssr"},"startTime":1727804288977,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":87660,"timestamp":1237737552735,"id":3066,"parentId":3063,"tags":{},"startTime":1727804288980,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":69,"timestamp":1237737640416,"id":3176,"parentId":3063,"tags":{},"startTime":1727804289067,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":88511,"timestamp":1237737552491,"id":3063,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/numbers/units.mjs","layer":"ssr"},"startTime":1727804288979,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":88271,"timestamp":1237737552745,"id":3067,"parentId":3064,"tags":{},"startTime":1727804288980,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":60,"timestamp":1237737641023,"id":3177,"parentId":3064,"tags":{},"startTime":1727804289068,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":88891,"timestamp":1237737552588,"id":3064,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/use-drag-controls.mjs","layer":"ssr"},"startTime":1727804288979,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":88747,"timestamp":1237737552749,"id":3068,"parentId":3065,"tags":{},"startTime":1727804288980,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":66,"timestamp":1237737641505,"id":3178,"parentId":3065,"tags":{},"startTime":1727804289068,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":89281,"timestamp":1237737552660,"id":3065,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/utils/lock.mjs","layer":"ssr"},"startTime":1727804288979,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13278,"timestamp":1237737686473,"id":3213,"parentId":3182,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":51,"timestamp":1237737699765,"id":3307,"parentId":3182,"tags":{},"startTime":1727804289127,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15477,"timestamp":1237737684706,"id":3182,"parentId":2873,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-constant.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13759,"timestamp":1237737686438,"id":3210,"parentId":3179,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737700202,"id":3308,"parentId":3179,"tags":{},"startTime":1727804289127,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16009,"timestamp":1237737684409,"id":3179,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-unmount-effect.mjs","layer":"ssr"},"startTime":1727804289111,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13962,"timestamp":1237737686466,"id":3212,"parentId":3181,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737700433,"id":3309,"parentId":3181,"tags":{},"startTime":1727804289127,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16096,"timestamp":1237737684637,"id":3181,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-force-update.mjs","layer":"ssr"},"startTime":1727804289111,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14283,"timestamp":1237737686459,"id":3211,"parentId":3180,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737700746,"id":3310,"parentId":3180,"tags":{},"startTime":1727804289128,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16347,"timestamp":1237737684560,"id":3180,"parentId":2865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.mjs","layer":"ssr"},"startTime":1727804289111,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14437,"timestamp":1237737686479,"id":3214,"parentId":3183,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737700921,"id":3311,"parentId":3183,"tags":{},"startTime":1727804289128,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16383,"timestamp":1237737684770,"id":3183,"parentId":2870,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-combine-values.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14669,"timestamp":1237737686492,"id":3217,"parentId":3186,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737701167,"id":3312,"parentId":3186,"tags":{},"startTime":1727804289128,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16386,"timestamp":1237737684959,"id":3186,"parentId":2872,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-computed.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14867,"timestamp":1237737686485,"id":3215,"parentId":3184,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737701356,"id":3313,"parentId":3184,"tags":{},"startTime":1727804289128,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16860,"timestamp":1237737684832,"id":3184,"parentId":2876,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/subscription-manager.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15197,"timestamp":1237737686504,"id":3220,"parentId":3189,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737701706,"id":3314,"parentId":3189,"tags":{},"startTime":1727804289129,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16722,"timestamp":1237737685140,"id":3189,"parentId":2887,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-instant-transition-state.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15374,"timestamp":1237737686495,"id":3218,"parentId":3187,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737701874,"id":3315,"parentId":3187,"tags":{},"startTime":1727804289129,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17064,"timestamp":1237737685020,"id":3187,"parentId":2876,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/sync-time.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15604,"timestamp":1237737686488,"id":3216,"parentId":3185,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737702096,"id":3316,"parentId":3185,"tags":{},"startTime":1727804289129,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17342,"timestamp":1237737684895,"id":3185,"parentId":2876,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/velocity-per-second.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15737,"timestamp":1237737686507,"id":3221,"parentId":3190,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737702248,"id":3317,"parentId":3190,"tags":{},"startTime":1727804289129,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17220,"timestamp":1237737685202,"id":3190,"parentId":2899,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/add-dom-event.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15929,"timestamp":1237737686500,"id":3219,"parentId":3188,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":41,"timestamp":1237737702575,"id":3318,"parentId":3188,"tags":{},"startTime":1727804289129,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17668,"timestamp":1237737685081,"id":3188,"parentId":2876,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/warn-once.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16240,"timestamp":1237737686517,"id":3224,"parentId":3193,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737702760,"id":3319,"parentId":3193,"tags":{},"startTime":1727804289130,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17677,"timestamp":1237737685382,"id":3193,"parentId":2880,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/WillChangeMotionValue.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16556,"timestamp":1237737686510,"id":3222,"parentId":3191,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737703072,"id":3320,"parentId":3191,"tags":{},"startTime":1727804289130,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17930,"timestamp":1237737685264,"id":3191,"parentId":2894,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/noop.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16679,"timestamp":1237737686523,"id":3226,"parentId":3195,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737703207,"id":3321,"parentId":3195,"tags":{},"startTime":1727804289130,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17913,"timestamp":1237737685504,"id":3195,"parentId":2907,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-numerical-string.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16898,"timestamp":1237737686527,"id":3227,"parentId":3196,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737703430,"id":3322,"parentId":3196,"tags":{},"startTime":1727804289130,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18136,"timestamp":1237737685566,"id":3196,"parentId":2906,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/array.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":17196,"timestamp":1237737686513,"id":3223,"parentId":3192,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737703714,"id":3323,"parentId":3192,"tags":{},"startTime":1727804289131,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18578,"timestamp":1237737685322,"id":3192,"parentId":2879,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/resolve-value.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":17377,"timestamp":1237737686530,"id":3228,"parentId":3197,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737703911,"id":3324,"parentId":3197,"tags":{},"startTime":1727804289131,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18472,"timestamp":1237737685624,"id":3197,"parentId":2907,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-zero-value-string.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":17583,"timestamp":1237737686520,"id":3225,"parentId":3194,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737704108,"id":3325,"parentId":3194,"tags":{},"startTime":1727804289131,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18785,"timestamp":1237737685445,"id":3194,"parentId":2905,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/symbol.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":17704,"timestamp":1237737686533,"id":3229,"parentId":3198,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737704242,"id":3326,"parentId":3198,"tags":{},"startTime":1727804289131,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18748,"timestamp":1237737685685,"id":3198,"parentId":2907,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/index.mjs","layer":"ssr"},"startTime":1727804289112,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":17895,"timestamp":1237737686545,"id":3233,"parentId":3202,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737704444,"id":3327,"parentId":3202,"tags":{},"startTime":1727804289131,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18756,"timestamp":1237737685929,"id":3202,"parentId":2907,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/resolve-variants.mjs","layer":"ssr"},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18152,"timestamp":1237737686539,"id":3231,"parentId":3200,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737704695,"id":3328,"parentId":3200,"tags":{},"startTime":1727804289132,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19076,"timestamp":1237737685805,"id":3200,"parentId":2907,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.mjs","layer":"ssr"},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18353,"timestamp":1237737686536,"id":3230,"parentId":3199,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737704893,"id":3329,"parentId":3199,"tags":{},"startTime":1727804289132,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19272,"timestamp":1237737685747,"id":3199,"parentId":2907,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/state.mjs","layer":"ssr"},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18502,"timestamp":1237737686554,"id":3236,"parentId":3205,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737705061,"id":3330,"parentId":3205,"tags":{},"startTime":1727804289132,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19085,"timestamp":1237737686110,"id":3205,"parentId":2906,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.mjs","layer":"ssr"},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18650,"timestamp":1237737686551,"id":3235,"parentId":3204,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237737705206,"id":3331,"parentId":3204,"tags":{},"startTime":1727804289132,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19788,"timestamp":1237737686049,"id":3204,"parentId":2907,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/KeyframesResolver.mjs","layer":"ssr"},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":19304,"timestamp":1237737686542,"id":3232,"parentId":3201,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737705851,"id":3332,"parentId":3201,"tags":{},"startTime":1727804289133,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20345,"timestamp":1237737685869,"id":3201,"parentId":2907,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/motion-values.mjs","layer":"ssr"},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":19663,"timestamp":1237737686560,"id":3238,"parentId":3207,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737706228,"id":3333,"parentId":3207,"tags":{},"startTime":1727804289133,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20150,"timestamp":1237737686235,"id":3207,"parentId":2907,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/transform.mjs","layer":"ssr"},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":19844,"timestamp":1237737686548,"id":3234,"parentId":3203,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737706397,"id":3334,"parentId":3203,"tags":{},"startTime":1727804289133,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20585,"timestamp":1237737685988,"id":3203,"parentId":2907,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/definitions.mjs","layer":"ssr"},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":20024,"timestamp":1237737686557,"id":3237,"parentId":3206,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737706585,"id":3335,"parentId":3206,"tags":{},"startTime":1727804289133,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20581,"timestamp":1237737686172,"id":3206,"parentId":2906,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/get-will-change-name.mjs","layer":"ssr"},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":20196,"timestamp":1237737686563,"id":3239,"parentId":3208,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737706763,"id":3336,"parentId":3208,"tags":{},"startTime":1727804289134,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20646,"timestamp":1237737686296,"id":3208,"parentId":2911,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/drag.mjs","layer":"ssr"},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":27463,"timestamp":1237737686565,"id":3240,"parentId":3209,"tags":{},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52,"timestamp":1237737714043,"id":3337,"parentId":3209,"tags":{},"startTime":1727804289141,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":28006,"timestamp":1237737686355,"id":3209,"parentId":2911,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/layout.mjs","layer":"ssr"},"startTime":1727804289113,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":21654,"timestamp":1237737693212,"id":3260,"parentId":3242,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52,"timestamp":1237737714876,"id":3338,"parentId":3242,"tags":{},"startTime":1727804289142,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23067,"timestamp":1237737692064,"id":3242,"parentId":2910,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/gestures.mjs","layer":"ssr"},"startTime":1727804289119,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":21923,"timestamp":1237737693219,"id":3261,"parentId":3243,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737715148,"id":3339,"parentId":3243,"tags":{},"startTime":1727804289142,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23178,"timestamp":1237737692149,"id":3243,"parentId":2922,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.mjs","layer":"ssr"},"startTime":1727804289119,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22100,"timestamp":1237737693235,"id":3264,"parentId":3246,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737715340,"id":3340,"parentId":3246,"tags":{},"startTime":1727804289142,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23165,"timestamp":1237737692358,"id":3246,"parentId":2929,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs","layer":"ssr"},"startTime":1727804289119,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22299,"timestamp":1237737693231,"id":3263,"parentId":3245,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737715535,"id":3341,"parentId":3245,"tags":{},"startTime":1727804289142,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23743,"timestamp":1237737692289,"id":3245,"parentId":2929,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/GroupPlaybackControls.mjs","layer":"ssr"},"startTime":1727804289119,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22839,"timestamp":1237737693201,"id":3259,"parentId":3241,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737716045,"id":3342,"parentId":3241,"tags":{},"startTime":1727804289143,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24449,"timestamp":1237737691947,"id":3241,"parentId":2909,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/create-visual-element.mjs","layer":"ssr"},"startTime":1727804289119,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":25898,"timestamp":1237737693226,"id":3262,"parentId":3244,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237737719131,"id":3369,"parentId":3244,"tags":{},"startTime":1727804289146,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27129,"timestamp":1237737692219,"id":3244,"parentId":2901,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/utils/is-primary-pointer.mjs","layer":"ssr"},"startTime":1727804289119,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":26111,"timestamp":1237737693245,"id":3267,"parentId":3249,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737719361,"id":3370,"parentId":3249,"tags":{},"startTime":1727804289146,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27021,"timestamp":1237737692554,"id":3249,"parentId":2929,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/single-value.mjs","layer":"ssr"},"startTime":1727804289119,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":26341,"timestamp":1237737693242,"id":3266,"parentId":3248,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237737719587,"id":3371,"parentId":3248,"tags":{},"startTime":1727804289146,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27692,"timestamp":1237737692489,"id":3248,"parentId":2929,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs","layer":"ssr"},"startTime":1727804289119,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":26931,"timestamp":1237737693261,"id":3272,"parentId":3254,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":51,"timestamp":1237737720199,"id":3372,"parentId":3254,"tags":{},"startTime":1727804289147,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27717,"timestamp":1237737692870,"id":3254,"parentId":2937,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/keyframes.mjs","layer":"ssr"},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":27348,"timestamp":1237737693248,"id":3268,"parentId":3250,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737720601,"id":3373,"parentId":3250,"tags":{},"startTime":1727804289147,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":28150,"timestamp":1237737692619,"id":3250,"parentId":2937,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/time-conversion.mjs","layer":"ssr"},"startTime":1727804289119,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":27543,"timestamp":1237737693258,"id":3271,"parentId":3253,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237737720806,"id":3374,"parentId":3253,"tags":{},"startTime":1727804289148,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":28451,"timestamp":1237737692807,"id":3253,"parentId":2937,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/inertia.mjs","layer":"ssr"},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":28027,"timestamp":1237737693238,"id":3265,"parentId":3247,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737721271,"id":3375,"parentId":3247,"tags":{},"startTime":1727804289148,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":29068,"timestamp":1237737692424,"id":3247,"parentId":2929,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/create-visual-element.mjs","layer":"ssr"},"startTime":1727804289119,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":28255,"timestamp":1237737693255,"id":3270,"parentId":3252,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737721514,"id":3376,"parentId":3252,"tags":{},"startTime":1727804289148,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":29099,"timestamp":1237737692746,"id":3252,"parentId":2930,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/setters.mjs","layer":"ssr"},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":28629,"timestamp":1237737693251,"id":3269,"parentId":3251,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737721886,"id":3377,"parentId":3251,"tags":{},"startTime":1727804289149,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":29549,"timestamp":1237737692681,"id":3251,"parentId":2929,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/resolve-element.mjs","layer":"ssr"},"startTime":1727804289119,"traceId":"ed4341945b6604eb"}] -[{"name":"read-resource","duration":29135,"timestamp":1237737693267,"id":3274,"parentId":3256,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":56,"timestamp":1237737722410,"id":3378,"parentId":3256,"tags":{},"startTime":1727804289149,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":29695,"timestamp":1237737692997,"id":3256,"parentId":2938,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/store-id.mjs","layer":"ssr"},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":29718,"timestamp":1237737693270,"id":3275,"parentId":3257,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237737722994,"id":3379,"parentId":3257,"tags":{},"startTime":1727804289150,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":30158,"timestamp":1237737693060,"id":3257,"parentId":2907,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.mjs","layer":"ssr"},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":29963,"timestamp":1237737693264,"id":3273,"parentId":3255,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52,"timestamp":1237737723232,"id":3380,"parentId":3255,"tags":{},"startTime":1727804289150,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":30826,"timestamp":1237737692932,"id":3255,"parentId":2937,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/BaseAnimation.mjs","layer":"ssr"},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":30496,"timestamp":1237737693273,"id":3276,"parentId":3258,"tags":{},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":82,"timestamp":1237737723775,"id":3381,"parentId":3258,"tags":{},"startTime":1727804289151,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":30893,"timestamp":1237737693123,"id":3258,"parentId":2907,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/find.mjs","layer":"ssr"},"startTime":1727804289120,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31304,"timestamp":1237737697722,"id":3293,"parentId":3279,"tags":{},"startTime":1727804289125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737729036,"id":3382,"parentId":3279,"tags":{},"startTime":1727804289156,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":32354,"timestamp":1237737696933,"id":3279,"parentId":2936,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/memo.mjs","layer":"ssr"},"startTime":1727804289124,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31590,"timestamp":1237737697706,"id":3291,"parentId":3277,"tags":{},"startTime":1727804289125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737729301,"id":3383,"parentId":3277,"tags":{},"startTime":1727804289156,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":32878,"timestamp":1237737696754,"id":3277,"parentId":2914,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs","layer":"ssr"},"startTime":1727804289124,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31891,"timestamp":1237737697750,"id":3295,"parentId":3281,"tags":{},"startTime":1727804289125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737729646,"id":3384,"parentId":3281,"tags":{},"startTime":1727804289156,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":32719,"timestamp":1237737697077,"id":3281,"parentId":2938,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs","layer":"ssr"},"startTime":1727804289124,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":32042,"timestamp":1237737697761,"id":3296,"parentId":3282,"tags":{},"startTime":1727804289125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737729808,"id":3385,"parentId":3282,"tags":{},"startTime":1727804289157,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":32815,"timestamp":1237737697143,"id":3282,"parentId":2938,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/store.mjs","layer":"ssr"},"startTime":1727804289124,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":32247,"timestamp":1237737697717,"id":3292,"parentId":3278,"tags":{},"startTime":1727804289125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":70,"timestamp":1237737729968,"id":3386,"parentId":3278,"tags":{},"startTime":1727804289157,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":33693,"timestamp":1237737696861,"id":3278,"parentId":2944,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/batcher.mjs","layer":"ssr"},"startTime":1727804289124,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":32795,"timestamp":1237737697769,"id":3298,"parentId":3284,"tags":{},"startTime":1727804289125,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":32997,"timestamp":1237737697772,"id":3299,"parentId":3285,"tags":{},"startTime":1727804289125,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":33157,"timestamp":1237737697727,"id":3294,"parentId":3280,"tags":{},"startTime":1727804289125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737730889,"id":3391,"parentId":3280,"tags":{},"startTime":1727804289158,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":34212,"timestamp":1237737696999,"id":3280,"parentId":2938,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/handoff.mjs","layer":"ssr"},"startTime":1727804289124,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":33453,"timestamp":1237737697766,"id":3297,"parentId":3283,"tags":{},"startTime":1727804289125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52,"timestamp":1237737731224,"id":3392,"parentId":3283,"tags":{},"startTime":1727804289158,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":34805,"timestamp":1237737697205,"id":3283,"parentId":2936,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/DOMKeyframesResolver.mjs","layer":"ssr"},"startTime":1727804289124,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":34266,"timestamp":1237737697782,"id":3302,"parentId":3288,"tags":{},"startTime":1727804289125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237737732054,"id":3393,"parentId":3288,"tags":{},"startTime":1727804289159,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":37252,"timestamp":1237737697514,"id":3288,"parentId":2934,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs","layer":"ssr"},"startTime":1727804289124,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":37008,"timestamp":1237737697775,"id":3300,"parentId":3286,"tags":{},"startTime":1727804289125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":91,"timestamp":1237737734790,"id":3394,"parentId":3286,"tags":{},"startTime":1727804289162,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":38147,"timestamp":1237737697392,"id":3286,"parentId":2943,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/complex.mjs","layer":"ssr"},"startTime":1727804289124,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38033,"timestamp":1237737697788,"id":3304,"parentId":3290,"tags":{},"startTime":1727804289125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237737735826,"id":3395,"parentId":3290,"tags":{},"startTime":1727804289163,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":38532,"timestamp":1237737697639,"id":3290,"parentId":2954,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/info.mjs","layer":"ssr"},"startTime":1727804289124,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38401,"timestamp":1237737697778,"id":3301,"parentId":3287,"tags":{},"startTime":1727804289125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737736184,"id":3396,"parentId":3287,"tags":{},"startTime":1727804289163,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":38882,"timestamp":1237737697454,"id":3287,"parentId":2943,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/number.mjs","layer":"ssr"},"startTime":1727804289124,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38559,"timestamp":1237737697785,"id":3303,"parentId":3289,"tags":{},"startTime":1727804289125,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737736348,"id":3397,"parentId":3289,"tags":{},"startTime":1727804289163,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":38961,"timestamp":1237737697576,"id":3289,"parentId":2939,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs","layer":"ssr"},"startTime":1727804289124,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12657,"timestamp":1237737730838,"id":3390,"parentId":3389,"tags":{},"startTime":1727804289158,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12724,"timestamp":1237737730775,"id":3389,"parentId":3285,"tags":{},"startTime":1727804289158,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":46711,"timestamp":1237737697331,"id":3285,"parentId":2941,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/Item.mjs","layer":"ssr"},"startTime":1727804289124,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":44697,"timestamp":1237737699356,"id":3306,"parentId":3305,"tags":{},"startTime":1727804289126,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":57,"timestamp":1237737744061,"id":3398,"parentId":3305,"tags":{},"startTime":1727804289171,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":45200,"timestamp":1237737699255,"id":3305,"parentId":2954,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs","layer":"ssr"},"startTime":1727804289126,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13821,"timestamp":1237737730666,"id":3388,"parentId":3387,"tags":{},"startTime":1727804289157,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13918,"timestamp":1237737730570,"id":3387,"parentId":3284,"tags":{},"startTime":1727804289157,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":47618,"timestamp":1237737697267,"id":3284,"parentId":2941,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/Group.mjs","layer":"ssr"},"startTime":1727804289124,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":33757,"timestamp":1237737717691,"id":3356,"parentId":3343,"tags":{},"startTime":1727804289144,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":62,"timestamp":1237737751463,"id":3399,"parentId":3343,"tags":{},"startTime":1727804289178,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":35122,"timestamp":1237737716784,"id":3343,"parentId":2953,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/observe.mjs","layer":"ssr"},"startTime":1727804289144,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":34212,"timestamp":1237737717704,"id":3357,"parentId":3344,"tags":{},"startTime":1727804289145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737751921,"id":3400,"parentId":3344,"tags":{},"startTime":1727804289179,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":35193,"timestamp":1237737716898,"id":3344,"parentId":2953,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/supports.mjs","layer":"ssr"},"startTime":1727804289144,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":34369,"timestamp":1237737717730,"id":3361,"parentId":3348,"tags":{},"startTime":1727804289145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737752104,"id":3401,"parentId":3348,"tags":{},"startTime":1727804289179,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":35173,"timestamp":1237737717171,"id":3348,"parentId":2938,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/waapi/index.mjs","layer":"ssr"},"startTime":1727804289144,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":34627,"timestamp":1237737717724,"id":3360,"parentId":3347,"tags":{},"startTime":1727804289145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737752356,"id":3402,"parentId":3347,"tags":{},"startTime":1727804289179,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":35435,"timestamp":1237737717107,"id":3347,"parentId":2937,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/utils/calc-duration.mjs","layer":"ssr"},"startTime":1727804289144,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":34838,"timestamp":1237737717710,"id":3358,"parentId":3345,"tags":{},"startTime":1727804289145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":54,"timestamp":1237737752553,"id":3403,"parentId":3345,"tags":{},"startTime":1727804289179,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":36524,"timestamp":1237737716975,"id":3345,"parentId":2929,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/create.mjs","layer":"ssr"},"startTime":1727804289144,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":35776,"timestamp":1237737717733,"id":3362,"parentId":3349,"tags":{},"startTime":1727804289145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737753514,"id":3404,"parentId":3349,"tags":{},"startTime":1727804289180,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":36609,"timestamp":1237737717232,"id":3349,"parentId":2936,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/waapi/easing.mjs","layer":"ssr"},"startTime":1727804289144,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":36134,"timestamp":1237737717715,"id":3359,"parentId":3346,"tags":{},"startTime":1727804289145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237737753853,"id":3405,"parentId":3346,"tags":{},"startTime":1727804289181,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":37037,"timestamp":1237737717042,"id":3346,"parentId":2937,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.mjs","layer":"ssr"},"startTime":1727804289144,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":36346,"timestamp":1237737717740,"id":3364,"parentId":3351,"tags":{},"startTime":1727804289145,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":36488,"timestamp":1237737717755,"id":3368,"parentId":3355,"tags":{},"startTime":1727804289145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737754248,"id":3408,"parentId":3355,"tags":{},"startTime":1727804289181,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":36804,"timestamp":1237737717613,"id":3355,"parentId":2902,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/load-features.mjs","layer":"ssr"},"startTime":1727804289144,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":36674,"timestamp":1237737717751,"id":3367,"parentId":3354,"tags":{},"startTime":1727804289145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737754430,"id":3409,"parentId":3354,"tags":{},"startTime":1727804289181,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":37090,"timestamp":1237737717551,"id":3354,"parentId":2902,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionContext/create.mjs","layer":"ssr"},"startTime":1727804289144,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":37857,"timestamp":1237737717748,"id":3366,"parentId":3353,"tags":{},"startTime":1727804289145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737755611,"id":3410,"parentId":3353,"tags":{},"startTime":1727804289182,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":38355,"timestamp":1237737717490,"id":3353,"parentId":2902,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.mjs","layer":"ssr"},"startTime":1727804289144,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38109,"timestamp":1237737717744,"id":3365,"parentId":3352,"tags":{},"startTime":1727804289145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52,"timestamp":1237737755857,"id":3411,"parentId":3352,"tags":{},"startTime":1727804289183,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":38985,"timestamp":1237737717427,"id":3352,"parentId":2902,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.mjs","layer":"ssr"},"startTime":1727804289144,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38681,"timestamp":1237737717737,"id":3363,"parentId":3350,"tags":{},"startTime":1727804289145,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737756423,"id":3412,"parentId":3350,"tags":{},"startTime":1727804289183,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":39326,"timestamp":1237737717297,"id":3350,"parentId":2937,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs","layer":"ssr"},"startTime":1727804289144,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13339,"timestamp":1237737754173,"id":3407,"parentId":3406,"tags":{},"startTime":1727804289181,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13428,"timestamp":1237737754090,"id":3406,"parentId":3351,"tags":{},"startTime":1727804289181,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":50466,"timestamp":1237737717367,"id":3351,"parentId":2902,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/LazyContext.mjs","layer":"ssr"},"startTime":1727804289144,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":10468,"timestamp":1237737772620,"id":3438,"parentId":3414,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":10649,"timestamp":1237737772637,"id":3441,"parentId":3417,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":45,"timestamp":1237737783429,"id":3511,"parentId":3417,"tags":{},"startTime":1727804289210,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12496,"timestamp":1237737771325,"id":3417,"parentId":2954,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/resize/index.mjs","layer":"ssr"},"startTime":1727804289198,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":11224,"timestamp":1237737772607,"id":3437,"parentId":3413,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52,"timestamp":1237737783836,"id":3512,"parentId":3413,"tags":{},"startTime":1727804289211,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13483,"timestamp":1237737770998,"id":3413,"parentId":2934,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.mjs","layer":"ssr"},"startTime":1727804289198,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":11847,"timestamp":1237737772645,"id":3443,"parentId":3419,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737784497,"id":3513,"parentId":3419,"tags":{},"startTime":1727804289211,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13274,"timestamp":1237737771453,"id":3419,"parentId":2927,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/group.mjs","layer":"ssr"},"startTime":1727804289198,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12093,"timestamp":1237737772642,"id":3442,"parentId":3418,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737784739,"id":3514,"parentId":3418,"tags":{},"startTime":1727804289212,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13545,"timestamp":1237737771390,"id":3418,"parentId":2924,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.mjs","layer":"ssr"},"startTime":1727804289198,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12289,"timestamp":1237737772653,"id":3445,"parentId":3421,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737784946,"id":3515,"parentId":3421,"tags":{},"startTime":1727804289212,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13956,"timestamp":1237737771576,"id":3421,"parentId":3051,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/utils.mjs","layer":"ssr"},"startTime":1727804289198,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12877,"timestamp":1237737772663,"id":3448,"parentId":3424,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737785544,"id":3516,"parentId":3424,"tags":{},"startTime":1727804289212,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14097,"timestamp":1237737771764,"id":3424,"parentId":3052,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/hex.mjs","layer":"ssr"},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13211,"timestamp":1237737772656,"id":3446,"parentId":3422,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737785872,"id":3517,"parentId":3422,"tags":{},"startTime":1727804289213,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14402,"timestamp":1237737771636,"id":3422,"parentId":3049,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.mjs","layer":"ssr"},"startTime":1727804289198,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13380,"timestamp":1237737772666,"id":3449,"parentId":3425,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737786050,"id":3518,"parentId":3425,"tags":{},"startTime":1727804289213,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14446,"timestamp":1237737771826,"id":3425,"parentId":3052,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/hsla.mjs","layer":"ssr"},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13653,"timestamp":1237737772626,"id":3439,"parentId":3415,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737786283,"id":3519,"parentId":3415,"tags":{},"startTime":1727804289213,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15220,"timestamp":1237737771193,"id":3415,"parentId":2936,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/utils/accelerated-values.mjs","layer":"ssr"},"startTime":1727804289198,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13750,"timestamp":1237737772670,"id":3450,"parentId":3426,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":64,"timestamp":1237737786424,"id":3520,"parentId":3426,"tags":{},"startTime":1727804289213,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14835,"timestamp":1237737771886,"id":3426,"parentId":3052,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/rgba.mjs","layer":"ssr"},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14051,"timestamp":1237737772676,"id":3452,"parentId":3428,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737786732,"id":3521,"parentId":3428,"tags":{},"startTime":1727804289214,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14997,"timestamp":1237737772010,"id":3428,"parentId":3048,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/number.mjs","layer":"ssr"},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14341,"timestamp":1237737772673,"id":3451,"parentId":3427,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737787018,"id":3522,"parentId":3427,"tags":{},"startTime":1727804289214,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15211,"timestamp":1237737771948,"id":3427,"parentId":3048,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.mjs","layer":"ssr"},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14482,"timestamp":1237737772683,"id":3454,"parentId":3430,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737787170,"id":3523,"parentId":3430,"tags":{},"startTime":1727804289214,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15353,"timestamp":1237737772133,"id":3430,"parentId":3041,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/animation/index.mjs","layer":"ssr"},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":14834,"timestamp":1237737772660,"id":3447,"parentId":3423,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737787498,"id":3524,"parentId":3423,"tags":{},"startTime":1727804289214,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15969,"timestamp":1237737771700,"id":3423,"parentId":3046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/motion/create.mjs","layer":"ssr"},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15076,"timestamp":1237737772649,"id":3444,"parentId":3420,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737787729,"id":3525,"parentId":3420,"tags":{},"startTime":1727804289215,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16467,"timestamp":1237737771514,"id":3420,"parentId":3046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/create-proxy.mjs","layer":"ssr"},"startTime":1727804289198,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15298,"timestamp":1237737772690,"id":3456,"parentId":3432,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737787993,"id":3526,"parentId":3432,"tags":{},"startTime":1727804289215,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15895,"timestamp":1237737772257,"id":3432,"parentId":3181,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-is-mounted.mjs","layer":"ssr"},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15471,"timestamp":1237737772686,"id":3455,"parentId":3431,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737788162,"id":3527,"parentId":3431,"tags":{},"startTime":1727804289215,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16212,"timestamp":1237737772195,"id":3431,"parentId":3041,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/animation/exit.mjs","layer":"ssr"},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15717,"timestamp":1237737772697,"id":3458,"parentId":3434,"tags":{},"startTime":1727804289200,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737788419,"id":3528,"parentId":3434,"tags":{},"startTime":1727804289215,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16179,"timestamp":1237737772379,"id":3434,"parentId":3200,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/is-variant-label.mjs","layer":"ssr"},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15931,"timestamp":1237737772632,"id":3440,"parentId":3416,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737788568,"id":3529,"parentId":3416,"tags":{},"startTime":1727804289215,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17587,"timestamp":1237737771263,"id":3416,"parentId":2942,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/map.mjs","layer":"ssr"},"startTime":1727804289198,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16163,"timestamp":1237737772694,"id":3457,"parentId":3433,"tags":{},"startTime":1727804289200,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737788861,"id":3530,"parentId":3433,"tags":{},"startTime":1727804289216,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16674,"timestamp":1237737772317,"id":3433,"parentId":3192,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs","layer":"ssr"},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16293,"timestamp":1237737772704,"id":3460,"parentId":3436,"tags":{},"startTime":1727804289200,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737789001,"id":3531,"parentId":3436,"tags":{},"startTime":1727804289216,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":16976,"timestamp":1237737772502,"id":3436,"parentId":3204,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.mjs","layer":"ssr"},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16817,"timestamp":1237737772679,"id":3453,"parentId":3429,"tags":{},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737789502,"id":3532,"parentId":3429,"tags":{},"startTime":1727804289216,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17570,"timestamp":1237737772072,"id":3429,"parentId":3047,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/m/create.mjs","layer":"ssr"},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16948,"timestamp":1237737772701,"id":3459,"parentId":3435,"tags":{},"startTime":1727804289200,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737789652,"id":3533,"parentId":3435,"tags":{},"startTime":1727804289216,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":17339,"timestamp":1237737772440,"id":3435,"parentId":3200,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/variant-props.mjs","layer":"ssr"},"startTime":1727804289199,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11286,"timestamp":1237737783193,"id":3510,"parentId":3509,"tags":{},"startTime":1727804289210,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11382,"timestamp":1237737783099,"id":3509,"parentId":3414,"tags":{},"startTime":1727804289210,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23838,"timestamp":1237737771121,"id":3414,"parentId":2924,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs","layer":"ssr"},"startTime":1727804289198,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":17520,"timestamp":1237737777448,"id":3481,"parentId":3464,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237737794974,"id":3534,"parentId":3464,"tags":{},"startTime":1727804289222,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":18739,"timestamp":1237737776499,"id":3464,"parentId":3208,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/index.mjs","layer":"ssr"},"startTime":1727804289203,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":17820,"timestamp":1237737777426,"id":3478,"parentId":3461,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737795251,"id":3535,"parentId":3461,"tags":{},"startTime":1727804289222,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19284,"timestamp":1237737776254,"id":3461,"parentId":3242,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/hover.mjs","layer":"ssr"},"startTime":1727804289203,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18108,"timestamp":1237737777437,"id":3479,"parentId":3462,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737795549,"id":3536,"parentId":3462,"tags":{},"startTime":1727804289222,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19462,"timestamp":1237737776362,"id":3462,"parentId":3242,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/focus.mjs","layer":"ssr"},"startTime":1727804289203,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18388,"timestamp":1237737777442,"id":3480,"parentId":3463,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737795833,"id":3537,"parentId":3463,"tags":{},"startTime":1727804289223,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20144,"timestamp":1237737776432,"id":3463,"parentId":3242,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/press.mjs","layer":"ssr"},"startTime":1727804289203,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22867,"timestamp":1237737777453,"id":3482,"parentId":3465,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737800327,"id":3538,"parentId":3465,"tags":{},"startTime":1727804289227,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24378,"timestamp":1237737776565,"id":3465,"parentId":3241,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.mjs","layer":"ssr"},"startTime":1727804289203,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23491,"timestamp":1237737777466,"id":3483,"parentId":3466,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":59,"timestamp":1237737800964,"id":3539,"parentId":3466,"tags":{},"startTime":1727804289228,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24717,"timestamp":1237737776633,"id":3466,"parentId":3241,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.mjs","layer":"ssr"},"startTime":1727804289203,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23885,"timestamp":1237737777479,"id":3486,"parentId":3469,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":60,"timestamp":1237737801373,"id":3540,"parentId":3469,"tags":{},"startTime":1727804289228,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24870,"timestamp":1237737776831,"id":3469,"parentId":3248,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.mjs","layer":"ssr"},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":24243,"timestamp":1237737777483,"id":3487,"parentId":3470,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237737801732,"id":3541,"parentId":3470,"tags":{},"startTime":1727804289229,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":25021,"timestamp":1237737776897,"id":3470,"parentId":3254,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.mjs","layer":"ssr"},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":24442,"timestamp":1237737777486,"id":3488,"parentId":3471,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737801933,"id":3542,"parentId":3471,"tags":{},"startTime":1727804289229,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":25374,"timestamp":1237737776961,"id":3471,"parentId":3208,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/pan/index.mjs","layer":"ssr"},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":24871,"timestamp":1237737777473,"id":3485,"parentId":3468,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52,"timestamp":1237737802350,"id":3543,"parentId":3468,"tags":{},"startTime":1727804289229,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":25801,"timestamp":1237737776765,"id":3468,"parentId":3248,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/transitions.mjs","layer":"ssr"},"startTime":1727804289204,"traceId":"ed4341945b6604eb"}] -[{"name":"read-resource","duration":25238,"timestamp":1237737777489,"id":3489,"parentId":3472,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":25420,"timestamp":1237737777495,"id":3491,"parentId":3474,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737802920,"id":3546,"parentId":3474,"tags":{},"startTime":1727804289230,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26131,"timestamp":1237737777152,"id":3474,"parentId":3241,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.mjs","layer":"ssr"},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":25823,"timestamp":1237737777470,"id":3484,"parentId":3467,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237737803297,"id":3547,"parentId":3467,"tags":{},"startTime":1727804289230,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27103,"timestamp":1237737776700,"id":3467,"parentId":3249,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.mjs","layer":"ssr"},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":26319,"timestamp":1237737777492,"id":3490,"parentId":3473,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737803816,"id":3548,"parentId":3473,"tags":{},"startTime":1727804289231,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27124,"timestamp":1237737777090,"id":3473,"parentId":3242,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/viewport/index.mjs","layer":"ssr"},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":34666,"timestamp":1237737777498,"id":3492,"parentId":3475,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":69,"timestamp":1237737812183,"id":3549,"parentId":3475,"tags":{},"startTime":1727804289239,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":35539,"timestamp":1237737777215,"id":3475,"parentId":3278,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/render-step.mjs","layer":"ssr"},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":35260,"timestamp":1237737777504,"id":3494,"parentId":3477,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737812770,"id":3550,"parentId":3477,"tags":{},"startTime":1727804289240,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":35666,"timestamp":1237737777351,"id":3477,"parentId":3277,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs","layer":"ssr"},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":35538,"timestamp":1237737777501,"id":3493,"parentId":3476,"tags":{},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":119,"timestamp":1237737813044,"id":3551,"parentId":3476,"tags":{},"startTime":1727804289240,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":42936,"timestamp":1237737777284,"id":3476,"parentId":3277,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/create-projection-node.mjs","layer":"ssr"},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":58766,"timestamp":1237737780588,"id":3500,"parentId":3495,"tags":{},"startTime":1727804289207,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":59,"timestamp":1237737839374,"id":3552,"parentId":3495,"tags":{},"startTime":1727804289266,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":59562,"timestamp":1237737780220,"id":3495,"parentId":3247,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.mjs","layer":"ssr"},"startTime":1727804289207,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":37042,"timestamp":1237737802825,"id":3545,"parentId":3544,"tags":{},"startTime":1727804289230,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":37136,"timestamp":1237737802733,"id":3544,"parentId":3472,"tags":{},"startTime":1727804289230,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":63552,"timestamp":1237737777024,"id":3472,"parentId":3208,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs","layer":"ssr"},"startTime":1727804289204,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":59966,"timestamp":1237737780621,"id":3504,"parentId":3499,"tags":{},"startTime":1727804289207,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237737840593,"id":3553,"parentId":3499,"tags":{},"startTime":1727804289267,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":60316,"timestamp":1237737780519,"id":3499,"parentId":3283,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.mjs","layer":"ssr"},"startTime":1727804289207,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":60242,"timestamp":1237737780601,"id":3501,"parentId":3496,"tags":{},"startTime":1727804289207,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737840848,"id":3554,"parentId":3496,"tags":{},"startTime":1727804289268,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":60851,"timestamp":1237737780322,"id":3496,"parentId":3255,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/utils/can-animate.mjs","layer":"ssr"},"startTime":1727804289207,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":60569,"timestamp":1237737780612,"id":3503,"parentId":3498,"tags":{},"startTime":1727804289207,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737841185,"id":3555,"parentId":3498,"tags":{},"startTime":1727804289268,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":60942,"timestamp":1237737780455,"id":3498,"parentId":3257,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.mjs","layer":"ssr"},"startTime":1727804289207,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":60798,"timestamp":1237737780606,"id":3502,"parentId":3497,"tags":{},"startTime":1727804289207,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737841409,"id":3556,"parentId":3497,"tags":{},"startTime":1727804289268,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":61375,"timestamp":1237737780390,"id":3497,"parentId":3257,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/complex/filter.mjs","layer":"ssr"},"startTime":1727804289207,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":59041,"timestamp":1237737782732,"id":3507,"parentId":3505,"tags":{},"startTime":1727804289210,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737841777,"id":3557,"parentId":3505,"tags":{},"startTime":1727804289269,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":59380,"timestamp":1237737782540,"id":3505,"parentId":3258,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/test.mjs","layer":"ssr"},"startTime":1727804289209,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":59183,"timestamp":1237737782743,"id":3508,"parentId":3506,"tags":{},"startTime":1727804289210,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737841931,"id":3558,"parentId":3506,"tags":{},"startTime":1727804289269,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":59441,"timestamp":1237737782647,"id":3506,"parentId":3254,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/offsets/default.mjs","layer":"ssr"},"startTime":1727804289209,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18960,"timestamp":1237737845327,"id":3588,"parentId":3560,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":19139,"timestamp":1237737845333,"id":3589,"parentId":3561,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737864477,"id":3661,"parentId":3561,"tags":{},"startTime":1727804289291,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21236,"timestamp":1237737843642,"id":3561,"parentId":3283,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-none.mjs","layer":"ssr"},"startTime":1727804289270,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":19579,"timestamp":1237737845309,"id":3587,"parentId":3559,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737864892,"id":3662,"parentId":3559,"tags":{},"startTime":1727804289292,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21634,"timestamp":1237737843440,"id":3559,"parentId":3254,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/offsets/time.mjs","layer":"ssr"},"startTime":1727804289270,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":19735,"timestamp":1237737845347,"id":3591,"parentId":3563,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737865087,"id":3663,"parentId":3563,"tags":{},"startTime":1727804289292,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21588,"timestamp":1237737843773,"id":3563,"parentId":3286,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/visibility.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":19998,"timestamp":1237737845370,"id":3594,"parentId":3566,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737865373,"id":3664,"parentId":3566,"tags":{},"startTime":1727804289292,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21771,"timestamp":1237737843961,"id":3566,"parentId":3283,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":20356,"timestamp":1237737845386,"id":3598,"parentId":3570,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737865747,"id":3665,"parentId":3570,"tags":{},"startTime":1727804289293,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21766,"timestamp":1237737844214,"id":3570,"parentId":3354,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionContext/utils.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":20631,"timestamp":1237737845356,"id":3593,"parentId":3565,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":50,"timestamp":1237737865991,"id":3666,"parentId":3565,"tags":{},"startTime":1727804289293,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22480,"timestamp":1237737843896,"id":3565,"parentId":3283,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":21000,"timestamp":1237737845383,"id":3597,"parentId":3569,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737866388,"id":3667,"parentId":3569,"tags":{},"startTime":1727804289293,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22426,"timestamp":1237737844155,"id":3569,"parentId":3345,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/offsets/fill.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":21209,"timestamp":1237737845379,"id":3596,"parentId":3568,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737866592,"id":3668,"parentId":3568,"tags":{},"startTime":1727804289293,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22744,"timestamp":1237737844091,"id":3568,"parentId":3345,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/create-generator-easing.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":21492,"timestamp":1237737845352,"id":3592,"parentId":3564,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737866881,"id":3669,"parentId":3564,"tags":{},"startTime":1727804289294,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23184,"timestamp":1237737843836,"id":3564,"parentId":3286,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/immediate.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":21684,"timestamp":1237737845342,"id":3590,"parentId":3562,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737867030,"id":3670,"parentId":3562,"tags":{},"startTime":1727804289294,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23742,"timestamp":1237737843711,"id":3562,"parentId":3286,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/color.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22085,"timestamp":1237737845375,"id":3595,"parentId":3567,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737867465,"id":3671,"parentId":3567,"tags":{},"startTime":1727804289294,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23695,"timestamp":1237737844026,"id":3567,"parentId":3283,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/make-none-animatable.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22335,"timestamp":1237737845393,"id":3600,"parentId":3572,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737867733,"id":3672,"parentId":3572,"tags":{},"startTime":1727804289295,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23535,"timestamp":1237737844342,"id":3572,"parentId":3353,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-ref-object.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22495,"timestamp":1237737845390,"id":3599,"parentId":3571,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737867889,"id":3673,"parentId":3571,"tags":{},"startTime":1727804289295,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23748,"timestamp":1237737844276,"id":3571,"parentId":3349,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/is-bezier-definition.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22624,"timestamp":1237737845407,"id":3604,"parentId":3576,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737868035,"id":3674,"parentId":3576,"tags":{},"startTime":1727804289295,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23717,"timestamp":1237737844589,"id":3576,"parentId":3345,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/utils/edit.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22917,"timestamp":1237737845397,"id":3601,"parentId":3573,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":41,"timestamp":1237737868318,"id":3675,"parentId":3573,"tags":{},"startTime":1727804289295,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24052,"timestamp":1237737844404,"id":3573,"parentId":3352,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/microtask.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23053,"timestamp":1237737845410,"id":3605,"parentId":3577,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737868467,"id":3676,"parentId":3577,"tags":{},"startTime":1727804289295,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23959,"timestamp":1237737844651,"id":3577,"parentId":3345,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/utils/sort.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23216,"timestamp":1237737845400,"id":3602,"parentId":3574,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737868620,"id":3677,"parentId":3574,"tags":{},"startTime":1727804289295,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24403,"timestamp":1237737844464,"id":3574,"parentId":3284,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/utils/check-reorder.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23460,"timestamp":1237737845413,"id":3606,"parentId":3578,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737868877,"id":3678,"parentId":3578,"tags":{},"startTime":1727804289296,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24527,"timestamp":1237737844714,"id":3578,"parentId":3305,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs","layer":"ssr"},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23831,"timestamp":1237737845416,"id":3607,"parentId":3579,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737869252,"id":3679,"parentId":3579,"tags":{},"startTime":1727804289296,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24641,"timestamp":1237737844776,"id":3579,"parentId":3430,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/Feature.mjs","layer":"ssr"},"startTime":1727804289272,"traceId":"ed4341945b6604eb"}] -[{"name":"read-resource","duration":24165,"timestamp":1237737845403,"id":3603,"parentId":3575,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737869573,"id":3680,"parentId":3575,"tags":{},"startTime":1727804289296,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":25233,"timestamp":1237737844528,"id":3575,"parentId":3345,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs","layer":"ssr"},"startTime":1727804289271,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":24334,"timestamp":1237737845435,"id":3613,"parentId":3585,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737869774,"id":3681,"parentId":3585,"tags":{},"startTime":1727804289297,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24822,"timestamp":1237737845156,"id":3585,"parentId":3425,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/numbers/index.mjs","layer":"ssr"},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":24566,"timestamp":1237737845419,"id":3608,"parentId":3580,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":60,"timestamp":1237737869990,"id":3682,"parentId":3580,"tags":{},"startTime":1727804289297,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26192,"timestamp":1237737844839,"id":3580,"parentId":3430,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/animation-state.mjs","layer":"ssr"},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":25601,"timestamp":1237737845438,"id":3614,"parentId":3586,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737871044,"id":3683,"parentId":3586,"tags":{},"startTime":1727804289298,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":25977,"timestamp":1237737845217,"id":3586,"parentId":3428,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.mjs","layer":"ssr"},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":25779,"timestamp":1237737845422,"id":3609,"parentId":3581,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737871205,"id":3684,"parentId":3581,"tags":{},"startTime":1727804289298,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26555,"timestamp":1237737844901,"id":3581,"parentId":3423,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/create-factory.mjs","layer":"ssr"},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":26032,"timestamp":1237737845432,"id":3612,"parentId":3584,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737871468,"id":3685,"parentId":3584,"tags":{},"startTime":1727804289298,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26662,"timestamp":1237737845093,"id":3584,"parentId":3424,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/utils.mjs","layer":"ssr"},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":26333,"timestamp":1237737845429,"id":3611,"parentId":3583,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737871766,"id":3686,"parentId":3583,"tags":{},"startTime":1727804289299,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27012,"timestamp":1237737845028,"id":3583,"parentId":3417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/resize/handle-window.mjs","layer":"ssr"},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":26622,"timestamp":1237737845425,"id":3610,"parentId":3582,"tags":{},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737872052,"id":3687,"parentId":3582,"tags":{},"startTime":1727804289299,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27484,"timestamp":1237737844964,"id":3582,"parentId":3417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/resize/handle-element.mjs","layer":"ssr"},"startTime":1727804289272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20343,"timestamp":1237737864389,"id":3660,"parentId":3659,"tags":{},"startTime":1727804289291,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20438,"timestamp":1237737864299,"id":3659,"parentId":3560,"tags":{},"startTime":1727804289291,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":41492,"timestamp":1237737843563,"id":3560,"parentId":3285,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/ReorderContext.mjs","layer":"ssr"},"startTime":1727804289270,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":28200,"timestamp":1237737856957,"id":3616,"parentId":3615,"tags":{},"startTime":1727804289284,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":25237,"timestamp":1237737860790,"id":3636,"parentId":3619,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":55,"timestamp":1237737886035,"id":3712,"parentId":3619,"tags":{},"startTime":1727804289313,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26632,"timestamp":1237737859811,"id":3619,"parentId":3465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":25654,"timestamp":1237737860804,"id":3638,"parentId":3621,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":53,"timestamp":1237737886463,"id":3713,"parentId":3621,"tags":{},"startTime":1727804289313,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27332,"timestamp":1237737859945,"id":3621,"parentId":3471,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/pan/PanSession.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":26502,"timestamp":1237737860784,"id":3635,"parentId":3618,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":71,"timestamp":1237737887291,"id":3714,"parentId":3618,"tags":{},"startTime":1727804289314,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":29782,"timestamp":1237737859737,"id":3618,"parentId":3464,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":28760,"timestamp":1237737860771,"id":3634,"parentId":3617,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52,"timestamp":1237737889538,"id":3715,"parentId":3617,"tags":{},"startTime":1727804289316,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":30102,"timestamp":1237737859640,"id":3617,"parentId":3471,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/get-context-window.mjs","layer":"ssr"},"startTime":1727804289286,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":28956,"timestamp":1237737860795,"id":3637,"parentId":3620,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737889755,"id":3716,"parentId":3620,"tags":{},"startTime":1727804289317,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":30049,"timestamp":1237737859878,"id":3620,"parentId":3469,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/is.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":29124,"timestamp":1237737860811,"id":3640,"parentId":3623,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737889939,"id":3717,"parentId":3623,"tags":{},"startTime":1727804289317,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":30044,"timestamp":1237737860075,"id":3623,"parentId":3476,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/copy.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":29312,"timestamp":1237737860815,"id":3641,"parentId":3624,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737890130,"id":3718,"parentId":3624,"tags":{},"startTime":1727804289317,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":30518,"timestamp":1237737860136,"id":3624,"parentId":3476,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":29838,"timestamp":1237737860824,"id":3644,"parentId":3627,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737890666,"id":3719,"parentId":3627,"tags":{},"startTime":1727804289317,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":30690,"timestamp":1237737860324,"id":3627,"parentId":3476,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/transform.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":30201,"timestamp":1237737860821,"id":3643,"parentId":3626,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737891026,"id":3720,"parentId":3626,"tags":{},"startTime":1727804289318,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":31034,"timestamp":1237737860261,"id":3626,"parentId":3476,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/utils.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":30495,"timestamp":1237737860808,"id":3639,"parentId":3622,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737891306,"id":3721,"parentId":3622,"tags":{},"startTime":1727804289318,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":31539,"timestamp":1237737860010,"id":3622,"parentId":3467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/default-transitions.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":30738,"timestamp":1237737860818,"id":3642,"parentId":3625,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737891559,"id":3722,"parentId":3625,"tags":{},"startTime":1727804289318,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":31706,"timestamp":1237737860201,"id":3625,"parentId":3476,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31087,"timestamp":1237737860827,"id":3645,"parentId":3628,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737891917,"id":3723,"parentId":3628,"tags":{},"startTime":1727804289319,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":31653,"timestamp":1237737860387,"id":3628,"parentId":3476,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/state.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31210,"timestamp":1237737860837,"id":3648,"parentId":3631,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737892050,"id":3724,"parentId":3631,"tags":{},"startTime":1727804289319,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":31631,"timestamp":1237737860578,"id":3631,"parentId":3465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/render.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31374,"timestamp":1237737860840,"id":3649,"parentId":3632,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737892217,"id":3725,"parentId":3632,"tags":{},"startTime":1727804289319,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":31706,"timestamp":1237737860639,"id":3632,"parentId":3466,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31518,"timestamp":1237737860833,"id":3647,"parentId":3630,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737892354,"id":3726,"parentId":3630,"tags":{},"startTime":1727804289319,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":32097,"timestamp":1237737860511,"id":3630,"parentId":3465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31787,"timestamp":1237737860843,"id":3650,"parentId":3633,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737892634,"id":3727,"parentId":3633,"tags":{},"startTime":1727804289319,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":32182,"timestamp":1237737860701,"id":3633,"parentId":3473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/viewport/observers.mjs","layer":"ssr"},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":32066,"timestamp":1237737860830,"id":3646,"parentId":3629,"tags":{},"startTime":1727804289288,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737892900,"id":3728,"parentId":3629,"tags":{},"startTime":1727804289320,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":32753,"timestamp":1237737860449,"id":3629,"parentId":3465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/build-styles.mjs","layer":"ssr"},"startTime":1727804289287,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22123,"timestamp":1237737885258,"id":3711,"parentId":3710,"tags":{},"startTime":1727804289312,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22221,"timestamp":1237737885165,"id":3710,"parentId":3615,"tags":{},"startTime":1727804289312,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":51306,"timestamp":1237737856799,"id":3615,"parentId":3414,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs","layer":"ssr"},"startTime":1727804289284,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":43924,"timestamp":1237737864194,"id":3655,"parentId":3651,"tags":{},"startTime":1727804289291,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":60,"timestamp":1237737908126,"id":3729,"parentId":3651,"tags":{},"startTime":1727804289335,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":44629,"timestamp":1237737863887,"id":3651,"parentId":3472,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs","layer":"ssr"},"startTime":1727804289291,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":44315,"timestamp":1237737864210,"id":3657,"parentId":3653,"tags":{},"startTime":1727804289291,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":51,"timestamp":1237737908530,"id":3730,"parentId":3653,"tags":{},"startTime":1727804289335,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":44739,"timestamp":1237737864055,"id":3653,"parentId":3496,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-animatable.mjs","layer":"ssr"},"startTime":1727804289291,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":44596,"timestamp":1237737864204,"id":3656,"parentId":3652,"tags":{},"startTime":1727804289291,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737908805,"id":3731,"parentId":3652,"tags":{},"startTime":1727804289336,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":45077,"timestamp":1237737863982,"id":3652,"parentId":3472,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.mjs","layer":"ssr"},"startTime":1727804289291,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":47699,"timestamp":1237737864216,"id":3658,"parentId":3654,"tags":{},"startTime":1727804289291,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737911923,"id":3752,"parentId":3654,"tags":{},"startTime":1727804289339,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":48522,"timestamp":1237737864119,"id":3654,"parentId":3499,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.mjs","layer":"ssr"},"startTime":1727804289291,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38189,"timestamp":1237737874466,"id":3700,"parentId":3689,"tags":{},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737912660,"id":3753,"parentId":3689,"tags":{},"startTime":1727804289339,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":39244,"timestamp":1237737873679,"id":3689,"parentId":3465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/utils/measure.mjs","layer":"ssr"},"startTime":1727804289300,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38458,"timestamp":1237737874473,"id":3701,"parentId":3690,"tags":{},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737912936,"id":3754,"parentId":3690,"tags":{},"startTime":1727804289340,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":39311,"timestamp":1237737873761,"id":3690,"parentId":3476,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/utils/each-axis.mjs","layer":"ssr"},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":38595,"timestamp":1237737874486,"id":3703,"parentId":3692,"tags":{},"startTime":1727804289301,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":47,"timestamp":1237737913213,"id":3755,"parentId":3692,"tags":{},"startTime":1727804289340,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":39581,"timestamp":1237737873900,"id":3692,"parentId":3474,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs","layer":"ssr"},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":39042,"timestamp":1237737874446,"id":3699,"parentId":3688,"tags":{},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737913492,"id":3756,"parentId":3688,"tags":{},"startTime":1727804289340,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":40113,"timestamp":1237737873541,"id":3688,"parentId":3463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/utils/is-node-or-child.mjs","layer":"ssr"},"startTime":1727804289300,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":39170,"timestamp":1237737874490,"id":3704,"parentId":3693,"tags":{},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737913664,"id":3757,"parentId":3693,"tags":{},"startTime":1727804289340,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":40003,"timestamp":1237737873966,"id":3693,"parentId":3474,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.mjs","layer":"ssr"},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":39459,"timestamp":1237737874517,"id":3708,"parentId":3697,"tags":{},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737913980,"id":3758,"parentId":3697,"tags":{},"startTime":1727804289341,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":40226,"timestamp":1237737874282,"id":3697,"parentId":3476,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/animation/mix-values.mjs","layer":"ssr"},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":40037,"timestamp":1237737874479,"id":3702,"parentId":3691,"tags":{},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737914520,"id":3759,"parentId":3691,"tags":{},"startTime":1727804289341,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":40912,"timestamp":1237737873829,"id":3691,"parentId":3476,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/utils/has-transform.mjs","layer":"ssr"},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":40234,"timestamp":1237737874514,"id":3707,"parentId":3696,"tags":{},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737914752,"id":3760,"parentId":3696,"tags":{},"startTime":1727804289342,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":40663,"timestamp":1237737874221,"id":3696,"parentId":3474,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs","layer":"ssr"},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":40385,"timestamp":1237737874505,"id":3705,"parentId":3694,"tags":{},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737914894,"id":3761,"parentId":3694,"tags":{},"startTime":1727804289342,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":40934,"timestamp":1237737874091,"id":3694,"parentId":3474,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs","layer":"ssr"},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":40510,"timestamp":1237737874520,"id":3709,"parentId":3698,"tags":{},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737915035,"id":3762,"parentId":3698,"tags":{},"startTime":1727804289342,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":41118,"timestamp":1237737874344,"id":3698,"parentId":3476,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/shared/stack.mjs","layer":"ssr"},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":40960,"timestamp":1237737874510,"id":3706,"parentId":3695,"tags":{},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737915473,"id":3763,"parentId":3695,"tags":{},"startTime":1727804289342,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":41501,"timestamp":1237737874158,"id":3695,"parentId":3474,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/render.mjs","layer":"ssr"},"startTime":1727804289301,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":11553,"timestamp":1237737910197,"id":3743,"parentId":3733,"tags":{},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237737921759,"id":3770,"parentId":3733,"tags":{},"startTime":1727804289349,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12506,"timestamp":1237737909536,"id":3733,"parentId":3580,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/shallow-compare.mjs","layer":"ssr"},"startTime":1727804289336,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":11869,"timestamp":1237737910181,"id":3742,"parentId":3732,"tags":{},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737922054,"id":3771,"parentId":3732,"tags":{},"startTime":1727804289349,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12958,"timestamp":1237737909414,"id":3732,"parentId":3562,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.mjs","layer":"ssr"},"startTime":1727804289336,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12158,"timestamp":1237737910221,"id":3747,"parentId":3737,"tags":{},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737922382,"id":3772,"parentId":3737,"tags":{},"startTime":1727804289349,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12744,"timestamp":1237737909818,"id":3737,"parentId":3576,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/get-easing-for-segment.mjs","layer":"ssr"},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12356,"timestamp":1237737910212,"id":3745,"parentId":3735,"tags":{},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737922571,"id":3773,"parentId":3735,"tags":{},"startTime":1727804289349,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13174,"timestamp":1237737909680,"id":3735,"parentId":3581,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/config-motion.mjs","layer":"ssr"},"startTime":1727804289336,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12643,"timestamp":1237737910217,"id":3746,"parentId":3736,"tags":{},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737922864,"id":3774,"parentId":3736,"tags":{},"startTime":1727804289350,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13259,"timestamp":1237737909753,"id":3736,"parentId":3581,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/config-motion.mjs","layer":"ssr"},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12793,"timestamp":1237737910225,"id":3748,"parentId":3738,"tags":{},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737923021,"id":3775,"parentId":3738,"tags":{},"startTime":1727804289350,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13421,"timestamp":1237737909883,"id":3738,"parentId":3581,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/use-render.mjs","layer":"ssr"},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13082,"timestamp":1237737910228,"id":3749,"parentId":3739,"tags":{},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737923313,"id":3776,"parentId":3739,"tags":{},"startTime":1727804289350,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13620,"timestamp":1237737909947,"id":3739,"parentId":3578,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs","layer":"ssr"},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13341,"timestamp":1237737910232,"id":3750,"parentId":3740,"tags":{},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737923576,"id":3777,"parentId":3740,"tags":{},"startTime":1727804289350,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13701,"timestamp":1237737910011,"id":3740,"parentId":3578,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs","layer":"ssr"},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18060,"timestamp":1237737910202,"id":3744,"parentId":3734,"tags":{},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52,"timestamp":1237737928270,"id":3782,"parentId":3734,"tags":{},"startTime":1727804289355,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19131,"timestamp":1237737909610,"id":3734,"parentId":3580,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/get-variant-context.mjs","layer":"ssr"},"startTime":1727804289336,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18522,"timestamp":1237737910235,"id":3751,"parentId":3741,"tags":{},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237737928761,"id":3783,"parentId":3741,"tags":{},"startTime":1727804289356,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19033,"timestamp":1237737910075,"id":3741,"parentId":3578,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs","layer":"ssr"},"startTime":1727804289337,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9597,"timestamp":1237737920990,"id":3768,"parentId":3765,"tags":{},"startTime":1727804289348,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47,"timestamp":1237737930592,"id":3784,"parentId":3765,"tags":{},"startTime":1727804289357,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10021,"timestamp":1237737920833,"id":3765,"parentId":3618,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/conversion.mjs","layer":"ssr"},"startTime":1727804289348,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9883,"timestamp":1237737920979,"id":3767,"parentId":3764,"tags":{},"startTime":1727804289348,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48,"timestamp":1237737930865,"id":3785,"parentId":3764,"tags":{},"startTime":1727804289358,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10709,"timestamp":1237737920716,"id":3764,"parentId":3618,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.mjs","layer":"ssr"},"startTime":1727804289348,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":10437,"timestamp":1237737920994,"id":3769,"parentId":3766,"tags":{},"startTime":1727804289348,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737931435,"id":3786,"parentId":3766,"tags":{},"startTime":1727804289358,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10720,"timestamp":1237737920906,"id":3766,"parentId":3630,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs","layer":"ssr"},"startTime":1727804289348,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8187,"timestamp":1237737925491,"id":3781,"parentId":3779,"tags":{},"startTime":1727804289352,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46,"timestamp":1237737933683,"id":3795,"parentId":3779,"tags":{},"startTime":1727804289360,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8553,"timestamp":1237737925365,"id":3779,"parentId":3693,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.mjs","layer":"ssr"},"startTime":1727804289352,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8462,"timestamp":1237737925474,"id":3780,"parentId":3778,"tags":{},"startTime":1727804289352,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44,"timestamp":1237737933940,"id":3796,"parentId":3778,"tags":{},"startTime":1727804289361,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8912,"timestamp":1237737925251,"id":3778,"parentId":3693,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/path.mjs","layer":"ssr"},"startTime":1727804289352,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2987,"timestamp":1237737932087,"id":3791,"parentId":3787,"tags":{},"startTime":1727804289359,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":42,"timestamp":1237737935078,"id":3799,"parentId":3787,"tags":{},"startTime":1727804289362,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3561,"timestamp":1237737931770,"id":3787,"parentId":3738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/use-props.mjs","layer":"ssr"},"startTime":1727804289359,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3241,"timestamp":1237737932099,"id":3792,"parentId":3788,"tags":{},"startTime":1727804289359,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":43,"timestamp":1237737935343,"id":3800,"parentId":3788,"tags":{},"startTime":1727804289362,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3830,"timestamp":1237737931872,"id":3788,"parentId":3738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/use-props.mjs","layer":"ssr"},"startTime":1727804289359,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":6307,"timestamp":1237737932105,"id":3793,"parentId":3789,"tags":{},"startTime":1727804289359,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":49,"timestamp":1237737938417,"id":3801,"parentId":3789,"tags":{},"startTime":1727804289365,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6676,"timestamp":1237737931942,"id":3789,"parentId":3735,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.mjs","layer":"ssr"},"startTime":1727804289359,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":6519,"timestamp":1237737932111,"id":3794,"parentId":3790,"tags":{},"startTime":1727804289359,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237737938633,"id":3802,"parentId":3790,"tags":{},"startTime":1727804289365,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6757,"timestamp":1237737932012,"id":3790,"parentId":3736,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.mjs","layer":"ssr"},"startTime":1727804289359,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4123,"timestamp":1237737935046,"id":3798,"parentId":3797,"tags":{},"startTime":1727804289362,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":61,"timestamp":1237737939176,"id":3803,"parentId":3797,"tags":{},"startTime":1727804289366,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":4575,"timestamp":1237737934955,"id":3797,"parentId":3741,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs","layer":"ssr"},"startTime":1727804289362,"traceId":"ed4341945b6604eb"},{"name":"make","duration":650135,"timestamp":1237737292120,"id":2800,"parentId":2799,"tags":{},"startTime":1727804288719,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":4163,"timestamp":1237737960280,"id":3805,"parentId":3804,"tags":{},"startTime":1727804289387,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":6,"timestamp":1237737964473,"id":3807,"parentId":3804,"tags":{},"startTime":1727804289391,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":3261,"timestamp":1237737964495,"id":3808,"parentId":3804,"tags":{},"startTime":1727804289391,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":8,"timestamp":1237737967778,"id":3809,"parentId":3804,"tags":{},"startTime":1727804289395,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1237737967806,"id":3810,"parentId":3804,"tags":{},"startTime":1727804289395,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":6261,"timestamp":1237737964462,"id":3806,"parentId":3804,"tags":{},"startTime":1727804289391,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":3474,"timestamp":1237737974276,"id":3811,"parentId":3804,"tags":{},"startTime":1727804289401,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":20288,"timestamp":1237737977765,"id":3812,"parentId":3804,"tags":{},"startTime":1727804289405,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":2952,"timestamp":1237738000247,"id":3813,"parentId":3804,"tags":{},"startTime":1727804289427,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":90,"timestamp":1237738003199,"id":3814,"parentId":3804,"tags":{},"startTime":1727804289430,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":265,"timestamp":1237738003280,"id":3815,"parentId":3804,"tags":{},"startTime":1727804289430,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":43317,"timestamp":1237738003550,"id":3816,"parentId":3804,"tags":{},"startTime":1727804289430,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":94045,"timestamp":1237737955395,"id":3804,"parentId":2799,"tags":{},"startTime":1727804289382,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":763513,"timestamp":1237737289209,"id":2799,"parentId":2797,"tags":{"name":"server"},"startTime":1727804288716,"traceId":"ed4341945b6604eb"}] -[{"name":"emit","duration":12982,"timestamp":1237738052893,"id":3817,"parentId":2797,"tags":{},"startTime":1727804289480,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":783196,"timestamp":1237737283435,"id":2797,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727804288710,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":5237,"timestamp":1237738081645,"id":3825,"parentId":3819,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804289508,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":16372,"timestamp":1237738081532,"id":3820,"parentId":3819,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804289508,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21305,"timestamp":1237738081634,"id":3823,"parentId":3819,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804289508,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21288,"timestamp":1237738081658,"id":3828,"parentId":3819,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804289508,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":22447,"timestamp":1237738081650,"id":3826,"parentId":3819,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804289508,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":22782,"timestamp":1237738081608,"id":3821,"parentId":3819,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804289508,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":24605,"timestamp":1237738101397,"id":3831,"parentId":3830,"tags":{},"startTime":1727804289528,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":125459,"timestamp":1237738126058,"id":3833,"parentId":3832,"tags":{},"startTime":1727804289553,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":126969,"timestamp":1237738126029,"id":3832,"parentId":3830,"tags":{},"startTime":1727804289553,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":25974,"timestamp":1237738253026,"id":3834,"parentId":3830,"tags":{"astUsed":"true"},"startTime":1727804289680,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":180227,"timestamp":1237738101217,"id":3830,"parentId":3829,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804289528,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":4144,"timestamp":1237738282267,"id":3835,"parentId":3827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1727804289709,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":204206,"timestamp":1237738087174,"id":3829,"parentId":3818,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804289514,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":44,"timestamp":1237738292244,"id":3836,"parentId":3829,"tags":{},"startTime":1727804289719,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":210671,"timestamp":1237738081625,"id":3822,"parentId":3819,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804289508,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":210841,"timestamp":1237738081639,"id":3824,"parentId":3819,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804289508,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1795,"timestamp":1237738293143,"id":3842,"parentId":3841,"tags":{},"startTime":1727804289720,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1873,"timestamp":1237738293068,"id":3841,"parentId":3840,"tags":{},"startTime":1727804289720,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":3491,"timestamp":1237738292930,"id":3840,"parentId":3835,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx","layer":"app-pages-browser"},"startTime":1727804289720,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4657,"timestamp":1237738292797,"id":3839,"parentId":3838,"tags":{},"startTime":1727804289720,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4801,"timestamp":1237738292656,"id":3838,"parentId":3837,"tags":{},"startTime":1727804289719,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":6205,"timestamp":1237738292497,"id":3837,"parentId":3835,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx","layer":"app-pages-browser"},"startTime":1727804289719,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31,"timestamp":1237738304950,"id":3844,"parentId":3843,"tags":{},"startTime":1727804289732,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1124,"timestamp":1237738305490,"id":3849,"parentId":3848,"tags":{},"startTime":1727804289732,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1199,"timestamp":1237738305418,"id":3848,"parentId":3847,"tags":{},"startTime":1727804289732,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":2142,"timestamp":1237738305280,"id":3847,"parentId":3837,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/text.jsx","layer":"app-pages-browser"},"startTime":1727804289732,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2895,"timestamp":1237738305119,"id":3846,"parentId":3845,"tags":{},"startTime":1727804289732,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3026,"timestamp":1237738304989,"id":3845,"parentId":3843,"tags":{},"startTime":1727804289732,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":4449,"timestamp":1237738304792,"id":3843,"parentId":3837,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/index.mjs","layer":"app-pages-browser"},"startTime":1727804289732,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":329,"timestamp":1237738345824,"id":3947,"parentId":3850,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":393,"timestamp":1237738345834,"id":3948,"parentId":3851,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":441,"timestamp":1237738345838,"id":3949,"parentId":3852,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":485,"timestamp":1237738345841,"id":3950,"parentId":3853,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":530,"timestamp":1237738345844,"id":3951,"parentId":3854,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":573,"timestamp":1237738345847,"id":3952,"parentId":3855,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":616,"timestamp":1237738345850,"id":3953,"parentId":3856,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":656,"timestamp":1237738345853,"id":3954,"parentId":3857,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":700,"timestamp":1237738345856,"id":3955,"parentId":3858,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":744,"timestamp":1237738345859,"id":3956,"parentId":3859,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":786,"timestamp":1237738345862,"id":3957,"parentId":3860,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":827,"timestamp":1237738345866,"id":3958,"parentId":3861,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":870,"timestamp":1237738345869,"id":3959,"parentId":3862,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":978,"timestamp":1237738345871,"id":3960,"parentId":3863,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1076,"timestamp":1237738345874,"id":3961,"parentId":3864,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1122,"timestamp":1237738345877,"id":3962,"parentId":3865,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1167,"timestamp":1237738345880,"id":3963,"parentId":3866,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1213,"timestamp":1237738345883,"id":3964,"parentId":3867,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1254,"timestamp":1237738345885,"id":3965,"parentId":3868,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1295,"timestamp":1237738345889,"id":3966,"parentId":3869,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1364,"timestamp":1237738345891,"id":3967,"parentId":3870,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1425,"timestamp":1237738345894,"id":3968,"parentId":3871,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1487,"timestamp":1237738345898,"id":3969,"parentId":3872,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1548,"timestamp":1237738345902,"id":3970,"parentId":3873,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1593,"timestamp":1237738345904,"id":3971,"parentId":3874,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1639,"timestamp":1237738345907,"id":3972,"parentId":3875,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1684,"timestamp":1237738345910,"id":3973,"parentId":3876,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1735,"timestamp":1237738345913,"id":3974,"parentId":3877,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1781,"timestamp":1237738345916,"id":3975,"parentId":3878,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1822,"timestamp":1237738345919,"id":3976,"parentId":3879,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1861,"timestamp":1237738345922,"id":3977,"parentId":3880,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1901,"timestamp":1237738345925,"id":3978,"parentId":3881,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1941,"timestamp":1237738345927,"id":3979,"parentId":3882,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1981,"timestamp":1237738345930,"id":3980,"parentId":3883,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2023,"timestamp":1237738345933,"id":3981,"parentId":3884,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2066,"timestamp":1237738345935,"id":3982,"parentId":3885,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2106,"timestamp":1237738345938,"id":3983,"parentId":3886,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2146,"timestamp":1237738345940,"id":3984,"parentId":3887,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2186,"timestamp":1237738345942,"id":3985,"parentId":3888,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2232,"timestamp":1237738345945,"id":3986,"parentId":3889,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2281,"timestamp":1237738345949,"id":3987,"parentId":3890,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2328,"timestamp":1237738345951,"id":3988,"parentId":3891,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2373,"timestamp":1237738345954,"id":3989,"parentId":3892,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2421,"timestamp":1237738345957,"id":3990,"parentId":3893,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2461,"timestamp":1237738345959,"id":3991,"parentId":3894,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2503,"timestamp":1237738345962,"id":3992,"parentId":3895,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2545,"timestamp":1237738345965,"id":3993,"parentId":3896,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2587,"timestamp":1237738345967,"id":3994,"parentId":3897,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2650,"timestamp":1237738345970,"id":3995,"parentId":3898,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2719,"timestamp":1237738345972,"id":3996,"parentId":3899,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2779,"timestamp":1237738345975,"id":3997,"parentId":3900,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2839,"timestamp":1237738345977,"id":3998,"parentId":3901,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2883,"timestamp":1237738345979,"id":3999,"parentId":3902,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2927,"timestamp":1237738345982,"id":4000,"parentId":3903,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":2969,"timestamp":1237738345984,"id":4001,"parentId":3904,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3017,"timestamp":1237738345986,"id":4002,"parentId":3905,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3061,"timestamp":1237738345989,"id":4003,"parentId":3906,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3106,"timestamp":1237738345992,"id":4004,"parentId":3907,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3151,"timestamp":1237738345994,"id":4005,"parentId":3908,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3202,"timestamp":1237738345996,"id":4006,"parentId":3909,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3253,"timestamp":1237738345998,"id":4007,"parentId":3910,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3303,"timestamp":1237738346001,"id":4008,"parentId":3911,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3349,"timestamp":1237738346004,"id":4009,"parentId":3912,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3393,"timestamp":1237738346006,"id":4010,"parentId":3913,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3439,"timestamp":1237738346009,"id":4011,"parentId":3914,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3481,"timestamp":1237738346013,"id":4012,"parentId":3915,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3504,"timestamp":1237738346039,"id":4013,"parentId":3916,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3550,"timestamp":1237738346042,"id":4014,"parentId":3917,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3593,"timestamp":1237738346045,"id":4015,"parentId":3918,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3641,"timestamp":1237738346047,"id":4016,"parentId":3919,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"}] -[{"name":"read-resource","duration":3904,"timestamp":1237738346049,"id":4017,"parentId":3920,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3965,"timestamp":1237738346052,"id":4018,"parentId":3921,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4020,"timestamp":1237738346054,"id":4019,"parentId":3922,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4073,"timestamp":1237738346056,"id":4020,"parentId":3923,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4117,"timestamp":1237738346059,"id":4021,"parentId":3924,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4180,"timestamp":1237738346061,"id":4022,"parentId":3925,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4225,"timestamp":1237738346063,"id":4023,"parentId":3926,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4271,"timestamp":1237738346066,"id":4024,"parentId":3927,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4315,"timestamp":1237738346068,"id":4025,"parentId":3928,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4359,"timestamp":1237738346070,"id":4026,"parentId":3929,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4402,"timestamp":1237738346072,"id":4027,"parentId":3930,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4445,"timestamp":1237738346074,"id":4028,"parentId":3931,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4488,"timestamp":1237738346077,"id":4029,"parentId":3932,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4533,"timestamp":1237738346079,"id":4030,"parentId":3933,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4575,"timestamp":1237738346081,"id":4031,"parentId":3934,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4621,"timestamp":1237738346084,"id":4032,"parentId":3935,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4676,"timestamp":1237738346086,"id":4033,"parentId":3936,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4720,"timestamp":1237738346089,"id":4034,"parentId":3937,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4764,"timestamp":1237738346091,"id":4035,"parentId":3938,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4808,"timestamp":1237738346093,"id":4036,"parentId":3939,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4856,"timestamp":1237738346095,"id":4037,"parentId":3940,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4899,"timestamp":1237738346097,"id":4038,"parentId":3941,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4945,"timestamp":1237738346100,"id":4039,"parentId":3942,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4989,"timestamp":1237738346102,"id":4040,"parentId":3943,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":5042,"timestamp":1237738346104,"id":4041,"parentId":3944,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":5090,"timestamp":1237738346106,"id":4042,"parentId":3945,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":5136,"timestamp":1237738346108,"id":4043,"parentId":3946,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6039,"timestamp":1237738346163,"id":4044,"parentId":3850,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5974,"timestamp":1237738346230,"id":4045,"parentId":3851,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5924,"timestamp":1237738346281,"id":4046,"parentId":3852,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5878,"timestamp":1237738346328,"id":4047,"parentId":3853,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5830,"timestamp":1237738346376,"id":4048,"parentId":3854,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5785,"timestamp":1237738346422,"id":4049,"parentId":3855,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5739,"timestamp":1237738346468,"id":4050,"parentId":3856,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5697,"timestamp":1237738346511,"id":4051,"parentId":3857,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5651,"timestamp":1237738346558,"id":4052,"parentId":3858,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5604,"timestamp":1237738346605,"id":4053,"parentId":3859,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5559,"timestamp":1237738346650,"id":4054,"parentId":3860,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5515,"timestamp":1237738346695,"id":4055,"parentId":3861,"tags":{},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5361,"timestamp":1237738346852,"id":4058,"parentId":3863,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5261,"timestamp":1237738346953,"id":4059,"parentId":3864,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5212,"timestamp":1237738347002,"id":4060,"parentId":3865,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5164,"timestamp":1237738347050,"id":4061,"parentId":3866,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5117,"timestamp":1237738347098,"id":4062,"parentId":3867,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5074,"timestamp":1237738347142,"id":4063,"parentId":3868,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4767,"timestamp":1237738347452,"id":4072,"parentId":3873,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4720,"timestamp":1237738347500,"id":4073,"parentId":3874,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4672,"timestamp":1237738347549,"id":4074,"parentId":3875,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4625,"timestamp":1237738347596,"id":4075,"parentId":3876,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4571,"timestamp":1237738347650,"id":4076,"parentId":3877,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4523,"timestamp":1237738347699,"id":4077,"parentId":3878,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4480,"timestamp":1237738347743,"id":4078,"parentId":3879,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4438,"timestamp":1237738347785,"id":4079,"parentId":3880,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4396,"timestamp":1237738347827,"id":4080,"parentId":3881,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4354,"timestamp":1237738347870,"id":4081,"parentId":3882,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4312,"timestamp":1237738347912,"id":4082,"parentId":3883,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4267,"timestamp":1237738347957,"id":4083,"parentId":3884,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4223,"timestamp":1237738348003,"id":4084,"parentId":3885,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4181,"timestamp":1237738348045,"id":4085,"parentId":3886,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4138,"timestamp":1237738348088,"id":4086,"parentId":3887,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4097,"timestamp":1237738348130,"id":4087,"parentId":3888,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4047,"timestamp":1237738348180,"id":4088,"parentId":3889,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3995,"timestamp":1237738348232,"id":4089,"parentId":3890,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3945,"timestamp":1237738348283,"id":4090,"parentId":3891,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3899,"timestamp":1237738348329,"id":4091,"parentId":3892,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3850,"timestamp":1237738348379,"id":4092,"parentId":3893,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3808,"timestamp":1237738348422,"id":4093,"parentId":3894,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3762,"timestamp":1237738348468,"id":4094,"parentId":3895,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3718,"timestamp":1237738348513,"id":4095,"parentId":3896,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3416,"timestamp":1237738348818,"id":4104,"parentId":3901,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3370,"timestamp":1237738348864,"id":4105,"parentId":3902,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3325,"timestamp":1237738348910,"id":4106,"parentId":3903,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3280,"timestamp":1237738348955,"id":4107,"parentId":3904,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3231,"timestamp":1237738349005,"id":4108,"parentId":3905,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3184,"timestamp":1237738349052,"id":4109,"parentId":3906,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3137,"timestamp":1237738349099,"id":4110,"parentId":3907,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3091,"timestamp":1237738349146,"id":4111,"parentId":3908,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3037,"timestamp":1237738349201,"id":4112,"parentId":3909,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2984,"timestamp":1237738349254,"id":4113,"parentId":3910,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2933,"timestamp":1237738349306,"id":4114,"parentId":3911,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2885,"timestamp":1237738349354,"id":4115,"parentId":3912,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2838,"timestamp":1237738349401,"id":4116,"parentId":3913,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2791,"timestamp":1237738349449,"id":4117,"parentId":3914,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2745,"timestamp":1237738349496,"id":4118,"parentId":3915,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2697,"timestamp":1237738349545,"id":4119,"parentId":3916,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2648,"timestamp":1237738349593,"id":4120,"parentId":3917,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2602,"timestamp":1237738349640,"id":4121,"parentId":3918,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2336,"timestamp":1237738349907,"id":4122,"parentId":3919,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2288,"timestamp":1237738349955,"id":4123,"parentId":3920,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2225,"timestamp":1237738350018,"id":4124,"parentId":3921,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2167,"timestamp":1237738350077,"id":4125,"parentId":3922,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2113,"timestamp":1237738350132,"id":4126,"parentId":3923,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2002,"timestamp":1237738350244,"id":4129,"parentId":3925,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1956,"timestamp":1237738350290,"id":4130,"parentId":3926,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1908,"timestamp":1237738350339,"id":4131,"parentId":3927,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1862,"timestamp":1237738350385,"id":4132,"parentId":3928,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1817,"timestamp":1237738350431,"id":4133,"parentId":3929,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1772,"timestamp":1237738350477,"id":4134,"parentId":3930,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1728,"timestamp":1237738350521,"id":4135,"parentId":3931,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1682,"timestamp":1237738350567,"id":4136,"parentId":3932,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1636,"timestamp":1237738350613,"id":4137,"parentId":3933,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":1672,"timestamp":1237738350659,"id":4138,"parentId":3934,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1624,"timestamp":1237738350707,"id":4139,"parentId":3935,"tags":{},"startTime":1727804289778,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1568,"timestamp":1237738350764,"id":4140,"parentId":3936,"tags":{},"startTime":1727804289778,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1521,"timestamp":1237738350811,"id":4141,"parentId":3937,"tags":{},"startTime":1727804289778,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1476,"timestamp":1237738350857,"id":4142,"parentId":3938,"tags":{},"startTime":1727804289778,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1430,"timestamp":1237738350903,"id":4143,"parentId":3939,"tags":{},"startTime":1727804289778,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1381,"timestamp":1237738350953,"id":4144,"parentId":3940,"tags":{},"startTime":1727804289778,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1336,"timestamp":1237738350998,"id":4145,"parentId":3941,"tags":{},"startTime":1727804289778,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1287,"timestamp":1237738351047,"id":4146,"parentId":3942,"tags":{},"startTime":1727804289778,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1242,"timestamp":1237738351092,"id":4147,"parentId":3943,"tags":{},"startTime":1727804289778,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1188,"timestamp":1237738351148,"id":4148,"parentId":3944,"tags":{},"startTime":1727804289778,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1136,"timestamp":1237738351199,"id":4149,"parentId":3945,"tags":{},"startTime":1727804289778,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1090,"timestamp":1237738351246,"id":4150,"parentId":3946,"tags":{},"startTime":1727804289778,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13942,"timestamp":1237738338929,"id":3850,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-motion-value.mjs","layer":"app-pages-browser"},"startTime":1727804289766,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14117,"timestamp":1237738339086,"id":3851,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-motion-template.mjs","layer":"app-pages-browser"},"startTime":1727804289766,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14275,"timestamp":1237738339217,"id":3852,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-transform.mjs","layer":"app-pages-browser"},"startTime":1727804289766,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14604,"timestamp":1237738339301,"id":3853,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-spring.mjs","layer":"app-pages-browser"},"startTime":1727804289766,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14699,"timestamp":1237738339378,"id":3854,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-velocity.mjs","layer":"app-pages-browser"},"startTime":1727804289766,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14973,"timestamp":1237738339447,"id":3855,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-scroll.mjs","layer":"app-pages-browser"},"startTime":1727804289766,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15031,"timestamp":1237738339515,"id":3856,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-time.mjs","layer":"app-pages-browser"},"startTime":1727804289766,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15075,"timestamp":1237738339583,"id":3857,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-motion-value-event.mjs","layer":"app-pages-browser"},"startTime":1727804289766,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15196,"timestamp":1237738339653,"id":3858,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-animation-frame.mjs","layer":"app-pages-browser"},"startTime":1727804289766,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15319,"timestamp":1237738339724,"id":3859,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-cycle.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15483,"timestamp":1237738339791,"id":3860,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-in-view.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15558,"timestamp":1237738339858,"id":3861,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/use-dom-event.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19453,"timestamp":1237738339990,"id":3863,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/VisualElement.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19760,"timestamp":1237738340064,"id":3864,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-instant-transition.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19887,"timestamp":1237738340133,"id":3865,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/use-instant-layout-transition.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19955,"timestamp":1237738340204,"id":3866,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/use-reset-projection.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19992,"timestamp":1237738340273,"id":3867,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/store.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20015,"timestamp":1237738340339,"id":3868,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/GlobalConfig.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19766,"timestamp":1237738340682,"id":3873,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":19982,"timestamp":1237738340752,"id":3874,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-inverted-scale.mjs","layer":"app-pages-browser"},"startTime":1727804289768,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20117,"timestamp":1237738340820,"id":3875,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs","layer":"app-pages-browser"},"startTime":1727804289768,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":20912,"timestamp":1237738340889,"id":3876,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/index.mjs","layer":"app-pages-browser"},"startTime":1727804289768,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21308,"timestamp":1237738340953,"id":3877,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animate.mjs","layer":"app-pages-browser"},"startTime":1727804289768,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21448,"timestamp":1237738341019,"id":3878,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/transform.mjs","layer":"app-pages-browser"},"startTime":1727804289768,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21482,"timestamp":1237738341084,"id":3879,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/clamp.mjs","layer":"app-pages-browser"},"startTime":1727804289768,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21514,"timestamp":1237738341150,"id":3880,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/pipe.mjs","layer":"app-pages-browser"},"startTime":1727804289768,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21547,"timestamp":1237738341216,"id":3881,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/progress.mjs","layer":"app-pages-browser"},"startTime":1727804289768,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21574,"timestamp":1237738341282,"id":3882,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/wrap.mjs","layer":"app-pages-browser"},"startTime":1727804289768,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21690,"timestamp":1237738341345,"id":3883,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/index-legacy.mjs","layer":"app-pages-browser"},"startTime":1727804289768,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21742,"timestamp":1237738341413,"id":3884,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/anticipate.mjs","layer":"app-pages-browser"},"startTime":1727804289768,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21815,"timestamp":1237738341480,"id":3885,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/back.mjs","layer":"app-pages-browser"},"startTime":1727804289768,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21873,"timestamp":1237738341549,"id":3886,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/circ.mjs","layer":"app-pages-browser"},"startTime":1727804289768,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":21916,"timestamp":1237738341612,"id":3887,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/ease.mjs","layer":"app-pages-browser"},"startTime":1727804289768,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22065,"timestamp":1237738341731,"id":3888,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/cubic-bezier.mjs","layer":"app-pages-browser"},"startTime":1727804289769,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22155,"timestamp":1237738341798,"id":3889,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/delay.mjs","layer":"app-pages-browser"},"startTime":1727804289769,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22207,"timestamp":1237738341864,"id":3890,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/distance.mjs","layer":"app-pages-browser"},"startTime":1727804289769,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22284,"timestamp":1237738341957,"id":3891,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/errors.mjs","layer":"app-pages-browser"},"startTime":1727804289769,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22588,"timestamp":1237738342025,"id":3892,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/interpolate.mjs","layer":"app-pages-browser"},"startTime":1727804289769,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22651,"timestamp":1237738342093,"id":3893,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/frame.mjs","layer":"app-pages-browser"},"startTime":1727804289769,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22723,"timestamp":1237738342159,"id":3894,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/add-pointer-event.mjs","layer":"app-pages-browser"},"startTime":1727804289769,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22807,"timestamp":1237738342229,"id":3895,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/event-info.mjs","layer":"app-pages-browser"},"startTime":1727804289769,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22823,"timestamp":1237738342295,"id":3896,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-browser.mjs","layer":"app-pages-browser"},"startTime":1727804289769,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22576,"timestamp":1237738342640,"id":3901,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/features-min.mjs","layer":"app-pages-browser"},"startTime":1727804289769,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22605,"timestamp":1237738342709,"id":3902,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/features-animation.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22626,"timestamp":1237738342778,"id":3903,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/features-max.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22676,"timestamp":1237738342844,"id":3904,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22734,"timestamp":1237738342915,"id":3905,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/scroll/use-element-scroll.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22782,"timestamp":1237738342984,"id":3906,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/scroll/use-viewport-scroll.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22813,"timestamp":1237738343054,"id":3907,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/index.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22915,"timestamp":1237738343122,"id":3908,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22999,"timestamp":1237738343192,"id":3909,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion-config.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23258,"timestamp":1237738343262,"id":3910,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/animation-controls.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23332,"timestamp":1237738343333,"id":3911,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/use-animate.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23389,"timestamp":1237738343401,"id":3912,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/use-animation.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23524,"timestamp":1237738343469,"id":3913,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23597,"timestamp":1237738343542,"id":3914,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/valid-prop.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23732,"timestamp":1237738343610,"id":3915,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23855,"timestamp":1237738343680,"id":3916,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/use-drag-controls.mjs","layer":"app-pages-browser"},"startTime":1727804289770,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23896,"timestamp":1237738343750,"id":3917,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/is-motion-component.mjs","layer":"app-pages-browser"},"startTime":1727804289771,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23933,"timestamp":1237738343819,"id":3918,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/unwrap-motion-component.mjs","layer":"app-pages-browser"},"startTime":1727804289771,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":23954,"timestamp":1237738343889,"id":3919,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/scale-correction.mjs","layer":"app-pages-browser"},"startTime":1727804289771,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":25277,"timestamp":1237738343957,"id":3920,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/MainThreadAnimation.mjs","layer":"app-pages-browser"},"startTime":1727804289771,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26214,"timestamp":1237738344027,"id":3921,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/AcceleratedAnimation.mjs","layer":"app-pages-browser"},"startTime":1727804289771,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26736,"timestamp":1237738344099,"id":3922,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/start.mjs","layer":"app-pages-browser"},"startTime":1727804289771,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26781,"timestamp":1237738344168,"id":3923,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.mjs","layer":"app-pages-browser"},"startTime":1727804289771,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":26811,"timestamp":1237738344305,"id":3925,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/flat-tree.mjs","layer":"app-pages-browser"},"startTime":1727804289771,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27033,"timestamp":1237738344373,"id":3926,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/use-animated-state.mjs","layer":"app-pages-browser"},"startTime":1727804289771,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27062,"timestamp":1237738344445,"id":3927,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/namespace.mjs","layer":"app-pages-browser"},"startTime":1727804289771,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27196,"timestamp":1237738344518,"id":3928,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/stagger.mjs","layer":"app-pages-browser"},"startTime":1727804289771,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27256,"timestamp":1237738344585,"id":3929,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/index.mjs","layer":"app-pages-browser"},"startTime":1727804289771,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27296,"timestamp":1237738344651,"id":3930,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/modifiers/mirror.mjs","layer":"app-pages-browser"},"startTime":1727804289771,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27311,"timestamp":1237738344717,"id":3931,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/modifiers/reverse.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27339,"timestamp":1237738344786,"id":3932,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/animations.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27392,"timestamp":1237738344854,"id":3933,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/models.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":27648,"timestamp":1237738344920,"id":3934,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":28207,"timestamp":1237738344988,"id":3935,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":28231,"timestamp":1237738345056,"id":3936,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/utils/is-motion-value.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":28266,"timestamp":1237738345126,"id":3937,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/motion/proxy.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":28286,"timestamp":1237738345194,"id":3938,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/m/proxy.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":28511,"timestamp":1237738345262,"id":3939,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/build-transform.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":28658,"timestamp":1237738345334,"id":3940,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/index.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":29294,"timestamp":1237738345402,"id":3941,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/complex/index.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":29441,"timestamp":1237738345470,"id":3942,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/numbers/units.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":29912,"timestamp":1237738345538,"id":3943,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/spring/index.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":30318,"timestamp":1237738345609,"id":3944,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/spring/find.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":30543,"timestamp":1237738345677,"id":3945,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/index.mjs","layer":"app-pages-browser"},"startTime":1727804289772,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":30980,"timestamp":1237738345744,"id":3946,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/track.mjs","layer":"app-pages-browser"},"startTime":1727804289773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":51636,"timestamp":1237738347316,"id":4067,"parentId":4066,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":51874,"timestamp":1237738347258,"id":4066,"parentId":3870,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":59002,"timestamp":1237738340477,"id":3870,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/PresenceContext.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":52250,"timestamp":1237738347251,"id":4065,"parentId":4064,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52316,"timestamp":1237738347186,"id":4064,"parentId":3869,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":59294,"timestamp":1237738340409,"id":3869,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":52337,"timestamp":1237738347382,"id":4069,"parentId":4068,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52399,"timestamp":1237738347322,"id":4068,"parentId":3871,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":59298,"timestamp":1237738340544,"id":3871,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":52410,"timestamp":1237738347446,"id":4071,"parentId":4070,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52469,"timestamp":1237738347388,"id":4070,"parentId":3872,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":59356,"timestamp":1237738340614,"id":3872,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":53173,"timestamp":1237738346837,"id":4057,"parentId":4056,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":53271,"timestamp":1237738346741,"id":4056,"parentId":3862,"tags":{},"startTime":1727804289774,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":60807,"timestamp":1237738339925,"id":3862,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/index.mjs","layer":"app-pages-browser"},"startTime":1727804289767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":52067,"timestamp":1237738348688,"id":4099,"parentId":4098,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52136,"timestamp":1237738348622,"id":4098,"parentId":3898,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":58594,"timestamp":1237738342432,"id":3898,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/MotionConfig/index.mjs","layer":"app-pages-browser"},"startTime":1727804289769,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":52299,"timestamp":1237738348750,"id":4101,"parentId":4100,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":52357,"timestamp":1237738348694,"id":4100,"parentId":3899,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":58865,"timestamp":1237738342499,"id":3899,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/LazyMotion/index.mjs","layer":"app-pages-browser"},"startTime":1727804289769,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":51179,"timestamp":1237738350237,"id":4128,"parentId":4127,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":51240,"timestamp":1237738350178,"id":4127,"parentId":3924,"tags":{},"startTime":1727804289777,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":57293,"timestamp":1237738344237,"id":3924,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs","layer":"app-pages-browser"},"startTime":1727804289771,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":52953,"timestamp":1237738348617,"id":4097,"parentId":4096,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":53014,"timestamp":1237738348556,"id":4096,"parentId":3897,"tags":{},"startTime":1727804289775,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":59942,"timestamp":1237738342363,"id":3897,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs","layer":"app-pages-browser"},"startTime":1727804289769,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":53515,"timestamp":1237738348812,"id":4103,"parentId":4102,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":53573,"timestamp":1237738348755,"id":4102,"parentId":3900,"tags":{},"startTime":1727804289776,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":60110,"timestamp":1237738342570,"id":3900,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/LayoutGroup/index.mjs","layer":"app-pages-browser"},"startTime":1727804289769,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":276,"timestamp":1237738458268,"id":4189,"parentId":4151,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":331,"timestamp":1237738458274,"id":4190,"parentId":4152,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":373,"timestamp":1237738458277,"id":4191,"parentId":4153,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":413,"timestamp":1237738458281,"id":4192,"parentId":4154,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":451,"timestamp":1237738458283,"id":4193,"parentId":4155,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":488,"timestamp":1237738458286,"id":4194,"parentId":4156,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":528,"timestamp":1237738458289,"id":4195,"parentId":4157,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":566,"timestamp":1237738458291,"id":4196,"parentId":4158,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":606,"timestamp":1237738458293,"id":4197,"parentId":4159,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":643,"timestamp":1237738458295,"id":4198,"parentId":4160,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":681,"timestamp":1237738458298,"id":4199,"parentId":4161,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":719,"timestamp":1237738458300,"id":4200,"parentId":4162,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":755,"timestamp":1237738458302,"id":4201,"parentId":4163,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":794,"timestamp":1237738458304,"id":4202,"parentId":4164,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":833,"timestamp":1237738458307,"id":4203,"parentId":4165,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":871,"timestamp":1237738458309,"id":4204,"parentId":4166,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":908,"timestamp":1237738458311,"id":4205,"parentId":4167,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":947,"timestamp":1237738458313,"id":4206,"parentId":4168,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":989,"timestamp":1237738458315,"id":4207,"parentId":4169,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1029,"timestamp":1237738458317,"id":4208,"parentId":4170,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1068,"timestamp":1237738458318,"id":4209,"parentId":4171,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1108,"timestamp":1237738458320,"id":4210,"parentId":4172,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1149,"timestamp":1237738458322,"id":4211,"parentId":4173,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1189,"timestamp":1237738458324,"id":4212,"parentId":4174,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1228,"timestamp":1237738458326,"id":4213,"parentId":4175,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1274,"timestamp":1237738458328,"id":4214,"parentId":4176,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1314,"timestamp":1237738458330,"id":4215,"parentId":4177,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1353,"timestamp":1237738458332,"id":4216,"parentId":4178,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1392,"timestamp":1237738458334,"id":4217,"parentId":4179,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1432,"timestamp":1237738458336,"id":4218,"parentId":4180,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1474,"timestamp":1237738458338,"id":4219,"parentId":4181,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1513,"timestamp":1237738458340,"id":4220,"parentId":4182,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1548,"timestamp":1237738458341,"id":4221,"parentId":4183,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1586,"timestamp":1237738458343,"id":4222,"parentId":4184,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1625,"timestamp":1237738458345,"id":4223,"parentId":4185,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1668,"timestamp":1237738458347,"id":4224,"parentId":4186,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1709,"timestamp":1237738458348,"id":4225,"parentId":4187,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1747,"timestamp":1237738458350,"id":4226,"parentId":4188,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4318,"timestamp":1237738458553,"id":4227,"parentId":4151,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4268,"timestamp":1237738458608,"id":4228,"parentId":4152,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4224,"timestamp":1237738458653,"id":4229,"parentId":4153,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4182,"timestamp":1237738458696,"id":4230,"parentId":4154,"tags":{},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4142,"timestamp":1237738458736,"id":4231,"parentId":4155,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4103,"timestamp":1237738458776,"id":4232,"parentId":4156,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4062,"timestamp":1237738458818,"id":4233,"parentId":4157,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4022,"timestamp":1237738458859,"id":4234,"parentId":4158,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3980,"timestamp":1237738458901,"id":4235,"parentId":4159,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3941,"timestamp":1237738458941,"id":4236,"parentId":4160,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3903,"timestamp":1237738458980,"id":4237,"parentId":4161,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3863,"timestamp":1237738459021,"id":4238,"parentId":4162,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3825,"timestamp":1237738459059,"id":4239,"parentId":4163,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3785,"timestamp":1237738459100,"id":4240,"parentId":4164,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3745,"timestamp":1237738459141,"id":4241,"parentId":4165,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3706,"timestamp":1237738459181,"id":4242,"parentId":4166,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3666,"timestamp":1237738459222,"id":4243,"parentId":4167,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3626,"timestamp":1237738459263,"id":4244,"parentId":4168,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3583,"timestamp":1237738459306,"id":4245,"parentId":4169,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3542,"timestamp":1237738459348,"id":4246,"parentId":4170,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3502,"timestamp":1237738459388,"id":4247,"parentId":4171,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3461,"timestamp":1237738459430,"id":4248,"parentId":4172,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3419,"timestamp":1237738459473,"id":4249,"parentId":4173,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3377,"timestamp":1237738459515,"id":4250,"parentId":4174,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3337,"timestamp":1237738459556,"id":4251,"parentId":4175,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3290,"timestamp":1237738459604,"id":4252,"parentId":4176,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3248,"timestamp":1237738459646,"id":4253,"parentId":4177,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3208,"timestamp":1237738459687,"id":4254,"parentId":4178,"tags":{},"startTime":1727804289886,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3168,"timestamp":1237738459728,"id":4255,"parentId":4179,"tags":{},"startTime":1727804289887,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3126,"timestamp":1237738459770,"id":4256,"parentId":4180,"tags":{},"startTime":1727804289887,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3084,"timestamp":1237738459813,"id":4257,"parentId":4181,"tags":{},"startTime":1727804289887,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3043,"timestamp":1237738459854,"id":4258,"parentId":4182,"tags":{},"startTime":1727804289887,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3007,"timestamp":1237738459891,"id":4259,"parentId":4183,"tags":{},"startTime":1727804289887,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2967,"timestamp":1237738459931,"id":4260,"parentId":4184,"tags":{},"startTime":1727804289887,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":3093,"timestamp":1237738459972,"id":4261,"parentId":4185,"tags":{},"startTime":1727804289887,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3049,"timestamp":1237738460016,"id":4262,"parentId":4186,"tags":{},"startTime":1727804289887,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3008,"timestamp":1237738460058,"id":4263,"parentId":4187,"tags":{},"startTime":1727804289887,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2969,"timestamp":1237738460098,"id":4264,"parentId":4188,"tags":{},"startTime":1727804289887,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7907,"timestamp":1237738455734,"id":4151,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/viewport/index.mjs","layer":"app-pages-browser"},"startTime":1727804289883,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8100,"timestamp":1237738455894,"id":4152,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.mjs","layer":"app-pages-browser"},"startTime":1727804289883,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8236,"timestamp":1237738455970,"id":4153,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/utils/lock.mjs","layer":"app-pages-browser"},"startTime":1727804289883,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8344,"timestamp":1237738456039,"id":4154,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-unmount-effect.mjs","layer":"app-pages-browser"},"startTime":1727804289883,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8390,"timestamp":1237738456106,"id":4155,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.mjs","layer":"app-pages-browser"},"startTime":1727804289883,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8732,"timestamp":1237738456174,"id":4156,"parentId":3843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-force-update.mjs","layer":"app-pages-browser"},"startTime":1727804289883,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8833,"timestamp":1237738456239,"id":4157,"parentId":3850,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-constant.mjs","layer":"app-pages-browser"},"startTime":1727804289883,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8993,"timestamp":1237738456301,"id":4158,"parentId":3851,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-combine-values.mjs","layer":"app-pages-browser"},"startTime":1727804289883,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9073,"timestamp":1237738456366,"id":4159,"parentId":3852,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-computed.mjs","layer":"app-pages-browser"},"startTime":1727804289883,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9121,"timestamp":1237738456428,"id":4160,"parentId":3861,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/add-dom-event.mjs","layer":"app-pages-browser"},"startTime":1727804289883,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9294,"timestamp":1237738456490,"id":4161,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/subscription-manager.mjs","layer":"app-pages-browser"},"startTime":1727804289883,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9348,"timestamp":1237738456553,"id":4162,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/warn-once.mjs","layer":"app-pages-browser"},"startTime":1727804289883,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9424,"timestamp":1237738456613,"id":4163,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-numerical-string.mjs","layer":"app-pages-browser"},"startTime":1727804289883,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9450,"timestamp":1237738456679,"id":4164,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-zero-value-string.mjs","layer":"app-pages-browser"},"startTime":1727804289883,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9545,"timestamp":1237738456741,"id":4165,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/sync-time.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9559,"timestamp":1237738456804,"id":4166,"parentId":3864,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-instant-transition-state.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9582,"timestamp":1237738456868,"id":4167,"parentId":3876,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/velocity-per-second.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9885,"timestamp":1237738456932,"id":4168,"parentId":3877,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/GroupPlaybackControls.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9967,"timestamp":1237738456995,"id":4169,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/index.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9987,"timestamp":1237738457060,"id":4170,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/state.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10054,"timestamp":1237738457121,"id":4171,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10279,"timestamp":1237738457183,"id":4172,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/motion-values.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10430,"timestamp":1237738457243,"id":4173,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/resolve-variants.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10496,"timestamp":1237738457305,"id":4174,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/definitions.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11116,"timestamp":1237738457366,"id":4175,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/KeyframesResolver.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11347,"timestamp":1237738457429,"id":4176,"parentId":3865,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11414,"timestamp":1237738457492,"id":4177,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/transform.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11481,"timestamp":1237738457554,"id":4178,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/find.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11547,"timestamp":1237738457616,"id":4179,"parentId":3863,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11650,"timestamp":1237738457680,"id":4180,"parentId":3877,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/resolve-element.mjs","layer":"app-pages-browser"},"startTime":1727804289884,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11961,"timestamp":1237738457744,"id":4181,"parentId":3883,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/batcher.mjs","layer":"app-pages-browser"},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11981,"timestamp":1237738457805,"id":4182,"parentId":3888,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/noop.mjs","layer":"app-pages-browser"},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12047,"timestamp":1237738457863,"id":4183,"parentId":3904,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/resolve-value.mjs","layer":"app-pages-browser"},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12071,"timestamp":1237738457925,"id":4184,"parentId":3877,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs","layer":"app-pages-browser"},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12654,"timestamp":1237738457989,"id":4185,"parentId":3877,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs","layer":"app-pages-browser"},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12756,"timestamp":1237738458052,"id":4186,"parentId":3877,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/create-visual-element.mjs","layer":"app-pages-browser"},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12817,"timestamp":1237738458117,"id":4187,"parentId":3877,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/single-value.mjs","layer":"app-pages-browser"},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":13618,"timestamp":1237738458179,"id":4188,"parentId":3877,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/create.mjs","layer":"app-pages-browser"},"startTime":1727804289885,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":270,"timestamp":1237738477079,"id":4270,"parentId":4265,"tags":{},"startTime":1727804289904,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":320,"timestamp":1237738477084,"id":4271,"parentId":4266,"tags":{},"startTime":1727804289904,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":361,"timestamp":1237738477086,"id":4272,"parentId":4267,"tags":{},"startTime":1727804289904,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":400,"timestamp":1237738477088,"id":4273,"parentId":4268,"tags":{},"startTime":1727804289904,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":437,"timestamp":1237738477090,"id":4274,"parentId":4269,"tags":{},"startTime":1727804289904,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11373,"timestamp":1237738477355,"id":4275,"parentId":4265,"tags":{},"startTime":1727804289904,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11329,"timestamp":1237738477406,"id":4276,"parentId":4266,"tags":{},"startTime":1727804289904,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11287,"timestamp":1237738477449,"id":4277,"parentId":4267,"tags":{},"startTime":1727804289904,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11246,"timestamp":1237738477490,"id":4278,"parentId":4268,"tags":{},"startTime":1727804289904,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11207,"timestamp":1237738477529,"id":4279,"parentId":4269,"tags":{},"startTime":1727804289904,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12448,"timestamp":1237738476639,"id":4265,"parentId":3895,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/utils/is-primary-pointer.mjs","layer":"app-pages-browser"},"startTime":1727804289903,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12539,"timestamp":1237738476765,"id":4266,"parentId":3901,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/create-visual-element.mjs","layer":"app-pages-browser"},"startTime":1727804289904,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12586,"timestamp":1237738476841,"id":4267,"parentId":3902,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/gestures.mjs","layer":"app-pages-browser"},"startTime":1727804289904,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12621,"timestamp":1237738476912,"id":4268,"parentId":3903,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/drag.mjs","layer":"app-pages-browser"},"startTime":1727804289904,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12638,"timestamp":1237738476979,"id":4269,"parentId":3903,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/layout.mjs","layer":"app-pages-browser"},"startTime":1727804289904,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":346,"timestamp":1237738492627,"id":4304,"parentId":4280,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":397,"timestamp":1237738492632,"id":4305,"parentId":4281,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":436,"timestamp":1237738492634,"id":4306,"parentId":4282,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":480,"timestamp":1237738492636,"id":4307,"parentId":4283,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":519,"timestamp":1237738492639,"id":4308,"parentId":4284,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":555,"timestamp":1237738492641,"id":4309,"parentId":4285,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":590,"timestamp":1237738492644,"id":4310,"parentId":4286,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":636,"timestamp":1237738492645,"id":4311,"parentId":4287,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":673,"timestamp":1237738492647,"id":4312,"parentId":4288,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":717,"timestamp":1237738492650,"id":4313,"parentId":4289,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":758,"timestamp":1237738492652,"id":4314,"parentId":4290,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":802,"timestamp":1237738492654,"id":4315,"parentId":4291,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":847,"timestamp":1237738492655,"id":4316,"parentId":4292,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":887,"timestamp":1237738492657,"id":4317,"parentId":4293,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":927,"timestamp":1237738492659,"id":4318,"parentId":4294,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":964,"timestamp":1237738492662,"id":4319,"parentId":4295,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1004,"timestamp":1237738492664,"id":4320,"parentId":4296,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1042,"timestamp":1237738492666,"id":4321,"parentId":4297,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1132,"timestamp":1237738492668,"id":4322,"parentId":4298,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1191,"timestamp":1237738492669,"id":4323,"parentId":4299,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1231,"timestamp":1237738492671,"id":4324,"parentId":4300,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1271,"timestamp":1237738492673,"id":4325,"parentId":4301,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1308,"timestamp":1237738492675,"id":4326,"parentId":4302,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1348,"timestamp":1237738492676,"id":4327,"parentId":4303,"tags":{},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3613,"timestamp":1237738492978,"id":4328,"parentId":4280,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3562,"timestamp":1237738493031,"id":4329,"parentId":4281,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3522,"timestamp":1237738493072,"id":4330,"parentId":4282,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3476,"timestamp":1237738493118,"id":4331,"parentId":4283,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3434,"timestamp":1237738493160,"id":4332,"parentId":4284,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3397,"timestamp":1237738493198,"id":4333,"parentId":4285,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3360,"timestamp":1237738493236,"id":4334,"parentId":4286,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3313,"timestamp":1237738493283,"id":4335,"parentId":4287,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3274,"timestamp":1237738493322,"id":4336,"parentId":4288,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3228,"timestamp":1237738493369,"id":4337,"parentId":4289,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3186,"timestamp":1237738493412,"id":4338,"parentId":4290,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3141,"timestamp":1237738493457,"id":4339,"parentId":4291,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3094,"timestamp":1237738493504,"id":4340,"parentId":4292,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3053,"timestamp":1237738493546,"id":4341,"parentId":4293,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3012,"timestamp":1237738493587,"id":4342,"parentId":4294,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2972,"timestamp":1237738493628,"id":4343,"parentId":4295,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2931,"timestamp":1237738493669,"id":4344,"parentId":4296,"tags":{},"startTime":1727804289920,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2741,"timestamp":1237738493863,"id":4349,"parentId":4299,"tags":{},"startTime":1727804289921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2700,"timestamp":1237738493904,"id":4350,"parentId":4300,"tags":{},"startTime":1727804289921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2659,"timestamp":1237738493946,"id":4351,"parentId":4301,"tags":{},"startTime":1727804289921,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":2765,"timestamp":1237738493984,"id":4352,"parentId":4302,"tags":{},"startTime":1727804289921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2724,"timestamp":1237738494026,"id":4353,"parentId":4303,"tags":{},"startTime":1727804289921,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6301,"timestamp":1237738490904,"id":4280,"parentId":3907,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/WillChangeMotionValue.mjs","layer":"app-pages-browser"},"startTime":1727804289918,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6417,"timestamp":1237738491034,"id":4281,"parentId":3910,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/setters.mjs","layer":"app-pages-browser"},"startTime":1727804289918,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6457,"timestamp":1237738491108,"id":4282,"parentId":3913,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs","layer":"app-pages-browser"},"startTime":1727804289918,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6487,"timestamp":1237738491178,"id":4283,"parentId":3920,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/time-conversion.mjs","layer":"app-pages-browser"},"startTime":1727804289918,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6517,"timestamp":1237738491244,"id":4284,"parentId":3921,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/memo.mjs","layer":"app-pages-browser"},"startTime":1727804289918,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6663,"timestamp":1237738491308,"id":4285,"parentId":3925,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/array.mjs","layer":"app-pages-browser"},"startTime":1727804289918,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7016,"timestamp":1237738491370,"id":4286,"parentId":3913,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.mjs","layer":"app-pages-browser"},"startTime":1727804289918,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7035,"timestamp":1237738491435,"id":4287,"parentId":3917,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/symbol.mjs","layer":"app-pages-browser"},"startTime":1727804289918,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7362,"timestamp":1237738491499,"id":4288,"parentId":3920,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/inertia.mjs","layer":"app-pages-browser"},"startTime":1727804289918,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7555,"timestamp":1237738491563,"id":4289,"parentId":3920,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/keyframes.mjs","layer":"app-pages-browser"},"startTime":1727804289918,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7877,"timestamp":1237738491630,"id":4290,"parentId":3920,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/BaseAnimation.mjs","layer":"app-pages-browser"},"startTime":1727804289918,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8352,"timestamp":1237738491696,"id":4291,"parentId":3921,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/DOMKeyframesResolver.mjs","layer":"app-pages-browser"},"startTime":1727804289918,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8398,"timestamp":1237738491782,"id":4292,"parentId":3922,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/store-id.mjs","layer":"app-pages-browser"},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8501,"timestamp":1237738491848,"id":4293,"parentId":3922,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/handoff.mjs","layer":"app-pages-browser"},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8520,"timestamp":1237738491910,"id":4294,"parentId":3922,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/store.mjs","layer":"app-pages-browser"},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8530,"timestamp":1237738491980,"id":4295,"parentId":3922,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs","layer":"app-pages-browser"},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8548,"timestamp":1237738492044,"id":4296,"parentId":3925,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.mjs","layer":"app-pages-browser"},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8571,"timestamp":1237738492243,"id":4299,"parentId":3928,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/map.mjs","layer":"app-pages-browser"},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11189,"timestamp":1237738492305,"id":4300,"parentId":3929,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/complex.mjs","layer":"app-pages-browser"},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11392,"timestamp":1237738492382,"id":4301,"parentId":3929,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/number.mjs","layer":"app-pages-browser"},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11461,"timestamp":1237738492443,"id":4302,"parentId":3935,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.mjs","layer":"app-pages-browser"},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11537,"timestamp":1237738492508,"id":4303,"parentId":3935,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/get-will-change-name.mjs","layer":"app-pages-browser"},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":294,"timestamp":1237738508937,"id":4362,"parentId":4354,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":348,"timestamp":1237738508947,"id":4363,"parentId":4355,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":389,"timestamp":1237738508949,"id":4364,"parentId":4356,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":430,"timestamp":1237738508951,"id":4365,"parentId":4357,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":471,"timestamp":1237738508954,"id":4366,"parentId":4358,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":510,"timestamp":1237738508956,"id":4367,"parentId":4359,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":550,"timestamp":1237738508958,"id":4368,"parentId":4360,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":589,"timestamp":1237738508960,"id":4369,"parentId":4361,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8467,"timestamp":1237738509240,"id":4370,"parentId":4354,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8413,"timestamp":1237738509298,"id":4371,"parentId":4355,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8371,"timestamp":1237738509341,"id":4372,"parentId":4356,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8329,"timestamp":1237738509384,"id":4373,"parentId":4357,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8287,"timestamp":1237738509426,"id":4374,"parentId":4358,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8246,"timestamp":1237738509468,"id":4375,"parentId":4359,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8205,"timestamp":1237738509510,"id":4376,"parentId":4360,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8166,"timestamp":1237738509551,"id":4377,"parentId":4361,"tags":{},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9912,"timestamp":1237738508262,"id":4354,"parentId":3937,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/create-proxy.mjs","layer":"app-pages-browser"},"startTime":1727804289935,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9927,"timestamp":1237738508420,"id":4355,"parentId":3920,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/utils/calc-duration.mjs","layer":"app-pages-browser"},"startTime":1727804289935,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10016,"timestamp":1237738508499,"id":4356,"parentId":3920,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.mjs","layer":"app-pages-browser"},"startTime":1727804289935,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10030,"timestamp":1237738508568,"id":4357,"parentId":3921,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/utils/accelerated-values.mjs","layer":"app-pages-browser"},"startTime":1727804289935,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10128,"timestamp":1237738508636,"id":4358,"parentId":3921,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/waapi/index.mjs","layer":"app-pages-browser"},"startTime":1727804289935,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10313,"timestamp":1237738508703,"id":4359,"parentId":3921,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/waapi/easing.mjs","layer":"app-pages-browser"},"startTime":1727804289935,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10378,"timestamp":1237738508766,"id":4360,"parentId":3923,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs","layer":"app-pages-browser"},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10556,"timestamp":1237738508831,"id":4361,"parentId":3932,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/animation/index.mjs","layer":"app-pages-browser"},"startTime":1727804289936,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":26015,"timestamp":1237738493857,"id":4348,"parentId":4347,"tags":{},"startTime":1727804289921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":26072,"timestamp":1237738493802,"id":4347,"parentId":4298,"tags":{},"startTime":1727804289921,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":28118,"timestamp":1237738492183,"id":4298,"parentId":3927,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/Item.mjs","layer":"app-pages-browser"},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":26539,"timestamp":1237738493791,"id":4346,"parentId":4345,"tags":{},"startTime":1727804289921,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":26621,"timestamp":1237738493710,"id":4345,"parentId":4297,"tags":{},"startTime":1727804289921,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":28579,"timestamp":1237738492119,"id":4297,"parentId":3927,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/Group.mjs","layer":"app-pages-browser"},"startTime":1727804289919,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":225,"timestamp":1237738523614,"id":4405,"parentId":4378,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":273,"timestamp":1237738523620,"id":4406,"parentId":4379,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":312,"timestamp":1237738523623,"id":4407,"parentId":4380,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":351,"timestamp":1237738523625,"id":4408,"parentId":4381,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":393,"timestamp":1237738523627,"id":4409,"parentId":4382,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":482,"timestamp":1237738523629,"id":4410,"parentId":4383,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":530,"timestamp":1237738523630,"id":4411,"parentId":4384,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":573,"timestamp":1237738523632,"id":4412,"parentId":4385,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":612,"timestamp":1237738523635,"id":4413,"parentId":4386,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":651,"timestamp":1237738523637,"id":4414,"parentId":4387,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":689,"timestamp":1237738523638,"id":4415,"parentId":4388,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":729,"timestamp":1237738523640,"id":4416,"parentId":4389,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":769,"timestamp":1237738523642,"id":4417,"parentId":4390,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":808,"timestamp":1237738523644,"id":4418,"parentId":4391,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":847,"timestamp":1237738523646,"id":4419,"parentId":4392,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":886,"timestamp":1237738523647,"id":4420,"parentId":4393,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":926,"timestamp":1237738523649,"id":4421,"parentId":4394,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":964,"timestamp":1237738523651,"id":4422,"parentId":4395,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1003,"timestamp":1237738523653,"id":4423,"parentId":4396,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1041,"timestamp":1237738523655,"id":4424,"parentId":4397,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1081,"timestamp":1237738523657,"id":4425,"parentId":4398,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1124,"timestamp":1237738523659,"id":4426,"parentId":4399,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1184,"timestamp":1237738523661,"id":4427,"parentId":4400,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1224,"timestamp":1237738523663,"id":4428,"parentId":4401,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1262,"timestamp":1237738523664,"id":4429,"parentId":4402,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1300,"timestamp":1237738523666,"id":4430,"parentId":4403,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1341,"timestamp":1237738523667,"id":4431,"parentId":4404,"tags":{},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6556,"timestamp":1237738523845,"id":4432,"parentId":4378,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6512,"timestamp":1237738523895,"id":4433,"parentId":4379,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6471,"timestamp":1237738523937,"id":4434,"parentId":4380,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6431,"timestamp":1237738523978,"id":4435,"parentId":4381,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6301,"timestamp":1237738524113,"id":4438,"parentId":4383,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6252,"timestamp":1237738524162,"id":4439,"parentId":4384,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6207,"timestamp":1237738524207,"id":4440,"parentId":4385,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6166,"timestamp":1237738524248,"id":4441,"parentId":4386,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6126,"timestamp":1237738524290,"id":4442,"parentId":4387,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6086,"timestamp":1237738524329,"id":4443,"parentId":4388,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6045,"timestamp":1237738524371,"id":4444,"parentId":4389,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6004,"timestamp":1237738524413,"id":4445,"parentId":4390,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5964,"timestamp":1237738524453,"id":4446,"parentId":4391,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5923,"timestamp":1237738524494,"id":4447,"parentId":4392,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5883,"timestamp":1237738524535,"id":4448,"parentId":4393,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5841,"timestamp":1237738524577,"id":4449,"parentId":4394,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5801,"timestamp":1237738524617,"id":4450,"parentId":4395,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5761,"timestamp":1237738524657,"id":4451,"parentId":4396,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5722,"timestamp":1237738524697,"id":4452,"parentId":4397,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5680,"timestamp":1237738524740,"id":4453,"parentId":4398,"tags":{},"startTime":1727804289952,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":5758,"timestamp":1237738524847,"id":4456,"parentId":4400,"tags":{},"startTime":1727804289952,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5718,"timestamp":1237738524889,"id":4457,"parentId":4401,"tags":{},"startTime":1727804289952,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5680,"timestamp":1237738524928,"id":4458,"parentId":4402,"tags":{},"startTime":1727804289952,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5640,"timestamp":1237738524967,"id":4459,"parentId":4403,"tags":{},"startTime":1727804289952,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5598,"timestamp":1237738525010,"id":4460,"parentId":4404,"tags":{},"startTime":1727804289952,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9366,"timestamp":1237738521788,"id":4378,"parentId":3932,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/animation/exit.mjs","layer":"app-pages-browser"},"startTime":1727804289949,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9447,"timestamp":1237738521909,"id":4379,"parentId":3937,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/motion/create.mjs","layer":"app-pages-browser"},"startTime":1727804289949,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9475,"timestamp":1237738521982,"id":4380,"parentId":3938,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/m/create.mjs","layer":"app-pages-browser"},"startTime":1727804289949,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9595,"timestamp":1237738522049,"id":4381,"parentId":3920,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs","layer":"app-pages-browser"},"startTime":1727804289949,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10091,"timestamp":1237738522182,"id":4383,"parentId":3862,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.mjs","layer":"app-pages-browser"},"startTime":1727804289949,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10195,"timestamp":1237738522247,"id":4384,"parentId":3862,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.mjs","layer":"app-pages-browser"},"startTime":1727804289949,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10273,"timestamp":1237738522310,"id":4385,"parentId":3862,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionContext/create.mjs","layer":"app-pages-browser"},"startTime":1727804289949,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10319,"timestamp":1237738522374,"id":4386,"parentId":3862,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/load-features.mjs","layer":"app-pages-browser"},"startTime":1727804289949,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10565,"timestamp":1237738522445,"id":4387,"parentId":3940,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/utils.mjs","layer":"app-pages-browser"},"startTime":1727804289949,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10601,"timestamp":1237738522506,"id":4388,"parentId":3939,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.mjs","layer":"app-pages-browser"},"startTime":1727804289949,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10757,"timestamp":1237738522568,"id":4389,"parentId":3939,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/number.mjs","layer":"app-pages-browser"},"startTime":1727804289949,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10912,"timestamp":1237738522629,"id":4390,"parentId":3940,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/hex.mjs","layer":"app-pages-browser"},"startTime":1727804289949,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11010,"timestamp":1237738522689,"id":4391,"parentId":3940,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/hsla.mjs","layer":"app-pages-browser"},"startTime":1727804289949,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11110,"timestamp":1237738522750,"id":4392,"parentId":3940,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/rgba.mjs","layer":"app-pages-browser"},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11147,"timestamp":1237738522814,"id":4393,"parentId":3943,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.mjs","layer":"app-pages-browser"},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11216,"timestamp":1237738522878,"id":4394,"parentId":3945,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/observe.mjs","layer":"app-pages-browser"},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11236,"timestamp":1237738522939,"id":4395,"parentId":3945,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/supports.mjs","layer":"app-pages-browser"},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11261,"timestamp":1237738523003,"id":4396,"parentId":3946,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/resize/index.mjs","layer":"app-pages-browser"},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11455,"timestamp":1237738523093,"id":4397,"parentId":3946,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/info.mjs","layer":"app-pages-browser"},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11656,"timestamp":1237738523159,"id":4398,"parentId":3946,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs","layer":"app-pages-browser"},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11673,"timestamp":1237738523285,"id":4400,"parentId":3897,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.mjs","layer":"app-pages-browser"},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11750,"timestamp":1237738523348,"id":4401,"parentId":3900,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/group.mjs","layer":"app-pages-browser"},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":11838,"timestamp":1237738523408,"id":4402,"parentId":4156,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-is-mounted.mjs","layer":"app-pages-browser"},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12020,"timestamp":1237738523469,"id":4403,"parentId":4181,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/render-step.mjs","layer":"app-pages-browser"},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":12038,"timestamp":1237738523529,"id":4404,"parentId":4183,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs","layer":"app-pages-browser"},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":253,"timestamp":1237738540821,"id":4469,"parentId":4461,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":317,"timestamp":1237738540827,"id":4470,"parentId":4462,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":368,"timestamp":1237738540829,"id":4471,"parentId":4463,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":480,"timestamp":1237738540832,"id":4472,"parentId":4464,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":521,"timestamp":1237738540834,"id":4473,"parentId":4465,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":565,"timestamp":1237738540836,"id":4474,"parentId":4466,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":604,"timestamp":1237738540838,"id":4475,"parentId":4467,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":654,"timestamp":1237738540840,"id":4476,"parentId":4468,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6917,"timestamp":1237738541082,"id":4477,"parentId":4461,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6856,"timestamp":1237738541147,"id":4478,"parentId":4462,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6803,"timestamp":1237738541200,"id":4479,"parentId":4463,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6689,"timestamp":1237738541315,"id":4480,"parentId":4464,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6647,"timestamp":1237738541357,"id":4481,"parentId":4465,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6602,"timestamp":1237738541403,"id":4482,"parentId":4466,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6561,"timestamp":1237738541444,"id":4483,"parentId":4467,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6511,"timestamp":1237738541495,"id":4484,"parentId":4468,"tags":{},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8124,"timestamp":1237738540141,"id":4461,"parentId":4171,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/is-variant-label.mjs","layer":"app-pages-browser"},"startTime":1727804289967,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8095,"timestamp":1237738540283,"id":4462,"parentId":4171,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/variant-props.mjs","layer":"app-pages-browser"},"startTime":1727804289967,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14510,"timestamp":1237738540362,"id":4463,"parentId":4176,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/create-projection-node.mjs","layer":"app-pages-browser"},"startTime":1727804289967,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":14652,"timestamp":1237738540431,"id":4464,"parentId":4176,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs","layer":"app-pages-browser"},"startTime":1727804289967,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15013,"timestamp":1237738540511,"id":4465,"parentId":4185,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.mjs","layer":"app-pages-browser"},"startTime":1727804289967,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15082,"timestamp":1237738540591,"id":4466,"parentId":4185,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/transitions.mjs","layer":"app-pages-browser"},"startTime":1727804289967,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15180,"timestamp":1237738540657,"id":4467,"parentId":4185,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.mjs","layer":"app-pages-browser"},"startTime":1727804289967,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":15495,"timestamp":1237738540725,"id":4468,"parentId":4186,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.mjs","layer":"app-pages-browser"},"startTime":1727804289968,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":32584,"timestamp":1237738524102,"id":4437,"parentId":4436,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":32666,"timestamp":1237738524022,"id":4436,"parentId":4382,"tags":{},"startTime":1727804289951,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":34746,"timestamp":1237738522118,"id":4382,"parentId":3862,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/LazyContext.mjs","layer":"app-pages-browser"},"startTime":1727804289949,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":32052,"timestamp":1237738524841,"id":4455,"parentId":4454,"tags":{},"startTime":1727804289952,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":32111,"timestamp":1237738524784,"id":4454,"parentId":4399,"tags":{},"startTime":1727804289952,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":34143,"timestamp":1237738523222,"id":4399,"parentId":3897,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs","layer":"app-pages-browser"},"startTime":1727804289950,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":205,"timestamp":1237738572167,"id":4512,"parentId":4485,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":259,"timestamp":1237738572174,"id":4513,"parentId":4486,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":301,"timestamp":1237738572177,"id":4514,"parentId":4487,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":340,"timestamp":1237738572179,"id":4515,"parentId":4488,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":377,"timestamp":1237738572182,"id":4516,"parentId":4489,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":419,"timestamp":1237738572184,"id":4517,"parentId":4490,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":457,"timestamp":1237738572186,"id":4518,"parentId":4491,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":497,"timestamp":1237738572188,"id":4519,"parentId":4492,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":537,"timestamp":1237738572190,"id":4520,"parentId":4493,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":576,"timestamp":1237738572192,"id":4521,"parentId":4494,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":616,"timestamp":1237738572194,"id":4522,"parentId":4495,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":654,"timestamp":1237738572196,"id":4523,"parentId":4496,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":693,"timestamp":1237738572198,"id":4524,"parentId":4497,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":734,"timestamp":1237738572200,"id":4525,"parentId":4498,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":771,"timestamp":1237738572201,"id":4526,"parentId":4499,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":808,"timestamp":1237738572203,"id":4527,"parentId":4500,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":849,"timestamp":1237738572205,"id":4528,"parentId":4501,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":887,"timestamp":1237738572207,"id":4529,"parentId":4502,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":926,"timestamp":1237738572209,"id":4530,"parentId":4503,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":966,"timestamp":1237738572211,"id":4531,"parentId":4504,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1007,"timestamp":1237738572212,"id":4532,"parentId":4505,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1104,"timestamp":1237738572214,"id":4533,"parentId":4506,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1145,"timestamp":1237738572216,"id":4534,"parentId":4507,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1182,"timestamp":1237738572218,"id":4535,"parentId":4508,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1220,"timestamp":1237738572220,"id":4536,"parentId":4509,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1259,"timestamp":1237738572221,"id":4537,"parentId":4510,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1296,"timestamp":1237738572223,"id":4538,"parentId":4511,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2393,"timestamp":1237738572381,"id":4539,"parentId":4485,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2340,"timestamp":1237738572436,"id":4540,"parentId":4486,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2297,"timestamp":1237738572479,"id":4541,"parentId":4487,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2256,"timestamp":1237738572520,"id":4542,"parentId":4488,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2217,"timestamp":1237738572560,"id":4543,"parentId":4489,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2174,"timestamp":1237738572604,"id":4544,"parentId":4490,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2133,"timestamp":1237738572645,"id":4545,"parentId":4491,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2092,"timestamp":1237738572687,"id":4546,"parentId":4492,"tags":{},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2050,"timestamp":1237738572729,"id":4547,"parentId":4493,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2010,"timestamp":1237738572770,"id":4548,"parentId":4494,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1968,"timestamp":1237738572811,"id":4549,"parentId":4495,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1929,"timestamp":1237738572851,"id":4550,"parentId":4496,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1888,"timestamp":1237738572893,"id":4551,"parentId":4497,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1846,"timestamp":1237738572935,"id":4552,"parentId":4498,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":1960,"timestamp":1237738572974,"id":4553,"parentId":4499,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1922,"timestamp":1237738573013,"id":4554,"parentId":4500,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1879,"timestamp":1237738573056,"id":4555,"parentId":4501,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1840,"timestamp":1237738573096,"id":4556,"parentId":4502,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1800,"timestamp":1237738573137,"id":4557,"parentId":4503,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1759,"timestamp":1237738573178,"id":4558,"parentId":4504,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1618,"timestamp":1237738573321,"id":4561,"parentId":4506,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1576,"timestamp":1237738573363,"id":4562,"parentId":4507,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1539,"timestamp":1237738573401,"id":4563,"parentId":4508,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1499,"timestamp":1237738573442,"id":4564,"parentId":4509,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1459,"timestamp":1237738573482,"id":4565,"parentId":4510,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1421,"timestamp":1237738573521,"id":4566,"parentId":4511,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":5164,"timestamp":1237738570384,"id":4485,"parentId":4186,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.mjs","layer":"app-pages-browser"},"startTime":1727804289997,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":5261,"timestamp":1237738570532,"id":4486,"parentId":4188,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/create-generator-easing.mjs","layer":"app-pages-browser"},"startTime":1727804289997,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":5296,"timestamp":1237738570608,"id":4487,"parentId":4188,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/offsets/default.mjs","layer":"app-pages-browser"},"startTime":1727804289997,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":5363,"timestamp":1237738570675,"id":4488,"parentId":4188,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/offsets/fill.mjs","layer":"app-pages-browser"},"startTime":1727804289997,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":5740,"timestamp":1237738570737,"id":4489,"parentId":4175,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":5764,"timestamp":1237738570803,"id":4490,"parentId":4186,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":5834,"timestamp":1237738570867,"id":4491,"parentId":4188,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":5945,"timestamp":1237738570931,"id":4492,"parentId":4188,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/utils/edit.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":5977,"timestamp":1237738570992,"id":4493,"parentId":4188,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/utils/sort.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6042,"timestamp":1237738571054,"id":4494,"parentId":4178,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6055,"timestamp":1237738571116,"id":4495,"parentId":4178,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/test.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6236,"timestamp":1237738571179,"id":4496,"parentId":4179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/complex/filter.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6302,"timestamp":1237738571241,"id":4497,"parentId":4179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6450,"timestamp":1237738571303,"id":4498,"parentId":4267,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/hover.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6597,"timestamp":1237738571362,"id":4499,"parentId":4267,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/focus.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7167,"timestamp":1237738571420,"id":4500,"parentId":4267,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/press.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7266,"timestamp":1237738571480,"id":4501,"parentId":4268,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/index.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7455,"timestamp":1237738571541,"id":4502,"parentId":4268,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/pan/index.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7534,"timestamp":1237738571600,"id":4503,"parentId":4266,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7780,"timestamp":1237738571662,"id":4504,"parentId":4267,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/viewport/index.mjs","layer":"app-pages-browser"},"startTime":1727804289998,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7746,"timestamp":1237738571786,"id":4506,"parentId":4289,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.mjs","layer":"app-pages-browser"},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7764,"timestamp":1237738571847,"id":4507,"parentId":4289,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/offsets/time.mjs","layer":"app-pages-browser"},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7808,"timestamp":1237738571907,"id":4508,"parentId":4291,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-none.mjs","layer":"app-pages-browser"},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8034,"timestamp":1237738571966,"id":4509,"parentId":4300,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/color.mjs","layer":"app-pages-browser"},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8093,"timestamp":1237738572026,"id":4510,"parentId":4300,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/visibility.mjs","layer":"app-pages-browser"},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8112,"timestamp":1237738572085,"id":4511,"parentId":4300,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/immediate.mjs","layer":"app-pages-browser"},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19901,"timestamp":1237738573309,"id":4560,"parentId":4559,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19996,"timestamp":1237738573222,"id":4559,"parentId":4505,"tags":{},"startTime":1727804290000,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":22311,"timestamp":1237738571723,"id":4505,"parentId":4268,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs","layer":"app-pages-browser"},"startTime":1727804289999,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":203,"timestamp":1237738597037,"id":4583,"parentId":4567,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":256,"timestamp":1237738597042,"id":4584,"parentId":4568,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":300,"timestamp":1237738597044,"id":4585,"parentId":4569,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":341,"timestamp":1237738597046,"id":4586,"parentId":4570,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":398,"timestamp":1237738597048,"id":4587,"parentId":4571,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":488,"timestamp":1237738597049,"id":4588,"parentId":4572,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":530,"timestamp":1237738597051,"id":4589,"parentId":4573,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":586,"timestamp":1237738597053,"id":4590,"parentId":4574,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":623,"timestamp":1237738597055,"id":4591,"parentId":4575,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":663,"timestamp":1237738597057,"id":4592,"parentId":4576,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":701,"timestamp":1237738597059,"id":4593,"parentId":4577,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":737,"timestamp":1237738597060,"id":4594,"parentId":4578,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":776,"timestamp":1237738597062,"id":4595,"parentId":4579,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":817,"timestamp":1237738597064,"id":4596,"parentId":4580,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":855,"timestamp":1237738597065,"id":4597,"parentId":4581,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":899,"timestamp":1237738597067,"id":4598,"parentId":4582,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5361,"timestamp":1237738597246,"id":4599,"parentId":4567,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5308,"timestamp":1237738597300,"id":4600,"parentId":4568,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5263,"timestamp":1237738597346,"id":4601,"parentId":4569,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5221,"timestamp":1237738597389,"id":4602,"parentId":4570,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5072,"timestamp":1237738597540,"id":4605,"parentId":4572,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5030,"timestamp":1237738597583,"id":4606,"parentId":4573,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4973,"timestamp":1237738597640,"id":4607,"parentId":4574,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4934,"timestamp":1237738597680,"id":4608,"parentId":4575,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4893,"timestamp":1237738597722,"id":4609,"parentId":4576,"tags":{},"startTime":1727804290025,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4854,"timestamp":1237738597761,"id":4610,"parentId":4577,"tags":{},"startTime":1727804290025,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4817,"timestamp":1237738597799,"id":4611,"parentId":4578,"tags":{},"startTime":1727804290025,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4776,"timestamp":1237738597840,"id":4612,"parentId":4579,"tags":{},"startTime":1727804290025,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4734,"timestamp":1237738597882,"id":4613,"parentId":4580,"tags":{},"startTime":1727804290025,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4695,"timestamp":1237738597922,"id":4614,"parentId":4581,"tags":{},"startTime":1727804290025,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4650,"timestamp":1237738597967,"id":4615,"parentId":4582,"tags":{},"startTime":1727804290025,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7086,"timestamp":1237738595897,"id":4567,"parentId":4290,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/utils/can-animate.mjs","layer":"app-pages-browser"},"startTime":1727804290023,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7300,"timestamp":1237738596018,"id":4568,"parentId":4291,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.mjs","layer":"app-pages-browser"},"startTime":1727804290023,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7440,"timestamp":1237738596096,"id":4569,"parentId":4291,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.mjs","layer":"app-pages-browser"},"startTime":1727804290023,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7576,"timestamp":1237738596165,"id":4570,"parentId":4291,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/make-none-animatable.mjs","layer":"app-pages-browser"},"startTime":1727804290023,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7532,"timestamp":1237738596302,"id":4572,"parentId":4359,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/is-bezier-definition.mjs","layer":"app-pages-browser"},"startTime":1727804290023,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8426,"timestamp":1237738596366,"id":4573,"parentId":4361,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/animation-state.mjs","layer":"app-pages-browser"},"startTime":1727804290023,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8482,"timestamp":1237738596428,"id":4574,"parentId":4361,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/Feature.mjs","layer":"app-pages-browser"},"startTime":1727804290023,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8617,"timestamp":1237738596491,"id":4575,"parentId":4297,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/utils/check-reorder.mjs","layer":"app-pages-browser"},"startTime":1727804290023,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8647,"timestamp":1237738596555,"id":4576,"parentId":4383,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/microtask.mjs","layer":"app-pages-browser"},"startTime":1727804290023,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8674,"timestamp":1237738596616,"id":4577,"parentId":4383,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-ref-object.mjs","layer":"app-pages-browser"},"startTime":1727804290023,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8736,"timestamp":1237738596678,"id":4578,"parentId":4385,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionContext/utils.mjs","layer":"app-pages-browser"},"startTime":1727804290023,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8811,"timestamp":1237738596744,"id":4579,"parentId":4379,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/create-factory.mjs","layer":"app-pages-browser"},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8855,"timestamp":1237738596810,"id":4580,"parentId":4389,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/numbers/index.mjs","layer":"app-pages-browser"},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8874,"timestamp":1237738596870,"id":4581,"parentId":4389,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.mjs","layer":"app-pages-browser"},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8970,"timestamp":1237738596952,"id":4582,"parentId":4390,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/utils.mjs","layer":"app-pages-browser"},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":187,"timestamp":1237738610377,"id":4636,"parentId":4616,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":237,"timestamp":1237738610382,"id":4637,"parentId":4617,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":280,"timestamp":1237738610384,"id":4638,"parentId":4618,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":322,"timestamp":1237738610386,"id":4639,"parentId":4619,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":365,"timestamp":1237738610389,"id":4640,"parentId":4620,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":403,"timestamp":1237738610391,"id":4641,"parentId":4621,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":446,"timestamp":1237738610392,"id":4642,"parentId":4622,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":486,"timestamp":1237738610394,"id":4643,"parentId":4623,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":525,"timestamp":1237738610396,"id":4644,"parentId":4624,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":568,"timestamp":1237738610398,"id":4645,"parentId":4625,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":608,"timestamp":1237738610400,"id":4646,"parentId":4626,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":649,"timestamp":1237738610402,"id":4647,"parentId":4627,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":687,"timestamp":1237738610404,"id":4648,"parentId":4628,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":725,"timestamp":1237738610406,"id":4649,"parentId":4629,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"}] -[{"name":"read-resource","duration":908,"timestamp":1237738610407,"id":4650,"parentId":4630,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":955,"timestamp":1237738610409,"id":4651,"parentId":4631,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":995,"timestamp":1237738610411,"id":4652,"parentId":4632,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1039,"timestamp":1237738610412,"id":4653,"parentId":4633,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1079,"timestamp":1237738610414,"id":4654,"parentId":4634,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1119,"timestamp":1237738610416,"id":4655,"parentId":4635,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6096,"timestamp":1237738610569,"id":4656,"parentId":4616,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6049,"timestamp":1237738610621,"id":4657,"parentId":4617,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6005,"timestamp":1237738610666,"id":4658,"parentId":4618,"tags":{},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5961,"timestamp":1237738610710,"id":4659,"parentId":4619,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5917,"timestamp":1237738610755,"id":4660,"parentId":4620,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5877,"timestamp":1237738610795,"id":4661,"parentId":4621,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5833,"timestamp":1237738610840,"id":4662,"parentId":4622,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5791,"timestamp":1237738610882,"id":4663,"parentId":4623,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5750,"timestamp":1237738610923,"id":4664,"parentId":4624,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5706,"timestamp":1237738610967,"id":4665,"parentId":4625,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5664,"timestamp":1237738611009,"id":4666,"parentId":4626,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5622,"timestamp":1237738611052,"id":4667,"parentId":4627,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5582,"timestamp":1237738611093,"id":4668,"parentId":4628,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5402,"timestamp":1237738611273,"id":4669,"parentId":4629,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5358,"timestamp":1237738611318,"id":4670,"parentId":4630,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5310,"timestamp":1237738611366,"id":4671,"parentId":4631,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5269,"timestamp":1237738611407,"id":4672,"parentId":4632,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5224,"timestamp":1237738611453,"id":4673,"parentId":4633,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5182,"timestamp":1237738611495,"id":4674,"parentId":4634,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8285,"timestamp":1237738609004,"id":4616,"parentId":4396,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/resize/handle-element.mjs","layer":"app-pages-browser"},"startTime":1727804290036,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8396,"timestamp":1237738609124,"id":4617,"parentId":4396,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/resize/handle-window.mjs","layer":"app-pages-browser"},"startTime":1727804290036,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8650,"timestamp":1237738609198,"id":4618,"parentId":4398,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs","layer":"app-pages-browser"},"startTime":1727804290036,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9053,"timestamp":1237738609265,"id":4619,"parentId":4463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/animation/mix-values.mjs","layer":"app-pages-browser"},"startTime":1727804290036,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9119,"timestamp":1237738609333,"id":4620,"parentId":4463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/copy.mjs","layer":"app-pages-browser"},"startTime":1727804290036,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9503,"timestamp":1237738609399,"id":4621,"parentId":4463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.mjs","layer":"app-pages-browser"},"startTime":1727804290036,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9709,"timestamp":1237738609463,"id":4622,"parentId":4463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.mjs","layer":"app-pages-browser"},"startTime":1727804290036,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9839,"timestamp":1237738609526,"id":4623,"parentId":4463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/utils.mjs","layer":"app-pages-browser"},"startTime":1727804290036,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10133,"timestamp":1237738609588,"id":4624,"parentId":4463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/shared/stack.mjs","layer":"app-pages-browser"},"startTime":1727804290036,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10354,"timestamp":1237738609648,"id":4625,"parentId":4463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/transform.mjs","layer":"app-pages-browser"},"startTime":1727804290036,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10370,"timestamp":1237738609712,"id":4626,"parentId":4463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/utils/each-axis.mjs","layer":"app-pages-browser"},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10464,"timestamp":1237738609774,"id":4627,"parentId":4463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/utils/has-transform.mjs","layer":"app-pages-browser"},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10471,"timestamp":1237738609840,"id":4628,"parentId":4463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/state.mjs","layer":"app-pages-browser"},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10575,"timestamp":1237738609902,"id":4629,"parentId":4465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/default-transitions.mjs","layer":"app-pages-browser"},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10600,"timestamp":1237738609965,"id":4630,"parentId":4467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/is.mjs","layer":"app-pages-browser"},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10680,"timestamp":1237738610031,"id":4631,"parentId":4468,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.mjs","layer":"app-pages-browser"},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10810,"timestamp":1237738610092,"id":4632,"parentId":4468,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs","layer":"app-pages-browser"},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10970,"timestamp":1237738610156,"id":4633,"parentId":4468,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.mjs","layer":"app-pages-browser"},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":10993,"timestamp":1237738610217,"id":4634,"parentId":4468,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs","layer":"app-pages-browser"},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":24214,"timestamp":1237738597529,"id":4604,"parentId":4603,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":24297,"timestamp":1237738597448,"id":4603,"parentId":4571,"tags":{},"startTime":1727804290024,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":25617,"timestamp":1237738596237,"id":4571,"parentId":4298,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/ReorderContext.mjs","layer":"app-pages-browser"},"startTime":1727804290023,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":211,"timestamp":1237738624495,"id":4690,"parentId":4677,"tags":{},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":259,"timestamp":1237738624502,"id":4691,"parentId":4678,"tags":{},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":299,"timestamp":1237738624504,"id":4692,"parentId":4679,"tags":{},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":339,"timestamp":1237738624506,"id":4693,"parentId":4680,"tags":{},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":378,"timestamp":1237738624508,"id":4694,"parentId":4681,"tags":{},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":440,"timestamp":1237738624510,"id":4695,"parentId":4682,"tags":{},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":484,"timestamp":1237738624512,"id":4696,"parentId":4683,"tags":{},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":524,"timestamp":1237738624514,"id":4697,"parentId":4684,"tags":{},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":566,"timestamp":1237738624516,"id":4698,"parentId":4685,"tags":{},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":607,"timestamp":1237738624518,"id":4699,"parentId":4686,"tags":{},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":646,"timestamp":1237738624519,"id":4700,"parentId":4687,"tags":{},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":685,"timestamp":1237738624521,"id":4701,"parentId":4688,"tags":{},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":724,"timestamp":1237738624523,"id":4702,"parentId":4689,"tags":{},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5472,"timestamp":1237738624712,"id":4703,"parentId":4677,"tags":{},"startTime":1727804290052,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5423,"timestamp":1237738624763,"id":4704,"parentId":4678,"tags":{},"startTime":1727804290052,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5382,"timestamp":1237738624805,"id":4705,"parentId":4679,"tags":{},"startTime":1727804290052,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5341,"timestamp":1237738624846,"id":4706,"parentId":4680,"tags":{},"startTime":1727804290052,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5300,"timestamp":1237738624888,"id":4707,"parentId":4681,"tags":{},"startTime":1727804290052,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5236,"timestamp":1237738624952,"id":4708,"parentId":4682,"tags":{},"startTime":1727804290052,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5191,"timestamp":1237738624998,"id":4709,"parentId":4683,"tags":{},"startTime":1727804290052,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5150,"timestamp":1237738625039,"id":4710,"parentId":4684,"tags":{},"startTime":1727804290052,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5106,"timestamp":1237738625084,"id":4711,"parentId":4685,"tags":{},"startTime":1727804290052,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5063,"timestamp":1237738625127,"id":4712,"parentId":4686,"tags":{},"startTime":1727804290052,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5024,"timestamp":1237738625167,"id":4713,"parentId":4687,"tags":{},"startTime":1727804290052,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4983,"timestamp":1237738625208,"id":4714,"parentId":4688,"tags":{},"startTime":1727804290052,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4943,"timestamp":1237738625248,"id":4715,"parentId":4689,"tags":{},"startTime":1727804290052,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6909,"timestamp":1237738623558,"id":4677,"parentId":4468,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/render.mjs","layer":"app-pages-browser"},"startTime":1727804290050,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6895,"timestamp":1237738623688,"id":4678,"parentId":4468,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs","layer":"app-pages-browser"},"startTime":1727804290050,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":6923,"timestamp":1237738623763,"id":4679,"parentId":4500,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/utils/is-node-or-child.mjs","layer":"app-pages-browser"},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7013,"timestamp":1237738623830,"id":4680,"parentId":4485,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/utils/measure.mjs","layer":"app-pages-browser"},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":8757,"timestamp":1237738623894,"id":4681,"parentId":4501,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.mjs","layer":"app-pages-browser"},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9314,"timestamp":1237738623961,"id":4682,"parentId":4502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/pan/PanSession.mjs","layer":"app-pages-browser"},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9374,"timestamp":1237738624023,"id":4683,"parentId":4492,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/get-easing-for-segment.mjs","layer":"app-pages-browser"},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9552,"timestamp":1237738624089,"id":4684,"parentId":4485,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/build-styles.mjs","layer":"app-pages-browser"},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9680,"timestamp":1237738624155,"id":4685,"parentId":4485,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs","layer":"app-pages-browser"},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9720,"timestamp":1237738624219,"id":4686,"parentId":4485,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/render.mjs","layer":"app-pages-browser"},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9739,"timestamp":1237738624281,"id":4687,"parentId":4494,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.mjs","layer":"app-pages-browser"},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9755,"timestamp":1237738624344,"id":4688,"parentId":4502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/get-context-window.mjs","layer":"app-pages-browser"},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":9890,"timestamp":1237738624407,"id":4689,"parentId":4509,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.mjs","layer":"app-pages-browser"},"startTime":1727804290051,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23112,"timestamp":1237738611617,"id":4676,"parentId":4675,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23194,"timestamp":1237738611537,"id":4675,"parentId":4635,"tags":{},"startTime":1727804290038,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":24849,"timestamp":1237738610286,"id":4635,"parentId":4399,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs","layer":"app-pages-browser"},"startTime":1727804290037,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":209,"timestamp":1237738639436,"id":4719,"parentId":4716,"tags":{},"startTime":1727804290066,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":261,"timestamp":1237738639442,"id":4720,"parentId":4717,"tags":{},"startTime":1727804290066,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":304,"timestamp":1237738639444,"id":4721,"parentId":4718,"tags":{},"startTime":1727804290066,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6837,"timestamp":1237738639654,"id":4722,"parentId":4716,"tags":{},"startTime":1727804290066,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6789,"timestamp":1237738639705,"id":4723,"parentId":4717,"tags":{},"startTime":1727804290067,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6745,"timestamp":1237738639749,"id":4724,"parentId":4718,"tags":{},"startTime":1727804290067,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7611,"timestamp":1237738639148,"id":4716,"parentId":4503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.mjs","layer":"app-pages-browser"},"startTime":1727804290066,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7794,"timestamp":1237738639272,"id":4717,"parentId":4505,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.mjs","layer":"app-pages-browser"},"startTime":1727804290066,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":7952,"timestamp":1237738639344,"id":4718,"parentId":4505,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs","layer":"app-pages-browser"},"startTime":1727804290066,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":116,"timestamp":1237738649058,"id":4737,"parentId":4725,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":170,"timestamp":1237738649065,"id":4738,"parentId":4726,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":209,"timestamp":1237738649067,"id":4739,"parentId":4727,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"}] -[{"name":"read-resource","duration":402,"timestamp":1237738649070,"id":4740,"parentId":4728,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":442,"timestamp":1237738649072,"id":4741,"parentId":4729,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":482,"timestamp":1237738649074,"id":4742,"parentId":4730,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":521,"timestamp":1237738649075,"id":4743,"parentId":4731,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":565,"timestamp":1237738649077,"id":4744,"parentId":4732,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":606,"timestamp":1237738649079,"id":4745,"parentId":4733,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":644,"timestamp":1237738649081,"id":4746,"parentId":4734,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":688,"timestamp":1237738649082,"id":4747,"parentId":4735,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":729,"timestamp":1237738649084,"id":4748,"parentId":4736,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1427,"timestamp":1237738649182,"id":4749,"parentId":4725,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1373,"timestamp":1237738649238,"id":4750,"parentId":4726,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1182,"timestamp":1237738649429,"id":4751,"parentId":4727,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1138,"timestamp":1237738649474,"id":4752,"parentId":4728,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1096,"timestamp":1237738649516,"id":4753,"parentId":4729,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1056,"timestamp":1237738649557,"id":4754,"parentId":4730,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1015,"timestamp":1237738649598,"id":4755,"parentId":4731,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":969,"timestamp":1237738649644,"id":4756,"parentId":4732,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":928,"timestamp":1237738649687,"id":4757,"parentId":4733,"tags":{},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":888,"timestamp":1237738649727,"id":4758,"parentId":4734,"tags":{},"startTime":1727804290077,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":843,"timestamp":1237738649773,"id":4759,"parentId":4735,"tags":{},"startTime":1727804290077,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":801,"timestamp":1237738649815,"id":4760,"parentId":4736,"tags":{},"startTime":1727804290077,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3064,"timestamp":1237738647907,"id":4725,"parentId":4504,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/viewport/observers.mjs","layer":"app-pages-browser"},"startTime":1727804290075,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3096,"timestamp":1237738648030,"id":4726,"parentId":4573,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/shallow-compare.mjs","layer":"app-pages-browser"},"startTime":1727804290075,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3181,"timestamp":1237738648153,"id":4727,"parentId":4573,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/get-variant-context.mjs","layer":"app-pages-browser"},"startTime":1727804290075,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3365,"timestamp":1237738648222,"id":4728,"parentId":4579,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/config-motion.mjs","layer":"app-pages-browser"},"startTime":1727804290075,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3245,"timestamp":1237738648448,"id":4729,"parentId":4579,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/config-motion.mjs","layer":"app-pages-browser"},"startTime":1727804290075,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3349,"timestamp":1237738648546,"id":4730,"parentId":4579,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/use-render.mjs","layer":"app-pages-browser"},"startTime":1727804290075,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3441,"timestamp":1237738648616,"id":4731,"parentId":4567,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-animatable.mjs","layer":"app-pages-browser"},"startTime":1727804290075,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3520,"timestamp":1237738648683,"id":4732,"parentId":4633,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.mjs","layer":"app-pages-browser"},"startTime":1727804290075,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3599,"timestamp":1237738648750,"id":4733,"parentId":4633,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/path.mjs","layer":"app-pages-browser"},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3715,"timestamp":1237738648812,"id":4734,"parentId":4618,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs","layer":"app-pages-browser"},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3740,"timestamp":1237738648875,"id":4735,"parentId":4618,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs","layer":"app-pages-browser"},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":3825,"timestamp":1237738648975,"id":4736,"parentId":4618,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs","layer":"app-pages-browser"},"startTime":1727804290076,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":81,"timestamp":1237738657894,"id":4764,"parentId":4761,"tags":{},"startTime":1727804290085,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":129,"timestamp":1237738657899,"id":4765,"parentId":4762,"tags":{},"startTime":1727804290085,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":172,"timestamp":1237738657901,"id":4766,"parentId":4763,"tags":{},"startTime":1727804290085,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3694,"timestamp":1237738657980,"id":4767,"parentId":4761,"tags":{},"startTime":1727804290085,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3647,"timestamp":1237738658030,"id":4768,"parentId":4762,"tags":{},"startTime":1727804290085,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3604,"timestamp":1237738658074,"id":4769,"parentId":4763,"tags":{},"startTime":1727804290085,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":4385,"timestamp":1237738657609,"id":4761,"parentId":4680,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/conversion.mjs","layer":"app-pages-browser"},"startTime":1727804290084,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":4442,"timestamp":1237738657733,"id":4762,"parentId":4685,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs","layer":"app-pages-browser"},"startTime":1727804290085,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":4860,"timestamp":1237738657806,"id":4763,"parentId":4681,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.mjs","layer":"app-pages-browser"},"startTime":1727804290085,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13,"timestamp":1237738671875,"id":4775,"parentId":4770,"tags":{},"startTime":1727804290099,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":62,"timestamp":1237738671880,"id":4776,"parentId":4771,"tags":{},"startTime":1727804290099,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":100,"timestamp":1237738671882,"id":4777,"parentId":4772,"tags":{},"startTime":1727804290099,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":140,"timestamp":1237738671884,"id":4778,"parentId":4773,"tags":{},"startTime":1727804290099,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":181,"timestamp":1237738671886,"id":4779,"parentId":4774,"tags":{},"startTime":1727804290099,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":217,"timestamp":1237738671894,"id":4780,"parentId":4770,"tags":{},"startTime":1727804290099,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":168,"timestamp":1237738671944,"id":4781,"parentId":4771,"tags":{},"startTime":1727804290099,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":128,"timestamp":1237738671984,"id":4782,"parentId":4772,"tags":{},"startTime":1727804290099,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":86,"timestamp":1237738672026,"id":4783,"parentId":4773,"tags":{},"startTime":1727804290099,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":45,"timestamp":1237738672069,"id":4784,"parentId":4774,"tags":{},"startTime":1727804290099,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":1325,"timestamp":1237738671462,"id":4770,"parentId":4730,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/use-props.mjs","layer":"app-pages-browser"},"startTime":1727804290098,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":1380,"timestamp":1237738671592,"id":4771,"parentId":4730,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/use-props.mjs","layer":"app-pages-browser"},"startTime":1727804290098,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":1397,"timestamp":1237738671665,"id":4772,"parentId":4728,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.mjs","layer":"app-pages-browser"},"startTime":1727804290098,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":1403,"timestamp":1237738671735,"id":4773,"parentId":4729,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.mjs","layer":"app-pages-browser"},"startTime":1727804290099,"traceId":"ed4341945b6604eb"},{"name":"build-module-mjs","duration":1520,"timestamp":1237738671804,"id":4774,"parentId":4736,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs","layer":"app-pages-browser"},"startTime":1727804290099,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":594819,"timestamp":1237738081654,"id":3827,"parentId":3819,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804289508,"traceId":"ed4341945b6604eb"},{"name":"make","duration":604593,"timestamp":1237738071911,"id":3819,"parentId":3818,"tags":{},"startTime":1727804289499,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":3941,"timestamp":1237738691039,"id":4786,"parentId":4785,"tags":{},"startTime":1727804290118,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":6,"timestamp":1237738695013,"id":4788,"parentId":4785,"tags":{},"startTime":1727804290122,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":118,"timestamp":1237738695034,"id":4789,"parentId":4785,"tags":{},"startTime":1727804290122,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":9,"timestamp":1237738695173,"id":4790,"parentId":4785,"tags":{},"startTime":1727804290122,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1237738695202,"id":4791,"parentId":4785,"tags":{},"startTime":1727804290122,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":3026,"timestamp":1237738694999,"id":4787,"parentId":4785,"tags":{},"startTime":1727804290122,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":2951,"timestamp":1237738701283,"id":4792,"parentId":4785,"tags":{},"startTime":1727804290128,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":18302,"timestamp":1237738704250,"id":4793,"parentId":4785,"tags":{},"startTime":1727804290131,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":8327,"timestamp":1237738724983,"id":4794,"parentId":4785,"tags":{},"startTime":1727804290152,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":117,"timestamp":1237738733309,"id":4795,"parentId":4785,"tags":{},"startTime":1727804290160,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":267,"timestamp":1237738733415,"id":4796,"parentId":4785,"tags":{},"startTime":1727804290160,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":105225,"timestamp":1237738733687,"id":4797,"parentId":4785,"tags":{},"startTime":1727804290160,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":139,"timestamp":1237738845914,"id":4799,"parentId":3818,"tags":{},"startTime":1727804290273,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":434,"timestamp":1237738845626,"id":4798,"parentId":3818,"tags":{},"startTime":1727804290272,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":164732,"timestamp":1237738686488,"id":4785,"parentId":3818,"tags":{},"startTime":1727804290113,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":780226,"timestamp":1237738071084,"id":3818,"parentId":2854,"tags":{"name":"client"},"startTime":1727804289498,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":10227,"timestamp":1237738851345,"id":4800,"parentId":2854,"tags":{},"startTime":1727804290278,"traceId":"ed4341945b6604eb"},{"name":"compile-path","duration":1579142,"timestamp":1237737283521,"id":2798,"tags":{"trigger":"/","isTurbopack":false},"startTime":1727804288710,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":1401677,"timestamp":1237737461347,"id":2854,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727804288888,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":10,"timestamp":1237738868051,"id":4801,"parentId":3,"tags":{},"startTime":1727804290295,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":1577000,"timestamp":1237737462693,"id":4803,"parentId":3,"tags":{"updatedModules":[],"page":"/events/versefest","isPageHidden":false},"startTime":1727804290469,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":202753,"timestamp":1237738869858,"id":4802,"tags":{"url":"/events/versefest?_rsc=13ljy","isTurbopack":false},"startTime":1727804290297,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1237739072687,"id":4804,"parentId":4802,"tags":{"url":"/events/versefest?_rsc=13ljy","memory.rss":"540426240","memory.heapUsed":"289558832","memory.heapTotal":"330416128"},"startTime":1727804290499,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":1822519,"timestamp":1237737277555,"id":2796,"tags":{"url":"/","isTurbopack":false},"startTime":1727804288704,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":0,"timestamp":1237739100112,"id":4805,"parentId":2796,"tags":{"url":"/","memory.rss":"540737536","memory.heapUsed":"291982840","memory.heapTotal":"330416128"},"startTime":1727804290527,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":7,"timestamp":1237739513184,"id":4806,"parentId":3,"tags":{},"startTime":1727804290940,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":185399,"timestamp":1237770740118,"id":4807,"tags":{"url":"/events/versefest","isTurbopack":false},"startTime":1727804322166,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1237770925570,"id":4808,"parentId":4807,"tags":{"url":"/events/versefest","memory.rss":"282361856","memory.heapUsed":"245237816","memory.heapTotal":"268288000"},"startTime":1727804322352,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":19,"timestamp":1237771439824,"id":4809,"parentId":3,"tags":{},"startTime":1727804322866,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":55454,"timestamp":1237775288375,"id":4810,"tags":{"url":"/","isTurbopack":false},"startTime":1727804326715,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1237775343933,"id":4811,"parentId":4810,"tags":{"url":"/","memory.rss":"161447936","memory.heapUsed":"246368176","memory.heapTotal":"268550144"},"startTime":1727804326770,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":8,"timestamp":1237775799756,"id":4812,"parentId":3,"tags":{},"startTime":1727804327226,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":190868,"timestamp":1238034126619,"id":4813,"tags":{"url":"/events/versefest","isTurbopack":false},"startTime":1727804585550,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":2,"timestamp":1238034317878,"id":4814,"parentId":4813,"tags":{"url":"/events/versefest","memory.rss":"125714432","memory.heapUsed":"286467584","memory.heapTotal":"321978368"},"startTime":1727804585741,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":21,"timestamp":1238034804933,"id":4815,"parentId":3,"tags":{},"startTime":1727804586228,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":84370,"timestamp":1238037193501,"id":4816,"tags":{"url":"/","isTurbopack":false},"startTime":1727804588616,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":2,"timestamp":1238037277989,"id":4817,"parentId":4816,"tags":{"url":"/","memory.rss":"157171712","memory.heapUsed":"274886936","memory.heapTotal":"289325056"},"startTime":1727804588701,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":7,"timestamp":1238037767934,"id":4818,"parentId":3,"tags":{},"startTime":1727804589191,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":34490,"timestamp":1238117294449,"id":4827,"parentId":4821,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804668716,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":58677,"timestamp":1238117293550,"id":4822,"parentId":4821,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804668715,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":81322,"timestamp":1238117294452,"id":4828,"parentId":4821,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804668716,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18435,"timestamp":1238117364724,"id":4833,"parentId":4832,"tags":{},"startTime":1727804668787,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":135585,"timestamp":1238117294408,"id":4823,"parentId":4821,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804668716,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":140098,"timestamp":1238117294439,"id":4825,"parentId":4821,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804668716,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":139859,"timestamp":1238117294685,"id":4830,"parentId":4821,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804668716,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":140472,"timestamp":1238117294467,"id":4829,"parentId":4821,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804668716,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":507194,"timestamp":1238117383369,"id":4835,"parentId":4834,"tags":{},"startTime":1727804668805,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":510871,"timestamp":1238117383224,"id":4834,"parentId":4832,"tags":{},"startTime":1727804668805,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":52621,"timestamp":1238117894265,"id":4836,"parentId":4832,"tags":{"astUsed":"true"},"startTime":1727804669316,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":598245,"timestamp":1238117364033,"id":4832,"parentId":4831,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804668786,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":643677,"timestamp":1238117331940,"id":4831,"parentId":4820,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804668754,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":294,"timestamp":1238117976420,"id":4837,"parentId":4831,"tags":{},"startTime":1727804669398,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":682633,"timestamp":1238117294443,"id":4826,"parentId":4821,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804668716,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":686011,"timestamp":1238117294433,"id":4824,"parentId":4821,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804668716,"traceId":"ed4341945b6604eb"},{"name":"make","duration":690695,"timestamp":1238117289878,"id":4821,"parentId":4820,"tags":{},"startTime":1727804668712,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":6686,"timestamp":1238118115534,"id":4839,"parentId":4838,"tags":{},"startTime":1727804669537,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":11,"timestamp":1238118122272,"id":4841,"parentId":4838,"tags":{},"startTime":1727804669544,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":341,"timestamp":1238118122393,"id":4842,"parentId":4838,"tags":{},"startTime":1727804669544,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":55,"timestamp":1238118122923,"id":4843,"parentId":4838,"tags":{},"startTime":1727804669545,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":16,"timestamp":1238118123111,"id":4844,"parentId":4838,"tags":{},"startTime":1727804669545,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":11543,"timestamp":1238118122254,"id":4840,"parentId":4838,"tags":{},"startTime":1727804669544,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":924,"timestamp":1238118158864,"id":4845,"parentId":4838,"tags":{},"startTime":1727804669581,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":4252,"timestamp":1238118159807,"id":4846,"parentId":4838,"tags":{},"startTime":1727804669582,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":11945,"timestamp":1238118169071,"id":4847,"parentId":4838,"tags":{},"startTime":1727804669591,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":319,"timestamp":1238118181013,"id":4848,"parentId":4838,"tags":{},"startTime":1727804669603,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":693,"timestamp":1238118181307,"id":4849,"parentId":4838,"tags":{},"startTime":1727804669603,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":11207,"timestamp":1238118182012,"id":4850,"parentId":4838,"tags":{},"startTime":1727804669604,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":494,"timestamp":1238118196982,"id":4852,"parentId":4820,"tags":{},"startTime":1727804669619,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":950,"timestamp":1238118196533,"id":4851,"parentId":4820,"tags":{},"startTime":1727804669618,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":95880,"timestamp":1238118107164,"id":4838,"parentId":4820,"tags":{},"startTime":1727804669529,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":929643,"timestamp":1238117273472,"id":4820,"parentId":4819,"tags":{"name":"client"},"startTime":1727804668695,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":9632,"timestamp":1238118203191,"id":4853,"parentId":4819,"tags":{},"startTime":1727804669625,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":1052887,"timestamp":1238117162747,"id":4819,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804668585,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":25,"timestamp":1238118222809,"id":4854,"parentId":3,"tags":{},"startTime":1727804669645,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":1080000,"timestamp":1238117173436,"id":4856,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1727804669676,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":33268,"timestamp":1238118225119,"id":4855,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727804669647,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":2,"timestamp":1238118258467,"id":4857,"parentId":4855,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"353468416","memory.heapUsed":"264301088","memory.heapTotal":"342523904"},"startTime":1727804669680,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":7706,"timestamp":1238118549555,"id":4866,"parentId":4860,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804669971,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":13744,"timestamp":1238118549435,"id":4861,"parentId":4860,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804669971,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":22121,"timestamp":1238118549559,"id":4867,"parentId":4860,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804669971,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7198,"timestamp":1238118567495,"id":4872,"parentId":4871,"tags":{},"startTime":1727804669989,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":36765,"timestamp":1238118549530,"id":4862,"parentId":4860,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804669971,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":42980,"timestamp":1238118549544,"id":4864,"parentId":4860,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804669971,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":42968,"timestamp":1238118549568,"id":4869,"parentId":4860,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804669971,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":43234,"timestamp":1238118549564,"id":4868,"parentId":4860,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804669971,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":194300,"timestamp":1238118574777,"id":4874,"parentId":4873,"tags":{},"startTime":1727804669997,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":195242,"timestamp":1238118574729,"id":4873,"parentId":4871,"tags":{},"startTime":1727804669997,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":40123,"timestamp":1238118770017,"id":4875,"parentId":4871,"tags":{"astUsed":"true"},"startTime":1727804670192,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":251695,"timestamp":1238118567246,"id":4871,"parentId":4870,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804669989,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":267897,"timestamp":1238118557606,"id":4870,"parentId":4859,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804669979,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":50,"timestamp":1238118825780,"id":4876,"parentId":4870,"tags":{},"startTime":1727804670248,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":276384,"timestamp":1238118549549,"id":4865,"parentId":4860,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804669971,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":279294,"timestamp":1238118549540,"id":4863,"parentId":4860,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804669971,"traceId":"ed4341945b6604eb"},{"name":"make","duration":279811,"timestamp":1238118549079,"id":4860,"parentId":4859,"tags":{},"startTime":1727804669971,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":5177,"timestamp":1238118843015,"id":4878,"parentId":4877,"tags":{},"startTime":1727804670265,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":7,"timestamp":1238118848237,"id":4880,"parentId":4877,"tags":{},"startTime":1727804670270,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":608,"timestamp":1238118848401,"id":4881,"parentId":4877,"tags":{},"startTime":1727804670270,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":27,"timestamp":1238118849125,"id":4882,"parentId":4877,"tags":{},"startTime":1727804670271,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1238118849233,"id":4883,"parentId":4877,"tags":{},"startTime":1727804670271,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":3924,"timestamp":1238118848223,"id":4879,"parentId":4877,"tags":{},"startTime":1727804670270,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":1382,"timestamp":1238118856118,"id":4884,"parentId":4877,"tags":{},"startTime":1727804670278,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":17481,"timestamp":1238118857537,"id":4885,"parentId":4877,"tags":{},"startTime":1727804670279,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":8804,"timestamp":1238118878028,"id":4886,"parentId":4877,"tags":{},"startTime":1727804670300,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":309,"timestamp":1238118886827,"id":4887,"parentId":4877,"tags":{},"startTime":1727804670309,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":408,"timestamp":1238118887116,"id":4888,"parentId":4877,"tags":{},"startTime":1727804670309,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":6620,"timestamp":1238118887531,"id":4889,"parentId":4877,"tags":{},"startTime":1727804670309,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":69,"timestamp":1238118896620,"id":4891,"parentId":4859,"tags":{},"startTime":1727804670318,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":196,"timestamp":1238118896500,"id":4890,"parentId":4859,"tags":{},"startTime":1727804670318,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":66740,"timestamp":1238118835340,"id":4877,"parentId":4859,"tags":{},"startTime":1727804670257,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":353567,"timestamp":1238118548567,"id":4859,"parentId":4858,"tags":{"name":"client"},"startTime":1727804669970,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":9228,"timestamp":1238118902161,"id":4892,"parentId":4858,"tags":{},"startTime":1727804670324,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":375936,"timestamp":1238118536891,"id":4858,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804669959,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":6,"timestamp":1238118915635,"id":4893,"parentId":3,"tags":{},"startTime":1727804670337,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":394000,"timestamp":1238118537804,"id":4895,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1727804670355,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":18157,"timestamp":1238118916526,"id":4894,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727804670338,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238118934715,"id":4896,"parentId":4894,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"369770496","memory.heapUsed":"283383128","memory.heapTotal":"343310336"},"startTime":1727804670356,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":13988,"timestamp":1238126863813,"id":4905,"parentId":4899,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804678285,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":20884,"timestamp":1238126862973,"id":4900,"parentId":4899,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804678285,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":27785,"timestamp":1238126863817,"id":4906,"parentId":4899,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804678285,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7174,"timestamp":1238126887358,"id":4911,"parentId":4910,"tags":{},"startTime":1727804678309,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":41239,"timestamp":1238126863787,"id":4901,"parentId":4899,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804678285,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":52900,"timestamp":1238126863805,"id":4903,"parentId":4899,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804678285,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":52852,"timestamp":1238126863862,"id":4908,"parentId":4899,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804678286,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":53209,"timestamp":1238126863859,"id":4907,"parentId":4899,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804678286,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":126921,"timestamp":1238126894722,"id":4913,"parentId":4912,"tags":{},"startTime":1727804678316,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":127585,"timestamp":1238126894589,"id":4912,"parentId":4910,"tags":{},"startTime":1727804678316,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":23313,"timestamp":1238127022227,"id":4914,"parentId":4910,"tags":{"astUsed":"true"},"startTime":1727804678444,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":160921,"timestamp":1238126887131,"id":4910,"parentId":4909,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804678309,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":173064,"timestamp":1238126878514,"id":4909,"parentId":4898,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804678300,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":39,"timestamp":1238127052032,"id":4915,"parentId":4909,"tags":{},"startTime":1727804678474,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":188534,"timestamp":1238126863809,"id":4904,"parentId":4899,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804678285,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":189747,"timestamp":1238126863801,"id":4902,"parentId":4899,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804678285,"traceId":"ed4341945b6604eb"},{"name":"make","duration":194336,"timestamp":1238126859246,"id":4899,"parentId":4898,"tags":{},"startTime":1727804678281,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":22783,"timestamp":1238127091315,"id":4917,"parentId":4916,"tags":{},"startTime":1727804678513,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":11,"timestamp":1238127114207,"id":4919,"parentId":4916,"tags":{},"startTime":1727804678536,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":480,"timestamp":1238127114258,"id":4920,"parentId":4916,"tags":{},"startTime":1727804678536,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":26,"timestamp":1238127114783,"id":4921,"parentId":4916,"tags":{},"startTime":1727804678536,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1238127114847,"id":4922,"parentId":4916,"tags":{},"startTime":1727804678537,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":14975,"timestamp":1238127114184,"id":4918,"parentId":4916,"tags":{},"startTime":1727804678536,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":1788,"timestamp":1238127136006,"id":4923,"parentId":4916,"tags":{},"startTime":1727804678558,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":12350,"timestamp":1238127137879,"id":4924,"parentId":4916,"tags":{},"startTime":1727804678560,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":50583,"timestamp":1238127154006,"id":4925,"parentId":4916,"tags":{},"startTime":1727804678576,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":179,"timestamp":1238127204588,"id":4926,"parentId":4916,"tags":{},"startTime":1727804678626,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":700,"timestamp":1238127204749,"id":4927,"parentId":4916,"tags":{},"startTime":1727804678626,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":8203,"timestamp":1238127205462,"id":4928,"parentId":4916,"tags":{},"startTime":1727804678627,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":102,"timestamp":1238127215221,"id":4930,"parentId":4898,"tags":{},"startTime":1727804678637,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":254,"timestamp":1238127215076,"id":4929,"parentId":4898,"tags":{},"startTime":1727804678637,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":160452,"timestamp":1238127058673,"id":4916,"parentId":4898,"tags":{},"startTime":1727804678480,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":366196,"timestamp":1238126853002,"id":4898,"parentId":4897,"tags":{"name":"client"},"startTime":1727804678275,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":4797,"timestamp":1238127219221,"id":4931,"parentId":4897,"tags":{},"startTime":1727804678641,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":389588,"timestamp":1238126835822,"id":4897,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804678257,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":4,"timestamp":1238127229792,"id":4932,"parentId":3,"tags":{},"startTime":1727804678651,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":403000,"timestamp":1238126835903,"id":4934,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1727804678662,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":22962,"timestamp":1238127231157,"id":4933,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727804678653,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238127254173,"id":4935,"parentId":4933,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"251625472","memory.heapUsed":"299126920","memory.heapTotal":"343719936"},"startTime":1727804678676,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":31523,"timestamp":1238183032651,"id":4941,"parentId":4939,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804734454,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":77856,"timestamp":1238183054372,"id":4944,"parentId":4943,"tags":{},"startTime":1727804734475,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":78126,"timestamp":1238183054109,"id":4943,"parentId":4942,"tags":{},"startTime":1727804734475,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":82297,"timestamp":1238183053214,"id":4942,"parentId":4938,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Layout.jsx","layer":"rsc"},"startTime":1727804734474,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10549,"timestamp":1238183250919,"id":4947,"parentId":4946,"tags":{},"startTime":1727804734672,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10860,"timestamp":1238183250617,"id":4946,"parentId":4945,"tags":{},"startTime":1727804734672,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":15523,"timestamp":1238183250187,"id":4945,"parentId":4942,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727804734671,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":234775,"timestamp":1238183032238,"id":4940,"parentId":4939,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804734453,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":1151,"timestamp":1238183305541,"id":4958,"parentId":4938,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=true!","layer":"ssr"},"startTime":1727804734726,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":1640,"timestamp":1238183306719,"id":4959,"parentId":4938,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1727804734728,"traceId":"ed4341945b6604eb"},{"name":"make","duration":298387,"timestamp":1238183026778,"id":4939,"parentId":4938,"tags":{},"startTime":1727804734448,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":4527,"timestamp":1238183339149,"id":4961,"parentId":4960,"tags":{},"startTime":1727804734760,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":5,"timestamp":1238183343710,"id":4963,"parentId":4960,"tags":{},"startTime":1727804734765,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":9163,"timestamp":1238183343839,"id":4964,"parentId":4960,"tags":{},"startTime":1727804734765,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":13,"timestamp":1238183353033,"id":4965,"parentId":4960,"tags":{},"startTime":1727804734774,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1238183353069,"id":4966,"parentId":4960,"tags":{},"startTime":1727804734774,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":12291,"timestamp":1238183343698,"id":4962,"parentId":4960,"tags":{},"startTime":1727804734765,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":722,"timestamp":1238183358329,"id":4967,"parentId":4960,"tags":{},"startTime":1727804734779,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":3948,"timestamp":1238183359063,"id":4968,"parentId":4960,"tags":{},"startTime":1727804734780,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":2837,"timestamp":1238183365070,"id":4969,"parentId":4960,"tags":{},"startTime":1727804734786,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":96,"timestamp":1238183367906,"id":4970,"parentId":4960,"tags":{},"startTime":1727804734789,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":283,"timestamp":1238183367991,"id":4971,"parentId":4960,"tags":{},"startTime":1727804734789,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":2860,"timestamp":1238183368279,"id":4972,"parentId":4960,"tags":{},"startTime":1727804734789,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":42049,"timestamp":1238183331842,"id":4960,"parentId":4938,"tags":{},"startTime":1727804734753,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":351942,"timestamp":1238183025293,"id":4938,"parentId":4936,"tags":{"name":"server"},"startTime":1727804734446,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":4814,"timestamp":1238183377311,"id":4973,"parentId":4936,"tags":{},"startTime":1727804734798,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":389582,"timestamp":1238182995084,"id":4936,"parentId":3,"tags":{"trigger":"src/components/Layout.jsx"},"startTime":1727804734416,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":1004,"timestamp":1238183412436,"id":4985,"parentId":4979,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1727804734833,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":1678,"timestamp":1238183413457,"id":4986,"parentId":4981,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1727804734834,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":11433,"timestamp":1238183407567,"id":4976,"parentId":4975,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804734828,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":33254,"timestamp":1238183407972,"id":4982,"parentId":4975,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804734829,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":33732,"timestamp":1238183407846,"id":4977,"parentId":4975,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804734829,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":33608,"timestamp":1238183407975,"id":4983,"parentId":4975,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804734829,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":11275,"timestamp":1238183430322,"id":4989,"parentId":4988,"tags":{},"startTime":1727804734851,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":168906,"timestamp":1238183441708,"id":4991,"parentId":4990,"tags":{},"startTime":1727804734863,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":170493,"timestamp":1238183441623,"id":4990,"parentId":4988,"tags":{},"startTime":1727804734863,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":29301,"timestamp":1238183612184,"id":4992,"parentId":4988,"tags":{"astUsed":"true"},"startTime":1727804735033,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":218718,"timestamp":1238183430119,"id":4988,"parentId":4987,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804734851,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":241603,"timestamp":1238183407943,"id":4978,"parentId":4975,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804734829,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":315036,"timestamp":1238183415260,"id":4987,"parentId":4974,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804734836,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":47,"timestamp":1238183730993,"id":4993,"parentId":4987,"tags":{},"startTime":1727804735152,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":323217,"timestamp":1238183407963,"id":4980,"parentId":4975,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804734829,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":323581,"timestamp":1238183407959,"id":4979,"parentId":4975,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804734829,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":323566,"timestamp":1238183407978,"id":4984,"parentId":4975,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804734829,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":323579,"timestamp":1238183407968,"id":4981,"parentId":4975,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804734829,"traceId":"ed4341945b6604eb"},{"name":"make","duration":343762,"timestamp":1238183387808,"id":4975,"parentId":4974,"tags":{},"startTime":1727804734809,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2674,"timestamp":1238183742350,"id":4995,"parentId":4994,"tags":{},"startTime":1727804735163,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":6,"timestamp":1238183745056,"id":4997,"parentId":4994,"tags":{},"startTime":1727804735166,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":75,"timestamp":1238183745077,"id":4998,"parentId":4994,"tags":{},"startTime":1727804735166,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":9,"timestamp":1238183745175,"id":4999,"parentId":4994,"tags":{},"startTime":1727804735166,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1238183745204,"id":5000,"parentId":4994,"tags":{},"startTime":1727804735166,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":3311,"timestamp":1238183745046,"id":4996,"parentId":4994,"tags":{},"startTime":1727804735166,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":1344,"timestamp":1238183758831,"id":5001,"parentId":4994,"tags":{},"startTime":1727804735180,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":3698,"timestamp":1238183760199,"id":5002,"parentId":4994,"tags":{},"startTime":1727804735181,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":9112,"timestamp":1238183767565,"id":5003,"parentId":4994,"tags":{},"startTime":1727804735188,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":309,"timestamp":1238183776674,"id":5004,"parentId":4994,"tags":{},"startTime":1727804735198,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":607,"timestamp":1238183776961,"id":5005,"parentId":4994,"tags":{},"startTime":1727804735198,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":14375,"timestamp":1238183777579,"id":5006,"parentId":4994,"tags":{},"startTime":1727804735199,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":135,"timestamp":1238183794097,"id":5008,"parentId":4974,"tags":{},"startTime":1727804735215,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":399,"timestamp":1238183793997,"id":5007,"parentId":4974,"tags":{},"startTime":1727804735215,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":62357,"timestamp":1238183736098,"id":4994,"parentId":4974,"tags":{},"startTime":1727804735157,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":411007,"timestamp":1238183387491,"id":4974,"parentId":4937,"tags":{"name":"client"},"startTime":1727804734808,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":12048,"timestamp":1238183798523,"id":5009,"parentId":4937,"tags":{},"startTime":1727804735219,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":816183,"timestamp":1238182996905,"id":4937,"parentId":3,"tags":{"trigger":"src/components/Layout.jsx"},"startTime":1727804734418,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":9,"timestamp":1238183816736,"id":5010,"parentId":3,"tags":{},"startTime":1727804735238,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":853000,"timestamp":1238182998974,"id":5012,"parentId":3,"tags":{"updatedModules":["[project]/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!","[project]/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!","[project]/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"],"page":"/","isPageHidden":true},"startTime":1727804735275,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":138876,"timestamp":1238183836705,"id":5011,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727804735258,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238183975982,"id":5013,"parentId":5011,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"499531776","memory.heapUsed":"283464648","memory.heapTotal":"336674816"},"startTime":1727804735397,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":18890,"timestamp":1238197143308,"id":5019,"parentId":5017,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804748564,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3491,"timestamp":1238197159087,"id":5022,"parentId":5021,"tags":{},"startTime":1727804748580,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3783,"timestamp":1238197158796,"id":5021,"parentId":5020,"tags":{},"startTime":1727804748580,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":6994,"timestamp":1238197157924,"id":5020,"parentId":5016,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Layout.jsx","layer":"rsc"},"startTime":1727804748579,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":39155,"timestamp":1238197142990,"id":5018,"parentId":5017,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804748564,"traceId":"ed4341945b6604eb"},{"name":"make","duration":103958,"timestamp":1238197137989,"id":5017,"parentId":5016,"tags":{},"startTime":1727804748559,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2517,"timestamp":1238197252174,"id":5034,"parentId":5033,"tags":{},"startTime":1727804748673,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1238197254724,"id":5036,"parentId":5033,"tags":{},"startTime":1727804748675,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":2705,"timestamp":1238197254845,"id":5037,"parentId":5033,"tags":{},"startTime":1727804748676,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":8,"timestamp":1238197257572,"id":5038,"parentId":5033,"tags":{},"startTime":1727804748678,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1238197257595,"id":5039,"parentId":5033,"tags":{},"startTime":1727804748678,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":7054,"timestamp":1238197254716,"id":5035,"parentId":5033,"tags":{},"startTime":1727804748675,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":661,"timestamp":1238197264431,"id":5040,"parentId":5033,"tags":{},"startTime":1727804748685,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":2668,"timestamp":1238197265111,"id":5041,"parentId":5033,"tags":{},"startTime":1727804748686,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":3066,"timestamp":1238197280339,"id":5042,"parentId":5033,"tags":{},"startTime":1727804748701,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":118,"timestamp":1238197283404,"id":5043,"parentId":5033,"tags":{},"startTime":1727804748704,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":360,"timestamp":1238197283511,"id":5044,"parentId":5033,"tags":{},"startTime":1727804748704,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":223,"timestamp":1238197283877,"id":5045,"parentId":5033,"tags":{},"startTime":1727804748705,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":40448,"timestamp":1238197246408,"id":5033,"parentId":5016,"tags":{},"startTime":1727804748667,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":153979,"timestamp":1238197136518,"id":5016,"parentId":5014,"tags":{"name":"server"},"startTime":1727804748557,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":3669,"timestamp":1238197290550,"id":5046,"parentId":5014,"tags":{},"startTime":1727804748711,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":183060,"timestamp":1238197113162,"id":5014,"parentId":3,"tags":{"trigger":"src/components/Layout.jsx"},"startTime":1727804748534,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":3340,"timestamp":1238197306397,"id":5054,"parentId":5048,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804748727,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":5904,"timestamp":1238197306327,"id":5049,"parentId":5048,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804748727,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":16361,"timestamp":1238197306389,"id":5052,"parentId":5048,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804748727,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":16349,"timestamp":1238197306408,"id":5057,"parentId":5048,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804748727,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":17221,"timestamp":1238197306401,"id":5055,"parentId":5048,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804748727,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":17362,"timestamp":1238197306375,"id":5050,"parentId":5048,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804748727,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":17339,"timestamp":1238197306404,"id":5056,"parentId":5048,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804748727,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3946,"timestamp":1238197319854,"id":5060,"parentId":5059,"tags":{},"startTime":1727804748741,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":109718,"timestamp":1238197323872,"id":5062,"parentId":5061,"tags":{},"startTime":1727804748745,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":110232,"timestamp":1238197323820,"id":5061,"parentId":5059,"tags":{},"startTime":1727804748745,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":24515,"timestamp":1238197434086,"id":5063,"parentId":5059,"tags":{"astUsed":"true"},"startTime":1727804748855,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":141264,"timestamp":1238197319516,"id":5059,"parentId":5058,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804748740,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":154814,"timestamp":1238197306382,"id":5051,"parentId":5048,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804748727,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":154130,"timestamp":1238197309964,"id":5058,"parentId":5047,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804748731,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":35,"timestamp":1238197464197,"id":5064,"parentId":5058,"tags":{},"startTime":1727804748885,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":157860,"timestamp":1238197306393,"id":5053,"parentId":5048,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804748727,"traceId":"ed4341945b6604eb"},{"name":"make","duration":164822,"timestamp":1238197299445,"id":5048,"parentId":5047,"tags":{},"startTime":1727804748720,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":1885,"timestamp":1238197475838,"id":5066,"parentId":5065,"tags":{},"startTime":1727804748897,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1238197477752,"id":5068,"parentId":5065,"tags":{},"startTime":1727804748898,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":73,"timestamp":1238197477773,"id":5069,"parentId":5065,"tags":{},"startTime":1727804748899,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":11,"timestamp":1238197477869,"id":5070,"parentId":5065,"tags":{},"startTime":1727804748899,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1238197477901,"id":5071,"parentId":5065,"tags":{},"startTime":1727804748899,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":2442,"timestamp":1238197477743,"id":5067,"parentId":5065,"tags":{},"startTime":1727804748898,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":419,"timestamp":1238197484676,"id":5072,"parentId":5065,"tags":{},"startTime":1727804748905,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":2136,"timestamp":1238197485109,"id":5073,"parentId":5065,"tags":{},"startTime":1727804748906,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":5943,"timestamp":1238197488904,"id":5074,"parentId":5065,"tags":{},"startTime":1727804748910,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":142,"timestamp":1238197494846,"id":5075,"parentId":5065,"tags":{},"startTime":1727804748916,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":211,"timestamp":1238197494978,"id":5076,"parentId":5065,"tags":{},"startTime":1727804748916,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":3941,"timestamp":1238197495194,"id":5077,"parentId":5065,"tags":{},"startTime":1727804748916,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":335,"timestamp":1238197500850,"id":5079,"parentId":5047,"tags":{},"startTime":1727804748922,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":559,"timestamp":1238197500631,"id":5078,"parentId":5047,"tags":{},"startTime":1727804748921,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":36154,"timestamp":1238197467508,"id":5065,"parentId":5047,"tags":{},"startTime":1727804748888,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":204661,"timestamp":1238197299028,"id":5047,"parentId":5015,"tags":{"name":"client"},"startTime":1727804748720,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5748,"timestamp":1238197503705,"id":5080,"parentId":5015,"tags":{},"startTime":1727804748924,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":394915,"timestamp":1238197116028,"id":5015,"parentId":3,"tags":{"trigger":"src/components/Layout.jsx"},"startTime":1727804748537,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":4,"timestamp":1238197512731,"id":5081,"parentId":3,"tags":{},"startTime":1727804748933,"traceId":"ed4341945b6604eb"},{"name":"client-full-reload","duration":4,"timestamp":1238197606373,"id":5083,"parentId":3,"tags":{"stackTrace":""},"startTime":1727804749027,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":248078,"timestamp":1238197523160,"id":5082,"tags":{"url":"/","isTurbopack":false},"startTime":1727804748944,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238197771327,"id":5084,"parentId":5082,"tags":{"url":"/","memory.rss":"376340480","memory.heapUsed":"277480872","memory.heapTotal":"357433344"},"startTime":1727804749192,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":26,"timestamp":1238198202290,"id":5085,"parentId":3,"tags":{},"startTime":1727804749623,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":16506,"timestamp":1238207274393,"id":5095,"parentId":5089,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804758695,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21492,"timestamp":1238207274282,"id":5090,"parentId":5089,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804758695,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":29017,"timestamp":1238207274397,"id":5096,"parentId":5089,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804758695,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":6649,"timestamp":1238207298631,"id":5101,"parentId":5100,"tags":{},"startTime":1727804758719,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":46806,"timestamp":1238207274362,"id":5091,"parentId":5089,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804758695,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":49346,"timestamp":1238207274374,"id":5093,"parentId":5089,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804758695,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":49323,"timestamp":1238207274406,"id":5098,"parentId":5089,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804758695,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":49672,"timestamp":1238207274402,"id":5097,"parentId":5089,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804758695,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":152899,"timestamp":1238207305373,"id":5103,"parentId":5102,"tags":{},"startTime":1727804758726,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":154635,"timestamp":1238207305323,"id":5102,"parentId":5100,"tags":{},"startTime":1727804758726,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":34589,"timestamp":1238207460010,"id":5104,"parentId":5100,"tags":{"astUsed":"true"},"startTime":1727804758881,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":205024,"timestamp":1238207298462,"id":5100,"parentId":5099,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804758719,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":215833,"timestamp":1238207291171,"id":5099,"parentId":5088,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804758712,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":63,"timestamp":1238207510110,"id":5105,"parentId":5099,"tags":{},"startTime":1727804758931,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":236052,"timestamp":1238207274388,"id":5094,"parentId":5089,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804758695,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":237776,"timestamp":1238207274370,"id":5092,"parentId":5089,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804758695,"traceId":"ed4341945b6604eb"},{"name":"make","duration":238291,"timestamp":1238207273883,"id":5089,"parentId":5088,"tags":{},"startTime":1727804758694,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":4564,"timestamp":1238207521464,"id":5107,"parentId":5106,"tags":{},"startTime":1727804758942,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":6,"timestamp":1238207526063,"id":5109,"parentId":5106,"tags":{},"startTime":1727804758947,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":99,"timestamp":1238207526088,"id":5110,"parentId":5106,"tags":{},"startTime":1727804758947,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":9,"timestamp":1238207526210,"id":5111,"parentId":5106,"tags":{},"startTime":1727804758947,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1238207526241,"id":5112,"parentId":5106,"tags":{},"startTime":1727804758947,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":4242,"timestamp":1238207526052,"id":5108,"parentId":5106,"tags":{},"startTime":1727804758947,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":408,"timestamp":1238207535631,"id":5113,"parentId":5106,"tags":{},"startTime":1727804758956,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":2919,"timestamp":1238207536051,"id":5114,"parentId":5106,"tags":{},"startTime":1727804758957,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":6869,"timestamp":1238207541703,"id":5115,"parentId":5106,"tags":{},"startTime":1727804758962,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":149,"timestamp":1238207548570,"id":5116,"parentId":5106,"tags":{},"startTime":1727804758969,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":249,"timestamp":1238207548709,"id":5117,"parentId":5106,"tags":{},"startTime":1727804758969,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":4601,"timestamp":1238207548964,"id":5118,"parentId":5106,"tags":{},"startTime":1727804758970,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":94,"timestamp":1238207555093,"id":5120,"parentId":5088,"tags":{},"startTime":1727804758976,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":179,"timestamp":1238207555013,"id":5119,"parentId":5088,"tags":{},"startTime":1727804758976,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":42060,"timestamp":1238207516222,"id":5106,"parentId":5088,"tags":{},"startTime":1727804758937,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":284914,"timestamp":1238207273410,"id":5088,"parentId":5086,"tags":{"name":"client"},"startTime":1727804758694,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":8491,"timestamp":1238207558354,"id":5121,"parentId":5086,"tags":{},"startTime":1727804758979,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":304272,"timestamp":1238207263639,"id":5086,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804758684,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":3,"timestamp":1238207576119,"id":5124,"parentId":3,"tags":{},"startTime":1727804758997,"traceId":"ed4341945b6604eb"},{"name":"client-full-reload","duration":3,"timestamp":1238207588319,"id":5127,"parentId":3,"tags":{"stackTrace":""},"startTime":1727804759009,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":37120,"timestamp":1238207581090,"id":5126,"parentId":5123,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804759002,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23235,"timestamp":1238207612391,"id":5131,"parentId":5130,"tags":{},"startTime":1727804759033,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23534,"timestamp":1238207612108,"id":5130,"parentId":5129,"tags":{},"startTime":1727804759033,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":31921,"timestamp":1238207611390,"id":5129,"parentId":5122,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727804759032,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":83310,"timestamp":1238207581035,"id":5125,"parentId":5123,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804759002,"traceId":"ed4341945b6604eb"},{"name":"make","duration":159496,"timestamp":1238207571016,"id":5123,"parentId":5122,"tags":{},"startTime":1727804758992,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":10786,"timestamp":1238207758494,"id":5143,"parentId":5142,"tags":{},"startTime":1727804759179,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":15,"timestamp":1238207769324,"id":5145,"parentId":5142,"tags":{},"startTime":1727804759190,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":12180,"timestamp":1238207769364,"id":5146,"parentId":5142,"tags":{},"startTime":1727804759190,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":32,"timestamp":1238207781607,"id":5147,"parentId":5142,"tags":{},"startTime":1727804759202,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1238207781684,"id":5148,"parentId":5142,"tags":{},"startTime":1727804759202,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":20039,"timestamp":1238207769311,"id":5144,"parentId":5142,"tags":{},"startTime":1727804759190,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":1623,"timestamp":1238207795451,"id":5149,"parentId":5142,"tags":{},"startTime":1727804759216,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":5436,"timestamp":1238207797119,"id":5150,"parentId":5142,"tags":{},"startTime":1727804759218,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":7210,"timestamp":1238207805741,"id":5151,"parentId":5142,"tags":{},"startTime":1727804759226,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":178,"timestamp":1238207812950,"id":5152,"parentId":5142,"tags":{},"startTime":1727804759234,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":610,"timestamp":1238207813111,"id":5153,"parentId":5142,"tags":{},"startTime":1727804759234,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":325,"timestamp":1238207813733,"id":5154,"parentId":5142,"tags":{},"startTime":1727804759234,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":75174,"timestamp":1238207744259,"id":5142,"parentId":5122,"tags":{},"startTime":1727804759165,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":269462,"timestamp":1238207570633,"id":5122,"parentId":5087,"tags":{"name":"server"},"startTime":1727804758991,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":7183,"timestamp":1238207840190,"id":5155,"parentId":5087,"tags":{},"startTime":1727804759261,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":6031,"timestamp":1238207848460,"id":5156,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727804759269,"traceId":"ed4341945b6604eb"}] -[{"name":"add-entry","duration":15945,"timestamp":1238207879822,"id":5161,"parentId":5158,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804759300,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":16345,"timestamp":1238207879754,"id":5160,"parentId":5158,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804759300,"traceId":"ed4341945b6604eb"},{"name":"make","duration":90702,"timestamp":1238207860799,"id":5158,"parentId":5157,"tags":{},"startTime":1727804759281,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2178,"timestamp":1238207962646,"id":5173,"parentId":5172,"tags":{},"startTime":1727804759383,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":4,"timestamp":1238207964848,"id":5175,"parentId":5172,"tags":{},"startTime":1727804759385,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":2851,"timestamp":1238207964871,"id":5176,"parentId":5172,"tags":{},"startTime":1727804759385,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":6,"timestamp":1238207967752,"id":5177,"parentId":5172,"tags":{},"startTime":1727804759388,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1238207967773,"id":5178,"parentId":5172,"tags":{},"startTime":1727804759388,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":4874,"timestamp":1238207964839,"id":5174,"parentId":5172,"tags":{},"startTime":1727804759385,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":391,"timestamp":1238207971371,"id":5179,"parentId":5172,"tags":{},"startTime":1727804759392,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":3424,"timestamp":1238207971770,"id":5180,"parentId":5172,"tags":{},"startTime":1727804759392,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":2764,"timestamp":1238207979117,"id":5181,"parentId":5172,"tags":{},"startTime":1727804759400,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":90,"timestamp":1238207981880,"id":5182,"parentId":5172,"tags":{},"startTime":1727804759402,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":255,"timestamp":1238207981961,"id":5183,"parentId":5172,"tags":{},"startTime":1727804759403,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":158,"timestamp":1238207982222,"id":5184,"parentId":5172,"tags":{},"startTime":1727804759403,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":28578,"timestamp":1238207955894,"id":5172,"parentId":5157,"tags":{},"startTime":1727804759376,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":127771,"timestamp":1238207860313,"id":5157,"parentId":3,"tags":{"name":"server"},"startTime":1727804759281,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5209,"timestamp":1238207988114,"id":5185,"parentId":3,"tags":{},"startTime":1727804759409,"traceId":"ed4341945b6604eb"}] -[{"name":"add-entry","duration":15945,"timestamp":1238207879822,"id":5161,"parentId":5158,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804759300,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":16345,"timestamp":1238207879754,"id":5160,"parentId":5158,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804759300,"traceId":"ed4341945b6604eb"},{"name":"make","duration":90702,"timestamp":1238207860799,"id":5158,"parentId":5157,"tags":{},"startTime":1727804759281,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2178,"timestamp":1238207962646,"id":5173,"parentId":5172,"tags":{},"startTime":1727804759383,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":4,"timestamp":1238207964848,"id":5175,"parentId":5172,"tags":{},"startTime":1727804759385,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":2851,"timestamp":1238207964871,"id":5176,"parentId":5172,"tags":{},"startTime":1727804759385,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":6,"timestamp":1238207967752,"id":5177,"parentId":5172,"tags":{},"startTime":1727804759388,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1238207967773,"id":5178,"parentId":5172,"tags":{},"startTime":1727804759388,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":4874,"timestamp":1238207964839,"id":5174,"parentId":5172,"tags":{},"startTime":1727804759385,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":391,"timestamp":1238207971371,"id":5179,"parentId":5172,"tags":{},"startTime":1727804759392,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":3424,"timestamp":1238207971770,"id":5180,"parentId":5172,"tags":{},"startTime":1727804759392,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":2764,"timestamp":1238207979117,"id":5181,"parentId":5172,"tags":{},"startTime":1727804759400,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":90,"timestamp":1238207981880,"id":5182,"parentId":5172,"tags":{},"startTime":1727804759402,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":255,"timestamp":1238207981961,"id":5183,"parentId":5172,"tags":{},"startTime":1727804759403,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":158,"timestamp":1238207982222,"id":5184,"parentId":5172,"tags":{},"startTime":1727804759403,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":28578,"timestamp":1238207955894,"id":5172,"parentId":5157,"tags":{},"startTime":1727804759376,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":127771,"timestamp":1238207860313,"id":5157,"parentId":3,"tags":{"name":"server"},"startTime":1727804759281,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5209,"timestamp":1238207988114,"id":5185,"parentId":3,"tags":{},"startTime":1727804759409,"traceId":"ed4341945b6604eb"}] -[{"name":"handle-request","duration":648936,"timestamp":1238207608650,"id":5128,"tags":{"url":"/","isTurbopack":false},"startTime":1727804759029,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238208257639,"id":5186,"parentId":5128,"tags":{"url":"/","memory.rss":"364462080","memory.heapUsed":"298051696","memory.heapTotal":"333185024"},"startTime":1727804759678,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":387275,"timestamp":1238207877565,"id":5159,"tags":{"url":"/","isTurbopack":false},"startTime":1727804759298,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238208264898,"id":5187,"parentId":5159,"tags":{"url":"/","memory.rss":"364478464","memory.heapUsed":"300193752","memory.heapTotal":"333185024"},"startTime":1727804759685,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":9,"timestamp":1238208612823,"id":5188,"parentId":3,"tags":{},"startTime":1727804760033,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1871,"timestamp":1238223047428,"id":5197,"parentId":5196,"tags":{},"startTime":1727804774468,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2015,"timestamp":1238223047300,"id":5196,"parentId":5195,"tags":{},"startTime":1727804774468,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":5329,"timestamp":1238223046857,"id":5195,"parentId":5191,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Layout.jsx","layer":"rsc"},"startTime":1727804774467,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":17681,"timestamp":1238223036601,"id":5194,"parentId":5192,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804774457,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":23930,"timestamp":1238223036437,"id":5193,"parentId":5192,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804774457,"traceId":"ed4341945b6604eb"},{"name":"make","duration":66303,"timestamp":1238223024851,"id":5192,"parentId":5191,"tags":{},"startTime":1727804774445,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":1684,"timestamp":1238223099941,"id":5209,"parentId":5208,"tags":{},"startTime":1727804774520,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1238223101645,"id":5211,"parentId":5208,"tags":{},"startTime":1727804774522,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":1998,"timestamp":1238223101665,"id":5212,"parentId":5208,"tags":{},"startTime":1727804774522,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":4,"timestamp":1238223103685,"id":5213,"parentId":5208,"tags":{},"startTime":1727804774524,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1238223103703,"id":5214,"parentId":5208,"tags":{},"startTime":1727804774524,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":3958,"timestamp":1238223101636,"id":5210,"parentId":5208,"tags":{},"startTime":1727804774522,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":430,"timestamp":1238223106955,"id":5215,"parentId":5208,"tags":{},"startTime":1727804774527,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":1877,"timestamp":1238223107392,"id":5216,"parentId":5208,"tags":{},"startTime":1727804774528,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":952,"timestamp":1238223110295,"id":5217,"parentId":5208,"tags":{},"startTime":1727804774531,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":59,"timestamp":1238223111248,"id":5218,"parentId":5208,"tags":{},"startTime":1727804774532,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":202,"timestamp":1238223111301,"id":5219,"parentId":5208,"tags":{},"startTime":1727804774532,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":140,"timestamp":1238223111507,"id":5220,"parentId":5208,"tags":{},"startTime":1727804774532,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":19985,"timestamp":1238223094291,"id":5208,"parentId":5191,"tags":{},"startTime":1727804774515,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":93062,"timestamp":1238223024078,"id":5191,"parentId":5189,"tags":{"name":"server"},"startTime":1727804774444,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":2676,"timestamp":1238223117162,"id":5221,"parentId":5189,"tags":{},"startTime":1727804774538,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":108760,"timestamp":1238223011874,"id":5189,"parentId":3,"tags":{"trigger":"src/components/Layout.jsx"},"startTime":1727804774432,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":3062,"timestamp":1238223129299,"id":5229,"parentId":5223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804774550,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":5503,"timestamp":1238223129239,"id":5224,"parentId":5223,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804774550,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":12346,"timestamp":1238223129291,"id":5227,"parentId":5223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804774550,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":12335,"timestamp":1238223129307,"id":5232,"parentId":5223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804774550,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":13068,"timestamp":1238223129302,"id":5230,"parentId":5223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804774550,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":13195,"timestamp":1238223129282,"id":5225,"parentId":5223,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804774550,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":13177,"timestamp":1238223129305,"id":5231,"parentId":5223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804774550,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3371,"timestamp":1238223139157,"id":5235,"parentId":5234,"tags":{},"startTime":1727804774560,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":101401,"timestamp":1238223142578,"id":5237,"parentId":5236,"tags":{},"startTime":1727804774563,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":101834,"timestamp":1238223142546,"id":5236,"parentId":5234,"tags":{},"startTime":1727804774563,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":20803,"timestamp":1238223244421,"id":5238,"parentId":5234,"tags":{"astUsed":"true"},"startTime":1727804774665,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":128119,"timestamp":1238223139058,"id":5234,"parentId":5233,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804774559,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":140625,"timestamp":1238223129288,"id":5226,"parentId":5223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804774550,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":139783,"timestamp":1238223132583,"id":5233,"parentId":5222,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804774553,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":40,"timestamp":1238223272505,"id":5239,"parentId":5233,"tags":{},"startTime":1727804774693,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":143275,"timestamp":1238223129295,"id":5228,"parentId":5223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804774550,"traceId":"ed4341945b6604eb"},{"name":"make","duration":150149,"timestamp":1238223122438,"id":5223,"parentId":5222,"tags":{},"startTime":1727804774543,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":1533,"timestamp":1238223279283,"id":5241,"parentId":5240,"tags":{},"startTime":1727804774700,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1238223280832,"id":5243,"parentId":5240,"tags":{},"startTime":1727804774701,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":57,"timestamp":1238223280854,"id":5244,"parentId":5240,"tags":{},"startTime":1727804774701,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":4,"timestamp":1238223280931,"id":5245,"parentId":5240,"tags":{},"startTime":1727804774701,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1238223280955,"id":5246,"parentId":5240,"tags":{},"startTime":1727804774701,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":2823,"timestamp":1238223280827,"id":5242,"parentId":5240,"tags":{},"startTime":1727804774701,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":377,"timestamp":1238223284854,"id":5247,"parentId":5240,"tags":{},"startTime":1727804774705,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":2017,"timestamp":1238223285237,"id":5248,"parentId":5240,"tags":{},"startTime":1727804774706,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":4283,"timestamp":1238223288505,"id":5249,"parentId":5240,"tags":{},"startTime":1727804774709,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":115,"timestamp":1238223292786,"id":5250,"parentId":5240,"tags":{},"startTime":1727804774713,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":252,"timestamp":1238223292891,"id":5251,"parentId":5240,"tags":{},"startTime":1727804774713,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":5311,"timestamp":1238223293148,"id":5252,"parentId":5240,"tags":{},"startTime":1727804774714,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":80,"timestamp":1238223299687,"id":5254,"parentId":5222,"tags":{},"startTime":1727804774720,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":159,"timestamp":1238223299613,"id":5253,"parentId":5222,"tags":{},"startTime":1727804774720,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":26894,"timestamp":1238223275281,"id":5240,"parentId":5222,"tags":{},"startTime":1727804774696,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":180012,"timestamp":1238223122193,"id":5222,"parentId":5190,"tags":{"name":"client"},"startTime":1727804774543,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5174,"timestamp":1238223302220,"id":5255,"parentId":5190,"tags":{},"startTime":1727804774723,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":295936,"timestamp":1238223012509,"id":5190,"parentId":3,"tags":{"trigger":"src/components/Layout.jsx"},"startTime":1727804774433,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":3,"timestamp":1238223310465,"id":5256,"parentId":3,"tags":{},"startTime":1727804774731,"traceId":"ed4341945b6604eb"},{"name":"client-full-reload","duration":4,"timestamp":1238223443945,"id":5258,"parentId":3,"tags":{"stackTrace":""},"startTime":1727804774864,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":181261,"timestamp":1238223318874,"id":5257,"tags":{"url":"/","isTurbopack":false},"startTime":1727804774739,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":0,"timestamp":1238223500186,"id":5259,"parentId":5257,"tags":{"url":"/","memory.rss":"345849856","memory.heapUsed":"251774000","memory.heapTotal":"331644928"},"startTime":1727804774921,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":6,"timestamp":1238223780882,"id":5260,"parentId":3,"tags":{},"startTime":1727804775201,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3071,"timestamp":1238241783697,"id":5269,"parentId":5268,"tags":{},"startTime":1727804793204,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3346,"timestamp":1238241783455,"id":5268,"parentId":5267,"tags":{},"startTime":1727804793204,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":7932,"timestamp":1238241782706,"id":5267,"parentId":5263,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Layout.jsx","layer":"rsc"},"startTime":1727804793203,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":42188,"timestamp":1238241756521,"id":5266,"parentId":5264,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804793177,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":52657,"timestamp":1238241756053,"id":5265,"parentId":5264,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804793176,"traceId":"ed4341945b6604eb"},{"name":"make","duration":129527,"timestamp":1238241750353,"id":5264,"parentId":5263,"tags":{},"startTime":1727804793171,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":5857,"timestamp":1238241896185,"id":5281,"parentId":5280,"tags":{},"startTime":1727804793316,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":6,"timestamp":1238241902075,"id":5283,"parentId":5280,"tags":{},"startTime":1727804793322,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":3806,"timestamp":1238241902112,"id":5284,"parentId":5280,"tags":{},"startTime":1727804793322,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":20,"timestamp":1238241905968,"id":5285,"parentId":5280,"tags":{},"startTime":1727804793326,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":22,"timestamp":1238241906016,"id":5286,"parentId":5280,"tags":{},"startTime":1727804793326,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":9077,"timestamp":1238241902065,"id":5282,"parentId":5280,"tags":{},"startTime":1727804793322,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":867,"timestamp":1238241913483,"id":5287,"parentId":5280,"tags":{},"startTime":1727804793334,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":3664,"timestamp":1238241914372,"id":5288,"parentId":5280,"tags":{},"startTime":1727804793335,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":5397,"timestamp":1238241920169,"id":5289,"parentId":5280,"tags":{},"startTime":1727804793340,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":125,"timestamp":1238241925564,"id":5290,"parentId":5280,"tags":{},"startTime":1727804793346,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":362,"timestamp":1238241925678,"id":5291,"parentId":5280,"tags":{},"startTime":1727804793346,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":3129,"timestamp":1238241926047,"id":5292,"parentId":5280,"tags":{},"startTime":1727804793346,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":43635,"timestamp":1238241888095,"id":5280,"parentId":5263,"tags":{},"startTime":1727804793308,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":185780,"timestamp":1238241749245,"id":5263,"parentId":5261,"tags":{"name":"server"},"startTime":1727804793169,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5503,"timestamp":1238241935064,"id":5293,"parentId":5261,"tags":{},"startTime":1727804793355,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":239975,"timestamp":1238241701266,"id":5261,"parentId":3,"tags":{"trigger":"src/components/Layout.jsx"},"startTime":1727804793121,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":5284,"timestamp":1238241953508,"id":5301,"parentId":5295,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804793374,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":9545,"timestamp":1238241953433,"id":5296,"parentId":5295,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804793374,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":22506,"timestamp":1238241953501,"id":5299,"parentId":5295,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804793374,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":22497,"timestamp":1238241953518,"id":5304,"parentId":5295,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804793374,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":23661,"timestamp":1238241953511,"id":5302,"parentId":5295,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804793374,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":23837,"timestamp":1238241953490,"id":5297,"parentId":5295,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804793374,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":23815,"timestamp":1238241953515,"id":5303,"parentId":5295,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804793374,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":5302,"timestamp":1238241972121,"id":5307,"parentId":5306,"tags":{},"startTime":1727804793392,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":149107,"timestamp":1238241977645,"id":5309,"parentId":5308,"tags":{},"startTime":1727804793398,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":150723,"timestamp":1238241977451,"id":5308,"parentId":5306,"tags":{},"startTime":1727804793398,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":27245,"timestamp":1238242128216,"id":5310,"parentId":5306,"tags":{"astUsed":"true"},"startTime":1727804793548,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":189830,"timestamp":1238241971931,"id":5306,"parentId":5305,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804793392,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":210482,"timestamp":1238241953497,"id":5298,"parentId":5295,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804793374,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":208924,"timestamp":1238241959323,"id":5305,"parentId":5294,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804793379,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":43,"timestamp":1238242168409,"id":5311,"parentId":5305,"tags":{},"startTime":1727804793589,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":214969,"timestamp":1238241953504,"id":5300,"parentId":5295,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804793374,"traceId":"ed4341945b6604eb"},{"name":"make","duration":224773,"timestamp":1238241943736,"id":5295,"parentId":5294,"tags":{},"startTime":1727804793364,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":4308,"timestamp":1238242188579,"id":5313,"parentId":5312,"tags":{},"startTime":1727804793609,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":4,"timestamp":1238242192923,"id":5315,"parentId":5312,"tags":{},"startTime":1727804793613,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":83,"timestamp":1238242192945,"id":5316,"parentId":5312,"tags":{},"startTime":1727804793613,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":6,"timestamp":1238242193054,"id":5317,"parentId":5312,"tags":{},"startTime":1727804793613,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1238242193080,"id":5318,"parentId":5312,"tags":{},"startTime":1727804793613,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":3155,"timestamp":1238242192910,"id":5314,"parentId":5312,"tags":{},"startTime":1727804793613,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":654,"timestamp":1238242198228,"id":5319,"parentId":5312,"tags":{},"startTime":1727804793618,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":2530,"timestamp":1238242198894,"id":5320,"parentId":5312,"tags":{},"startTime":1727804793619,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":7447,"timestamp":1238242203193,"id":5321,"parentId":5312,"tags":{},"startTime":1727804793623,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":148,"timestamp":1238242210638,"id":5322,"parentId":5312,"tags":{},"startTime":1727804793631,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":264,"timestamp":1238242210773,"id":5323,"parentId":5312,"tags":{},"startTime":1727804793631,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":14070,"timestamp":1238242211043,"id":5324,"parentId":5312,"tags":{},"startTime":1727804793631,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":145,"timestamp":1238242227894,"id":5326,"parentId":5294,"tags":{},"startTime":1727804793648,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":227,"timestamp":1238242227819,"id":5325,"parentId":5294,"tags":{},"startTime":1727804793648,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":47178,"timestamp":1238242184080,"id":5312,"parentId":5294,"tags":{},"startTime":1727804793604,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":287851,"timestamp":1238241943449,"id":5294,"parentId":5262,"tags":{"name":"client"},"startTime":1727804793364,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5535,"timestamp":1238242231324,"id":5327,"parentId":5262,"tags":{},"startTime":1727804793651,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":535176,"timestamp":1238241703037,"id":5262,"parentId":3,"tags":{"trigger":"src/components/Layout.jsx"},"startTime":1727804793123,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":17,"timestamp":1238242240933,"id":5328,"parentId":3,"tags":{},"startTime":1727804793661,"traceId":"ed4341945b6604eb"},{"name":"client-full-reload","duration":7,"timestamp":1238242287774,"id":5330,"parentId":3,"tags":{"stackTrace":""},"startTime":1727804793708,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":189296,"timestamp":1238242261622,"id":5329,"tags":{"url":"/","isTurbopack":false},"startTime":1727804793682,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":0,"timestamp":1238242450993,"id":5331,"parentId":5329,"tags":{"url":"/","memory.rss":"340623360","memory.heapUsed":"265961640","memory.heapTotal":"321011712"},"startTime":1727804793871,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":32,"timestamp":1238243593360,"id":5332,"parentId":3,"tags":{},"startTime":1727804795014,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":17418,"timestamp":1238340523018,"id":5342,"parentId":5336,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804891942,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":23411,"timestamp":1238340522742,"id":5337,"parentId":5336,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804891942,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":31210,"timestamp":1238340523026,"id":5343,"parentId":5336,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804891942,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7596,"timestamp":1238340549797,"id":5348,"parentId":5347,"tags":{},"startTime":1727804891969,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":49848,"timestamp":1238340522984,"id":5338,"parentId":5336,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804891942,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":52114,"timestamp":1238340523004,"id":5340,"parentId":5336,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804891942,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":52086,"timestamp":1238340523037,"id":5345,"parentId":5336,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804891942,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":52367,"timestamp":1238340523030,"id":5344,"parentId":5336,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804891942,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":140275,"timestamp":1238340557811,"id":5350,"parentId":5349,"tags":{},"startTime":1727804891977,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":141040,"timestamp":1238340557670,"id":5349,"parentId":5347,"tags":{},"startTime":1727804891977,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":24307,"timestamp":1238340698789,"id":5351,"parentId":5347,"tags":{"astUsed":"true"},"startTime":1727804892118,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":176583,"timestamp":1238340549434,"id":5347,"parentId":5346,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804891968,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":192458,"timestamp":1238340541076,"id":5346,"parentId":5335,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804891960,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":82,"timestamp":1238340733968,"id":5352,"parentId":5346,"tags":{},"startTime":1727804892153,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":211309,"timestamp":1238340523012,"id":5341,"parentId":5336,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804891942,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":213292,"timestamp":1238340522999,"id":5339,"parentId":5336,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804891942,"traceId":"ed4341945b6604eb"},{"name":"make","duration":214821,"timestamp":1238340521544,"id":5336,"parentId":5335,"tags":{},"startTime":1727804891940,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":4547,"timestamp":1238340823313,"id":5354,"parentId":5353,"tags":{},"startTime":1727804892242,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":9,"timestamp":1238340827910,"id":5356,"parentId":5353,"tags":{},"startTime":1727804892247,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":254,"timestamp":1238340828039,"id":5357,"parentId":5353,"tags":{},"startTime":1727804892247,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":14,"timestamp":1238340828364,"id":5358,"parentId":5353,"tags":{},"startTime":1727804892247,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1238340828422,"id":5359,"parentId":5353,"tags":{},"startTime":1727804892247,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":4061,"timestamp":1238340827894,"id":5355,"parentId":5353,"tags":{},"startTime":1727804892247,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":732,"timestamp":1238340836384,"id":5360,"parentId":5353,"tags":{},"startTime":1727804892255,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":4471,"timestamp":1238340837138,"id":5361,"parentId":5353,"tags":{},"startTime":1727804892256,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":9445,"timestamp":1238340850864,"id":5362,"parentId":5353,"tags":{},"startTime":1727804892270,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":218,"timestamp":1238340860307,"id":5363,"parentId":5353,"tags":{},"startTime":1727804892279,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":343,"timestamp":1238340860511,"id":5364,"parentId":5353,"tags":{},"startTime":1727804892279,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":8923,"timestamp":1238340860860,"id":5365,"parentId":5353,"tags":{},"startTime":1727804892280,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":386,"timestamp":1238340877270,"id":5367,"parentId":5335,"tags":{},"startTime":1727804892296,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":613,"timestamp":1238340877052,"id":5366,"parentId":5335,"tags":{},"startTime":1727804892296,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":76152,"timestamp":1238340805196,"id":5353,"parentId":5335,"tags":{},"startTime":1727804892224,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":361729,"timestamp":1238340519664,"id":5335,"parentId":5333,"tags":{"name":"client"},"startTime":1727804891939,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5544,"timestamp":1238340881444,"id":5368,"parentId":5333,"tags":{},"startTime":1727804892300,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":401743,"timestamp":1238340486366,"id":5333,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804891905,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":3,"timestamp":1238340896870,"id":5371,"parentId":3,"tags":{},"startTime":1727804892316,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":415000,"timestamp":1238340490328,"id":5374,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1727804892327,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":16305,"timestamp":1238340900855,"id":5373,"parentId":5370,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804892320,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4554,"timestamp":1238340913314,"id":5377,"parentId":5376,"tags":{},"startTime":1727804892332,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4718,"timestamp":1238340913153,"id":5376,"parentId":5375,"tags":{},"startTime":1727804892332,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":7596,"timestamp":1238340912806,"id":5375,"parentId":5369,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727804892332,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21067,"timestamp":1238340900755,"id":5372,"parentId":5370,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804892320,"traceId":"ed4341945b6604eb"},{"name":"make","duration":74619,"timestamp":1238340893773,"id":5370,"parentId":5369,"tags":{},"startTime":1727804892313,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":7003,"timestamp":1238341043451,"id":5389,"parentId":5388,"tags":{},"startTime":1727804892462,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1238341050488,"id":5391,"parentId":5388,"tags":{},"startTime":1727804892469,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":3350,"timestamp":1238341050613,"id":5392,"parentId":5388,"tags":{},"startTime":1727804892469,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":9,"timestamp":1238341054030,"id":5393,"parentId":5388,"tags":{},"startTime":1727804892473,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1238341054085,"id":5394,"parentId":5388,"tags":{},"startTime":1727804892473,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":6516,"timestamp":1238341050477,"id":5390,"parentId":5388,"tags":{},"startTime":1727804892469,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":1187,"timestamp":1238341060224,"id":5395,"parentId":5388,"tags":{},"startTime":1727804892479,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":5981,"timestamp":1238341061431,"id":5396,"parentId":5388,"tags":{},"startTime":1727804892480,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1934,"timestamp":1238341079334,"id":5397,"parentId":5388,"tags":{},"startTime":1727804892498,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":134,"timestamp":1238341081267,"id":5398,"parentId":5388,"tags":{},"startTime":1727804892500,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":303,"timestamp":1238341081389,"id":5399,"parentId":5388,"tags":{},"startTime":1727804892500,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":2478,"timestamp":1238341081699,"id":5400,"parentId":5388,"tags":{},"startTime":1727804892501,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":50647,"timestamp":1238341037870,"id":5388,"parentId":5369,"tags":{},"startTime":1727804892457,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":201133,"timestamp":1238340891814,"id":5369,"parentId":5334,"tags":{"name":"server"},"startTime":1727804892311,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":16142,"timestamp":1238341093079,"id":5401,"parentId":5334,"tags":{},"startTime":1727804892512,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":623803,"timestamp":1238340489083,"id":5334,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804891908,"traceId":"ed4341945b6604eb"}] -[{"name":"handle-request","duration":99353,"timestamp":1238341125441,"id":5402,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727804892544,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238341225130,"id":5403,"parentId":5402,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"365740032","memory.heapUsed":"246460904","memory.heapTotal":"291618816"},"startTime":1727804892644,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":59908,"timestamp":1238368893414,"id":5409,"parentId":5407,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804920312,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4914,"timestamp":1238368948573,"id":5412,"parentId":5411,"tags":{},"startTime":1727804920367,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5239,"timestamp":1238368948251,"id":5411,"parentId":5410,"tags":{},"startTime":1727804920367,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":10654,"timestamp":1238368946486,"id":5410,"parentId":5406,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727804920365,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":67115,"timestamp":1238368892640,"id":5408,"parentId":5407,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804920311,"traceId":"ed4341945b6604eb"},{"name":"make","duration":166506,"timestamp":1238368886972,"id":5407,"parentId":5406,"tags":{},"startTime":1727804920305,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":7558,"timestamp":1238369080348,"id":5424,"parentId":5423,"tags":{},"startTime":1727804920499,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":12,"timestamp":1238369087965,"id":5426,"parentId":5423,"tags":{},"startTime":1727804920506,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":14159,"timestamp":1238369088183,"id":5427,"parentId":5423,"tags":{},"startTime":1727804920507,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":57,"timestamp":1238369102403,"id":5428,"parentId":5423,"tags":{},"startTime":1727804920521,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":22,"timestamp":1238369102490,"id":5429,"parentId":5423,"tags":{},"startTime":1727804920521,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":19077,"timestamp":1238369087947,"id":5425,"parentId":5423,"tags":{},"startTime":1727804920506,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":2042,"timestamp":1238369110697,"id":5430,"parentId":5423,"tags":{},"startTime":1727804920529,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":6325,"timestamp":1238369112800,"id":5431,"parentId":5423,"tags":{},"startTime":1727804920531,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":2916,"timestamp":1238369122402,"id":5432,"parentId":5423,"tags":{},"startTime":1727804920541,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":265,"timestamp":1238369125315,"id":5433,"parentId":5423,"tags":{},"startTime":1727804920544,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":534,"timestamp":1238369125562,"id":5434,"parentId":5423,"tags":{},"startTime":1727804920544,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":4209,"timestamp":1238369126108,"id":5435,"parentId":5423,"tags":{},"startTime":1727804920545,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":69269,"timestamp":1238369067405,"id":5423,"parentId":5406,"tags":{},"startTime":1727804920486,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":257460,"timestamp":1238368885825,"id":5406,"parentId":5404,"tags":{"name":"server"},"startTime":1727804920304,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":9999,"timestamp":1238369143366,"id":5436,"parentId":5404,"tags":{},"startTime":1727804920562,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":285061,"timestamp":1238368869030,"id":5404,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804920288,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":8722,"timestamp":1238369172440,"id":5444,"parentId":5438,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804920591,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":14359,"timestamp":1238369172318,"id":5439,"parentId":5438,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804920591,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":33055,"timestamp":1238369172421,"id":5442,"parentId":5438,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804920591,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":32985,"timestamp":1238369172504,"id":5447,"parentId":5438,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804920591,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":35226,"timestamp":1238369172448,"id":5445,"parentId":5438,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804920591,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":35623,"timestamp":1238369172398,"id":5440,"parentId":5438,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804920591,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":35572,"timestamp":1238369172459,"id":5446,"parentId":5438,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804920591,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9119,"timestamp":1238369199128,"id":5450,"parentId":5449,"tags":{},"startTime":1727804920618,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":196295,"timestamp":1238369208475,"id":5452,"parentId":5451,"tags":{},"startTime":1727804920627,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":197015,"timestamp":1238369208359,"id":5451,"parentId":5449,"tags":{},"startTime":1727804920627,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":33067,"timestamp":1238369405425,"id":5453,"parentId":5449,"tags":{"astUsed":"true"},"startTime":1727804920824,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":242291,"timestamp":1238369198896,"id":5449,"parentId":5448,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804920617,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":270550,"timestamp":1238369172412,"id":5441,"parentId":5438,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804920591,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":266073,"timestamp":1238369181583,"id":5448,"parentId":5437,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804920600,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":52,"timestamp":1238369447849,"id":5454,"parentId":5448,"tags":{},"startTime":1727804920866,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":275496,"timestamp":1238369172429,"id":5443,"parentId":5438,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804920591,"traceId":"ed4341945b6604eb"},{"name":"make","duration":289162,"timestamp":1238369158801,"id":5438,"parentId":5437,"tags":{},"startTime":1727804920577,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":4144,"timestamp":1238369458926,"id":5456,"parentId":5455,"tags":{},"startTime":1727804920877,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":5,"timestamp":1238369463109,"id":5458,"parentId":5455,"tags":{},"startTime":1727804920882,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":103,"timestamp":1238369463254,"id":5459,"parentId":5455,"tags":{},"startTime":1727804920882,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":7,"timestamp":1238369463387,"id":5460,"parentId":5455,"tags":{},"startTime":1727804920882,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1238369463419,"id":5461,"parentId":5455,"tags":{},"startTime":1727804920882,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":4438,"timestamp":1238369463096,"id":5457,"parentId":5455,"tags":{},"startTime":1727804920882,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":764,"timestamp":1238369469883,"id":5462,"parentId":5455,"tags":{},"startTime":1727804920888,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":8656,"timestamp":1238369470661,"id":5463,"parentId":5455,"tags":{},"startTime":1727804920889,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":5838,"timestamp":1238369481809,"id":5464,"parentId":5455,"tags":{},"startTime":1727804920900,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":190,"timestamp":1238369487645,"id":5465,"parentId":5455,"tags":{},"startTime":1727804920906,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":296,"timestamp":1238369487821,"id":5466,"parentId":5455,"tags":{},"startTime":1727804920906,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":10366,"timestamp":1238369488124,"id":5467,"parentId":5455,"tags":{},"startTime":1727804920907,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":121,"timestamp":1238369501183,"id":5469,"parentId":5437,"tags":{},"startTime":1727804920920,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":229,"timestamp":1238369501083,"id":5468,"parentId":5437,"tags":{},"startTime":1727804920920,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":52307,"timestamp":1238369453275,"id":5455,"parentId":5437,"tags":{},"startTime":1727804920872,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":347811,"timestamp":1238369157816,"id":5437,"parentId":5405,"tags":{"name":"client"},"startTime":1727804920576,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":7735,"timestamp":1238369505657,"id":5470,"parentId":5405,"tags":{},"startTime":1727804920924,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":644918,"timestamp":1238368870164,"id":5405,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804920289,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":5,"timestamp":1238369532124,"id":5471,"parentId":3,"tags":{},"startTime":1727804920951,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":677000,"timestamp":1238368872036,"id":5473,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1727804920969,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":97079,"timestamp":1238369534615,"id":5472,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727804920953,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238369631748,"id":5474,"parentId":5472,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"331677696","memory.heapUsed":"235371152","memory.heapTotal":"309346304"},"startTime":1727804921050,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3954,"timestamp":1238377654829,"id":5483,"parentId":5482,"tags":{},"startTime":1727804929073,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4255,"timestamp":1238377654572,"id":5482,"parentId":5481,"tags":{},"startTime":1727804929073,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":7846,"timestamp":1238377653623,"id":5481,"parentId":5477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727804929072,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":28394,"timestamp":1238377633420,"id":5480,"parentId":5478,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804929052,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":30661,"timestamp":1238377633120,"id":5479,"parentId":5478,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804929051,"traceId":"ed4341945b6604eb"},{"name":"make","duration":105283,"timestamp":1238377629733,"id":5478,"parentId":5477,"tags":{},"startTime":1727804929048,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":3896,"timestamp":1238377745921,"id":5495,"parentId":5494,"tags":{},"startTime":1727804929164,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":6,"timestamp":1238377749852,"id":5497,"parentId":5494,"tags":{},"startTime":1727804929168,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":2927,"timestamp":1238377749881,"id":5498,"parentId":5494,"tags":{},"startTime":1727804929168,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":10,"timestamp":1238377752836,"id":5499,"parentId":5494,"tags":{},"startTime":1727804929171,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1238377752860,"id":5500,"parentId":5494,"tags":{},"startTime":1727804929171,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":7439,"timestamp":1238377749838,"id":5496,"parentId":5494,"tags":{},"startTime":1727804929168,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":585,"timestamp":1238377759235,"id":5501,"parentId":5494,"tags":{},"startTime":1727804929178,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":3310,"timestamp":1238377759831,"id":5502,"parentId":5494,"tags":{},"startTime":1727804929178,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":4053,"timestamp":1238377764737,"id":5503,"parentId":5494,"tags":{},"startTime":1727804929183,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":110,"timestamp":1238377768790,"id":5504,"parentId":5494,"tags":{},"startTime":1727804929187,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":293,"timestamp":1238377768893,"id":5505,"parentId":5494,"tags":{},"startTime":1727804929187,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":2049,"timestamp":1238377769191,"id":5506,"parentId":5494,"tags":{},"startTime":1727804929188,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":35969,"timestamp":1238377738932,"id":5494,"parentId":5477,"tags":{},"startTime":1727804929157,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":150273,"timestamp":1238377628146,"id":5477,"parentId":5475,"tags":{"name":"server"},"startTime":1727804929047,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":6473,"timestamp":1238377778473,"id":5507,"parentId":5475,"tags":{},"startTime":1727804929197,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":174089,"timestamp":1238377611476,"id":5475,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804929030,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":3296,"timestamp":1238377795278,"id":5515,"parentId":5509,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804929214,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":6207,"timestamp":1238377795201,"id":5510,"parentId":5509,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804929214,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":20344,"timestamp":1238377795268,"id":5513,"parentId":5509,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804929214,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":20329,"timestamp":1238377795291,"id":5518,"parentId":5509,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804929214,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21413,"timestamp":1238377795282,"id":5516,"parentId":5509,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804929214,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21626,"timestamp":1238377795254,"id":5511,"parentId":5509,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804929214,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21601,"timestamp":1238377795287,"id":5517,"parentId":5509,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804929214,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":5082,"timestamp":1238377811935,"id":5521,"parentId":5520,"tags":{},"startTime":1727804929230,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":237472,"timestamp":1238377817125,"id":5523,"parentId":5522,"tags":{},"startTime":1727804929235,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":242372,"timestamp":1238377817050,"id":5522,"parentId":5520,"tags":{},"startTime":1727804929235,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":31834,"timestamp":1238378059500,"id":5524,"parentId":5520,"tags":{"astUsed":"true"},"startTime":1727804929478,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":282627,"timestamp":1238377811746,"id":5520,"parentId":5519,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804929230,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":299843,"timestamp":1238377795263,"id":5512,"parentId":5509,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804929214,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":299523,"timestamp":1238377798860,"id":5519,"parentId":5508,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804929217,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":58,"timestamp":1238378098547,"id":5525,"parentId":5519,"tags":{},"startTime":1727804929517,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":303359,"timestamp":1238377795273,"id":5514,"parentId":5509,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804929214,"traceId":"ed4341945b6604eb"},{"name":"make","duration":310742,"timestamp":1238377787909,"id":5509,"parentId":5508,"tags":{},"startTime":1727804929206,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2413,"timestamp":1238378107483,"id":5527,"parentId":5526,"tags":{},"startTime":1727804929526,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":4,"timestamp":1238378109930,"id":5529,"parentId":5526,"tags":{},"startTime":1727804929528,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":91,"timestamp":1238378109960,"id":5530,"parentId":5526,"tags":{},"startTime":1727804929528,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":38,"timestamp":1238378110079,"id":5531,"parentId":5526,"tags":{},"startTime":1727804929528,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1238378110150,"id":5532,"parentId":5526,"tags":{},"startTime":1727804929529,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":5580,"timestamp":1238378109919,"id":5528,"parentId":5526,"tags":{},"startTime":1727804929528,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":455,"timestamp":1238378117251,"id":5533,"parentId":5526,"tags":{},"startTime":1727804929536,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":2727,"timestamp":1238378117714,"id":5534,"parentId":5526,"tags":{},"startTime":1727804929536,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":4349,"timestamp":1238378122075,"id":5535,"parentId":5526,"tags":{},"startTime":1727804929540,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":142,"timestamp":1238378126423,"id":5536,"parentId":5526,"tags":{},"startTime":1727804929545,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":236,"timestamp":1238378126556,"id":5537,"parentId":5526,"tags":{},"startTime":1727804929545,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":4398,"timestamp":1238378126798,"id":5538,"parentId":5526,"tags":{},"startTime":1727804929545,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":86,"timestamp":1238378132367,"id":5540,"parentId":5508,"tags":{},"startTime":1727804929551,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":193,"timestamp":1238378132265,"id":5539,"parentId":5508,"tags":{},"startTime":1727804929551,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":32871,"timestamp":1238378102167,"id":5526,"parentId":5508,"tags":{},"startTime":1727804929521,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":347464,"timestamp":1238377787606,"id":5508,"parentId":5476,"tags":{"name":"client"},"startTime":1727804929206,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":6308,"timestamp":1238378135092,"id":5541,"parentId":5476,"tags":{},"startTime":1727804929553,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":530071,"timestamp":1238377612381,"id":5476,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804929031,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":4,"timestamp":1238378145703,"id":5542,"parentId":3,"tags":{},"startTime":1727804929564,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":545000,"timestamp":1238377614984,"id":5544,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1727804929634,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":79142,"timestamp":1238378149808,"id":5543,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727804929568,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":0,"timestamp":1238378228976,"id":5545,"parentId":5543,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"283410432","memory.heapUsed":"268717288","memory.heapTotal":"311902208"},"startTime":1727804929647,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":35025,"timestamp":1238398585299,"id":5551,"parentId":5549,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804950003,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4685,"timestamp":1238398615847,"id":5554,"parentId":5553,"tags":{},"startTime":1727804950034,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4967,"timestamp":1238398615567,"id":5553,"parentId":5552,"tags":{},"startTime":1727804950034,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":8534,"timestamp":1238398614720,"id":5552,"parentId":5548,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727804950033,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":44086,"timestamp":1238398585007,"id":5550,"parentId":5549,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804950003,"traceId":"ed4341945b6604eb"},{"name":"make","duration":94678,"timestamp":1238398580721,"id":5549,"parentId":5548,"tags":{},"startTime":1727804949999,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2047,"timestamp":1238398685020,"id":5566,"parentId":5565,"tags":{},"startTime":1727804950103,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":4,"timestamp":1238398687093,"id":5568,"parentId":5565,"tags":{},"startTime":1727804950105,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":2916,"timestamp":1238398687114,"id":5569,"parentId":5565,"tags":{},"startTime":1727804950105,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":11,"timestamp":1238398690074,"id":5570,"parentId":5565,"tags":{},"startTime":1727804950108,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1238398690108,"id":5571,"parentId":5565,"tags":{},"startTime":1727804950108,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":5405,"timestamp":1238398687085,"id":5567,"parentId":5565,"tags":{},"startTime":1727804950105,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":591,"timestamp":1238398696397,"id":5572,"parentId":5565,"tags":{},"startTime":1727804950114,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":3127,"timestamp":1238398697000,"id":5573,"parentId":5565,"tags":{},"startTime":1727804950115,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1943,"timestamp":1238398701500,"id":5574,"parentId":5565,"tags":{},"startTime":1727804950120,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":472,"timestamp":1238398703442,"id":5575,"parentId":5565,"tags":{},"startTime":1727804950122,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":1031,"timestamp":1238398703906,"id":5576,"parentId":5565,"tags":{},"startTime":1727804950122,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":5440,"timestamp":1238398704944,"id":5577,"parentId":5565,"tags":{},"startTime":1727804950123,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":33697,"timestamp":1238398680419,"id":5565,"parentId":5548,"tags":{},"startTime":1727804950099,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":142164,"timestamp":1238398579438,"id":5548,"parentId":5546,"tags":{"name":"server"},"startTime":1727804949998,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":8658,"timestamp":1238398721773,"id":5578,"parentId":5546,"tags":{},"startTime":1727804950140,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":177494,"timestamp":1238398554173,"id":5546,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804949972,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":3554,"timestamp":1238398744226,"id":5586,"parentId":5580,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804950162,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":7014,"timestamp":1238398744114,"id":5581,"parentId":5580,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804950162,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":20509,"timestamp":1238398744193,"id":5584,"parentId":5580,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804950162,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":20473,"timestamp":1238398744238,"id":5589,"parentId":5580,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804950162,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21530,"timestamp":1238398744230,"id":5587,"parentId":5580,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804950162,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21745,"timestamp":1238398744179,"id":5582,"parentId":5580,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804950162,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21692,"timestamp":1238398744234,"id":5588,"parentId":5580,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804950162,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8372,"timestamp":1238398757668,"id":5592,"parentId":5591,"tags":{},"startTime":1727804950176,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":119275,"timestamp":1238398766150,"id":5594,"parentId":5593,"tags":{},"startTime":1727804950184,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":120007,"timestamp":1238398766072,"id":5593,"parentId":5591,"tags":{},"startTime":1727804950184,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":26407,"timestamp":1238398886136,"id":5595,"parentId":5591,"tags":{"astUsed":"true"},"startTime":1727804950304,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":157191,"timestamp":1238398757475,"id":5591,"parentId":5590,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804950176,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":172964,"timestamp":1238398744188,"id":5583,"parentId":5580,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804950162,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":172969,"timestamp":1238398748135,"id":5590,"parentId":5579,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804950166,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":44,"timestamp":1238398921262,"id":5596,"parentId":5590,"tags":{},"startTime":1727804950339,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":177125,"timestamp":1238398744198,"id":5585,"parentId":5580,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804950162,"traceId":"ed4341945b6604eb"},{"name":"make","duration":184801,"timestamp":1238398736676,"id":5580,"parentId":5579,"tags":{},"startTime":1727804950155,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2711,"timestamp":1238398934764,"id":5598,"parentId":5597,"tags":{},"startTime":1727804950353,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":11,"timestamp":1238398937519,"id":5600,"parentId":5597,"tags":{},"startTime":1727804950356,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":95,"timestamp":1238398937553,"id":5601,"parentId":5597,"tags":{},"startTime":1727804950356,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":6,"timestamp":1238398937678,"id":5602,"parentId":5597,"tags":{},"startTime":1727804950356,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1238398937705,"id":5603,"parentId":5597,"tags":{},"startTime":1727804950356,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":2457,"timestamp":1238398937499,"id":5599,"parentId":5597,"tags":{},"startTime":1727804950356,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":1130,"timestamp":1238398943180,"id":5604,"parentId":5597,"tags":{},"startTime":1727804950361,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":7438,"timestamp":1238398944328,"id":5605,"parentId":5597,"tags":{},"startTime":1727804950362,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":4454,"timestamp":1238398953897,"id":5606,"parentId":5597,"tags":{},"startTime":1727804950372,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":181,"timestamp":1238398958349,"id":5607,"parentId":5597,"tags":{},"startTime":1727804950376,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":373,"timestamp":1238398958520,"id":5608,"parentId":5597,"tags":{},"startTime":1727804950377,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":6850,"timestamp":1238398958902,"id":5609,"parentId":5597,"tags":{},"startTime":1727804950377,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":65,"timestamp":1238398967202,"id":5611,"parentId":5579,"tags":{},"startTime":1727804950385,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":164,"timestamp":1238398967110,"id":5610,"parentId":5579,"tags":{},"startTime":1727804950385,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":40662,"timestamp":1238398929580,"id":5597,"parentId":5579,"tags":{},"startTime":1727804950348,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":233919,"timestamp":1238398736364,"id":5579,"parentId":5547,"tags":{"name":"client"},"startTime":1727804950154,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5776,"timestamp":1238398970310,"id":5612,"parentId":5547,"tags":{},"startTime":1727804950388,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":422749,"timestamp":1238398554923,"id":5547,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804949973,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":4,"timestamp":1238398982942,"id":5613,"parentId":3,"tags":{},"startTime":1727804950401,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":438000,"timestamp":1238398555987,"id":5615,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1727804950418,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":84887,"timestamp":1238398985351,"id":5614,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727804950403,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":0,"timestamp":1238399070286,"id":5616,"parentId":5614,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"339574784","memory.heapUsed":"237115576","memory.heapTotal":"328155136"},"startTime":1727804950488,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":9484,"timestamp":1238400080503,"id":5622,"parentId":5620,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804951499,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2028,"timestamp":1238400088746,"id":5625,"parentId":5624,"tags":{},"startTime":1727804951507,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2172,"timestamp":1238400088606,"id":5624,"parentId":5623,"tags":{},"startTime":1727804951507,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":3864,"timestamp":1238400088348,"id":5623,"parentId":5619,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727804951506,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":12981,"timestamp":1238400080426,"id":5621,"parentId":5620,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804951498,"traceId":"ed4341945b6604eb"},{"name":"make","duration":55647,"timestamp":1238400079128,"id":5620,"parentId":5619,"tags":{},"startTime":1727804951497,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":3597,"timestamp":1238400146519,"id":5637,"parentId":5636,"tags":{},"startTime":1727804951565,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":5,"timestamp":1238400150142,"id":5639,"parentId":5636,"tags":{},"startTime":1727804951568,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":2737,"timestamp":1238400150164,"id":5640,"parentId":5636,"tags":{},"startTime":1727804951568,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":9,"timestamp":1238400152925,"id":5641,"parentId":5636,"tags":{},"startTime":1727804951571,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1238400152948,"id":5642,"parentId":5636,"tags":{},"startTime":1727804951571,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":6412,"timestamp":1238400150132,"id":5638,"parentId":5636,"tags":{},"startTime":1727804951568,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":721,"timestamp":1238400159556,"id":5643,"parentId":5636,"tags":{},"startTime":1727804951578,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":8101,"timestamp":1238400160306,"id":5644,"parentId":5636,"tags":{},"startTime":1727804951578,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":2109,"timestamp":1238400170500,"id":5645,"parentId":5636,"tags":{},"startTime":1727804951589,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":97,"timestamp":1238400172607,"id":5646,"parentId":5636,"tags":{},"startTime":1727804951591,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":237,"timestamp":1238400172696,"id":5647,"parentId":5636,"tags":{},"startTime":1727804951591,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":152,"timestamp":1238400172938,"id":5648,"parentId":5636,"tags":{},"startTime":1727804951591,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":37123,"timestamp":1238400138886,"id":5636,"parentId":5619,"tags":{},"startTime":1727804951557,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":101012,"timestamp":1238400078873,"id":5619,"parentId":5617,"tags":{"name":"server"},"startTime":1727804951497,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":3227,"timestamp":1238400179946,"id":5649,"parentId":5617,"tags":{},"startTime":1727804951598,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":112550,"timestamp":1238400071054,"id":5617,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804951489,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":3250,"timestamp":1238400192072,"id":5657,"parentId":5651,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804951610,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":6818,"timestamp":1238400191971,"id":5652,"parentId":5651,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804951610,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":22417,"timestamp":1238400192060,"id":5655,"parentId":5651,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804951610,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":22398,"timestamp":1238400192088,"id":5660,"parentId":5651,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804951610,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":23639,"timestamp":1238400192078,"id":5658,"parentId":5651,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804951610,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":23881,"timestamp":1238400192042,"id":5653,"parentId":5651,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804951610,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":23853,"timestamp":1238400192083,"id":5659,"parentId":5651,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804951610,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":5635,"timestamp":1238400210473,"id":5663,"parentId":5662,"tags":{},"startTime":1727804951629,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":252102,"timestamp":1238400216182,"id":5665,"parentId":5664,"tags":{},"startTime":1727804951634,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":252846,"timestamp":1238400216146,"id":5664,"parentId":5662,"tags":{},"startTime":1727804951634,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":150530,"timestamp":1238400469054,"id":5666,"parentId":5662,"tags":{"astUsed":"true"},"startTime":1727804951887,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":413240,"timestamp":1238400210307,"id":5662,"parentId":5661,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804951628,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":432467,"timestamp":1238400192054,"id":5654,"parentId":5651,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804951610,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":435182,"timestamp":1238400195574,"id":5661,"parentId":5650,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804951614,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":65,"timestamp":1238400631004,"id":5667,"parentId":5661,"tags":{},"startTime":1727804952049,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":439074,"timestamp":1238400192066,"id":5656,"parentId":5651,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804951610,"traceId":"ed4341945b6604eb"},{"name":"make","duration":445792,"timestamp":1238400185381,"id":5651,"parentId":5650,"tags":{},"startTime":1727804951603,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":8583,"timestamp":1238400641847,"id":5669,"parentId":5668,"tags":{},"startTime":1727804952060,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":5,"timestamp":1238400650466,"id":5671,"parentId":5668,"tags":{},"startTime":1727804952069,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":122,"timestamp":1238400650495,"id":5672,"parentId":5668,"tags":{},"startTime":1727804952069,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":8,"timestamp":1238400650646,"id":5673,"parentId":5668,"tags":{},"startTime":1727804952069,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1238400650682,"id":5674,"parentId":5668,"tags":{},"startTime":1727804952069,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":5112,"timestamp":1238400650454,"id":5670,"parentId":5668,"tags":{},"startTime":1727804952069,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":695,"timestamp":1238400657737,"id":5675,"parentId":5668,"tags":{},"startTime":1727804952076,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":4778,"timestamp":1238400658449,"id":5676,"parentId":5668,"tags":{},"startTime":1727804952077,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":6940,"timestamp":1238400665337,"id":5677,"parentId":5668,"tags":{},"startTime":1727804952083,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":175,"timestamp":1238400672276,"id":5678,"parentId":5668,"tags":{},"startTime":1727804952090,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":298,"timestamp":1238400672439,"id":5679,"parentId":5668,"tags":{},"startTime":1727804952090,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":4944,"timestamp":1238400672744,"id":5680,"parentId":5668,"tags":{},"startTime":1727804952091,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":115,"timestamp":1238400679183,"id":5682,"parentId":5650,"tags":{},"startTime":1727804952097,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":222,"timestamp":1238400679082,"id":5681,"parentId":5650,"tags":{},"startTime":1727804952097,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":47375,"timestamp":1238400635458,"id":5668,"parentId":5650,"tags":{},"startTime":1727804952054,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":497769,"timestamp":1238400185104,"id":5650,"parentId":5618,"tags":{"name":"client"},"startTime":1727804951603,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":8346,"timestamp":1238400682902,"id":5683,"parentId":5618,"tags":{},"startTime":1727804952101,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":621323,"timestamp":1238400071169,"id":5618,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804951489,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":4,"timestamp":1238400694691,"id":5684,"parentId":3,"tags":{},"startTime":1727804952113,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":632000,"timestamp":1238400071810,"id":5686,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1727804952179,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":78511,"timestamp":1238400696441,"id":5685,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727804952115,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":0,"timestamp":1238400774979,"id":5687,"parentId":5685,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"342491136","memory.heapUsed":"272803928","memory.heapTotal":"330858496"},"startTime":1727804952193,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":157255,"timestamp":1238402352014,"id":5688,"tags":{"url":"/","isTurbopack":false},"startTime":1727804953770,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238402509343,"id":5689,"parentId":5688,"tags":{"url":"/","memory.rss":"307838976","memory.heapUsed":"283833056","memory.heapTotal":"332005376"},"startTime":1727804953927,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":8,"timestamp":1238403024458,"id":5690,"parentId":3,"tags":{},"startTime":1727804954442,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11437,"timestamp":1238406167789,"id":5699,"parentId":5698,"tags":{},"startTime":1727804957586,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11699,"timestamp":1238406167558,"id":5698,"parentId":5697,"tags":{},"startTime":1727804957586,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":15046,"timestamp":1238406166747,"id":5697,"parentId":5693,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727804957585,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":34058,"timestamp":1238406148657,"id":5696,"parentId":5694,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804957567,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":35407,"timestamp":1238406148416,"id":5695,"parentId":5694,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804957566,"traceId":"ed4341945b6604eb"},{"name":"make","duration":83381,"timestamp":1238406144235,"id":5694,"parentId":5693,"tags":{},"startTime":1727804957562,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2164,"timestamp":1238406236427,"id":5711,"parentId":5710,"tags":{},"startTime":1727804957654,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1238406238621,"id":5713,"parentId":5710,"tags":{},"startTime":1727804957657,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":2455,"timestamp":1238406238658,"id":5714,"parentId":5710,"tags":{},"startTime":1727804957657,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":5,"timestamp":1238406241139,"id":5715,"parentId":5710,"tags":{},"startTime":1727804957659,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":20,"timestamp":1238406241157,"id":5716,"parentId":5710,"tags":{},"startTime":1727804957659,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":4861,"timestamp":1238406238612,"id":5712,"parentId":5710,"tags":{},"startTime":1727804957657,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":644,"timestamp":1238406248362,"id":5717,"parentId":5710,"tags":{},"startTime":1727804957666,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":2898,"timestamp":1238406249016,"id":5718,"parentId":5710,"tags":{},"startTime":1727804957667,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1390,"timestamp":1238406253296,"id":5719,"parentId":5710,"tags":{},"startTime":1727804957671,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":103,"timestamp":1238406254685,"id":5720,"parentId":5710,"tags":{},"startTime":1727804957673,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":272,"timestamp":1238406254782,"id":5721,"parentId":5710,"tags":{},"startTime":1727804957673,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":2330,"timestamp":1238406255060,"id":5722,"parentId":5710,"tags":{},"startTime":1727804957673,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":28612,"timestamp":1238406231635,"id":5710,"parentId":5693,"tags":{},"startTime":1727804957650,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":121313,"timestamp":1238406143184,"id":5693,"parentId":5691,"tags":{"name":"server"},"startTime":1727804957561,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":4635,"timestamp":1238406264566,"id":5723,"parentId":5691,"tags":{},"startTime":1727804957683,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":141276,"timestamp":1238406128381,"id":5691,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804957546,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":2956,"timestamp":1238406283308,"id":5731,"parentId":5725,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804957701,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":5665,"timestamp":1238406283209,"id":5726,"parentId":5725,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804957701,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":13981,"timestamp":1238406283274,"id":5729,"parentId":5725,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804957701,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":13940,"timestamp":1238406283320,"id":5734,"parentId":5725,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804957701,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":14811,"timestamp":1238406283312,"id":5732,"parentId":5725,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804957701,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":15012,"timestamp":1238406283261,"id":5727,"parentId":5725,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804957701,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":14962,"timestamp":1238406283316,"id":5733,"parentId":5725,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804957701,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4166,"timestamp":1238406294177,"id":5737,"parentId":5736,"tags":{},"startTime":1727804957712,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":163470,"timestamp":1238406298435,"id":5739,"parentId":5738,"tags":{},"startTime":1727804957716,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":163965,"timestamp":1238406298365,"id":5738,"parentId":5736,"tags":{},"startTime":1727804957716,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":21717,"timestamp":1238406462376,"id":5740,"parentId":5736,"tags":{"astUsed":"true"},"startTime":1727804957880,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":191997,"timestamp":1238406294043,"id":5736,"parentId":5735,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804957712,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":205357,"timestamp":1238406283269,"id":5728,"parentId":5725,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804957701,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":206791,"timestamp":1238406286546,"id":5735,"parentId":5724,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804957705,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":45,"timestamp":1238406493525,"id":5741,"parentId":5735,"tags":{},"startTime":1727804957912,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":210319,"timestamp":1238406283278,"id":5730,"parentId":5725,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804957701,"traceId":"ed4341945b6604eb"},{"name":"make","duration":220820,"timestamp":1238406272805,"id":5725,"parentId":5724,"tags":{},"startTime":1727804957691,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2142,"timestamp":1238406504258,"id":5743,"parentId":5742,"tags":{},"startTime":1727804957922,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":4,"timestamp":1238406506430,"id":5745,"parentId":5742,"tags":{},"startTime":1727804957924,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":73,"timestamp":1238406506451,"id":5746,"parentId":5742,"tags":{},"startTime":1727804957924,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":6,"timestamp":1238406506553,"id":5747,"parentId":5742,"tags":{},"startTime":1727804957925,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1238406506579,"id":5748,"parentId":5742,"tags":{},"startTime":1727804957925,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":1835,"timestamp":1238406506419,"id":5744,"parentId":5742,"tags":{},"startTime":1727804957924,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":1606,"timestamp":1238406510013,"id":5749,"parentId":5742,"tags":{},"startTime":1727804957928,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":3512,"timestamp":1238406511676,"id":5750,"parentId":5742,"tags":{},"startTime":1727804957930,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":4147,"timestamp":1238406516824,"id":5751,"parentId":5742,"tags":{},"startTime":1727804957935,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":164,"timestamp":1238406520969,"id":5752,"parentId":5742,"tags":{},"startTime":1727804957939,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":252,"timestamp":1238406521122,"id":5753,"parentId":5742,"tags":{},"startTime":1727804957939,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":11937,"timestamp":1238406521379,"id":5754,"parentId":5742,"tags":{},"startTime":1727804957939,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":63,"timestamp":1238406534649,"id":5756,"parentId":5724,"tags":{},"startTime":1727804957953,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":149,"timestamp":1238406534569,"id":5755,"parentId":5724,"tags":{},"startTime":1727804957953,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":37776,"timestamp":1238406499559,"id":5742,"parentId":5724,"tags":{},"startTime":1727804957918,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":264844,"timestamp":1238406272529,"id":5724,"parentId":5692,"tags":{"name":"client"},"startTime":1727804957691,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5457,"timestamp":1238406537399,"id":5757,"parentId":5692,"tags":{},"startTime":1727804957955,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":415029,"timestamp":1238406129129,"id":5692,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804957547,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":4,"timestamp":1238406549953,"id":5758,"parentId":3,"tags":{},"startTime":1727804957968,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":443000,"timestamp":1238406129949,"id":5760,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1727804957993,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":81382,"timestamp":1238406557589,"id":5759,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727804957976,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":0,"timestamp":1238406639019,"id":5761,"parentId":5759,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"344915968","memory.heapUsed":"251322136","memory.heapTotal":"339984384"},"startTime":1727804958057,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":142858,"timestamp":1238409819823,"id":5762,"tags":{"url":"/","isTurbopack":false},"startTime":1727804961238,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":2,"timestamp":1238409962756,"id":5763,"parentId":5762,"tags":{"url":"/","memory.rss":"334200832","memory.heapUsed":"255452232","memory.heapTotal":"339984384"},"startTime":1727804961381,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":8,"timestamp":1238410393742,"id":5764,"parentId":3,"tags":{},"startTime":1727804961812,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3466,"timestamp":1238433783022,"id":5773,"parentId":5772,"tags":{},"startTime":1727804985201,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3979,"timestamp":1238433782545,"id":5772,"parentId":5771,"tags":{},"startTime":1727804985200,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":7399,"timestamp":1238433781689,"id":5771,"parentId":5767,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727804985199,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":26092,"timestamp":1238433764202,"id":5770,"parentId":5768,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804985182,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":27525,"timestamp":1238433763886,"id":5769,"parentId":5768,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804985182,"traceId":"ed4341945b6604eb"},{"name":"make","duration":109312,"timestamp":1238433756264,"id":5768,"parentId":5767,"tags":{},"startTime":1727804985174,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":4609,"timestamp":1238433877840,"id":5785,"parentId":5784,"tags":{},"startTime":1727804985295,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":11,"timestamp":1238433882508,"id":5787,"parentId":5784,"tags":{},"startTime":1727804985300,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":6749,"timestamp":1238433882560,"id":5788,"parentId":5784,"tags":{},"startTime":1727804985300,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":16,"timestamp":1238433889346,"id":5789,"parentId":5784,"tags":{},"startTime":1727804985307,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":13,"timestamp":1238433889377,"id":5790,"parentId":5784,"tags":{},"startTime":1727804985307,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":11325,"timestamp":1238433882482,"id":5786,"parentId":5784,"tags":{},"startTime":1727804985300,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":582,"timestamp":1238433896299,"id":5791,"parentId":5784,"tags":{},"startTime":1727804985314,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":4525,"timestamp":1238433896890,"id":5792,"parentId":5784,"tags":{},"startTime":1727804985315,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1244,"timestamp":1238433902992,"id":5793,"parentId":5784,"tags":{},"startTime":1727804985321,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":102,"timestamp":1238433904236,"id":5794,"parentId":5784,"tags":{},"startTime":1727804985322,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":264,"timestamp":1238433904331,"id":5795,"parentId":5784,"tags":{},"startTime":1727804985322,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":2768,"timestamp":1238433904600,"id":5796,"parentId":5784,"tags":{},"startTime":1727804985322,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":37742,"timestamp":1238433872573,"id":5784,"parentId":5767,"tags":{},"startTime":1727804985290,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":164902,"timestamp":1238433748989,"id":5767,"parentId":5765,"tags":{"name":"server"},"startTime":1727804985167,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":7001,"timestamp":1238433913943,"id":5797,"parentId":5765,"tags":{},"startTime":1727804985332,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":231003,"timestamp":1238433690389,"id":5765,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804985108,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":2965,"timestamp":1238433930237,"id":5805,"parentId":5799,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804985348,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":5729,"timestamp":1238433930157,"id":5800,"parentId":5799,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804985348,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":16774,"timestamp":1238433930227,"id":5803,"parentId":5799,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804985348,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":16757,"timestamp":1238433930251,"id":5808,"parentId":5799,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804985348,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21133,"timestamp":1238433930241,"id":5806,"parentId":5799,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804985348,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21310,"timestamp":1238433930213,"id":5801,"parentId":5799,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804985348,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21284,"timestamp":1238433930246,"id":5807,"parentId":5799,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804985348,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7770,"timestamp":1238433943891,"id":5811,"parentId":5810,"tags":{},"startTime":1727804985362,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":105400,"timestamp":1238433951775,"id":5813,"parentId":5812,"tags":{},"startTime":1727804985369,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":109616,"timestamp":1238433951691,"id":5812,"parentId":5810,"tags":{},"startTime":1727804985369,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":23528,"timestamp":1238434061363,"id":5814,"parentId":5810,"tags":{"astUsed":"true"},"startTime":1727804985479,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":143205,"timestamp":1238433943599,"id":5810,"parentId":5809,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804985361,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":158933,"timestamp":1238433930222,"id":5802,"parentId":5799,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804985348,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":158562,"timestamp":1238433933453,"id":5809,"parentId":5798,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804985351,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":59,"timestamp":1238434092360,"id":5815,"parentId":5809,"tags":{},"startTime":1727804985510,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":162215,"timestamp":1238433930231,"id":5804,"parentId":5799,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804985348,"traceId":"ed4341945b6604eb"},{"name":"make","duration":168966,"timestamp":1238433923508,"id":5799,"parentId":5798,"tags":{},"startTime":1727804985341,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":10454,"timestamp":1238434103975,"id":5817,"parentId":5816,"tags":{},"startTime":1727804985522,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1238434114460,"id":5819,"parentId":5816,"tags":{},"startTime":1727804985532,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":305,"timestamp":1238434114481,"id":5820,"parentId":5816,"tags":{},"startTime":1727804985532,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":7,"timestamp":1238434114813,"id":5821,"parentId":5816,"tags":{},"startTime":1727804985532,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1238434114842,"id":5822,"parentId":5816,"tags":{},"startTime":1727804985532,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":3824,"timestamp":1238434114450,"id":5818,"parentId":5816,"tags":{},"startTime":1727804985532,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":682,"timestamp":1238434120395,"id":5823,"parentId":5816,"tags":{},"startTime":1727804985538,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":3913,"timestamp":1238434121129,"id":5824,"parentId":5816,"tags":{},"startTime":1727804985539,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":6823,"timestamp":1238434127245,"id":5825,"parentId":5816,"tags":{},"startTime":1727804985545,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":200,"timestamp":1238434134066,"id":5826,"parentId":5816,"tags":{},"startTime":1727804985552,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":284,"timestamp":1238434134254,"id":5827,"parentId":5816,"tags":{},"startTime":1727804985552,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":5735,"timestamp":1238434134546,"id":5828,"parentId":5816,"tags":{},"startTime":1727804985552,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":137,"timestamp":1238434141862,"id":5830,"parentId":5798,"tags":{},"startTime":1727804985559,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":230,"timestamp":1238434141776,"id":5829,"parentId":5798,"tags":{},"startTime":1727804985559,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":48589,"timestamp":1238434098640,"id":5816,"parentId":5798,"tags":{},"startTime":1727804985516,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":224042,"timestamp":1238433923237,"id":5798,"parentId":5766,"tags":{"name":"client"},"startTime":1727804985341,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":11778,"timestamp":1238434147310,"id":5831,"parentId":5766,"tags":{},"startTime":1727804985565,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":469496,"timestamp":1238433691046,"id":5766,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804985109,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":5,"timestamp":1238434164130,"id":5832,"parentId":3,"tags":{},"startTime":1727804985582,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":497000,"timestamp":1238433690979,"id":5834,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1727804985609,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":110120,"timestamp":1238434166016,"id":5833,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727804985584,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238434276188,"id":5835,"parentId":5833,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"334856192","memory.heapUsed":"251672376","memory.heapTotal":"322519040"},"startTime":1727804985694,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7372,"timestamp":1238447383129,"id":5844,"parentId":5843,"tags":{},"startTime":1727804998801,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7669,"timestamp":1238447382859,"id":5843,"parentId":5842,"tags":{},"startTime":1727804998800,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":10752,"timestamp":1238447382007,"id":5842,"parentId":5838,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727804998799,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":31110,"timestamp":1238447364428,"id":5841,"parentId":5839,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804998782,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":31849,"timestamp":1238447364058,"id":5840,"parentId":5839,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727804998782,"traceId":"ed4341945b6604eb"},{"name":"make","duration":99165,"timestamp":1238447359491,"id":5839,"parentId":5838,"tags":{},"startTime":1727804998777,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2953,"timestamp":1238447469070,"id":5856,"parentId":5855,"tags":{},"startTime":1727804998887,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":14,"timestamp":1238447472070,"id":5858,"parentId":5855,"tags":{},"startTime":1727804998890,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":4252,"timestamp":1238447472108,"id":5859,"parentId":5855,"tags":{},"startTime":1727804998890,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":13,"timestamp":1238447476399,"id":5860,"parentId":5855,"tags":{},"startTime":1727804998894,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1238447476427,"id":5861,"parentId":5855,"tags":{},"startTime":1727804998894,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":10372,"timestamp":1238447472059,"id":5857,"parentId":5855,"tags":{},"startTime":1727804998890,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":636,"timestamp":1238447484501,"id":5862,"parentId":5855,"tags":{},"startTime":1727804998902,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":6781,"timestamp":1238447485149,"id":5863,"parentId":5855,"tags":{},"startTime":1727804998903,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":3168,"timestamp":1238447493945,"id":5864,"parentId":5855,"tags":{},"startTime":1727804998911,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":175,"timestamp":1238447497112,"id":5865,"parentId":5855,"tags":{},"startTime":1727804998915,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":377,"timestamp":1238447497265,"id":5866,"parentId":5855,"tags":{},"startTime":1727804998915,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":2215,"timestamp":1238447497652,"id":5867,"parentId":5855,"tags":{},"startTime":1727804998915,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":39620,"timestamp":1238447463096,"id":5855,"parentId":5838,"tags":{},"startTime":1727804998881,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":147970,"timestamp":1238447358536,"id":5838,"parentId":5836,"tags":{"name":"server"},"startTime":1727804998776,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":7728,"timestamp":1238447506578,"id":5868,"parentId":5836,"tags":{},"startTime":1727804998924,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":172694,"timestamp":1238447342206,"id":5836,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804998760,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":8441,"timestamp":1238447525491,"id":5876,"parentId":5870,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804998943,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":11639,"timestamp":1238447525403,"id":5871,"parentId":5870,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727804998943,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21034,"timestamp":1238447525479,"id":5874,"parentId":5870,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804998943,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21013,"timestamp":1238447525508,"id":5879,"parentId":5870,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727804998943,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":22015,"timestamp":1238447525496,"id":5877,"parentId":5870,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804998943,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":22206,"timestamp":1238447525464,"id":5872,"parentId":5870,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727804998943,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":22178,"timestamp":1238447525501,"id":5878,"parentId":5870,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804998943,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":5016,"timestamp":1238447542771,"id":5882,"parentId":5881,"tags":{},"startTime":1727804998960,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":157294,"timestamp":1238447547886,"id":5884,"parentId":5883,"tags":{},"startTime":1727804998965,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":157830,"timestamp":1238447547816,"id":5883,"parentId":5881,"tags":{},"startTime":1727804998965,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":23983,"timestamp":1238447705695,"id":5885,"parentId":5881,"tags":{"astUsed":"true"},"startTime":1727804999123,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":189209,"timestamp":1238447542630,"id":5881,"parentId":5880,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727804998960,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":206855,"timestamp":1238447525474,"id":5873,"parentId":5870,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727804998943,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":200716,"timestamp":1238447534248,"id":5880,"parentId":5869,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727804998952,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":88,"timestamp":1238447737501,"id":5886,"parentId":5880,"tags":{},"startTime":1727804999155,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":212140,"timestamp":1238447525485,"id":5875,"parentId":5870,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727804998943,"traceId":"ed4341945b6604eb"},{"name":"make","duration":220372,"timestamp":1238447517279,"id":5870,"parentId":5869,"tags":{},"startTime":1727804998935,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2007,"timestamp":1238447744699,"id":5888,"parentId":5887,"tags":{},"startTime":1727804999162,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":4,"timestamp":1238447746734,"id":5890,"parentId":5887,"tags":{},"startTime":1727804999164,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":70,"timestamp":1238447746752,"id":5891,"parentId":5887,"tags":{},"startTime":1727804999164,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":5,"timestamp":1238447746847,"id":5892,"parentId":5887,"tags":{},"startTime":1727804999164,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1238447746871,"id":5893,"parentId":5887,"tags":{},"startTime":1727804999164,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":1989,"timestamp":1238447746724,"id":5889,"parentId":5887,"tags":{},"startTime":1727804999164,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":402,"timestamp":1238447750161,"id":5894,"parentId":5887,"tags":{},"startTime":1727804999168,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":2521,"timestamp":1238447750570,"id":5895,"parentId":5887,"tags":{},"startTime":1727804999168,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":4015,"timestamp":1238447754539,"id":5896,"parentId":5887,"tags":{},"startTime":1727804999172,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":123,"timestamp":1238447758553,"id":5897,"parentId":5887,"tags":{},"startTime":1727804999176,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":198,"timestamp":1238447758669,"id":5898,"parentId":5887,"tags":{},"startTime":1727804999176,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":6123,"timestamp":1238447758872,"id":5899,"parentId":5887,"tags":{},"startTime":1727804999176,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":96,"timestamp":1238447766270,"id":5901,"parentId":5869,"tags":{},"startTime":1727804999184,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":186,"timestamp":1238447766184,"id":5900,"parentId":5869,"tags":{},"startTime":1727804999184,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":28488,"timestamp":1238447740509,"id":5887,"parentId":5869,"tags":{},"startTime":1727804999158,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":252077,"timestamp":1238447516950,"id":5869,"parentId":5837,"tags":{"name":"client"},"startTime":1727804998934,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":4272,"timestamp":1238447769050,"id":5902,"parentId":5837,"tags":{},"startTime":1727804999186,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":431224,"timestamp":1238447342983,"id":5837,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727804998760,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":5,"timestamp":1238447776919,"id":5903,"parentId":3,"tags":{},"startTime":1727804999194,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":71391,"timestamp":1238447780770,"id":5904,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727804999198,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238447853264,"id":5905,"parentId":5904,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"294993920","memory.heapUsed":"281694768","memory.heapTotal":"325337088"},"startTime":1727804999271,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":507000,"timestamp":1238447344372,"id":5906,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1727804999271,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":12516,"timestamp":1238473152270,"id":5916,"parentId":5910,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805024569,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":19458,"timestamp":1238473151884,"id":5911,"parentId":5910,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727805024569,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":27719,"timestamp":1238473152279,"id":5917,"parentId":5910,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805024569,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7926,"timestamp":1238473175068,"id":5922,"parentId":5921,"tags":{},"startTime":1727805024592,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":43556,"timestamp":1238473152241,"id":5912,"parentId":5910,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727805024569,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":45922,"timestamp":1238473152260,"id":5914,"parentId":5910,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805024569,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":45868,"timestamp":1238473152316,"id":5919,"parentId":5910,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805024569,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":46158,"timestamp":1238473152284,"id":5918,"parentId":5910,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805024569,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":141732,"timestamp":1238473183209,"id":5924,"parentId":5923,"tags":{},"startTime":1727805024600,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":142487,"timestamp":1238473183082,"id":5923,"parentId":5921,"tags":{},"startTime":1727805024600,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":23905,"timestamp":1238473325645,"id":5925,"parentId":5921,"tags":{"astUsed":"true"},"startTime":1727805024743,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":177149,"timestamp":1238473174795,"id":5921,"parentId":5920,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727805024592,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":190204,"timestamp":1238473165585,"id":5920,"parentId":5909,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727805024583,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":39,"timestamp":1238473356292,"id":5926,"parentId":5920,"tags":{},"startTime":1727805024773,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":204314,"timestamp":1238473152265,"id":5915,"parentId":5910,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805024569,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":206100,"timestamp":1238473152251,"id":5913,"parentId":5910,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805024569,"traceId":"ed4341945b6604eb"},{"name":"make","duration":207681,"timestamp":1238473150698,"id":5910,"parentId":5909,"tags":{},"startTime":1727805024568,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":1885,"timestamp":1238473366069,"id":5928,"parentId":5927,"tags":{},"startTime":1727805024783,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":6,"timestamp":1238473367971,"id":5930,"parentId":5927,"tags":{},"startTime":1727805024785,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":78,"timestamp":1238473368001,"id":5931,"parentId":5927,"tags":{},"startTime":1727805024785,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":4,"timestamp":1238473368102,"id":5932,"parentId":5927,"tags":{},"startTime":1727805024785,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1238473368130,"id":5933,"parentId":5927,"tags":{},"startTime":1727805024785,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":1997,"timestamp":1238473367966,"id":5929,"parentId":5927,"tags":{},"startTime":1727805024785,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":494,"timestamp":1238473371653,"id":5934,"parentId":5927,"tags":{},"startTime":1727805024789,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":2949,"timestamp":1238473372154,"id":5935,"parentId":5927,"tags":{},"startTime":1727805024789,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":7212,"timestamp":1238473376866,"id":5936,"parentId":5927,"tags":{},"startTime":1727805024794,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":136,"timestamp":1238473384076,"id":5937,"parentId":5927,"tags":{},"startTime":1727805024801,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":222,"timestamp":1238473384204,"id":5938,"parentId":5927,"tags":{},"startTime":1727805024801,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":3364,"timestamp":1238473384430,"id":5939,"parentId":5927,"tags":{},"startTime":1727805024802,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":232,"timestamp":1238473389077,"id":5941,"parentId":5909,"tags":{},"startTime":1727805024806,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":362,"timestamp":1238473388953,"id":5940,"parentId":5909,"tags":{},"startTime":1727805024806,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":29969,"timestamp":1238473361728,"id":5927,"parentId":5909,"tags":{},"startTime":1727805024779,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":243123,"timestamp":1238473148622,"id":5909,"parentId":5907,"tags":{"name":"client"},"startTime":1727805024566,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5809,"timestamp":1238473391769,"id":5942,"parentId":5907,"tags":{},"startTime":1727805024809,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":283526,"timestamp":1238473114849,"id":5907,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727805024532,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":12,"timestamp":1238473404977,"id":5945,"parentId":3,"tags":{},"startTime":1727805024822,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":297000,"timestamp":1238473117141,"id":5948,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1727805024833,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":16422,"timestamp":1238473407975,"id":5947,"parentId":5944,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805024825,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5616,"timestamp":1238473422785,"id":5951,"parentId":5950,"tags":{},"startTime":1727805024840,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5806,"timestamp":1238473422600,"id":5950,"parentId":5949,"tags":{},"startTime":1727805024840,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":7291,"timestamp":1238473422233,"id":5949,"parentId":5943,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727805024839,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":23094,"timestamp":1238473407922,"id":5946,"parentId":5944,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805024825,"traceId":"ed4341945b6604eb"},{"name":"make","duration":62680,"timestamp":1238473401031,"id":5944,"parentId":5943,"tags":{},"startTime":1727805024818,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":1665,"timestamp":1238473474304,"id":5963,"parentId":5962,"tags":{},"startTime":1727805024891,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1238473475987,"id":5965,"parentId":5962,"tags":{},"startTime":1727805024893,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":2095,"timestamp":1238473476011,"id":5966,"parentId":5962,"tags":{},"startTime":1727805024893,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":4,"timestamp":1238473478134,"id":5967,"parentId":5962,"tags":{},"startTime":1727805024895,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1238473478152,"id":5968,"parentId":5962,"tags":{},"startTime":1727805024895,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":3978,"timestamp":1238473475979,"id":5964,"parentId":5962,"tags":{},"startTime":1727805024893,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":422,"timestamp":1238473481471,"id":5969,"parentId":5962,"tags":{},"startTime":1727805024899,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":2640,"timestamp":1238473481899,"id":5970,"parentId":5962,"tags":{},"startTime":1727805024899,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1090,"timestamp":1238473485835,"id":5971,"parentId":5962,"tags":{},"startTime":1727805024903,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":75,"timestamp":1238473486925,"id":5972,"parentId":5962,"tags":{},"startTime":1727805024904,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":197,"timestamp":1238473486995,"id":5973,"parentId":5962,"tags":{},"startTime":1727805024904,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":1372,"timestamp":1238473487197,"id":5974,"parentId":5962,"tags":{},"startTime":1727805024904,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":20491,"timestamp":1238473470173,"id":5962,"parentId":5943,"tags":{},"startTime":1727805024887,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":94820,"timestamp":1238473400649,"id":5943,"parentId":5908,"tags":{"name":"server"},"startTime":1727805024818,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":3751,"timestamp":1238473495531,"id":5975,"parentId":5908,"tags":{},"startTime":1727805024913,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":383603,"timestamp":1238473116681,"id":5908,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727805024534,"traceId":"ed4341945b6604eb"}] -[{"name":"handle-request","duration":64529,"timestamp":1238473506907,"id":5976,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727805024924,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":0,"timestamp":1238473571461,"id":5977,"parentId":5976,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"291225600","memory.heapUsed":"320812144","memory.heapTotal":"352534528"},"startTime":1727805024989,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":7280,"timestamp":1238482746446,"id":5987,"parentId":5981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805034163,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":11108,"timestamp":1238482746286,"id":5982,"parentId":5981,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727805034163,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":17678,"timestamp":1238482746450,"id":5988,"parentId":5981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805034163,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":6065,"timestamp":1238482760060,"id":5993,"parentId":5992,"tags":{},"startTime":1727805034177,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":27959,"timestamp":1238482746414,"id":5983,"parentId":5981,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727805034163,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":29631,"timestamp":1238482746434,"id":5985,"parentId":5981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805034163,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":29607,"timestamp":1238482746460,"id":5990,"parentId":5981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805034163,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":29845,"timestamp":1238482746455,"id":5989,"parentId":5981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805034163,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":129099,"timestamp":1238482766237,"id":5995,"parentId":5994,"tags":{},"startTime":1727805034183,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":129634,"timestamp":1238482766177,"id":5994,"parentId":5992,"tags":{},"startTime":1727805034183,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":23414,"timestamp":1238482895861,"id":5996,"parentId":5992,"tags":{"astUsed":"true"},"startTime":1727805034313,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":161707,"timestamp":1238482759909,"id":5992,"parentId":5991,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727805034177,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":171133,"timestamp":1238482754031,"id":5991,"parentId":5980,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727805034171,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":52,"timestamp":1238482925622,"id":5997,"parentId":5991,"tags":{},"startTime":1727805034343,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":179475,"timestamp":1238482746439,"id":5986,"parentId":5981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805034163,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":181225,"timestamp":1238482746428,"id":5984,"parentId":5981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805034163,"traceId":"ed4341945b6604eb"},{"name":"make","duration":181974,"timestamp":1238482745705,"id":5981,"parentId":5980,"tags":{},"startTime":1727805034163,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":3941,"timestamp":1238482954745,"id":5999,"parentId":5998,"tags":{},"startTime":1727805034372,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":11,"timestamp":1238482958746,"id":6001,"parentId":5998,"tags":{},"startTime":1727805034376,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":90,"timestamp":1238482958783,"id":6002,"parentId":5998,"tags":{},"startTime":1727805034376,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":8,"timestamp":1238482958899,"id":6003,"parentId":5998,"tags":{},"startTime":1727805034376,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1238482958932,"id":6004,"parentId":5998,"tags":{},"startTime":1727805034376,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":4977,"timestamp":1238482958735,"id":6000,"parentId":5998,"tags":{},"startTime":1727805034376,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":654,"timestamp":1238482966689,"id":6005,"parentId":5998,"tags":{},"startTime":1727805034384,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":16511,"timestamp":1238482967361,"id":6006,"parentId":5998,"tags":{},"startTime":1727805034384,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":7715,"timestamp":1238482989782,"id":6007,"parentId":5998,"tags":{},"startTime":1727805034407,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":364,"timestamp":1238482997495,"id":6008,"parentId":5998,"tags":{},"startTime":1727805034414,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":695,"timestamp":1238482997846,"id":6009,"parentId":5998,"tags":{},"startTime":1727805034415,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":10284,"timestamp":1238482998548,"id":6010,"parentId":5998,"tags":{},"startTime":1727805034416,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":535,"timestamp":1238483011195,"id":6012,"parentId":5980,"tags":{},"startTime":1727805034428,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":702,"timestamp":1238483011041,"id":6011,"parentId":5980,"tags":{},"startTime":1727805034428,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":76633,"timestamp":1238482947893,"id":5998,"parentId":5980,"tags":{},"startTime":1727805034365,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":279555,"timestamp":1238482745148,"id":5980,"parentId":5978,"tags":{"name":"client"},"startTime":1727805034162,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":12724,"timestamp":1238483024803,"id":6013,"parentId":5978,"tags":{},"startTime":1727805034442,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":306163,"timestamp":1238482732750,"id":5978,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727805034150,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":6,"timestamp":1238483048149,"id":6016,"parentId":3,"tags":{},"startTime":1727805034465,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":325000,"timestamp":1238482734503,"id":6019,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1727805034476,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4925,"timestamp":1238483072601,"id":6022,"parentId":6021,"tags":{},"startTime":1727805034490,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5277,"timestamp":1238483072259,"id":6021,"parentId":6020,"tags":{},"startTime":1727805034489,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":8200,"timestamp":1238483071812,"id":6020,"parentId":6014,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727805034489,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":27723,"timestamp":1238483055426,"id":6018,"parentId":6015,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805034472,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":29363,"timestamp":1238483055361,"id":6017,"parentId":6015,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805034472,"traceId":"ed4341945b6604eb"},{"name":"make","duration":175150,"timestamp":1238483044217,"id":6015,"parentId":6014,"tags":{},"startTime":1727805034461,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":3046,"timestamp":1238483238418,"id":6034,"parentId":6033,"tags":{},"startTime":1727805034655,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":5,"timestamp":1238483241489,"id":6036,"parentId":6033,"tags":{},"startTime":1727805034658,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":5681,"timestamp":1238483241528,"id":6037,"parentId":6033,"tags":{},"startTime":1727805034658,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":12,"timestamp":1238483247249,"id":6038,"parentId":6033,"tags":{},"startTime":1727805034664,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1238483247280,"id":6039,"parentId":6033,"tags":{},"startTime":1727805034664,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":10698,"timestamp":1238483241479,"id":6035,"parentId":6033,"tags":{},"startTime":1727805034658,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":650,"timestamp":1238483257590,"id":6040,"parentId":6033,"tags":{},"startTime":1727805034675,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":5290,"timestamp":1238483258256,"id":6041,"parentId":6033,"tags":{},"startTime":1727805034675,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1446,"timestamp":1238483265353,"id":6042,"parentId":6033,"tags":{},"startTime":1727805034682,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":131,"timestamp":1238483266797,"id":6043,"parentId":6033,"tags":{},"startTime":1727805034684,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":267,"timestamp":1238483266920,"id":6044,"parentId":6033,"tags":{},"startTime":1727805034684,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":2363,"timestamp":1238483267193,"id":6045,"parentId":6033,"tags":{},"startTime":1727805034684,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":41596,"timestamp":1238483231877,"id":6033,"parentId":6014,"tags":{},"startTime":1727805034649,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":235727,"timestamp":1238483042840,"id":6014,"parentId":5979,"tags":{"name":"server"},"startTime":1727805034460,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":10551,"timestamp":1238483278815,"id":6046,"parentId":5979,"tags":{},"startTime":1727805034696,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":557351,"timestamp":1238482733868,"id":5979,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727805034151,"traceId":"ed4341945b6604eb"}] -[{"name":"handle-request","duration":141083,"timestamp":1238483315229,"id":6047,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727805034732,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238483456342,"id":6048,"parentId":6047,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"328548352","memory.heapUsed":"253412096","memory.heapTotal":"319930368"},"startTime":1727805034873,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":11138,"timestamp":1238516243607,"id":6058,"parentId":6052,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805067660,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":16699,"timestamp":1238516243316,"id":6053,"parentId":6052,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727805067660,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":25099,"timestamp":1238516243612,"id":6059,"parentId":6052,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805067660,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8042,"timestamp":1238516264107,"id":6064,"parentId":6063,"tags":{},"startTime":1727805067681,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":38529,"timestamp":1238516243574,"id":6054,"parentId":6052,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727805067660,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":41052,"timestamp":1238516243590,"id":6056,"parentId":6052,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805067660,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":41020,"timestamp":1238516243625,"id":6061,"parentId":6052,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805067660,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":41329,"timestamp":1238516243620,"id":6060,"parentId":6052,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805067660,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":139603,"timestamp":1238516272354,"id":6066,"parentId":6065,"tags":{},"startTime":1727805067689,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":140179,"timestamp":1238516272228,"id":6065,"parentId":6063,"tags":{},"startTime":1727805067689,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":24573,"timestamp":1238516412461,"id":6067,"parentId":6063,"tags":{"astUsed":"true"},"startTime":1727805067829,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":175533,"timestamp":1238516263871,"id":6063,"parentId":6062,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727805067680,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":187381,"timestamp":1238516255373,"id":6062,"parentId":6051,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727805067672,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":37,"timestamp":1238516443142,"id":6068,"parentId":6062,"tags":{},"startTime":1727805067860,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":199820,"timestamp":1238516243601,"id":6057,"parentId":6052,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805067660,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":201824,"timestamp":1238516243584,"id":6055,"parentId":6052,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805067660,"traceId":"ed4341945b6604eb"},{"name":"make","duration":203194,"timestamp":1238516242242,"id":6052,"parentId":6051,"tags":{},"startTime":1727805067659,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2564,"timestamp":1238516455619,"id":6070,"parentId":6069,"tags":{},"startTime":1727805067872,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":4,"timestamp":1238516458204,"id":6072,"parentId":6069,"tags":{},"startTime":1727805067875,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":68,"timestamp":1238516458230,"id":6073,"parentId":6069,"tags":{},"startTime":1727805067875,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":6,"timestamp":1238516458317,"id":6074,"parentId":6069,"tags":{},"startTime":1727805067875,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1238516458341,"id":6075,"parentId":6069,"tags":{},"startTime":1727805067875,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":3378,"timestamp":1238516458196,"id":6071,"parentId":6069,"tags":{},"startTime":1727805067875,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":499,"timestamp":1238516463461,"id":6076,"parentId":6069,"tags":{},"startTime":1727805067880,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":2722,"timestamp":1238516463970,"id":6077,"parentId":6069,"tags":{},"startTime":1727805067881,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":4183,"timestamp":1238516468094,"id":6078,"parentId":6069,"tags":{},"startTime":1727805067885,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":130,"timestamp":1238516472276,"id":6079,"parentId":6069,"tags":{},"startTime":1727805067889,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":210,"timestamp":1238516472398,"id":6080,"parentId":6069,"tags":{},"startTime":1727805067889,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":5628,"timestamp":1238516472612,"id":6081,"parentId":6069,"tags":{},"startTime":1727805067889,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":112,"timestamp":1238516479428,"id":6083,"parentId":6051,"tags":{},"startTime":1727805067896,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":219,"timestamp":1238516479326,"id":6082,"parentId":6051,"tags":{},"startTime":1727805067896,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":33251,"timestamp":1238516448844,"id":6069,"parentId":6051,"tags":{},"startTime":1727805067865,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":240835,"timestamp":1238516241299,"id":6051,"parentId":6049,"tags":{"name":"client"},"startTime":1727805067658,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5595,"timestamp":1238516482155,"id":6084,"parentId":6049,"tags":{},"startTime":1727805067899,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":262920,"timestamp":1238516225488,"id":6049,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727805067642,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":3,"timestamp":1238516492704,"id":6087,"parentId":3,"tags":{},"startTime":1727805067909,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":20154,"timestamp":1238516495061,"id":6089,"parentId":6086,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805067912,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":291000,"timestamp":1238516227274,"id":6093,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1727805067936,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9022,"timestamp":1238516512215,"id":6092,"parentId":6091,"tags":{},"startTime":1727805067929,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9244,"timestamp":1238516512003,"id":6091,"parentId":6090,"tags":{},"startTime":1727805067929,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":11118,"timestamp":1238516511274,"id":6090,"parentId":6085,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727805067928,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":28928,"timestamp":1238516495013,"id":6088,"parentId":6086,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805067912,"traceId":"ed4341945b6604eb"},{"name":"make","duration":98739,"timestamp":1238516490384,"id":6086,"parentId":6085,"tags":{},"startTime":1727805067907,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2282,"timestamp":1238516598057,"id":6105,"parentId":6104,"tags":{},"startTime":1727805068015,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1238516600361,"id":6107,"parentId":6104,"tags":{},"startTime":1727805068017,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":2603,"timestamp":1238516600385,"id":6108,"parentId":6104,"tags":{},"startTime":1727805068017,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":6,"timestamp":1238516603021,"id":6109,"parentId":6104,"tags":{},"startTime":1727805068020,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1238516603042,"id":6110,"parentId":6104,"tags":{},"startTime":1727805068020,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":5963,"timestamp":1238516600352,"id":6106,"parentId":6104,"tags":{},"startTime":1727805068017,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":1961,"timestamp":1238516607936,"id":6111,"parentId":6104,"tags":{},"startTime":1727805068024,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":3162,"timestamp":1238516609914,"id":6112,"parentId":6104,"tags":{},"startTime":1727805068026,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":942,"timestamp":1238516614297,"id":6113,"parentId":6104,"tags":{},"startTime":1727805068031,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":94,"timestamp":1238516615238,"id":6114,"parentId":6104,"tags":{},"startTime":1727805068032,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":183,"timestamp":1238516615326,"id":6115,"parentId":6104,"tags":{},"startTime":1727805068032,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":1329,"timestamp":1238516615517,"id":6116,"parentId":6104,"tags":{},"startTime":1727805068032,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":26528,"timestamp":1238516592698,"id":6104,"parentId":6085,"tags":{},"startTime":1727805068009,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":132149,"timestamp":1238516490100,"id":6085,"parentId":6050,"tags":{"name":"server"},"startTime":1727805067907,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":3722,"timestamp":1238516622312,"id":6117,"parentId":6050,"tags":{},"startTime":1727805068039,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":399405,"timestamp":1238516227330,"id":6050,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727805067644,"traceId":"ed4341945b6604eb"}] -[{"name":"handle-request","duration":80630,"timestamp":1238516639731,"id":6118,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727805068056,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238516720388,"id":6119,"parentId":6118,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"326582272","memory.heapUsed":"247490856","memory.heapTotal":"323338240"},"startTime":1727805068137,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":33426,"timestamp":1238531024587,"id":6125,"parentId":6123,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805082437,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3544,"timestamp":1238531054602,"id":6128,"parentId":6127,"tags":{},"startTime":1727805082467,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3843,"timestamp":1238531054307,"id":6127,"parentId":6126,"tags":{},"startTime":1727805082467,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":6847,"timestamp":1238531053451,"id":6126,"parentId":6122,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727805082466,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":37456,"timestamp":1238531024324,"id":6124,"parentId":6123,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805082437,"traceId":"ed4341945b6604eb"},{"name":"make","duration":100866,"timestamp":1238531020019,"id":6123,"parentId":6122,"tags":{},"startTime":1727805082432,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":3265,"timestamp":1238531131673,"id":6140,"parentId":6139,"tags":{},"startTime":1727805082544,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":5,"timestamp":1238531134964,"id":6142,"parentId":6139,"tags":{},"startTime":1727805082547,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":2753,"timestamp":1238531135008,"id":6143,"parentId":6139,"tags":{},"startTime":1727805082547,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":9,"timestamp":1238531137789,"id":6144,"parentId":6139,"tags":{},"startTime":1727805082550,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1238531137820,"id":6145,"parentId":6139,"tags":{},"startTime":1727805082550,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":7924,"timestamp":1238531134954,"id":6141,"parentId":6139,"tags":{},"startTime":1727805082547,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":692,"timestamp":1238531145800,"id":6146,"parentId":6139,"tags":{},"startTime":1727805082558,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":6203,"timestamp":1238531146504,"id":6147,"parentId":6139,"tags":{},"startTime":1727805082559,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1464,"timestamp":1238531154409,"id":6148,"parentId":6139,"tags":{},"startTime":1727805082567,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":131,"timestamp":1238531155872,"id":6149,"parentId":6139,"tags":{},"startTime":1727805082568,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":282,"timestamp":1238531155997,"id":6150,"parentId":6139,"tags":{},"startTime":1727805082568,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":1985,"timestamp":1238531156284,"id":6151,"parentId":6139,"tags":{},"startTime":1727805082568,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":35298,"timestamp":1238531125769,"id":6139,"parentId":6122,"tags":{},"startTime":1727805082538,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":145943,"timestamp":1238531018980,"id":6122,"parentId":6120,"tags":{"name":"server"},"startTime":1727805082431,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":4980,"timestamp":1238531164994,"id":6152,"parentId":6120,"tags":{},"startTime":1727805082577,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":168821,"timestamp":1238531001777,"id":6120,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727805082414,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":15949,"timestamp":1238531181059,"id":6160,"parentId":6154,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805082593,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":20103,"timestamp":1238531180964,"id":6155,"parentId":6154,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727805082593,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":29398,"timestamp":1238531181044,"id":6158,"parentId":6154,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805082593,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":29375,"timestamp":1238531181075,"id":6163,"parentId":6154,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805082593,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":30430,"timestamp":1238531181065,"id":6161,"parentId":6154,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805082593,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":30638,"timestamp":1238531181029,"id":6156,"parentId":6154,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727805082593,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":30603,"timestamp":1238531181070,"id":6162,"parentId":6154,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805082593,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4756,"timestamp":1238531207029,"id":6166,"parentId":6165,"tags":{},"startTime":1727805082619,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":167049,"timestamp":1238531211882,"id":6168,"parentId":6167,"tags":{},"startTime":1727805082624,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":167606,"timestamp":1238531211811,"id":6167,"parentId":6165,"tags":{},"startTime":1727805082624,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":26843,"timestamp":1238531379471,"id":6169,"parentId":6165,"tags":{"astUsed":"true"},"startTime":1727805082791,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":201716,"timestamp":1238531206866,"id":6165,"parentId":6164,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727805082619,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":228124,"timestamp":1238531181038,"id":6157,"parentId":6154,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805082593,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":214656,"timestamp":1238531197429,"id":6164,"parentId":6153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727805082610,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":64,"timestamp":1238531417400,"id":6170,"parentId":6164,"tags":{},"startTime":1727805082829,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":236458,"timestamp":1238531181049,"id":6159,"parentId":6154,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805082593,"traceId":"ed4341945b6604eb"},{"name":"make","duration":244378,"timestamp":1238531173158,"id":6154,"parentId":6153,"tags":{},"startTime":1727805082585,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":3961,"timestamp":1238531428067,"id":6172,"parentId":6171,"tags":{},"startTime":1727805082840,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":4,"timestamp":1238531432062,"id":6174,"parentId":6171,"tags":{},"startTime":1727805082844,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":88,"timestamp":1238531432086,"id":6175,"parentId":6171,"tags":{},"startTime":1727805082844,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":6,"timestamp":1238531432201,"id":6176,"parentId":6171,"tags":{},"startTime":1727805082844,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1238531432229,"id":6177,"parentId":6171,"tags":{},"startTime":1727805082844,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":3719,"timestamp":1238531432051,"id":6173,"parentId":6171,"tags":{},"startTime":1727805082844,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":718,"timestamp":1238531438599,"id":6178,"parentId":6171,"tags":{},"startTime":1727805082850,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":5330,"timestamp":1238531439332,"id":6179,"parentId":6171,"tags":{},"startTime":1727805082851,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":6670,"timestamp":1238531447813,"id":6180,"parentId":6171,"tags":{},"startTime":1727805082860,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":240,"timestamp":1238531454481,"id":6181,"parentId":6171,"tags":{},"startTime":1727805082866,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":344,"timestamp":1238531454706,"id":6182,"parentId":6171,"tags":{},"startTime":1727805082866,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":20811,"timestamp":1238531455057,"id":6183,"parentId":6171,"tags":{},"startTime":1727805082867,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":93,"timestamp":1238531477519,"id":6185,"parentId":6153,"tags":{},"startTime":1727805082889,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":191,"timestamp":1238531477428,"id":6184,"parentId":6153,"tags":{},"startTime":1727805082889,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":63118,"timestamp":1238531423316,"id":6171,"parentId":6153,"tags":{},"startTime":1727805082835,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":313655,"timestamp":1238531172833,"id":6153,"parentId":6121,"tags":{"name":"client"},"startTime":1727805082585,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":12971,"timestamp":1238531486528,"id":6186,"parentId":6121,"tags":{},"startTime":1727805082898,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":497467,"timestamp":1238531003686,"id":6121,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727805082416,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":7,"timestamp":1238531506307,"id":6187,"parentId":3,"tags":{},"startTime":1727805082918,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":522000,"timestamp":1238531006543,"id":6189,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1727805082941,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":202672,"timestamp":1238531513358,"id":6188,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727805082925,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":2,"timestamp":1238531716079,"id":6190,"parentId":6188,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"326467584","memory.heapUsed":"256566424","memory.heapTotal":"315473920"},"startTime":1727805083127,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":24666,"timestamp":1238539103222,"id":6196,"parentId":6194,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805090506,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3913,"timestamp":1238539124120,"id":6199,"parentId":6198,"tags":{},"startTime":1727805090527,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4173,"timestamp":1238539123863,"id":6198,"parentId":6197,"tags":{},"startTime":1727805090527,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":7725,"timestamp":1238539122899,"id":6197,"parentId":6193,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1727805090526,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":29425,"timestamp":1238539102847,"id":6195,"parentId":6194,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805090506,"traceId":"ed4341945b6604eb"},{"name":"make","duration":104053,"timestamp":1238539098359,"id":6194,"parentId":6193,"tags":{},"startTime":1727805090501,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2138,"timestamp":1238539212079,"id":6211,"parentId":6210,"tags":{},"startTime":1727805090615,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":5,"timestamp":1238539214243,"id":6213,"parentId":6210,"tags":{},"startTime":1727805090617,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":2484,"timestamp":1238539214273,"id":6214,"parentId":6210,"tags":{},"startTime":1727805090617,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":8,"timestamp":1238539216784,"id":6215,"parentId":6210,"tags":{},"startTime":1727805090620,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1238539216804,"id":6216,"parentId":6210,"tags":{},"startTime":1727805090620,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":6747,"timestamp":1238539214233,"id":6212,"parentId":6210,"tags":{},"startTime":1727805090617,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":653,"timestamp":1238539222868,"id":6217,"parentId":6210,"tags":{},"startTime":1727805090626,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":6555,"timestamp":1238539223533,"id":6218,"parentId":6210,"tags":{},"startTime":1727805090626,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1358,"timestamp":1238539231685,"id":6219,"parentId":6210,"tags":{},"startTime":1727805090635,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":114,"timestamp":1238539233042,"id":6220,"parentId":6210,"tags":{},"startTime":1727805090636,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":251,"timestamp":1238539233149,"id":6221,"parentId":6210,"tags":{},"startTime":1727805090636,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":1791,"timestamp":1238539233404,"id":6222,"parentId":6210,"tags":{},"startTime":1727805090636,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":29899,"timestamp":1238539207645,"id":6210,"parentId":6193,"tags":{},"startTime":1727805090611,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":143436,"timestamp":1238539097103,"id":6193,"parentId":6191,"tags":{"name":"server"},"startTime":1727805090500,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":6086,"timestamp":1238539240589,"id":6223,"parentId":6191,"tags":{},"startTime":1727805090644,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":174808,"timestamp":1238539072385,"id":6191,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727805090475,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":6346,"timestamp":1238539261057,"id":6231,"parentId":6225,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805090664,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":9728,"timestamp":1238539260976,"id":6226,"parentId":6225,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727805090664,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":41073,"timestamp":1238539261046,"id":6229,"parentId":6225,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805090664,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":41058,"timestamp":1238539261073,"id":6234,"parentId":6225,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805090664,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":42550,"timestamp":1238539261062,"id":6232,"parentId":6225,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805090664,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":42838,"timestamp":1238539261031,"id":6227,"parentId":6225,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727805090664,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":42818,"timestamp":1238539261068,"id":6233,"parentId":6225,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805090664,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13953,"timestamp":1238539290129,"id":6237,"parentId":6236,"tags":{},"startTime":1727805090693,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":134382,"timestamp":1238539304266,"id":6239,"parentId":6238,"tags":{},"startTime":1727805090707,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":134885,"timestamp":1238539304188,"id":6238,"parentId":6236,"tags":{},"startTime":1727805090707,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":20814,"timestamp":1238539439217,"id":6240,"parentId":6236,"tags":{"astUsed":"true"},"startTime":1727805090842,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":172244,"timestamp":1238539289648,"id":6236,"parentId":6235,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727805090693,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":205431,"timestamp":1238539261040,"id":6228,"parentId":6225,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805090664,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":201494,"timestamp":1238539267657,"id":6235,"parentId":6224,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727805090671,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":35,"timestamp":1238539469300,"id":6241,"parentId":6235,"tags":{},"startTime":1727805090872,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":208304,"timestamp":1238539261051,"id":6230,"parentId":6225,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805090664,"traceId":"ed4341945b6604eb"},{"name":"make","duration":218358,"timestamp":1238539251016,"id":6225,"parentId":6224,"tags":{},"startTime":1727805090654,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":3044,"timestamp":1238539477766,"id":6243,"parentId":6242,"tags":{},"startTime":1727805090880,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1238539480844,"id":6245,"parentId":6242,"tags":{},"startTime":1727805090884,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":85,"timestamp":1238539480867,"id":6246,"parentId":6242,"tags":{},"startTime":1727805090884,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":9,"timestamp":1238539480981,"id":6247,"parentId":6242,"tags":{},"startTime":1727805090884,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1238539481014,"id":6248,"parentId":6242,"tags":{},"startTime":1727805090884,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":1828,"timestamp":1238539480832,"id":6244,"parentId":6242,"tags":{},"startTime":1727805090884,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":589,"timestamp":1238539484381,"id":6249,"parentId":6242,"tags":{},"startTime":1727805090887,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":3087,"timestamp":1238539484979,"id":6250,"parentId":6242,"tags":{},"startTime":1727805090888,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":4125,"timestamp":1238539490488,"id":6251,"parentId":6242,"tags":{},"startTime":1727805090893,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":174,"timestamp":1238539494611,"id":6252,"parentId":6242,"tags":{},"startTime":1727805090897,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":310,"timestamp":1238539494774,"id":6253,"parentId":6242,"tags":{},"startTime":1727805090897,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":11624,"timestamp":1238539495094,"id":6254,"parentId":6242,"tags":{},"startTime":1727805090898,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":48,"timestamp":1238539507770,"id":6256,"parentId":6224,"tags":{},"startTime":1727805090910,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":122,"timestamp":1238539507700,"id":6255,"parentId":6224,"tags":{},"startTime":1727805090910,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":37136,"timestamp":1238539473277,"id":6242,"parentId":6224,"tags":{},"startTime":1727805090876,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":259894,"timestamp":1238539250552,"id":6224,"parentId":6192,"tags":{"name":"client"},"startTime":1727805090653,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":6294,"timestamp":1238539510473,"id":6257,"parentId":6192,"tags":{},"startTime":1727805090913,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":444479,"timestamp":1238539073274,"id":6192,"parentId":3,"tags":{"trigger":"src/components/Bottom.jsx"},"startTime":1727805090476,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":4,"timestamp":1238539523392,"id":6258,"parentId":3,"tags":{},"startTime":1727805090926,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":471000,"timestamp":1238539076946,"id":6260,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1727805090952,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":79482,"timestamp":1238539529810,"id":6259,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727805090932,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":0,"timestamp":1238539609316,"id":6261,"parentId":6259,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"334462976","memory.heapUsed":"255102056","memory.heapTotal":"322977792"},"startTime":1727805091012,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":42370,"timestamp":1238845943673,"id":6267,"parentId":6265,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805397327,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":73328,"timestamp":1238845973840,"id":6270,"parentId":6269,"tags":{},"startTime":1727805397357,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":73603,"timestamp":1238845973573,"id":6269,"parentId":6268,"tags":{},"startTime":1727805397357,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":78054,"timestamp":1238845972082,"id":6268,"parentId":6264,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx","layer":"rsc"},"startTime":1727805397356,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":109253,"timestamp":1238845943205,"id":6266,"parentId":6265,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805397327,"traceId":"ed4341945b6604eb"},{"name":"make","duration":188537,"timestamp":1238845925470,"id":6265,"parentId":6264,"tags":{},"startTime":1727805397309,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":5878,"timestamp":1238846356803,"id":6282,"parentId":6281,"tags":{},"startTime":1727805397740,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":9,"timestamp":1238846362727,"id":6284,"parentId":6281,"tags":{},"startTime":1727805397746,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":24055,"timestamp":1238846362767,"id":6285,"parentId":6281,"tags":{},"startTime":1727805397746,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":23,"timestamp":1238846386894,"id":6286,"parentId":6281,"tags":{},"startTime":1727805397770,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1238846386953,"id":6287,"parentId":6281,"tags":{},"startTime":1727805397770,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":30857,"timestamp":1238846362713,"id":6283,"parentId":6281,"tags":{},"startTime":1727805397746,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":1420,"timestamp":1238846397524,"id":6288,"parentId":6281,"tags":{},"startTime":1727805397781,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":8195,"timestamp":1238846398973,"id":6289,"parentId":6281,"tags":{},"startTime":1727805397783,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":3549,"timestamp":1238846410424,"id":6290,"parentId":6281,"tags":{},"startTime":1727805397794,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":276,"timestamp":1238846413969,"id":6291,"parentId":6281,"tags":{},"startTime":1727805397798,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":501,"timestamp":1238846414220,"id":6292,"parentId":6281,"tags":{},"startTime":1727805397798,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":5074,"timestamp":1238846414733,"id":6293,"parentId":6281,"tags":{},"startTime":1727805397798,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":80808,"timestamp":1238846345961,"id":6281,"parentId":6264,"tags":{},"startTime":1727805397730,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":511317,"timestamp":1238845922995,"id":6264,"parentId":6262,"tags":{"name":"server"},"startTime":1727805397307,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":10454,"timestamp":1238846434418,"id":6294,"parentId":6262,"tags":{},"startTime":1727805397818,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":580728,"timestamp":1238845865081,"id":6262,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1727805397249,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":6692,"timestamp":1238846469462,"id":6302,"parentId":6296,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805397853,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":12698,"timestamp":1238846469068,"id":6297,"parentId":6296,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727805397853,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":29601,"timestamp":1238846469430,"id":6300,"parentId":6296,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805397853,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":29545,"timestamp":1238846469499,"id":6305,"parentId":6296,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805397853,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":31501,"timestamp":1238846469475,"id":6303,"parentId":6296,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805397853,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":32125,"timestamp":1238846469367,"id":6298,"parentId":6296,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727805397853,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":32022,"timestamp":1238846469487,"id":6304,"parentId":6296,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805397853,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9170,"timestamp":1238846492548,"id":6308,"parentId":6307,"tags":{},"startTime":1727805397876,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":296479,"timestamp":1238846501847,"id":6310,"parentId":6309,"tags":{},"startTime":1727805397885,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":297242,"timestamp":1238846501771,"id":6309,"parentId":6307,"tags":{},"startTime":1727805397885,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":48755,"timestamp":1238846799065,"id":6311,"parentId":6307,"tags":{"astUsed":"true"},"startTime":1727805398183,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":363401,"timestamp":1238846492213,"id":6307,"parentId":6306,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727805397876,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":386845,"timestamp":1238846469413,"id":6299,"parentId":6296,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805397853,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":382893,"timestamp":1238846477128,"id":6306,"parentId":6295,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727805397861,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":43,"timestamp":1238846860201,"id":6312,"parentId":6306,"tags":{},"startTime":1727805398244,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":390830,"timestamp":1238846469443,"id":6301,"parentId":6296,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805397853,"traceId":"ed4341945b6604eb"},{"name":"make","duration":411367,"timestamp":1238846448932,"id":6296,"parentId":6295,"tags":{},"startTime":1727805397832,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":3484,"timestamp":1238846953894,"id":6314,"parentId":6313,"tags":{},"startTime":1727805398337,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":7,"timestamp":1238846957412,"id":6316,"parentId":6313,"tags":{},"startTime":1727805398341,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":100,"timestamp":1238846957439,"id":6317,"parentId":6313,"tags":{},"startTime":1727805398341,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":10,"timestamp":1238846957578,"id":6318,"parentId":6313,"tags":{},"startTime":1727805398341,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1238846957611,"id":6319,"parentId":6313,"tags":{},"startTime":1727805398341,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":4513,"timestamp":1238846957400,"id":6315,"parentId":6313,"tags":{},"startTime":1727805398341,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":564,"timestamp":1238846964244,"id":6320,"parentId":6313,"tags":{},"startTime":1727805398348,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":5119,"timestamp":1238846964820,"id":6321,"parentId":6313,"tags":{},"startTime":1727805398348,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":6180,"timestamp":1238846972975,"id":6322,"parentId":6313,"tags":{},"startTime":1727805398357,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":191,"timestamp":1238846979153,"id":6323,"parentId":6313,"tags":{},"startTime":1727805398363,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":288,"timestamp":1238846979333,"id":6324,"parentId":6313,"tags":{},"startTime":1727805398363,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":6066,"timestamp":1238846979629,"id":6325,"parentId":6313,"tags":{},"startTime":1727805398363,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":86,"timestamp":1238846989487,"id":6327,"parentId":6295,"tags":{},"startTime":1727805398373,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":175,"timestamp":1238846989405,"id":6326,"parentId":6295,"tags":{},"startTime":1727805398373,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":55414,"timestamp":1238846937624,"id":6313,"parentId":6295,"tags":{},"startTime":1727805398321,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":544699,"timestamp":1238846448371,"id":6295,"parentId":6263,"tags":{"name":"client"},"startTime":1727805397832,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":6290,"timestamp":1238846993098,"id":6328,"parentId":6263,"tags":{},"startTime":1727805398377,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":1132649,"timestamp":1238845868207,"id":6263,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1727805397252,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":6,"timestamp":1238847013426,"id":6329,"parentId":3,"tags":{},"startTime":1727805398397,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":96852,"timestamp":1238847018059,"id":6330,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727805398402,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238847114936,"id":6331,"parentId":6330,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"346996736","memory.heapUsed":"257012136","memory.heapTotal":"305610752"},"startTime":1727805398498,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":1254000,"timestamp":1238845877336,"id":6332,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1727805398515,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":26071,"timestamp":1238850308144,"id":6337,"parentId":6336,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805401692,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5941,"timestamp":1238850329605,"id":6341,"parentId":6340,"tags":{},"startTime":1727805401713,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6240,"timestamp":1238850329311,"id":6340,"parentId":6339,"tags":{},"startTime":1727805401713,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":9148,"timestamp":1238850328618,"id":6339,"parentId":6335,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx","layer":"rsc"},"startTime":1727805401712,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":28887,"timestamp":1238850310556,"id":6338,"parentId":6336,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805401694,"traceId":"ed4341945b6604eb"},{"name":"make","duration":110039,"timestamp":1238850277421,"id":6336,"parentId":6335,"tags":{},"startTime":1727805401661,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":3001,"timestamp":1238850400065,"id":6353,"parentId":6352,"tags":{},"startTime":1727805401784,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":4,"timestamp":1238850403110,"id":6355,"parentId":6352,"tags":{},"startTime":1727805401787,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":3308,"timestamp":1238850403203,"id":6356,"parentId":6352,"tags":{},"startTime":1727805401787,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":6,"timestamp":1238850406544,"id":6357,"parentId":6352,"tags":{},"startTime":1727805401790,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1238850406567,"id":6358,"parentId":6352,"tags":{},"startTime":1727805401790,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":7729,"timestamp":1238850403099,"id":6354,"parentId":6352,"tags":{},"startTime":1727805401787,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":4462,"timestamp":1238850418697,"id":6359,"parentId":6352,"tags":{},"startTime":1727805401802,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":5402,"timestamp":1238850423169,"id":6360,"parentId":6352,"tags":{},"startTime":1727805401807,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1399,"timestamp":1238850430079,"id":6361,"parentId":6352,"tags":{},"startTime":1727805401814,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":122,"timestamp":1238850431477,"id":6362,"parentId":6352,"tags":{},"startTime":1727805401815,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":264,"timestamp":1238850431591,"id":6363,"parentId":6352,"tags":{},"startTime":1727805401815,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":1563,"timestamp":1238850431859,"id":6364,"parentId":6352,"tags":{},"startTime":1727805401815,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":41932,"timestamp":1238850395448,"id":6352,"parentId":6335,"tags":{},"startTime":1727805401779,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":168480,"timestamp":1238850276423,"id":6335,"parentId":6333,"tags":{"name":"server"},"startTime":1727805401660,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":6587,"timestamp":1238850445014,"id":6365,"parentId":6333,"tags":{},"startTime":1727805401828,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":193430,"timestamp":1238850258674,"id":6333,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1727805401642,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":3123,"timestamp":1238850461869,"id":6373,"parentId":6367,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805401845,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":5911,"timestamp":1238850461787,"id":6368,"parentId":6367,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727805401845,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":18405,"timestamp":1238850461856,"id":6371,"parentId":6367,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805401845,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":18381,"timestamp":1238850461886,"id":6376,"parentId":6367,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805401845,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":19395,"timestamp":1238850461874,"id":6374,"parentId":6367,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805401845,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":19597,"timestamp":1238850461841,"id":6369,"parentId":6367,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727805401845,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":19565,"timestamp":1238850461880,"id":6375,"parentId":6367,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805401845,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7962,"timestamp":1238850473633,"id":6379,"parentId":6378,"tags":{},"startTime":1727805401857,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":355357,"timestamp":1238850481697,"id":6381,"parentId":6380,"tags":{},"startTime":1727805401865,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":357294,"timestamp":1238850481628,"id":6380,"parentId":6378,"tags":{},"startTime":1727805401865,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":69479,"timestamp":1238850839207,"id":6382,"parentId":6378,"tags":{"astUsed":"true"},"startTime":1727805402223,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":440219,"timestamp":1238850473447,"id":6378,"parentId":6377,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727805401857,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":452708,"timestamp":1238850461850,"id":6370,"parentId":6367,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805401845,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":454297,"timestamp":1238850465244,"id":6377,"parentId":6366,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727805401849,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":159,"timestamp":1238850919978,"id":6383,"parentId":6377,"tags":{},"startTime":1727805402303,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":458318,"timestamp":1238850461862,"id":6372,"parentId":6367,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805401845,"traceId":"ed4341945b6604eb"},{"name":"make","duration":465631,"timestamp":1238850454579,"id":6367,"parentId":6366,"tags":{},"startTime":1727805401838,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2167,"timestamp":1238850930282,"id":6385,"parentId":6384,"tags":{},"startTime":1727805402314,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1238850932469,"id":6387,"parentId":6384,"tags":{},"startTime":1727805402316,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":72,"timestamp":1238850932490,"id":6388,"parentId":6384,"tags":{},"startTime":1727805402316,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":6,"timestamp":1238850932586,"id":6389,"parentId":6384,"tags":{},"startTime":1727805402316,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1238850932614,"id":6390,"parentId":6384,"tags":{},"startTime":1727805402316,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":2482,"timestamp":1238850932462,"id":6386,"parentId":6384,"tags":{},"startTime":1727805402316,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":444,"timestamp":1238850936626,"id":6391,"parentId":6384,"tags":{},"startTime":1727805402320,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":6232,"timestamp":1238850937079,"id":6392,"parentId":6384,"tags":{},"startTime":1727805402321,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":4474,"timestamp":1238850945046,"id":6393,"parentId":6384,"tags":{},"startTime":1727805402328,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":160,"timestamp":1238850949519,"id":6394,"parentId":6384,"tags":{},"startTime":1727805402333,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":227,"timestamp":1238850949671,"id":6395,"parentId":6384,"tags":{},"startTime":1727805402333,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":4370,"timestamp":1238850949903,"id":6396,"parentId":6384,"tags":{},"startTime":1727805402333,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":75,"timestamp":1238850955592,"id":6398,"parentId":6366,"tags":{},"startTime":1727805402339,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":175,"timestamp":1238850955497,"id":6397,"parentId":6366,"tags":{},"startTime":1727805402339,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":33695,"timestamp":1238850924898,"id":6384,"parentId":6366,"tags":{},"startTime":1727805402308,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":504463,"timestamp":1238850454160,"id":6366,"parentId":6334,"tags":{"name":"client"},"startTime":1727805401838,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":7801,"timestamp":1238850958648,"id":6399,"parentId":6334,"tags":{},"startTime":1727805402342,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":708791,"timestamp":1238850259338,"id":6334,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1727805401643,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":4,"timestamp":1238850974609,"id":6400,"parentId":3,"tags":{},"startTime":1727805402358,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":722000,"timestamp":1238850260986,"id":6402,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1727805402415,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":72229,"timestamp":1238850975284,"id":6401,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727805402359,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238851047540,"id":6403,"parentId":6401,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"293322752","memory.heapUsed":"286526752","memory.heapTotal":"321683456"},"startTime":1727805402431,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":169084,"timestamp":1238965745083,"id":6410,"parentId":6408,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805517126,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":169090,"timestamp":1238965745097,"id":6411,"parentId":6408,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805517126,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":41749,"timestamp":1238965880844,"id":6412,"parentId":6409,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1727805517262,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":407136,"timestamp":1238965744750,"id":6409,"parentId":6408,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805517126,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":345,"timestamp":1238966200259,"id":6430,"parentId":6407,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"ssr"},"startTime":1727805517581,"traceId":"ed4341945b6604eb"},{"name":"make","duration":476755,"timestamp":1238965740398,"id":6408,"parentId":6407,"tags":{},"startTime":1727805517122,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":4677,"timestamp":1238966225821,"id":6432,"parentId":6431,"tags":{},"startTime":1727805517607,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":10,"timestamp":1238966230543,"id":6434,"parentId":6431,"tags":{},"startTime":1727805517612,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":5229,"timestamp":1238966230580,"id":6435,"parentId":6431,"tags":{},"startTime":1727805517612,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":13,"timestamp":1238966235845,"id":6436,"parentId":6431,"tags":{},"startTime":1727805517617,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1238966235883,"id":6437,"parentId":6431,"tags":{},"startTime":1727805517617,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":9062,"timestamp":1238966230529,"id":6433,"parentId":6431,"tags":{},"startTime":1727805517612,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":537,"timestamp":1238966241754,"id":6438,"parentId":6431,"tags":{},"startTime":1727805517623,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":5760,"timestamp":1238966242299,"id":6439,"parentId":6431,"tags":{},"startTime":1727805517623,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1234,"timestamp":1238966249638,"id":6440,"parentId":6431,"tags":{},"startTime":1727805517631,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":100,"timestamp":1238966250872,"id":6441,"parentId":6431,"tags":{},"startTime":1727805517632,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":231,"timestamp":1238966250964,"id":6442,"parentId":6431,"tags":{},"startTime":1727805517632,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":1088,"timestamp":1238966251200,"id":6443,"parentId":6431,"tags":{},"startTime":1727805517632,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":34917,"timestamp":1238966220772,"id":6431,"parentId":6407,"tags":{},"startTime":1727805517602,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":521648,"timestamp":1238965738892,"id":6407,"parentId":6405,"tags":{"name":"server"},"startTime":1727805517120,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5452,"timestamp":1238966260578,"id":6444,"parentId":6405,"tags":{},"startTime":1727805517642,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":538258,"timestamp":1238965728302,"id":6405,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727805517109,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":6561,"timestamp":1238966275583,"id":6452,"parentId":6446,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805517657,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":11363,"timestamp":1238966275495,"id":6447,"parentId":6446,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727805517657,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":16480,"timestamp":1238966275575,"id":6451,"parentId":6446,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805517657,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21760,"timestamp":1238966275569,"id":6450,"parentId":6446,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805517657,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21739,"timestamp":1238966275599,"id":6455,"parentId":6446,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805517657,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":707,"timestamp":1238966353593,"id":6457,"parentId":6456,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!","layer":"app-pages-browser"},"startTime":1727805517735,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":78893,"timestamp":1238966275588,"id":6453,"parentId":6446,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805517657,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":78977,"timestamp":1238966275607,"id":6456,"parentId":6446,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1727805517657,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":79893,"timestamp":1238966275549,"id":6448,"parentId":6446,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727805517657,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":79857,"timestamp":1238966275594,"id":6454,"parentId":6446,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805517657,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":81408,"timestamp":1238966275563,"id":6449,"parentId":6446,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805517657,"traceId":"ed4341945b6604eb"},{"name":"make","duration":88651,"timestamp":1238966268402,"id":6446,"parentId":6445,"tags":{},"startTime":1727805517650,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":4514,"timestamp":1238966370418,"id":6459,"parentId":6458,"tags":{},"startTime":1727805517752,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":7,"timestamp":1238966374964,"id":6461,"parentId":6458,"tags":{},"startTime":1727805517756,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":83,"timestamp":1238966375125,"id":6462,"parentId":6458,"tags":{},"startTime":1727805517756,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":100,"timestamp":1238966375242,"id":6463,"parentId":6458,"tags":{},"startTime":1727805517756,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":19,"timestamp":1238966375460,"id":6464,"parentId":6458,"tags":{},"startTime":1727805517757,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":4622,"timestamp":1238966374953,"id":6460,"parentId":6458,"tags":{},"startTime":1727805517756,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":561,"timestamp":1238966382894,"id":6465,"parentId":6458,"tags":{},"startTime":1727805517764,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":6652,"timestamp":1238966383469,"id":6466,"parentId":6458,"tags":{},"startTime":1727805517765,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":7687,"timestamp":1238966393582,"id":6467,"parentId":6458,"tags":{},"startTime":1727805517775,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":213,"timestamp":1238966401267,"id":6468,"parentId":6458,"tags":{},"startTime":1727805517782,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":274,"timestamp":1238966401469,"id":6469,"parentId":6458,"tags":{},"startTime":1727805517783,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":9287,"timestamp":1238966401749,"id":6470,"parentId":6458,"tags":{},"startTime":1727805517783,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":184,"timestamp":1238966413158,"id":6472,"parentId":6445,"tags":{},"startTime":1727805517794,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":283,"timestamp":1238966413069,"id":6471,"parentId":6445,"tags":{},"startTime":1727805517794,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":53923,"timestamp":1238966363597,"id":6458,"parentId":6445,"tags":{},"startTime":1727805517745,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":149480,"timestamp":1238966268074,"id":6445,"parentId":6429,"tags":{"name":"client"},"startTime":1727805517649,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":7909,"timestamp":1238966417596,"id":6473,"parentId":6429,"tags":{},"startTime":1727805517799,"traceId":"ed4341945b6604eb"},{"name":"compile-path","duration":697955,"timestamp":1238965728482,"id":6406,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1727805517110,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":266934,"timestamp":1238966160167,"id":6429,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727805517541,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":5,"timestamp":1238966440877,"id":6474,"parentId":3,"tags":{},"startTime":1727805517822,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":465000,"timestamp":1238966161297,"id":6475,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1727805518009,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":916143,"timestamp":1238965715702,"id":6404,"tags":{"url":"/features.html","isTurbopack":false},"startTime":1727805517097,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1238966631878,"id":6476,"parentId":6404,"tags":{"url":"/features.html","memory.rss":"416595968","memory.heapUsed":"256676184","memory.heapTotal":"301219840"},"startTime":1727805518013,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":3,"timestamp":1238967063077,"id":6477,"parentId":3,"tags":{},"startTime":1727805518444,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":156119,"timestamp":1239432129080,"id":6478,"tags":{"url":"/","isTurbopack":false},"startTime":1727805983501,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1239432285288,"id":6479,"parentId":6478,"tags":{"url":"/","memory.rss":"144670720","memory.heapUsed":"250853816","memory.heapTotal":"272236544"},"startTime":1727805983657,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":9,"timestamp":1239432903246,"id":6480,"parentId":3,"tags":{},"startTime":1727805984275,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":41609,"timestamp":1239447179724,"id":6486,"parentId":6484,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805998551,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":79592,"timestamp":1239447208679,"id":6489,"parentId":6488,"tags":{},"startTime":1727805998580,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":80767,"timestamp":1239447207513,"id":6488,"parentId":6487,"tags":{},"startTime":1727805998579,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":83854,"timestamp":1239447206663,"id":6487,"parentId":6483,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx","layer":"rsc"},"startTime":1727805998578,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":113339,"timestamp":1239447179356,"id":6485,"parentId":6484,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727805998551,"traceId":"ed4341945b6604eb"},{"name":"make","duration":182221,"timestamp":1239447169215,"id":6484,"parentId":6483,"tags":{},"startTime":1727805998541,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":9381,"timestamp":1239447444743,"id":6501,"parentId":6500,"tags":{},"startTime":1727805998816,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":7,"timestamp":1239447454153,"id":6503,"parentId":6500,"tags":{},"startTime":1727805998826,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":3428,"timestamp":1239447454181,"id":6504,"parentId":6500,"tags":{},"startTime":1727805998826,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":11,"timestamp":1239447457644,"id":6505,"parentId":6500,"tags":{},"startTime":1727805998829,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1239447457671,"id":6506,"parentId":6500,"tags":{},"startTime":1727805998829,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":6951,"timestamp":1239447454144,"id":6502,"parentId":6500,"tags":{},"startTime":1727805998826,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":1665,"timestamp":1239447465574,"id":6507,"parentId":6500,"tags":{},"startTime":1727805998837,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":3899,"timestamp":1239447467261,"id":6508,"parentId":6500,"tags":{},"startTime":1727805998839,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":8949,"timestamp":1239447473003,"id":6509,"parentId":6500,"tags":{},"startTime":1727805998844,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":269,"timestamp":1239447481945,"id":6510,"parentId":6500,"tags":{},"startTime":1727805998853,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":666,"timestamp":1239447482195,"id":6511,"parentId":6500,"tags":{},"startTime":1727805998854,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":1855,"timestamp":1239447482873,"id":6512,"parentId":6500,"tags":{},"startTime":1727805998854,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":47768,"timestamp":1239447439618,"id":6500,"parentId":6483,"tags":{},"startTime":1727805998811,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":322794,"timestamp":1239447168127,"id":6483,"parentId":6481,"tags":{"name":"server"},"startTime":1727805998540,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5031,"timestamp":1239447490990,"id":6513,"parentId":6481,"tags":{},"startTime":1727805998862,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":347870,"timestamp":1239447149098,"id":6481,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1727805998521,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":4241,"timestamp":1239447507476,"id":6521,"parentId":6515,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805998879,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":4319,"timestamp":1239447507500,"id":6525,"parentId":6515,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1727805998879,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":8532,"timestamp":1239447507189,"id":6516,"parentId":6515,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727805998879,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":18659,"timestamp":1239447507462,"id":6519,"parentId":6515,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805998879,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":18632,"timestamp":1239447507494,"id":6524,"parentId":6515,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727805998879,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":19452,"timestamp":1239447507481,"id":6522,"parentId":6515,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805998879,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":19643,"timestamp":1239447507442,"id":6517,"parentId":6515,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727805998879,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":19603,"timestamp":1239447507487,"id":6523,"parentId":6515,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805998879,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":6171,"timestamp":1239447521016,"id":6528,"parentId":6527,"tags":{},"startTime":1727805998892,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":105744,"timestamp":1239447527249,"id":6530,"parentId":6529,"tags":{},"startTime":1727805998899,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":106187,"timestamp":1239447527212,"id":6529,"parentId":6527,"tags":{},"startTime":1727805998899,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":27004,"timestamp":1239447633444,"id":6531,"parentId":6527,"tags":{"astUsed":"true"},"startTime":1727805999005,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":141729,"timestamp":1239447520819,"id":6527,"parentId":6526,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727805998892,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":155642,"timestamp":1239447507455,"id":6518,"parentId":6515,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727805998879,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":156211,"timestamp":1239447511949,"id":6526,"parentId":6514,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727805998883,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":37,"timestamp":1239447668364,"id":6532,"parentId":6526,"tags":{},"startTime":1727805999040,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":160960,"timestamp":1239447507467,"id":6520,"parentId":6515,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727805998879,"traceId":"ed4341945b6604eb"},{"name":"make","duration":169159,"timestamp":1239447499289,"id":6515,"parentId":6514,"tags":{},"startTime":1727805998871,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":8565,"timestamp":1239447782111,"id":6534,"parentId":6533,"tags":{},"startTime":1727805999154,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":19,"timestamp":1239447790716,"id":6536,"parentId":6533,"tags":{},"startTime":1727805999162,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":117,"timestamp":1239447790881,"id":6537,"parentId":6533,"tags":{},"startTime":1727805999162,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":144,"timestamp":1239447791033,"id":6538,"parentId":6533,"tags":{},"startTime":1727805999162,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1239447791382,"id":6539,"parentId":6533,"tags":{},"startTime":1727805999163,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":4653,"timestamp":1239447790702,"id":6535,"parentId":6533,"tags":{},"startTime":1727805999162,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":623,"timestamp":1239447797554,"id":6540,"parentId":6533,"tags":{},"startTime":1727805999169,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":15838,"timestamp":1239447798189,"id":6541,"parentId":6533,"tags":{},"startTime":1727805999170,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":8809,"timestamp":1239447818002,"id":6542,"parentId":6533,"tags":{},"startTime":1727805999189,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":353,"timestamp":1239447826809,"id":6543,"parentId":6533,"tags":{},"startTime":1727805999198,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":618,"timestamp":1239447827144,"id":6544,"parentId":6533,"tags":{},"startTime":1727805999199,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":5762,"timestamp":1239447827772,"id":6545,"parentId":6533,"tags":{},"startTime":1727805999199,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":64,"timestamp":1239447834638,"id":6547,"parentId":6514,"tags":{},"startTime":1727805999206,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":132,"timestamp":1239447834575,"id":6546,"parentId":6514,"tags":{},"startTime":1727805999206,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":60962,"timestamp":1239447776266,"id":6533,"parentId":6514,"tags":{},"startTime":1727805999148,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":338303,"timestamp":1239447498951,"id":6514,"parentId":6482,"tags":{"name":"client"},"startTime":1727805998870,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5016,"timestamp":1239447837277,"id":6548,"parentId":6482,"tags":{},"startTime":1727805999209,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":693489,"timestamp":1239447150173,"id":6482,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1727805998522,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":4,"timestamp":1239447853695,"id":6549,"parentId":3,"tags":{},"startTime":1727805999225,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":112108,"timestamp":1239447854774,"id":6550,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727805999226,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1239447966913,"id":6551,"parentId":6550,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"364576768","memory.heapUsed":"247876616","memory.heapTotal":"313491456"},"startTime":1727805999338,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":820000,"timestamp":1239447156455,"id":6552,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1727805999349,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11112,"timestamp":1239482276974,"id":6561,"parentId":6560,"tags":{},"startTime":1727806033648,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11851,"timestamp":1239482276335,"id":6560,"parentId":6559,"tags":{},"startTime":1727806033647,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":15016,"timestamp":1239482275496,"id":6559,"parentId":6555,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Banner.jsx","layer":"rsc"},"startTime":1727806033646,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":45325,"timestamp":1239482249742,"id":6558,"parentId":6556,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727806033620,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":305796,"timestamp":1239482249441,"id":6557,"parentId":6556,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727806033620,"traceId":"ed4341945b6604eb"},{"name":"make","duration":362471,"timestamp":1239482238602,"id":6556,"parentId":6555,"tags":{},"startTime":1727806033609,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2749,"timestamp":1239482609568,"id":6573,"parentId":6572,"tags":{},"startTime":1727806033980,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":4,"timestamp":1239482612338,"id":6575,"parentId":6572,"tags":{},"startTime":1727806033983,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":3585,"timestamp":1239482612359,"id":6576,"parentId":6572,"tags":{},"startTime":1727806033983,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":9,"timestamp":1239482615973,"id":6577,"parentId":6572,"tags":{},"startTime":1727806033987,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1239482616001,"id":6578,"parentId":6572,"tags":{},"startTime":1727806033987,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":6767,"timestamp":1239482612330,"id":6574,"parentId":6572,"tags":{},"startTime":1727806033983,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":496,"timestamp":1239482621065,"id":6579,"parentId":6572,"tags":{},"startTime":1727806033992,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":6236,"timestamp":1239482621570,"id":6580,"parentId":6572,"tags":{},"startTime":1727806033992,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1049,"timestamp":1239482629040,"id":6581,"parentId":6572,"tags":{},"startTime":1727806034000,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":101,"timestamp":1239482630088,"id":6582,"parentId":6572,"tags":{},"startTime":1727806034001,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":335,"timestamp":1239482630181,"id":6583,"parentId":6572,"tags":{},"startTime":1727806034001,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":1857,"timestamp":1239482630527,"id":6584,"parentId":6572,"tags":{},"startTime":1727806034001,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":30501,"timestamp":1239482604638,"id":6572,"parentId":6555,"tags":{},"startTime":1727806033975,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":406141,"timestamp":1239482232319,"id":6555,"parentId":6553,"tags":{"name":"server"},"startTime":1727806033603,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":6039,"timestamp":1239482638586,"id":6585,"parentId":6553,"tags":{},"startTime":1727806034009,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":430651,"timestamp":1239482214426,"id":6553,"parentId":3,"tags":{"trigger":"src/components/Banner.jsx"},"startTime":1727806033585,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":2719,"timestamp":1239482653378,"id":6593,"parentId":6587,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806034024,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":2781,"timestamp":1239482653399,"id":6597,"parentId":6587,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1727806034024,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":7135,"timestamp":1239482653301,"id":6588,"parentId":6587,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727806034024,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":15072,"timestamp":1239482653366,"id":6591,"parentId":6587,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727806034024,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":15050,"timestamp":1239482653393,"id":6596,"parentId":6587,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727806034024,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":15812,"timestamp":1239482653383,"id":6594,"parentId":6587,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806034024,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":15997,"timestamp":1239482653351,"id":6589,"parentId":6587,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727806034024,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":15966,"timestamp":1239482653388,"id":6595,"parentId":6587,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727806034024,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3812,"timestamp":1239482665602,"id":6600,"parentId":6599,"tags":{},"startTime":1727806034036,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":104774,"timestamp":1239482669476,"id":6602,"parentId":6601,"tags":{},"startTime":1727806034040,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":105190,"timestamp":1239482669442,"id":6601,"parentId":6599,"tags":{},"startTime":1727806034040,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":22141,"timestamp":1239482774675,"id":6603,"parentId":6599,"tags":{"astUsed":"true"},"startTime":1727806034145,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":133592,"timestamp":1239482665479,"id":6599,"parentId":6598,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727806034036,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":146147,"timestamp":1239482653360,"id":6590,"parentId":6587,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727806034024,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":145451,"timestamp":1239482656270,"id":6598,"parentId":6586,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727806034027,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":28,"timestamp":1239482801840,"id":6604,"parentId":6598,"tags":{},"startTime":1727806034173,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":148518,"timestamp":1239482653372,"id":6592,"parentId":6587,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806034024,"traceId":"ed4341945b6604eb"},{"name":"make","duration":155287,"timestamp":1239482646616,"id":6587,"parentId":6586,"tags":{},"startTime":1727806034017,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":2195,"timestamp":1239482810272,"id":6606,"parentId":6605,"tags":{},"startTime":1727806034181,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1239482812483,"id":6608,"parentId":6605,"tags":{},"startTime":1727806034183,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":57,"timestamp":1239482812503,"id":6609,"parentId":6605,"tags":{},"startTime":1727806034183,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":4,"timestamp":1239482812580,"id":6610,"parentId":6605,"tags":{},"startTime":1727806034183,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1239482812602,"id":6611,"parentId":6605,"tags":{},"startTime":1727806034183,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":2837,"timestamp":1239482812478,"id":6607,"parentId":6605,"tags":{},"startTime":1727806034183,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":357,"timestamp":1239482816504,"id":6612,"parentId":6605,"tags":{},"startTime":1727806034187,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":2542,"timestamp":1239482816867,"id":6613,"parentId":6605,"tags":{},"startTime":1727806034188,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":3397,"timestamp":1239482820624,"id":6614,"parentId":6605,"tags":{},"startTime":1727806034191,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":118,"timestamp":1239482824021,"id":6615,"parentId":6605,"tags":{},"startTime":1727806034195,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":206,"timestamp":1239482824132,"id":6616,"parentId":6605,"tags":{},"startTime":1727806034195,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":5156,"timestamp":1239482824342,"id":6617,"parentId":6605,"tags":{},"startTime":1727806034195,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":59,"timestamp":1239482830571,"id":6619,"parentId":6586,"tags":{},"startTime":1727806034201,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":120,"timestamp":1239482830515,"id":6618,"parentId":6586,"tags":{},"startTime":1727806034201,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":28708,"timestamp":1239482804353,"id":6605,"parentId":6586,"tags":{},"startTime":1727806034175,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":186765,"timestamp":1239482646323,"id":6586,"parentId":6554,"tags":{"name":"client"},"startTime":1727806034017,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":5698,"timestamp":1239482833108,"id":6620,"parentId":6554,"tags":{},"startTime":1727806034204,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":624469,"timestamp":1239482215165,"id":6554,"parentId":3,"tags":{"trigger":"src/components/Banner.jsx"},"startTime":1727806033586,"traceId":"ed4341945b6604eb"}] -[{"name":"client-success","duration":4,"timestamp":1239482846053,"id":6621,"parentId":3,"tags":{},"startTime":1727806034217,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":637000,"timestamp":1239482218675,"id":6623,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1727806034354,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":141110,"timestamp":1239482847000,"id":6622,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727806034218,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":0,"timestamp":1239482988139,"id":6624,"parentId":6622,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"388022272","memory.heapUsed":"295893984","memory.heapTotal":"327221248"},"startTime":1727806034359,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":13491,"timestamp":1239523096444,"id":6634,"parentId":6628,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806074466,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":13690,"timestamp":1239523096492,"id":6638,"parentId":6628,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1727806074466,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":20134,"timestamp":1239523096151,"id":6629,"parentId":6628,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727806074466,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":31464,"timestamp":1239523096449,"id":6635,"parentId":6628,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806074466,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12397,"timestamp":1239523121082,"id":6641,"parentId":6640,"tags":{},"startTime":1727806074491,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":50691,"timestamp":1239523096406,"id":6630,"parentId":6628,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727806074466,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":54268,"timestamp":1239523096429,"id":6632,"parentId":6628,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727806074466,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":54241,"timestamp":1239523096463,"id":6637,"parentId":6628,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727806074466,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":54513,"timestamp":1239523096455,"id":6636,"parentId":6628,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727806074466,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":120000,"timestamp":1239523133865,"id":6643,"parentId":6642,"tags":{},"startTime":1727806074504,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":120823,"timestamp":1239523133615,"id":6642,"parentId":6640,"tags":{},"startTime":1727806074503,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":23831,"timestamp":1239523254516,"id":6644,"parentId":6640,"tags":{"astUsed":"true"},"startTime":1727806074624,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":160093,"timestamp":1239523120851,"id":6640,"parentId":6639,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727806074491,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":175998,"timestamp":1239523110540,"id":6639,"parentId":6627,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727806074480,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":33,"timestamp":1239523286981,"id":6645,"parentId":6639,"tags":{},"startTime":1727806074657,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":190834,"timestamp":1239523096434,"id":6633,"parentId":6628,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806074466,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":192781,"timestamp":1239523096422,"id":6631,"parentId":6628,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727806074466,"traceId":"ed4341945b6604eb"},{"name":"make","duration":194051,"timestamp":1239523095178,"id":6628,"parentId":6627,"tags":{},"startTime":1727806074465,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":1814,"timestamp":1239523296814,"id":6647,"parentId":6646,"tags":{},"startTime":1727806074667,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":3,"timestamp":1239523298648,"id":6649,"parentId":6646,"tags":{},"startTime":1727806074669,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":81,"timestamp":1239523298668,"id":6650,"parentId":6646,"tags":{},"startTime":1727806074669,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":4,"timestamp":1239523298772,"id":6651,"parentId":6646,"tags":{},"startTime":1727806074669,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1239523298800,"id":6652,"parentId":6646,"tags":{},"startTime":1727806074669,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":2134,"timestamp":1239523298641,"id":6648,"parentId":6646,"tags":{},"startTime":1727806074669,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":413,"timestamp":1239523303953,"id":6653,"parentId":6646,"tags":{},"startTime":1727806074674,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":2887,"timestamp":1239523304372,"id":6654,"parentId":6646,"tags":{},"startTime":1727806074674,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":4095,"timestamp":1239523308595,"id":6655,"parentId":6646,"tags":{},"startTime":1727806074678,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":168,"timestamp":1239523312689,"id":6656,"parentId":6646,"tags":{},"startTime":1727806074683,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":211,"timestamp":1239523312850,"id":6657,"parentId":6646,"tags":{},"startTime":1727806074683,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":4749,"timestamp":1239523313065,"id":6658,"parentId":6646,"tags":{},"startTime":1727806074683,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":87,"timestamp":1239523318911,"id":6660,"parentId":6627,"tags":{},"startTime":1727806074689,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":207,"timestamp":1239523318795,"id":6659,"parentId":6627,"tags":{},"startTime":1727806074689,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":28962,"timestamp":1239523292656,"id":6646,"parentId":6627,"tags":{},"startTime":1727806074663,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":227283,"timestamp":1239523094378,"id":6627,"parentId":6625,"tags":{"name":"client"},"startTime":1727806074464,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":11148,"timestamp":1239523321679,"id":6661,"parentId":6625,"tags":{},"startTime":1727806074692,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":253196,"timestamp":1239523080329,"id":6625,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1727806074450,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":8,"timestamp":1239523338926,"id":6664,"parentId":3,"tags":{},"startTime":1727806074709,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":276000,"timestamp":1239523082157,"id":6667,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1727806074729,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":45811,"timestamp":1239523345741,"id":6666,"parentId":6663,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727806074716,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":53194,"timestamp":1239523379231,"id":6670,"parentId":6669,"tags":{},"startTime":1727806074749,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":53730,"timestamp":1239523378716,"id":6669,"parentId":6668,"tags":{},"startTime":1727806074749,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":57596,"timestamp":1239523377478,"id":6668,"parentId":6662,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx","layer":"rsc"},"startTime":1727806074747,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":90163,"timestamp":1239523345654,"id":6665,"parentId":6663,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727806074716,"traceId":"ed4341945b6604eb"},{"name":"make","duration":147781,"timestamp":1239523336281,"id":6663,"parentId":6662,"tags":{},"startTime":1727806074706,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":5508,"timestamp":1239523493517,"id":6682,"parentId":6681,"tags":{},"startTime":1727806074863,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":30,"timestamp":1239523499097,"id":6684,"parentId":6681,"tags":{},"startTime":1727806074869,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":3836,"timestamp":1239523499144,"id":6685,"parentId":6681,"tags":{},"startTime":1727806074869,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":13,"timestamp":1239523503011,"id":6686,"parentId":6681,"tags":{},"startTime":1727806074873,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1239523503050,"id":6687,"parentId":6681,"tags":{},"startTime":1727806074873,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":6920,"timestamp":1239523499054,"id":6683,"parentId":6681,"tags":{},"startTime":1727806074869,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":527,"timestamp":1239523512268,"id":6688,"parentId":6681,"tags":{},"startTime":1727806074882,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":3165,"timestamp":1239523512805,"id":6689,"parentId":6681,"tags":{},"startTime":1727806074883,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":893,"timestamp":1239523517353,"id":6690,"parentId":6681,"tags":{},"startTime":1727806074887,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":141,"timestamp":1239523518246,"id":6691,"parentId":6681,"tags":{},"startTime":1727806074888,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":1392,"timestamp":1239523518337,"id":6692,"parentId":6681,"tags":{},"startTime":1727806074888,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":2075,"timestamp":1239523519736,"id":6693,"parentId":6681,"tags":{},"startTime":1727806074890,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":37325,"timestamp":1239523488036,"id":6681,"parentId":6662,"tags":{},"startTime":1727806074858,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":192434,"timestamp":1239523335935,"id":6662,"parentId":6626,"tags":{"name":"server"},"startTime":1727806074706,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":451113,"timestamp":1239523081367,"id":6626,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1727806074451,"traceId":"ed4341945b6604eb"}] -[{"name":"client-error","duration":8,"timestamp":1239523546487,"id":6694,"parentId":3,"tags":{"errorCount":1},"startTime":1727806074916,"traceId":"ed4341945b6604eb"},{"name":"next-client-pages-loader","duration":136,"timestamp":1239524454097,"id":6705,"parentId":6704,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1727806075824,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":2267,"timestamp":1239524452854,"id":6704,"parentId":6701,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":null},"startTime":1727806075823,"traceId":"ed4341945b6604eb"},{"name":"next-client-pages-loader","duration":16,"timestamp":1239524455193,"id":6707,"parentId":6706,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1727806075825,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":236,"timestamp":1239524455158,"id":6706,"parentId":6703,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":null},"startTime":1727806075825,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1352,"timestamp":1239524457433,"id":6709,"parentId":6708,"tags":{},"startTime":1727806075827,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3004,"timestamp":1239524457098,"id":6708,"parentId":6698,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js","layer":null},"startTime":1727806075827,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":90075,"timestamp":1239524457880,"id":6718,"parentId":6717,"tags":{},"startTime":1727806075828,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":90106,"timestamp":1239524457862,"id":6717,"parentId":6712,"tags":{},"startTime":1727806075828,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":97547,"timestamp":1239524457628,"id":6712,"parentId":6702,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js","layer":null},"startTime":1727806075827,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":97575,"timestamp":1239524457799,"id":6714,"parentId":6713,"tags":{},"startTime":1727806075828,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":97692,"timestamp":1239524457686,"id":6713,"parentId":6710,"tags":{},"startTime":1727806075828,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":101068,"timestamp":1239524457465,"id":6710,"parentId":6700,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/next-dev.js","layer":null},"startTime":1727806075827,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":100758,"timestamp":1239524457843,"id":6716,"parentId":6715,"tags":{},"startTime":1727806075828,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":100783,"timestamp":1239524457820,"id":6715,"parentId":6711,"tags":{},"startTime":1727806075828,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":107066,"timestamp":1239524457572,"id":6711,"parentId":6699,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/amp-dev.js","layer":null},"startTime":1727806075827,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":100832,"timestamp":1239524463873,"id":6724,"parentId":6723,"tags":{},"startTime":1727806075834,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":100886,"timestamp":1239524463821,"id":6723,"parentId":6721,"tags":{},"startTime":1727806075834,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":103383,"timestamp":1239524463655,"id":6721,"parentId":6704,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1727806075834,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":106117,"timestamp":1239524463946,"id":6726,"parentId":6725,"tags":{},"startTime":1727806075834,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":106176,"timestamp":1239524463894,"id":6725,"parentId":6722,"tags":{},"startTime":1727806075834,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":110726,"timestamp":1239524463755,"id":6722,"parentId":6706,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1727806075834,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":111548,"timestamp":1239524463013,"id":6720,"parentId":6719,"tags":{},"startTime":1727806075833,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":115458,"timestamp":1239524462952,"id":6719,"parentId":6708,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js","layer":null},"startTime":1727806075833,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6840,"timestamp":1239524593307,"id":6735,"parentId":6734,"tags":{},"startTime":1727806075963,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7097,"timestamp":1239524593059,"id":6734,"parentId":6727,"tags":{},"startTime":1727806075963,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11070,"timestamp":1239524592039,"id":6727,"parentId":6712,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/with-router.js","layer":null},"startTime":1727806075962,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9588,"timestamp":1239524593648,"id":6739,"parentId":6738,"tags":{},"startTime":1727806075963,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9655,"timestamp":1239524593584,"id":6738,"parentId":6729,"tags":{},"startTime":1727806075963,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13086,"timestamp":1239524592664,"id":6729,"parentId":6710,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/setup-hydration-warning.js","layer":null},"startTime":1727806075963,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12996,"timestamp":1239524593432,"id":6737,"parentId":6736,"tags":{},"startTime":1727806075963,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13070,"timestamp":1239524593362,"id":6736,"parentId":6728,"tags":{},"startTime":1727806075963,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17647,"timestamp":1239524592360,"id":6728,"parentId":6710,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/webpack.js","layer":null},"startTime":1727806075962,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16337,"timestamp":1239524593743,"id":6741,"parentId":6740,"tags":{},"startTime":1727806075964,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16393,"timestamp":1239524593691,"id":6740,"parentId":6730,"tags":{},"startTime":1727806075964,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":39001,"timestamp":1239524592749,"id":6730,"parentId":6710,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/hot-middleware-client.js","layer":null},"startTime":1727806075963,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":40867,"timestamp":1239524593969,"id":6745,"parentId":6744,"tags":{},"startTime":1727806075964,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":40957,"timestamp":1239524593887,"id":6744,"parentId":6732,"tags":{},"startTime":1727806075964,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":46202,"timestamp":1239524592937,"id":6732,"parentId":6711,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/on-demand-entries-client.js","layer":null},"startTime":1727806075963,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":46001,"timestamp":1239524593820,"id":6743,"parentId":6742,"tags":{},"startTime":1727806075964,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46043,"timestamp":1239524593783,"id":6742,"parentId":6731,"tags":{},"startTime":1727806075964,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":49597,"timestamp":1239524592887,"id":6731,"parentId":6711,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/fouc.js","layer":null},"startTime":1727806075963,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":65285,"timestamp":1239524594212,"id":6747,"parentId":6746,"tags":{},"startTime":1727806075964,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":65485,"timestamp":1239524594029,"id":6746,"parentId":6733,"tags":{},"startTime":1727806075964,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":69233,"timestamp":1239524592982,"id":6733,"parentId":6710,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/page-bootstrap.js","layer":null},"startTime":1727806075963,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":87956,"timestamp":1239524596583,"id":6750,"parentId":6749,"tags":{},"startTime":1727806075966,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":90380,"timestamp":1239524596497,"id":6749,"parentId":6712,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1727806075966,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11034,"timestamp":1239524681180,"id":6762,"parentId":6761,"tags":{},"startTime":1727806076051,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11109,"timestamp":1239524681116,"id":6761,"parentId":6755,"tags":{},"startTime":1727806076051,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15880,"timestamp":1239524679315,"id":6755,"parentId":6712,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":null},"startTime":1727806076049,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20698,"timestamp":1239524681223,"id":6764,"parentId":6763,"tags":{},"startTime":1727806076051,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20728,"timestamp":1239524681202,"id":6763,"parentId":6756,"tags":{},"startTime":1727806076051,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29691,"timestamp":1239524680003,"id":6756,"parentId":6721,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1727806076050,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":33702,"timestamp":1239524689071,"id":6771,"parentId":6770,"tags":{},"startTime":1727806076059,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":33765,"timestamp":1239524689015,"id":6770,"parentId":6769,"tags":{},"startTime":1727806076059,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":37173,"timestamp":1239524688698,"id":6769,"parentId":6711,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js","layer":null},"startTime":1727806076059,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":57007,"timestamp":1239524669263,"id":6754,"parentId":6753,"tags":{},"startTime":1727806076039,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":57455,"timestamp":1239524669163,"id":6753,"parentId":6708,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":null},"startTime":1727806076039,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":51605,"timestamp":1239524682423,"id":6766,"parentId":6765,"tags":{},"startTime":1727806076052,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":51796,"timestamp":1239524682238,"id":6765,"parentId":6757,"tags":{},"startTime":1727806076052,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":60177,"timestamp":1239524680811,"id":6757,"parentId":6722,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1727806076051,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15590,"timestamp":1239524732022,"id":6780,"parentId":6779,"tags":{},"startTime":1727806076102,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15634,"timestamp":1239524732000,"id":6779,"parentId":6775,"tags":{},"startTime":1727806076102,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21607,"timestamp":1239524730890,"id":6775,"parentId":6733,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":null},"startTime":1727806076101,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":29325,"timestamp":1239524732160,"id":6782,"parentId":6781,"tags":{},"startTime":1727806076102,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":29458,"timestamp":1239524732042,"id":6781,"parentId":6776,"tags":{},"startTime":1727806076102,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":36469,"timestamp":1239524731331,"id":6776,"parentId":6733,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/dev-build-watcher.js","layer":null},"startTime":1727806076101,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":95216,"timestamp":1239524681060,"id":6760,"parentId":6759,"tags":{},"startTime":1727806076051,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":95980,"timestamp":1239524681036,"id":6759,"parentId":6711,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":null},"startTime":1727806076051,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31619,"timestamp":1239524746994,"id":6785,"parentId":6784,"tags":{},"startTime":1727806076117,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":32044,"timestamp":1239524746575,"id":6784,"parentId":6783,"tags":{},"startTime":1727806076116,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":34894,"timestamp":1239524746234,"id":6783,"parentId":6733,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":null},"startTime":1727806076116,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":184710,"timestamp":1239524596730,"id":6752,"parentId":6751,"tags":{},"startTime":1727806075967,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":184807,"timestamp":1239524596637,"id":6751,"parentId":6748,"tags":{},"startTime":1727806075966,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":220593,"timestamp":1239524596265,"id":6748,"parentId":6710,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/index.js","layer":null},"startTime":1727806075966,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":85033,"timestamp":1239524731974,"id":6778,"parentId":6777,"tags":{},"startTime":1727806076102,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":85108,"timestamp":1239524731903,"id":6777,"parentId":6774,"tags":{},"startTime":1727806076102,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":92324,"timestamp":1239524729320,"id":6774,"parentId":6730,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/hot-reloader-client.js","layer":null},"startTime":1727806076099,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":148108,"timestamp":1239524682712,"id":6768,"parentId":6767,"tags":{},"startTime":1727806076053,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":148232,"timestamp":1239524682596,"id":6767,"parentId":6758,"tags":{},"startTime":1727806076052,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":176665,"timestamp":1239524680966,"id":6758,"parentId":6712,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/router.js","layer":null},"startTime":1727806076051,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":138645,"timestamp":1239524729174,"id":6773,"parentId":6772,"tags":{},"startTime":1727806076099,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":140491,"timestamp":1239524728922,"id":6772,"parentId":6728,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/deployment-id.js","layer":null},"startTime":1727806076099,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":561,"timestamp":1239524882083,"id":6797,"parentId":6758,"tags":{"layer":null},"startTime":1727806076252,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12772,"timestamp":1239524872330,"id":6791,"parentId":6790,"tags":{},"startTime":1727806076242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12812,"timestamp":1239524872300,"id":6790,"parentId":6787,"tags":{},"startTime":1727806076242,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17288,"timestamp":1239524872030,"id":6787,"parentId":6733,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":null},"startTime":1727806076242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17115,"timestamp":1239524872272,"id":6789,"parentId":6788,"tags":{},"startTime":1727806076242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":17192,"timestamp":1239524872198,"id":6788,"parentId":6786,"tags":{},"startTime":1727806076242,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20697,"timestamp":1239524871844,"id":6786,"parentId":6749,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1727806076242,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20640,"timestamp":1239524883103,"id":6801,"parentId":6800,"tags":{},"startTime":1727806076253,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20684,"timestamp":1239524883071,"id":6800,"parentId":6793,"tags":{},"startTime":1727806076253,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":25638,"timestamp":1239524881250,"id":6793,"parentId":6757,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":null},"startTime":1727806076251,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23589,"timestamp":1239524883369,"id":6805,"parentId":6804,"tags":{},"startTime":1727806076253,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23646,"timestamp":1239524883316,"id":6804,"parentId":6795,"tags":{},"startTime":1727806076253,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27832,"timestamp":1239524881648,"id":6795,"parentId":6757,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":null},"startTime":1727806076251,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":26841,"timestamp":1239524883238,"id":6803,"parentId":6802,"tags":{},"startTime":1727806076253,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":26957,"timestamp":1239524883131,"id":6802,"parentId":6794,"tags":{},"startTime":1727806076253,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32161,"timestamp":1239524881484,"id":6794,"parentId":6757,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1727806076251,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":30695,"timestamp":1239524883040,"id":6799,"parentId":6798,"tags":{},"startTime":1727806076253,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":30774,"timestamp":1239524882966,"id":6798,"parentId":6792,"tags":{},"startTime":1727806076253,"traceId":"ed4341945b6604eb"}] -[{"name":"build-module-js","duration":39812,"timestamp":1239524880516,"id":6792,"parentId":6769,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":null},"startTime":1727806076250,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":36988,"timestamp":1239524883450,"id":6807,"parentId":6806,"tags":{},"startTime":1727806076253,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":37039,"timestamp":1239524883411,"id":6806,"parentId":6796,"tags":{},"startTime":1727806076253,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":42744,"timestamp":1239524881883,"id":6796,"parentId":6757,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1727806076252,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":35796,"timestamp":1239524901552,"id":6837,"parentId":6836,"tags":{},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":35842,"timestamp":1239524901524,"id":6836,"parentId":6814,"tags":{},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":41365,"timestamp":1239524900022,"id":6814,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/route-announcer.js","layer":null},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":39999,"timestamp":1239524901494,"id":6835,"parentId":6834,"tags":{},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":40038,"timestamp":1239524901461,"id":6834,"parentId":6813,"tags":{},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":46369,"timestamp":1239524899947,"id":6813,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/performance-relayer.js","layer":null},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":44755,"timestamp":1239524901661,"id":6841,"parentId":6840,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":44790,"timestamp":1239524901632,"id":6840,"parentId":6816,"tags":{},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":49943,"timestamp":1239524900156,"id":6816,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/on-recoverable-error.js","layer":null},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":48809,"timestamp":1239524901426,"id":6833,"parentId":6832,"tags":{},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":48906,"timestamp":1239524901335,"id":6832,"parentId":6812,"tags":{},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":58333,"timestamp":1239524899828,"id":6812,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/page-loader.js","layer":null},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":56424,"timestamp":1239524901855,"id":6847,"parentId":6846,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":56461,"timestamp":1239524901831,"id":6846,"parentId":6819,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":60069,"timestamp":1239524900334,"id":6819,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/mitt.js","layer":null},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":58661,"timestamp":1239524901804,"id":6845,"parentId":6844,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":58690,"timestamp":1239524901780,"id":6844,"parentId":6818,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":62120,"timestamp":1239524900276,"id":6818,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-base-path.js","layer":null},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":60969,"timestamp":1239524901605,"id":6839,"parentId":6838,"tags":{},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":60998,"timestamp":1239524901580,"id":6838,"parentId":6815,"tags":{},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":69310,"timestamp":1239524900088,"id":6815,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/head-manager.js","layer":null},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":67532,"timestamp":1239524901956,"id":6851,"parentId":6850,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":67565,"timestamp":1239524901931,"id":6850,"parentId":6821,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":70612,"timestamp":1239524900450,"id":6821,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":null},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":69202,"timestamp":1239524901904,"id":6849,"parentId":6848,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":69229,"timestamp":1239524901881,"id":6848,"parentId":6820,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":72505,"timestamp":1239524900392,"id":6820,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":null},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":71077,"timestamp":1239524902013,"id":6853,"parentId":6852,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":71117,"timestamp":1239524901983,"id":6852,"parentId":6822,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":75971,"timestamp":1239524900513,"id":6822,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":null},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":74873,"timestamp":1239524901751,"id":6843,"parentId":6842,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":74941,"timestamp":1239524901688,"id":6842,"parentId":6817,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":84219,"timestamp":1239524900216,"id":6817,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/script.js","layer":null},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":82472,"timestamp":1239524902064,"id":6855,"parentId":6854,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":82501,"timestamp":1239524902040,"id":6854,"parentId":6823,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":85851,"timestamp":1239524900580,"id":6823,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":null},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":84377,"timestamp":1239524902113,"id":6857,"parentId":6856,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":84407,"timestamp":1239524902090,"id":6856,"parentId":6824,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":88386,"timestamp":1239524900639,"id":6824,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/has-base-path.js","layer":null},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":86952,"timestamp":1239524902162,"id":6859,"parentId":6858,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":86983,"timestamp":1239524902139,"id":6858,"parentId":6825,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":91085,"timestamp":1239524900698,"id":6825,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":89671,"timestamp":1239524902211,"id":6861,"parentId":6860,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":89701,"timestamp":1239524902188,"id":6860,"parentId":6826,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":92746,"timestamp":1239524900755,"id":6826,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":null},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":93032,"timestamp":1239524902310,"id":6865,"parentId":6864,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":93072,"timestamp":1239524902287,"id":6864,"parentId":6828,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":114148,"timestamp":1239524900873,"id":6828,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/adapters.js","layer":null},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":112910,"timestamp":1239524902261,"id":6863,"parentId":6862,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":112939,"timestamp":1239524902237,"id":6862,"parentId":6827,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":190794,"timestamp":1239524900815,"id":6827,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/client.js","layer":null},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":189381,"timestamp":1239524902359,"id":6867,"parentId":6866,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":189410,"timestamp":1239524902336,"id":6866,"parentId":6831,"tags":{},"startTime":1727806076272,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":215229,"timestamp":1239524900976,"id":6831,"parentId":6774,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":null},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":203635,"timestamp":1239524932996,"id":6892,"parentId":6891,"tags":{},"startTime":1727806076303,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":203768,"timestamp":1239524932878,"id":6891,"parentId":6868,"tags":{},"startTime":1727806076303,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":209499,"timestamp":1239524928770,"id":6868,"parentId":6757,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1727806076299,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":204925,"timestamp":1239524933395,"id":6896,"parentId":6895,"tags":{},"startTime":1727806076303,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":205067,"timestamp":1239524933257,"id":6895,"parentId":6870,"tags":{},"startTime":1727806076303,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":210807,"timestamp":1239524929111,"id":6870,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/detect-domain-locale.js","layer":null},"startTime":1727806076299,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":206416,"timestamp":1239524933550,"id":6898,"parentId":6897,"tags":{},"startTime":1727806076303,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":206474,"timestamp":1239524933495,"id":6897,"parentId":6871,"tags":{},"startTime":1727806076303,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":212276,"timestamp":1239524929212,"id":6871,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-locale.js","layer":null},"startTime":1727806076299,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":207845,"timestamp":1239524933689,"id":6902,"parentId":6901,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":207882,"timestamp":1239524933656,"id":6901,"parentId":6875,"tags":{},"startTime":1727806076303,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":213400,"timestamp":1239524929580,"id":6875,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-base-path.js","layer":null},"startTime":1727806076299,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":209415,"timestamp":1239524933621,"id":6900,"parentId":6899,"tags":{},"startTime":1727806076303,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":209454,"timestamp":1239524933585,"id":6899,"parentId":6872,"tags":{},"startTime":1727806076303,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":216051,"timestamp":1239524929311,"id":6872,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/resolve-href.js","layer":null},"startTime":1727806076299,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":211555,"timestamp":1239524933870,"id":6906,"parentId":6905,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":211640,"timestamp":1239524933789,"id":6905,"parentId":6877,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":218323,"timestamp":1239524930014,"id":6877,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/bloom-filter.js","layer":null},"startTime":1727806076300,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":214631,"timestamp":1239524933756,"id":6904,"parentId":6903,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":214666,"timestamp":1239524933725,"id":6903,"parentId":6876,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":220048,"timestamp":1239524929669,"id":6876,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-locale.js","layer":null},"startTime":1727806076300,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":216656,"timestamp":1239524933173,"id":6894,"parentId":6893,"tags":{},"startTime":1727806076303,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":216795,"timestamp":1239524933038,"id":6893,"parentId":6869,"tags":{},"startTime":1727806076303,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":226344,"timestamp":1239524928993,"id":6869,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/route-loader.js","layer":null},"startTime":1727806076299,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":221447,"timestamp":1239524933998,"id":6908,"parentId":6907,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":221518,"timestamp":1239524933932,"id":6907,"parentId":6878,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":226754,"timestamp":1239524930220,"id":6878,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":null},"startTime":1727806076300,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":223137,"timestamp":1239524934071,"id":6910,"parentId":6909,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":223181,"timestamp":1239524934033,"id":6909,"parentId":6879,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":228298,"timestamp":1239524930327,"id":6879,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":null},"startTime":1727806076300,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":224557,"timestamp":1239524934137,"id":6912,"parentId":6911,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":224593,"timestamp":1239524934105,"id":6911,"parentId":6880,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":229342,"timestamp":1239524930588,"id":6880,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":null},"startTime":1727806076300,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":225724,"timestamp":1239524934269,"id":6916,"parentId":6915,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":225759,"timestamp":1239524934239,"id":6915,"parentId":6882,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":230184,"timestamp":1239524930899,"id":6882,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":null},"startTime":1727806076301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":226964,"timestamp":1239524934201,"id":6914,"parentId":6913,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":226998,"timestamp":1239524934171,"id":6913,"parentId":6881,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":234107,"timestamp":1239524930769,"id":6881,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":null},"startTime":1727806076301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":230447,"timestamp":1239524934516,"id":6924,"parentId":6923,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":230480,"timestamp":1239524934488,"id":6923,"parentId":6886,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":234819,"timestamp":1239524931592,"id":6886,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":null},"startTime":1727806076301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":232031,"timestamp":1239524934455,"id":6922,"parentId":6921,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":232401,"timestamp":1239524934427,"id":6921,"parentId":6885,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":238054,"timestamp":1239524931475,"id":6885,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":null},"startTime":1727806076301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":235217,"timestamp":1239524934394,"id":6920,"parentId":6919,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":235254,"timestamp":1239524934365,"id":6919,"parentId":6884,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":239896,"timestamp":1239524931208,"id":6884,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":null},"startTime":1727806076301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":236598,"timestamp":1239524934577,"id":6926,"parentId":6925,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":236631,"timestamp":1239524934548,"id":6925,"parentId":6887,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":241556,"timestamp":1239524931690,"id":6887,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":null},"startTime":1727806076302,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":239024,"timestamp":1239524934333,"id":6918,"parentId":6917,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":239059,"timestamp":1239524934304,"id":6917,"parentId":6883,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":245666,"timestamp":1239524931004,"id":6883,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":null},"startTime":1727806076301,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":243778,"timestamp":1239524934766,"id":6932,"parentId":6931,"tags":{},"startTime":1727806076305,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":243820,"timestamp":1239524934737,"id":6931,"parentId":6890,"tags":{},"startTime":1727806076305,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":247831,"timestamp":1239524932250,"id":6890,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":null},"startTime":1727806076302,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":245455,"timestamp":1239524934704,"id":6930,"parentId":6929,"tags":{},"startTime":1727806076305,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":245489,"timestamp":1239524934675,"id":6929,"parentId":6889,"tags":{},"startTime":1727806076305,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":249509,"timestamp":1239524932046,"id":6889,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":null},"startTime":1727806076302,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":246976,"timestamp":1239524934643,"id":6928,"parentId":6927,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":247014,"timestamp":1239524934609,"id":6927,"parentId":6888,"tags":{},"startTime":1727806076304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":250642,"timestamp":1239524931837,"id":6888,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":null},"startTime":1727806076302,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":309389,"timestamp":1239524899810,"id":6811,"parentId":6810,"tags":{},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":314114,"timestamp":1239524899779,"id":6810,"parentId":6753,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js","layer":null},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":314202,"timestamp":1239524899735,"id":6809,"parentId":6808,"tags":{},"startTime":1727806076270,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":314587,"timestamp":1239524899647,"id":6808,"parentId":6721,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/jsx-runtime.js","layer":null},"startTime":1727806076269,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":313307,"timestamp":1239524900953,"id":6830,"parentId":6829,"tags":{},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":314243,"timestamp":1239524900934,"id":6829,"parentId":6774,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":null},"startTime":1727806076271,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":1619082,"timestamp":1239523597894,"id":6698,"parentId":6697,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727806074968,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":316379,"timestamp":1239524929531,"id":6874,"parentId":6873,"tags":{},"startTime":1727806076299,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":317714,"timestamp":1239524929470,"id":6873,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-api-route.js","layer":null},"startTime":1727806076299,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":38424,"timestamp":1239525218852,"id":6946,"parentId":6945,"tags":{},"startTime":1727806076589,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":38467,"timestamp":1239525218820,"id":6945,"parentId":6938,"tags":{},"startTime":1727806076589,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":41811,"timestamp":1239525218262,"id":6938,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":null},"startTime":1727806076588,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":41569,"timestamp":1239525218711,"id":6942,"parentId":6941,"tags":{},"startTime":1727806076589,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":41613,"timestamp":1239525218671,"id":6941,"parentId":6936,"tags":{},"startTime":1727806076589,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":47038,"timestamp":1239525218075,"id":6936,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/tracing/report-to-socket.js","layer":null},"startTime":1727806076588,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":47721,"timestamp":1239525218630,"id":6940,"parentId":6939,"tags":{},"startTime":1727806076588,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":47811,"timestamp":1239525218546,"id":6939,"parentId":6935,"tags":{},"startTime":1727806076588,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":58370,"timestamp":1239525217930,"id":6935,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/tracing/tracer.js","layer":null},"startTime":1727806076588,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":57609,"timestamp":1239525218786,"id":6944,"parentId":6943,"tags":{},"startTime":1727806076589,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":57656,"timestamp":1239525218745,"id":6943,"parentId":6937,"tags":{},"startTime":1727806076589,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":60691,"timestamp":1239525218168,"id":6937,"parentId":6758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1727806076588,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6353,"timestamp":1239525397494,"id":6962,"parentId":6961,"tags":{},"startTime":1727806076767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6668,"timestamp":1239525397199,"id":6961,"parentId":6950,"tags":{},"startTime":1727806076767,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10393,"timestamp":1239525395828,"id":6950,"parentId":6817,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/request-idle-callback.js","layer":null},"startTime":1727806076766,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8836,"timestamp":1239525397627,"id":6966,"parentId":6965,"tags":{},"startTime":1727806076767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8867,"timestamp":1239525397602,"id":6965,"parentId":6952,"tags":{},"startTime":1727806076767,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12342,"timestamp":1239525396050,"id":6952,"parentId":6820,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config.js","layer":null},"startTime":1727806076766,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11345,"timestamp":1239525397162,"id":6960,"parentId":6959,"tags":{},"startTime":1727806076767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11621,"timestamp":1239525396892,"id":6959,"parentId":6949,"tags":{},"startTime":1727806076767,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20233,"timestamp":1239525395552,"id":6949,"parentId":6792,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":null},"startTime":1727806076765,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23371,"timestamp":1239525397675,"id":6968,"parentId":6967,"tags":{},"startTime":1727806076768,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23407,"timestamp":1239525397651,"id":6967,"parentId":6953,"tags":{},"startTime":1727806076767,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":28780,"timestamp":1239525396204,"id":6953,"parentId":6812,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":null},"startTime":1727806076766,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27065,"timestamp":1239525398044,"id":6972,"parentId":6971,"tags":{},"startTime":1727806076768,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27144,"timestamp":1239525397970,"id":6971,"parentId":6955,"tags":{},"startTime":1727806076768,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31357,"timestamp":1239525396509,"id":6955,"parentId":6827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":null},"startTime":1727806076766,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":30059,"timestamp":1239525397909,"id":6970,"parentId":6969,"tags":{},"startTime":1727806076768,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":30188,"timestamp":1239525397785,"id":6969,"parentId":6954,"tags":{},"startTime":1727806076768,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32769,"timestamp":1239525396365,"id":6954,"parentId":6824,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":null},"startTime":1727806076766,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":30979,"timestamp":1239525398215,"id":6978,"parentId":6977,"tags":{},"startTime":1727806076768,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31009,"timestamp":1239525398191,"id":6977,"parentId":6958,"tags":{},"startTime":1727806076768,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":33160,"timestamp":1239525396680,"id":6958,"parentId":6828,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":null},"startTime":1727806076767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31988,"timestamp":1239525398163,"id":6976,"parentId":6975,"tags":{},"startTime":1727806076768,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":32034,"timestamp":1239525398121,"id":6975,"parentId":6957,"tags":{},"startTime":1727806076768,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":34356,"timestamp":1239525396629,"id":6957,"parentId":6827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/bus.js","layer":null},"startTime":1727806076766,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":213560,"timestamp":1239525217891,"id":6934,"parentId":6933,"tags":{},"startTime":1727806076588,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":214222,"timestamp":1239525217798,"id":6933,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":null},"startTime":1727806076588,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":34796,"timestamp":1239525397575,"id":6964,"parentId":6963,"tags":{},"startTime":1727806076767,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":34842,"timestamp":1239525397532,"id":6963,"parentId":6951,"tags":{},"startTime":1727806076767,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":38172,"timestamp":1239525395946,"id":6951,"parentId":6812,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1727806076766,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":36078,"timestamp":1239525398097,"id":6974,"parentId":6973,"tags":{},"startTime":1727806076768,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":36106,"timestamp":1239525398071,"id":6973,"parentId":6956,"tags":{},"startTime":1727806076768,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":38821,"timestamp":1239525396572,"id":6956,"parentId":6827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":null},"startTime":1727806076766,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":34592,"timestamp":1239525402559,"id":6992,"parentId":6991,"tags":{},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":34623,"timestamp":1239525402534,"id":6991,"parentId":6982,"tags":{},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":36192,"timestamp":1239525401972,"id":6982,"parentId":6869,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/trusted-types.js","layer":null},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":35609,"timestamp":1239525402600,"id":6994,"parentId":6993,"tags":{},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":35632,"timestamp":1239525402580,"id":6993,"parentId":6983,"tags":{},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":36715,"timestamp":1239525402036,"id":6983,"parentId":6881,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/escape-regexp.js","layer":null},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":36266,"timestamp":1239525402511,"id":6990,"parentId":6989,"tags":{},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":36333,"timestamp":1239525402446,"id":6989,"parentId":6981,"tags":{},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":38012,"timestamp":1239525401794,"id":6981,"parentId":6875,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/normalize-trailing-slash.js","layer":null},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":37212,"timestamp":1239525402643,"id":6996,"parentId":6995,"tags":{},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":37237,"timestamp":1239525402621,"id":6995,"parentId":6984,"tags":{},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":38946,"timestamp":1239525402090,"id":6984,"parentId":6827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/ReactDevOverlay.js","layer":null},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":38379,"timestamp":1239525402683,"id":6998,"parentId":6997,"tags":{},"startTime":1727806076773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":38401,"timestamp":1239525402663,"id":6997,"parentId":6985,"tags":{},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":39727,"timestamp":1239525402148,"id":6985,"parentId":6827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":null},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":39137,"timestamp":1239525402760,"id":7002,"parentId":7001,"tags":{},"startTime":1727806076773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":39158,"timestamp":1239525402741,"id":7001,"parentId":6987,"tags":{},"startTime":1727806076773,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":40120,"timestamp":1239525402252,"id":6987,"parentId":6875,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":null},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":39677,"timestamp":1239525402721,"id":7000,"parentId":6999,"tags":{},"startTime":1727806076773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":39697,"timestamp":1239525402702,"id":6999,"parentId":6986,"tags":{},"startTime":1727806076773,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":41184,"timestamp":1239525402202,"id":6986,"parentId":6827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js","layer":null},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23091,"timestamp":1239525420316,"id":7012,"parentId":7011,"tags":{},"startTime":1727806076790,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23230,"timestamp":1239525420180,"id":7011,"parentId":7006,"tags":{},"startTime":1727806076790,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":25085,"timestamp":1239525419076,"id":7006,"parentId":6884,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":null},"startTime":1727806076789,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":24143,"timestamp":1239525420074,"id":7010,"parentId":7009,"tags":{},"startTime":1727806076790,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":24416,"timestamp":1239525419804,"id":7009,"parentId":7005,"tags":{},"startTime":1727806076790,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26973,"timestamp":1239525418348,"id":7005,"parentId":6816,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":null},"startTime":1727806076788,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":24930,"timestamp":1239525420429,"id":7014,"parentId":7013,"tags":{},"startTime":1727806076790,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":26211,"timestamp":1239525420376,"id":7013,"parentId":7007,"tags":{},"startTime":1727806076790,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29541,"timestamp":1239525419288,"id":7007,"parentId":6883,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":null},"startTime":1727806076789,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":46079,"timestamp":1239525402894,"id":7004,"parentId":7003,"tags":{},"startTime":1727806076773,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":46199,"timestamp":1239525402782,"id":7003,"parentId":6988,"tags":{},"startTime":1727806076773,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":48384,"timestamp":1239525402305,"id":6988,"parentId":6827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":null},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":30228,"timestamp":1239525420507,"id":7016,"parentId":7015,"tags":{},"startTime":1727806076790,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":30270,"timestamp":1239525420468,"id":7015,"parentId":7008,"tags":{},"startTime":1727806076790,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32409,"timestamp":1239525419400,"id":7008,"parentId":6884,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":null},"startTime":1727806076789,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":73058,"timestamp":1239525395445,"id":6948,"parentId":6947,"tags":{},"startTime":1727806076765,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":73612,"timestamp":1239525395266,"id":6947,"parentId":6712,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/index.js","layer":null},"startTime":1727806076765,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9890,"timestamp":1239525462598,"id":7021,"parentId":7020,"tags":{},"startTime":1727806076832,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10012,"timestamp":1239525462484,"id":7020,"parentId":7019,"tags":{},"startTime":1727806076832,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11413,"timestamp":1239525461826,"id":7019,"parentId":6937,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1727806076832,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":73354,"timestamp":1239525401759,"id":6980,"parentId":6979,"tags":{},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":73818,"timestamp":1239525401674,"id":6979,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/client.js","layer":null},"startTime":1727806076772,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3691,"timestamp":1239525474158,"id":7026,"parentId":7025,"tags":{},"startTime":1727806076844,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3759,"timestamp":1239525474103,"id":7025,"parentId":7022,"tags":{},"startTime":1727806076844,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5230,"timestamp":1239525473869,"id":7022,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/portal/index.js","layer":null},"startTime":1727806076844,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":19469,"timestamp":1239525461781,"id":7018,"parentId":7017,"tags":{},"startTime":1727806076832,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":28716,"timestamp":1239525461694,"id":7017,"parentId":6808,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/cjs/react-jsx-runtime.development.js","layer":null},"startTime":1727806076832,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15521,"timestamp":1239525479648,"id":7029,"parentId":7028,"tags":{},"startTime":1727806076849,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15586,"timestamp":1239525479593,"id":7028,"parentId":7027,"tags":{},"startTime":1727806076849,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16605,"timestamp":1239525479380,"id":7027,"parentId":6951,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1727806076849,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":24047,"timestamp":1239525474040,"id":7024,"parentId":7023,"tags":{},"startTime":1727806076844,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26574,"timestamp":1239525474009,"id":7023,"parentId":6825,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":null},"startTime":1727806076844,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9372,"timestamp":1239525493021,"id":7034,"parentId":7033,"tags":{},"startTime":1727806076863,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9517,"timestamp":1239525492882,"id":7033,"parentId":7030,"tags":{},"startTime":1727806076863,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11445,"timestamp":1239525492034,"id":7030,"parentId":6985,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/error-source.js","layer":null},"startTime":1727806076862,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10372,"timestamp":1239525493278,"id":7036,"parentId":7035,"tags":{},"startTime":1727806076863,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10465,"timestamp":1239525493188,"id":7035,"parentId":7031,"tags":{},"startTime":1727806076863,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12880,"timestamp":1239525492177,"id":7031,"parentId":6984,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/ErrorBoundary.js","layer":null},"startTime":1727806076862,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11733,"timestamp":1239525493483,"id":7038,"parentId":7037,"tags":{},"startTime":1727806076863,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11811,"timestamp":1239525493408,"id":7037,"parentId":7032,"tags":{},"startTime":1727806076863,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15872,"timestamp":1239525492251,"id":7032,"parentId":6985,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":null},"startTime":1727806076862,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12701,"timestamp":1239525501612,"id":7043,"parentId":7042,"tags":{},"startTime":1727806076871,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12818,"timestamp":1239525501511,"id":7042,"parentId":7041,"tags":{},"startTime":1727806076871,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15663,"timestamp":1239525501118,"id":7041,"parentId":6828,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1727806076871,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7574,"timestamp":1239525512191,"id":7057,"parentId":7056,"tags":{},"startTime":1727806076882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7634,"timestamp":1239525512140,"id":7056,"parentId":7047,"tags":{},"startTime":1727806076882,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10380,"timestamp":1239525511027,"id":7047,"parentId":6984,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":null},"startTime":1727806076881,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9736,"timestamp":1239525511706,"id":7051,"parentId":7050,"tags":{},"startTime":1727806076882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9808,"timestamp":1239525511637,"id":7050,"parentId":7044,"tags":{},"startTime":1727806076881,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12374,"timestamp":1239525510247,"id":7044,"parentId":6984,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":null},"startTime":1727806076880,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10680,"timestamp":1239525511973,"id":7053,"parentId":7052,"tags":{},"startTime":1727806076882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10840,"timestamp":1239525511819,"id":7052,"parentId":7045,"tags":{},"startTime":1727806076882,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14185,"timestamp":1239525510590,"id":7045,"parentId":6984,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":null},"startTime":1727806076880,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15303,"timestamp":1239525512247,"id":7059,"parentId":7058,"tags":{},"startTime":1727806076882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15338,"timestamp":1239525512219,"id":7058,"parentId":7048,"tags":{},"startTime":1727806076882,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21886,"timestamp":1239525511302,"id":7048,"parentId":6984,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":null},"startTime":1727806076881,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20991,"timestamp":1239525512297,"id":7061,"parentId":7060,"tags":{},"startTime":1727806076882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21021,"timestamp":1239525512272,"id":7060,"parentId":7049,"tags":{},"startTime":1727806076882,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23166,"timestamp":1239525511490,"id":7049,"parentId":6984,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":null},"startTime":1727806076881,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":29208,"timestamp":1239525512053,"id":7055,"parentId":7054,"tags":{},"startTime":1727806076882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":29261,"timestamp":1239525512006,"id":7054,"parentId":7046,"tags":{},"startTime":1727806076882,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":33918,"timestamp":1239525510790,"id":7046,"parentId":6984,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":null},"startTime":1727806076881,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":44433,"timestamp":1239525501068,"id":7040,"parentId":7039,"tags":{},"startTime":1727806076871,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":62048,"timestamp":1239525500960,"id":7039,"parentId":6947,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/cjs/react.development.js","layer":null},"startTime":1727806076871,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3573,"timestamp":1239525583064,"id":7064,"parentId":7063,"tags":{},"startTime":1727806076953,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3647,"timestamp":1239525582998,"id":7063,"parentId":7062,"tags":{},"startTime":1727806076953,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5092,"timestamp":1239525582658,"id":7062,"parentId":7023,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1727806076952,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5249,"timestamp":1239525585835,"id":7076,"parentId":7075,"tags":{},"startTime":1727806076956,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5331,"timestamp":1239525585763,"id":7075,"parentId":7067,"tags":{},"startTime":1727806076956,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7492,"timestamp":1239525584953,"id":7067,"parentId":6774,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/strip-ansi/index.js","layer":null},"startTime":1727806076955,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7003,"timestamp":1239525585897,"id":7078,"parentId":7077,"tags":{},"startTime":1727806076956,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7043,"timestamp":1239525585861,"id":7077,"parentId":7070,"tags":{},"startTime":1727806076956,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9381,"timestamp":1239525585074,"id":7070,"parentId":7041,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1727806076955,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6871,"timestamp":1239525588304,"id":7081,"parentId":7080,"tags":{},"startTime":1727806076958,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6968,"timestamp":1239525588212,"id":7080,"parentId":7079,"tags":{},"startTime":1727806076958,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7989,"timestamp":1239525588017,"id":7079,"parentId":7047,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":null},"startTime":1727806076958,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12591,"timestamp":1239525585057,"id":7069,"parentId":7068,"tags":{},"startTime":1727806076955,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12940,"timestamp":1239525585036,"id":7068,"parentId":6748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-is/index.js","layer":null},"startTime":1727806076955,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13068,"timestamp":1239525584928,"id":7066,"parentId":7065,"tags":{},"startTime":1727806076955,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13659,"timestamp":1239525584879,"id":7065,"parentId":6979,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/index.js","layer":null},"startTime":1727806076955,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12894,"timestamp":1239525585659,"id":7072,"parentId":7071,"tags":{},"startTime":1727806076955,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14093,"timestamp":1239525585138,"id":7071,"parentId":6712,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":null},"startTime":1727806076955,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":2001414,"timestamp":1239523597997,"id":6701,"parentId":6697,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1727806074968,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":2001458,"timestamp":1239523597982,"id":6699,"parentId":6697,"tags":{"request":"./node_modules/next/dist/client/dev/amp-dev"},"startTime":1727806074968,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3711,"timestamp":1239525596772,"id":7087,"parentId":7086,"tags":{},"startTime":1727806076967,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3771,"timestamp":1239525596717,"id":7086,"parentId":7082,"tags":{},"startTime":1727806076967,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5104,"timestamp":1239525596373,"id":7082,"parentId":7049,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":null},"startTime":1727806076966,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":15817,"timestamp":1239525585696,"id":7074,"parentId":7073,"tags":{},"startTime":1727806076956,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16562,"timestamp":1239525585678,"id":7073,"parentId":6757,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":null},"startTime":1727806076956,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7130,"timestamp":1239525596872,"id":7091,"parentId":7090,"tags":{},"startTime":1727806076967,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7161,"timestamp":1239525596846,"id":7090,"parentId":7084,"tags":{},"startTime":1727806076967,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8220,"timestamp":1239525596568,"id":7084,"parentId":7049,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":null},"startTime":1727806076966,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7893,"timestamp":1239525596921,"id":7093,"parentId":7092,"tags":{},"startTime":1727806076967,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7921,"timestamp":1239525596895,"id":7092,"parentId":7085,"tags":{},"startTime":1727806076967,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8948,"timestamp":1239525596623,"id":7085,"parentId":7049,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":null},"startTime":1727806076966,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8779,"timestamp":1239525596823,"id":7089,"parentId":7088,"tags":{},"startTime":1727806076967,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8808,"timestamp":1239525596797,"id":7088,"parentId":7083,"tags":{},"startTime":1727806076967,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9779,"timestamp":1239525596503,"id":7083,"parentId":7049,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":null},"startTime":1727806076966,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":2011058,"timestamp":1239523598011,"id":6703,"parentId":6697,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1727806074968,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13293,"timestamp":1239525600166,"id":7099,"parentId":7098,"tags":{},"startTime":1727806076970,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13329,"timestamp":1239525600138,"id":7098,"parentId":7095,"tags":{},"startTime":1727806076970,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14640,"timestamp":1239525599886,"id":7095,"parentId":7046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":null},"startTime":1727806076970,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15807,"timestamp":1239525600090,"id":7097,"parentId":7096,"tags":{},"startTime":1727806076970,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15868,"timestamp":1239525600034,"id":7096,"parentId":7094,"tags":{},"startTime":1727806076970,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18444,"timestamp":1239525599720,"id":7094,"parentId":7046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":null},"startTime":1727806076970,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":60492,"timestamp":1239525619921,"id":7107,"parentId":7106,"tags":{},"startTime":1727806076990,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":60606,"timestamp":1239525619821,"id":7106,"parentId":7101,"tags":{},"startTime":1727806076990,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":62817,"timestamp":1239525619050,"id":7101,"parentId":7062,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1727806076989,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-transform","duration":62441,"timestamp":1239525619760,"id":7105,"parentId":7104,"tags":{},"startTime":1727806076990,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":62879,"timestamp":1239525619326,"id":7104,"parentId":7100,"tags":{},"startTime":1727806076989,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":64345,"timestamp":1239525618883,"id":7100,"parentId":7062,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1727806076989,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":72790,"timestamp":1239525619162,"id":7103,"parentId":7102,"tags":{},"startTime":1727806076989,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":76805,"timestamp":1239525619132,"id":7102,"parentId":6813,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/web-vitals/web-vitals.js","layer":null},"startTime":1727806076989,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8834,"timestamp":1239525689222,"id":7116,"parentId":7115,"tags":{},"startTime":1727806077059,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8873,"timestamp":1239525689191,"id":7115,"parentId":7109,"tags":{},"startTime":1727806077059,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10337,"timestamp":1239525688840,"id":7109,"parentId":7045,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":null},"startTime":1727806077059,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10053,"timestamp":1239525689161,"id":7114,"parentId":7113,"tags":{},"startTime":1727806077059,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10126,"timestamp":1239525689090,"id":7113,"parentId":7108,"tags":{},"startTime":1727806077059,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11440,"timestamp":1239525688669,"id":7108,"parentId":7045,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":null},"startTime":1727806077058,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11428,"timestamp":1239525689276,"id":7118,"parentId":7117,"tags":{},"startTime":1727806077059,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11460,"timestamp":1239525689249,"id":7117,"parentId":7110,"tags":{},"startTime":1727806077059,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13941,"timestamp":1239525688917,"id":7110,"parentId":7049,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":null},"startTime":1727806077059,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20723,"timestamp":1239525696574,"id":7123,"parentId":7122,"tags":{},"startTime":1727806077066,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20902,"timestamp":1239525696500,"id":7122,"parentId":7121,"tags":{},"startTime":1727806077066,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27351,"timestamp":1239525696304,"id":7121,"parentId":7046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":null},"startTime":1727806077066,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16588,"timestamp":1239525707450,"id":7131,"parentId":7130,"tags":{},"startTime":1727806077077,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16629,"timestamp":1239525707416,"id":7130,"parentId":7125,"tags":{},"startTime":1727806077077,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20072,"timestamp":1239525706779,"id":7125,"parentId":7045,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":null},"startTime":1727806077077,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19665,"timestamp":1239525707528,"id":7133,"parentId":7132,"tags":{},"startTime":1727806077077,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19718,"timestamp":1239525707481,"id":7132,"parentId":7126,"tags":{},"startTime":1727806077077,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23286,"timestamp":1239525706885,"id":7126,"parentId":7045,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":null},"startTime":1727806077077,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23182,"timestamp":1239525707384,"id":7129,"parentId":7128,"tags":{},"startTime":1727806077077,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23287,"timestamp":1239525707283,"id":7128,"parentId":7124,"tags":{},"startTime":1727806077077,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26409,"timestamp":1239525706549,"id":7124,"parentId":7094,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":null},"startTime":1727806077076,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":25475,"timestamp":1239525707586,"id":7135,"parentId":7134,"tags":{},"startTime":1727806077077,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":25507,"timestamp":1239525707558,"id":7134,"parentId":7127,"tags":{},"startTime":1727806077077,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27257,"timestamp":1239525706959,"id":7127,"parentId":7049,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":null},"startTime":1727806077077,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":54690,"timestamp":1239525689016,"id":7112,"parentId":7111,"tags":{},"startTime":1727806077059,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":64384,"timestamp":1239525688989,"id":7111,"parentId":7068,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js","layer":null},"startTime":1727806077059,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16845,"timestamp":1239525739576,"id":7140,"parentId":7139,"tags":{},"startTime":1727806077109,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16943,"timestamp":1239525739487,"id":7139,"parentId":7138,"tags":{},"startTime":1727806077109,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":28478,"timestamp":1239525736078,"id":7138,"parentId":7046,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":null},"startTime":1727806077106,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":100303,"timestamp":1239525696270,"id":7120,"parentId":7119,"tags":{},"startTime":1727806077066,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":587150,"timestamp":1239525696189,"id":7119,"parentId":7065,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/cjs/react-dom.development.js","layer":null},"startTime":1727806077066,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":560915,"timestamp":1239525736025,"id":7137,"parentId":7136,"tags":{},"startTime":1727806077106,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":565228,"timestamp":1239525735891,"id":7136,"parentId":6955,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":null},"startTime":1727806077106,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11520,"timestamp":1239526292552,"id":7146,"parentId":7145,"tags":{},"startTime":1727806077662,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11767,"timestamp":1239526292316,"id":7145,"parentId":7141,"tags":{},"startTime":1727806077662,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14951,"timestamp":1239526291027,"id":7141,"parentId":7110,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":null},"startTime":1727806077661,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13597,"timestamp":1239526292686,"id":7150,"parentId":7149,"tags":{},"startTime":1727806077663,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13634,"timestamp":1239526292657,"id":7149,"parentId":7143,"tags":{},"startTime":1727806077662,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16707,"timestamp":1239526291811,"id":7143,"parentId":7110,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":null},"startTime":1727806077662,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16251,"timestamp":1239526292628,"id":7148,"parentId":7147,"tags":{},"startTime":1727806077662,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16298,"timestamp":1239526292592,"id":7147,"parentId":7142,"tags":{},"startTime":1727806077662,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":19642,"timestamp":1239526291696,"id":7142,"parentId":7109,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":null},"startTime":1727806077662,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20729,"timestamp":1239526292741,"id":7152,"parentId":7151,"tags":{},"startTime":1727806077663,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20773,"timestamp":1239526292714,"id":7151,"parentId":7144,"tags":{},"startTime":1727806077663,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":25106,"timestamp":1239526291886,"id":7144,"parentId":7108,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":null},"startTime":1727806077662,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":26666,"timestamp":1239526303234,"id":7165,"parentId":7164,"tags":{},"startTime":1727806077673,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":26705,"timestamp":1239526303206,"id":7164,"parentId":7155,"tags":{},"startTime":1727806077673,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29113,"timestamp":1239526301900,"id":7155,"parentId":7125,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":null},"startTime":1727806077672,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27881,"timestamp":1239526303177,"id":7163,"parentId":7162,"tags":{},"startTime":1727806077673,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27921,"timestamp":1239526303139,"id":7162,"parentId":7154,"tags":{},"startTime":1727806077673,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31044,"timestamp":1239526301813,"id":7154,"parentId":7125,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":null},"startTime":1727806077672,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":29644,"timestamp":1239526303287,"id":7167,"parentId":7166,"tags":{},"startTime":1727806077673,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":29674,"timestamp":1239526303262,"id":7166,"parentId":7156,"tags":{},"startTime":1727806077673,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32005,"timestamp":1239526301985,"id":7156,"parentId":7126,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":null},"startTime":1727806077672,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":30677,"timestamp":1239526303341,"id":7169,"parentId":7168,"tags":{},"startTime":1727806077673,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":30706,"timestamp":1239526303315,"id":7168,"parentId":7157,"tags":{},"startTime":1727806077673,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32601,"timestamp":1239526302058,"id":7157,"parentId":7126,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":null},"startTime":1727806077672,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":32548,"timestamp":1239526303036,"id":7161,"parentId":7160,"tags":{},"startTime":1727806077673,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":32644,"timestamp":1239526302946,"id":7160,"parentId":7153,"tags":{},"startTime":1727806077673,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":35473,"timestamp":1239526301612,"id":7153,"parentId":7121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":null},"startTime":1727806077671,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":33723,"timestamp":1239526303397,"id":7171,"parentId":7170,"tags":{},"startTime":1727806077673,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":33753,"timestamp":1239526303370,"id":7170,"parentId":7158,"tags":{},"startTime":1727806077673,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":35593,"timestamp":1239526302298,"id":7158,"parentId":7127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":null},"startTime":1727806077672,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":34410,"timestamp":1239526303513,"id":7173,"parentId":7172,"tags":{},"startTime":1727806077673,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":34500,"timestamp":1239526303425,"id":7172,"parentId":7159,"tags":{},"startTime":1727806077673,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":36265,"timestamp":1239526302549,"id":7159,"parentId":7127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":null},"startTime":1727806077672,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19877,"timestamp":1239526321588,"id":7180,"parentId":7179,"tags":{},"startTime":1727806077691,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19920,"timestamp":1239526321552,"id":7179,"parentId":7175,"tags":{},"startTime":1727806077691,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21777,"timestamp":1239526320727,"id":7175,"parentId":7126,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":null},"startTime":1727806077691,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21035,"timestamp":1239526321515,"id":7178,"parentId":7177,"tags":{},"startTime":1727806077691,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21128,"timestamp":1239526321425,"id":7177,"parentId":7174,"tags":{},"startTime":1727806077691,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":22881,"timestamp":1239526320534,"id":7174,"parentId":7126,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":null},"startTime":1727806077690,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21908,"timestamp":1239526321645,"id":7182,"parentId":7181,"tags":{},"startTime":1727806077691,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21939,"timestamp":1239526321617,"id":7181,"parentId":7176,"tags":{},"startTime":1727806077691,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23516,"timestamp":1239526320892,"id":7176,"parentId":7126,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":null},"startTime":1727806077691,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":537424,"timestamp":1239526347770,"id":7185,"parentId":7184,"tags":{},"startTime":1727806077718,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":537658,"timestamp":1239526347635,"id":7184,"parentId":7183,"tags":{},"startTime":1727806077717,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":545655,"timestamp":1239526346939,"id":7183,"parentId":7138,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/magic-identifier.js","layer":null},"startTime":1727806077717,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6181,"timestamp":1239526905525,"id":7198,"parentId":7197,"tags":{},"startTime":1727806078275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6229,"timestamp":1239526905494,"id":7197,"parentId":7190,"tags":{},"startTime":1727806078275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9120,"timestamp":1239526904684,"id":7190,"parentId":7142,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":null},"startTime":1727806078274,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8817,"timestamp":1239526905344,"id":7194,"parentId":7193,"tags":{},"startTime":1727806078275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9061,"timestamp":1239526905104,"id":7193,"parentId":7188,"tags":{},"startTime":1727806078275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12786,"timestamp":1239526904165,"id":7188,"parentId":7143,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":null},"startTime":1727806078274,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12640,"timestamp":1239526905458,"id":7196,"parentId":7195,"tags":{},"startTime":1727806078275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12697,"timestamp":1239526905413,"id":7195,"parentId":7189,"tags":{},"startTime":1727806078275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15283,"timestamp":1239526904558,"id":7189,"parentId":7143,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":null},"startTime":1727806078274,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12054,"timestamp":1239526907865,"id":7205,"parentId":7204,"tags":{},"startTime":1727806078278,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12162,"timestamp":1239526907761,"id":7204,"parentId":7203,"tags":{},"startTime":1727806078278,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13414,"timestamp":1239526907459,"id":7203,"parentId":7110,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":null},"startTime":1727806078277,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21154,"timestamp":1239526905657,"id":7202,"parentId":7201,"tags":{},"startTime":1727806078275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21221,"timestamp":1239526905629,"id":7201,"parentId":7192,"tags":{},"startTime":1727806078275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":33106,"timestamp":1239526904874,"id":7192,"parentId":7144,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":null},"startTime":1727806078275,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":35049,"timestamp":1239526903189,"id":7187,"parentId":7186,"tags":{},"startTime":1727806078273,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":37047,"timestamp":1239526902821,"id":7186,"parentId":7047,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":null},"startTime":1727806078273,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5881,"timestamp":1239526941634,"id":7208,"parentId":7207,"tags":{},"startTime":1727806078311,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":7027,"timestamp":1239526941498,"id":7207,"parentId":7206,"tags":{},"startTime":1727806078311,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9799,"timestamp":1239526941250,"id":7206,"parentId":7156,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":null},"startTime":1727806078311,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9803,"timestamp":1239526946202,"id":7214,"parentId":7213,"tags":{},"startTime":1727806078316,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9946,"timestamp":1239526946071,"id":7213,"parentId":7210,"tags":{},"startTime":1727806078316,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13621,"timestamp":1239526945111,"id":7210,"parentId":7189,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":null},"startTime":1727806078315,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15257,"timestamp":1239526945877,"id":7212,"parentId":7211,"tags":{},"startTime":1727806078316,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15750,"timestamp":1239526945389,"id":7211,"parentId":7209,"tags":{},"startTime":1727806078315,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18727,"timestamp":1239526944842,"id":7209,"parentId":7203,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":null},"startTime":1727806078315,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":76501,"timestamp":1239526905591,"id":7200,"parentId":7199,"tags":{},"startTime":1727806078275,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":76542,"timestamp":1239526905564,"id":7199,"parentId":7191,"tags":{},"startTime":1727806078275,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":93288,"timestamp":1239526904767,"id":7191,"parentId":7142,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":null},"startTime":1727806078275,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1367,"timestamp":1239527002326,"id":7216,"parentId":7215,"tags":{},"startTime":1727806078372,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":1820,"timestamp":1239527002251,"id":7215,"parentId":7119,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/scheduler/index.js","layer":null},"startTime":1727806078372,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1276,"timestamp":1239527004551,"id":7218,"parentId":7217,"tags":{},"startTime":1727806078374,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4430,"timestamp":1239527004506,"id":7217,"parentId":7144,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/anser/index.js","layer":null},"startTime":1727806078374,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3835,"timestamp":1239527005760,"id":7220,"parentId":7219,"tags":{},"startTime":1727806078376,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6587,"timestamp":1239527005699,"id":7219,"parentId":7215,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/scheduler/cjs/scheduler.development.js","layer":null},"startTime":1727806078375,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":3414769,"timestamp":1239523598005,"id":6702,"parentId":6697,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1727806074968,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":701,"timestamp":1239527014431,"id":7222,"parentId":7221,"tags":{},"startTime":1727806078384,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":1868,"timestamp":1239527014352,"id":7221,"parentId":7191,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":null},"startTime":1727806078384,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1671,"timestamp":1239527014690,"id":7224,"parentId":7223,"tags":{},"startTime":1727806078384,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9884,"timestamp":1239527014566,"id":7223,"parentId":7191,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/platform/platform.js","layer":null},"startTime":1727806078384,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":3426929,"timestamp":1239523597991,"id":6700,"parentId":6697,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1727806074968,"traceId":"ed4341945b6604eb"},{"name":"make","duration":3428212,"timestamp":1239523597230,"id":6697,"parentId":6696,"tags":{},"startTime":1727806074967,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":3781,"timestamp":1239527030272,"id":7226,"parentId":7225,"tags":{},"startTime":1727806078400,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":56,"timestamp":1239527034106,"id":7228,"parentId":7225,"tags":{},"startTime":1727806078404,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":113,"timestamp":1239527034230,"id":7229,"parentId":7225,"tags":{},"startTime":1727806078404,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":24,"timestamp":1239527034379,"id":7230,"parentId":7225,"tags":{},"startTime":1727806078404,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":18,"timestamp":1239527034512,"id":7231,"parentId":7225,"tags":{},"startTime":1727806078404,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":731,"timestamp":1239527034076,"id":7227,"parentId":7225,"tags":{},"startTime":1727806078404,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":8326,"timestamp":1239527037348,"id":7232,"parentId":7225,"tags":{},"startTime":1727806078407,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":28472,"timestamp":1239527045742,"id":7233,"parentId":7225,"tags":{},"startTime":1727806078416,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":19807,"timestamp":1239527076890,"id":7234,"parentId":7225,"tags":{},"startTime":1727806078447,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":696,"timestamp":1239527096695,"id":7235,"parentId":7225,"tags":{},"startTime":1727806078466,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":107,"timestamp":1239527097337,"id":7236,"parentId":7225,"tags":{},"startTime":1727806078467,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":141725,"timestamp":1239527097453,"id":7237,"parentId":7225,"tags":{},"startTime":1727806078467,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":198,"timestamp":1239527243452,"id":7238,"parentId":6696,"tags":{},"startTime":1727806078613,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":215205,"timestamp":1239527029241,"id":7225,"parentId":6696,"tags":{},"startTime":1727806078399,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":3647826,"timestamp":1239523596744,"id":6696,"parentId":3,"tags":{"name":"client"},"startTime":1727806074967,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":28242,"timestamp":1239527244666,"id":7239,"parentId":3,"tags":{},"startTime":1727806078614,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":4,"timestamp":1239527303378,"id":7245,"parentId":3,"tags":{},"startTime":1727806078673,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":7562,"timestamp":1239527303879,"id":7256,"parentId":7244,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":7649,"timestamp":1239527303917,"id":7260,"parentId":7244,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":11575,"timestamp":1239527303801,"id":7248,"parentId":7244,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":14423,"timestamp":1239527303870,"id":7255,"parentId":7244,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":6829,"timestamp":1239527311777,"id":7263,"parentId":7262,"tags":{},"startTime":1727806078682,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7864,"timestamp":1239527311594,"id":7262,"parentId":7246,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js","layer":null},"startTime":1727806078681,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":21508,"timestamp":1239527303891,"id":7257,"parentId":7244,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":38534,"timestamp":1239527303812,"id":7249,"parentId":7244,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":41975,"timestamp":1239527303858,"id":7254,"parentId":7244,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":41934,"timestamp":1239527303908,"id":7259,"parentId":7244,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":43141,"timestamp":1239527303900,"id":7258,"parentId":7244,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"next-client-pages-loader","duration":74,"timestamp":1239527348161,"id":7266,"parentId":7265,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1727806078718,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":1062,"timestamp":1239527347672,"id":7265,"parentId":7250,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":null},"startTime":1727806078717,"traceId":"ed4341945b6604eb"},{"name":"next-client-pages-loader","duration":22,"timestamp":1239527348817,"id":7268,"parentId":7267,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1727806078719,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":247,"timestamp":1239527348766,"id":7267,"parentId":7252,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":null},"startTime":1727806078719,"traceId":"ed4341945b6604eb"},{"name":"next-client-pages-loader","duration":28,"timestamp":1239527349057,"id":7270,"parentId":7269,"tags":{"absolutePagePath":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_error.js"},"startTime":1727806078719,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":208,"timestamp":1239527349021,"id":7269,"parentId":7261,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!","layer":null},"startTime":1727806078719,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2334,"timestamp":1239527349323,"id":7272,"parentId":7271,"tags":{},"startTime":1727806078719,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2409,"timestamp":1239527349255,"id":7271,"parentId":7264,"tags":{},"startTime":1727806078719,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5701,"timestamp":1239527347507,"id":7264,"parentId":7247,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/next-dev.js","layer":null},"startTime":1727806078717,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5268,"timestamp":1239527351440,"id":7275,"parentId":7274,"tags":{},"startTime":1727806078721,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5330,"timestamp":1239527351384,"id":7274,"parentId":7273,"tags":{},"startTime":1727806078721,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7454,"timestamp":1239527351250,"id":7273,"parentId":7251,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js","layer":null},"startTime":1727806078721,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3189,"timestamp":1239527361530,"id":7282,"parentId":7281,"tags":{},"startTime":1727806078731,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3262,"timestamp":1239527361466,"id":7281,"parentId":7278,"tags":{},"startTime":1727806078731,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5100,"timestamp":1239527361146,"id":7278,"parentId":7269,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1727806078731,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4651,"timestamp":1239527361647,"id":7286,"parentId":7285,"tags":{},"startTime":1727806078731,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4678,"timestamp":1239527361622,"id":7285,"parentId":7280,"tags":{},"startTime":1727806078731,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7076,"timestamp":1239527361343,"id":7280,"parentId":7264,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/page-bootstrap.js","layer":null},"startTime":1727806078731,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6882,"timestamp":1239527361593,"id":7284,"parentId":7283,"tags":{},"startTime":1727806078731,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6918,"timestamp":1239527361561,"id":7283,"parentId":7279,"tags":{},"startTime":1727806078731,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8225,"timestamp":1239527361266,"id":7279,"parentId":7264,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/webpack.js","layer":null},"startTime":1727806078731,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9991,"timestamp":1239527359961,"id":7277,"parentId":7276,"tags":{},"startTime":1727806078730,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10973,"timestamp":1239527359892,"id":7276,"parentId":7262,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js","layer":null},"startTime":1727806078730,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8238,"timestamp":1239527362753,"id":7290,"parentId":7289,"tags":{},"startTime":1727806078733,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8280,"timestamp":1239527362715,"id":7289,"parentId":7287,"tags":{},"startTime":1727806078733,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9342,"timestamp":1239527362525,"id":7287,"parentId":7264,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/setup-hydration-warning.js","layer":null},"startTime":1727806078732,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14381,"timestamp":1239527364417,"id":7295,"parentId":7294,"tags":{},"startTime":1727806078734,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14482,"timestamp":1239527364327,"id":7294,"parentId":7293,"tags":{},"startTime":1727806078734,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16366,"timestamp":1239527364077,"id":7293,"parentId":7264,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/hot-middleware-client.js","layer":null},"startTime":1727806078734,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":78081,"timestamp":1239527303840,"id":7252,"parentId":7244,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20044,"timestamp":1239527362810,"id":7292,"parentId":7291,"tags":{},"startTime":1727806078733,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":20087,"timestamp":1239527362785,"id":7291,"parentId":7288,"tags":{},"startTime":1727806078733,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31181,"timestamp":1239527362612,"id":7288,"parentId":7264,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/index.js","layer":null},"startTime":1727806078732,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23249,"timestamp":1239527377245,"id":7298,"parentId":7297,"tags":{},"startTime":1727806078747,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23327,"timestamp":1239527377175,"id":7297,"parentId":7296,"tags":{},"startTime":1727806078747,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26215,"timestamp":1239527376721,"id":7296,"parentId":7273,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/with-router.js","layer":null},"startTime":1727806078747,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6743,"timestamp":1239527423095,"id":7311,"parentId":7310,"tags":{},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6902,"timestamp":1239527422953,"id":7310,"parentId":7301,"tags":{},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10328,"timestamp":1239527422302,"id":7301,"parentId":7265,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1727806078792,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9571,"timestamp":1239527423146,"id":7313,"parentId":7312,"tags":{},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9603,"timestamp":1239527423119,"id":7312,"parentId":7302,"tags":{},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11415,"timestamp":1239527422458,"id":7302,"parentId":7273,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":null},"startTime":1727806078792,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10689,"timestamp":1239527423263,"id":7319,"parentId":7318,"tags":{},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10712,"timestamp":1239527423245,"id":7318,"parentId":7307,"tags":{},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13571,"timestamp":1239527422664,"id":7307,"parentId":7280,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/on-demand-entries-client.js","layer":null},"startTime":1727806078792,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":17516,"timestamp":1239527423225,"id":7317,"parentId":7316,"tags":{},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":17545,"timestamp":1239527423206,"id":7316,"parentId":7306,"tags":{},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":19937,"timestamp":1239527422613,"id":7306,"parentId":7278,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1727806078792,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":20457,"timestamp":1239527423338,"id":7323,"parentId":7322,"tags":{},"startTime":1727806078793,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":20748,"timestamp":1239527423320,"id":7322,"parentId":7309,"tags":{},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":22338,"timestamp":1239527422762,"id":7309,"parentId":7280,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/fouc.js","layer":null},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22439,"timestamp":1239527423301,"id":7321,"parentId":7320,"tags":{},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22463,"timestamp":1239527423283,"id":7320,"parentId":7308,"tags":{},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":24994,"timestamp":1239527422712,"id":7308,"parentId":7280,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/dev-build-watcher.js","layer":null},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21862,"timestamp":1239527425925,"id":7347,"parentId":7346,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21884,"timestamp":1239527425906,"id":7346,"parentId":7328,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23878,"timestamp":1239527425063,"id":7328,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/performance-relayer.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":23114,"timestamp":1239527425886,"id":7345,"parentId":7344,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":23136,"timestamp":1239527425866,"id":7344,"parentId":7327,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":25386,"timestamp":1239527425015,"id":7327,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/head-manager.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":24476,"timestamp":1239527425963,"id":7349,"parentId":7348,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":24496,"timestamp":1239527425945,"id":7348,"parentId":7329,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26140,"timestamp":1239527425110,"id":7329,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/route-announcer.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":25271,"timestamp":1239527426002,"id":7351,"parentId":7350,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":25292,"timestamp":1239527425984,"id":7350,"parentId":7330,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":26714,"timestamp":1239527425157,"id":7330,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-base-path.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":25784,"timestamp":1239527426109,"id":7355,"parentId":7354,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":25837,"timestamp":1239527426058,"id":7354,"parentId":7332,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27146,"timestamp":1239527425246,"id":7332,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/on-recoverable-error.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":26372,"timestamp":1239527426038,"id":7353,"parentId":7352,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":26391,"timestamp":1239527426021,"id":7352,"parentId":7331,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27690,"timestamp":1239527425201,"id":7331,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/has-base-path.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27086,"timestamp":1239527425844,"id":7343,"parentId":7342,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27135,"timestamp":1239527425797,"id":7342,"parentId":7326,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29517,"timestamp":1239527424944,"id":7326,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/page-loader.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27003,"timestamp":1239527427503,"id":7359,"parentId":7358,"tags":{},"startTime":1727806078797,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27868,"timestamp":1239527426640,"id":7358,"parentId":7334,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":30122,"timestamp":1239527425335,"id":7334,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27856,"timestamp":1239527427650,"id":7361,"parentId":7360,"tags":{},"startTime":1727806078797,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27935,"timestamp":1239527427574,"id":7360,"parentId":7335,"tags":{},"startTime":1727806078797,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":30754,"timestamp":1239527425382,"id":7335,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/mitt.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":28427,"timestamp":1239527427733,"id":7363,"parentId":7362,"tags":{},"startTime":1727806078798,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":28472,"timestamp":1239527427691,"id":7362,"parentId":7336,"tags":{},"startTime":1727806078797,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31238,"timestamp":1239527425426,"id":7336,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":28866,"timestamp":1239527427818,"id":7365,"parentId":7364,"tags":{},"startTime":1727806078798,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":28911,"timestamp":1239527427775,"id":7364,"parentId":7337,"tags":{},"startTime":1727806078798,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":31631,"timestamp":1239527425470,"id":7337,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":34719,"timestamp":1239527427992,"id":7369,"parentId":7368,"tags":{},"startTime":1727806078798,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":34768,"timestamp":1239527427948,"id":7368,"parentId":7339,"tags":{},"startTime":1727806078798,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":37975,"timestamp":1239527425564,"id":7339,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":37009,"timestamp":1239527426578,"id":7357,"parentId":7356,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":37287,"timestamp":1239527426302,"id":7356,"parentId":7333,"tags":{},"startTime":1727806078796,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":41440,"timestamp":1239527425293,"id":7333,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/script.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":38719,"timestamp":1239527428076,"id":7371,"parentId":7370,"tags":{},"startTime":1727806078798,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":38760,"timestamp":1239527428037,"id":7370,"parentId":7340,"tags":{},"startTime":1727806078798,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":41812,"timestamp":1239527425612,"id":7340,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":29021,"timestamp":1239527438433,"id":7378,"parentId":7377,"tags":{},"startTime":1727806078808,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":29127,"timestamp":1239527438328,"id":7377,"parentId":7374,"tags":{},"startTime":1727806078808,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":30644,"timestamp":1239527437539,"id":7374,"parentId":7280,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":null},"startTime":1727806078807,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":40059,"timestamp":1239527428157,"id":7373,"parentId":7372,"tags":{},"startTime":1727806078798,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":40101,"timestamp":1239527428117,"id":7372,"parentId":7341,"tags":{},"startTime":1727806078798,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":43445,"timestamp":1239527425656,"id":7341,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/adapters.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":41229,"timestamp":1239527427907,"id":7367,"parentId":7366,"tags":{},"startTime":1727806078798,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":41278,"timestamp":1239527427860,"id":7366,"parentId":7338,"tags":{},"startTime":1727806078798,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":44773,"timestamp":1239527425518,"id":7338,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":34228,"timestamp":1239527438531,"id":7380,"parentId":7379,"tags":{},"startTime":1727806078808,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":34279,"timestamp":1239527438485,"id":7379,"parentId":7375,"tags":{},"startTime":1727806078808,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":35544,"timestamp":1239527437786,"id":7375,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":null},"startTime":1727806078808,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":54556,"timestamp":1239527419061,"id":7300,"parentId":7299,"tags":{},"startTime":1727806078789,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":55005,"timestamp":1239527418994,"id":7299,"parentId":7273,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1727806078789,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":35445,"timestamp":1239527438610,"id":7382,"parentId":7381,"tags":{},"startTime":1727806078808,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":35488,"timestamp":1239527438571,"id":7381,"parentId":7376,"tags":{},"startTime":1727806078808,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":36637,"timestamp":1239527437898,"id":7376,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1727806078808,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":51786,"timestamp":1239527423186,"id":7315,"parentId":7314,"tags":{},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":51808,"timestamp":1239527423166,"id":7314,"parentId":7303,"tags":{},"startTime":1727806078793,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":64090,"timestamp":1239527422520,"id":7303,"parentId":7273,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/router.js","layer":null},"startTime":1727806078792,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":74722,"timestamp":1239527422593,"id":7305,"parentId":7304,"tags":{},"startTime":1727806078792,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":75223,"timestamp":1239527422574,"id":7304,"parentId":7279,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/deployment-id.js","layer":null},"startTime":1727806078792,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":77096,"timestamp":1239527424931,"id":7325,"parentId":7324,"tags":{},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":77367,"timestamp":1239527424890,"id":7324,"parentId":7262,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":null},"startTime":1727806078795,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":17,"timestamp":1239527506919,"id":7394,"parentId":7303,"tags":{"layer":null},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":208764,"timestamp":1239527303849,"id":7253,"parentId":7244,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7205,"timestamp":1239527507361,"id":7398,"parentId":7397,"tags":{},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7239,"timestamp":1239527507334,"id":7397,"parentId":7386,"tags":{},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9468,"timestamp":1239527506534,"id":7386,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/tracing/report-to-socket.js","layer":null},"startTime":1727806078876,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8594,"timestamp":1239527507452,"id":7402,"parentId":7401,"tags":{},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8618,"timestamp":1239527507431,"id":7401,"parentId":7390,"tags":{},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11339,"timestamp":1239527506689,"id":7390,"parentId":7280,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js","layer":null},"startTime":1727806078876,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10766,"timestamp":1239527507304,"id":7396,"parentId":7395,"tags":{},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10828,"timestamp":1239527507245,"id":7395,"parentId":7385,"tags":{},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12602,"timestamp":1239527506436,"id":7385,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/tracing/tracer.js","layer":null},"startTime":1727806078876,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11483,"timestamp":1239527507580,"id":7408,"parentId":7407,"tags":{},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11506,"timestamp":1239527507560,"id":7407,"parentId":7393,"tags":{},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12800,"timestamp":1239527506856,"id":7393,"parentId":7280,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":null},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13249,"timestamp":1239527507407,"id":7400,"parentId":7399,"tags":{},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13277,"timestamp":1239527507385,"id":7399,"parentId":7389,"tags":{},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15365,"timestamp":1239527506630,"id":7389,"parentId":7280,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":null},"startTime":1727806078876,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18714,"timestamp":1239527507538,"id":7406,"parentId":7405,"tags":{},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18740,"timestamp":1239527507517,"id":7405,"parentId":7392,"tags":{},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21138,"timestamp":1239527506803,"id":7392,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/client.js","layer":null},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21273,"timestamp":1239527512925,"id":7425,"parentId":7424,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21318,"timestamp":1239527512890,"id":7424,"parentId":7410,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23511,"timestamp":1239527511837,"id":7410,"parentId":7326,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-locale.js","layer":null},"startTime":1727806078882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22522,"timestamp":1239527512859,"id":7423,"parentId":7422,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22598,"timestamp":1239527512785,"id":7422,"parentId":7409,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":24441,"timestamp":1239527511692,"id":7409,"parentId":7326,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-base-path.js","layer":null},"startTime":1727806078881,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":28701,"timestamp":1239527507495,"id":7404,"parentId":7403,"tags":{},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":28723,"timestamp":1239527507474,"id":7403,"parentId":7391,"tags":{},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32302,"timestamp":1239527506744,"id":7391,"parentId":7280,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/hot-reloader-client.js","layer":null},"startTime":1727806078877,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":26018,"timestamp":1239527513080,"id":7431,"parentId":7430,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":26328,"timestamp":1239527513056,"id":7430,"parentId":7413,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":28458,"timestamp":1239527512029,"id":7413,"parentId":7306,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1727806078882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27383,"timestamp":1239527513131,"id":7433,"parentId":7432,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27411,"timestamp":1239527513106,"id":7432,"parentId":7414,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":28976,"timestamp":1239527512081,"id":7414,"parentId":7306,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":null},"startTime":1727806078882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":27900,"timestamp":1239527513182,"id":7435,"parentId":7434,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":27925,"timestamp":1239527513158,"id":7434,"parentId":7415,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29452,"timestamp":1239527512141,"id":7415,"parentId":7306,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1727806078882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":28337,"timestamp":1239527513279,"id":7439,"parentId":7438,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":28361,"timestamp":1239527513256,"id":7438,"parentId":7417,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":29824,"timestamp":1239527512266,"id":7417,"parentId":7331,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":null},"startTime":1727806078882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":28881,"timestamp":1239527513230,"id":7437,"parentId":7436,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":28905,"timestamp":1239527513207,"id":7436,"parentId":7416,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":30462,"timestamp":1239527512205,"id":7416,"parentId":7337,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config.js","layer":null},"startTime":1727806078882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":29675,"timestamp":1239527513030,"id":7429,"parentId":7428,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":29702,"timestamp":1239527513006,"id":7428,"parentId":7412,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32430,"timestamp":1239527511968,"id":7412,"parentId":7326,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1727806078882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31039,"timestamp":1239527513381,"id":7443,"parentId":7442,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31066,"timestamp":1239527513357,"id":7442,"parentId":7419,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":32546,"timestamp":1239527512423,"id":7419,"parentId":7326,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":null},"startTime":1727806078882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":31664,"timestamp":1239527513330,"id":7441,"parentId":7440,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":31691,"timestamp":1239527513305,"id":7440,"parentId":7418,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":33453,"timestamp":1239527512330,"id":7418,"parentId":7326,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":null},"startTime":1727806078882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":32855,"timestamp":1239527513483,"id":7447,"parentId":7446,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":32884,"timestamp":1239527513457,"id":7446,"parentId":7421,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":34330,"timestamp":1239527512542,"id":7421,"parentId":7326,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":null},"startTime":1727806078882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":33467,"timestamp":1239527513431,"id":7445,"parentId":7444,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":33493,"timestamp":1239527513407,"id":7444,"parentId":7420,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":35133,"timestamp":1239527512483,"id":7420,"parentId":7326,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":null},"startTime":1727806078882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":34692,"timestamp":1239527512979,"id":7427,"parentId":7426,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":34722,"timestamp":1239527512952,"id":7426,"parentId":7411,"tags":{},"startTime":1727806078883,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":38240,"timestamp":1239527511907,"id":7411,"parentId":7326,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/route-loader.js","layer":null},"startTime":1727806078882,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21068,"timestamp":1239527529860,"id":7453,"parentId":7452,"tags":{},"startTime":1727806078900,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21103,"timestamp":1239527529828,"id":7452,"parentId":7449,"tags":{},"startTime":1727806078900,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":22259,"timestamp":1239527529315,"id":7449,"parentId":7299,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1727806078899,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21803,"timestamp":1239527529796,"id":7451,"parentId":7450,"tags":{},"startTime":1727806078900,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21871,"timestamp":1239527529730,"id":7450,"parentId":7448,"tags":{},"startTime":1727806078900,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23167,"timestamp":1239527529173,"id":7448,"parentId":7333,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/request-idle-callback.js","layer":null},"startTime":1727806078899,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":58588,"timestamp":1239527506412,"id":7384,"parentId":7383,"tags":{},"startTime":1727806078876,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":59475,"timestamp":1239527506347,"id":7383,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":null},"startTime":1727806078876,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":59221,"timestamp":1239527506616,"id":7388,"parentId":7387,"tags":{},"startTime":1727806078876,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":59536,"timestamp":1239527506597,"id":7387,"parentId":7280,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":null},"startTime":1727806078876,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8878,"timestamp":1239527557778,"id":7466,"parentId":7465,"tags":{},"startTime":1727806078928,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8912,"timestamp":1239527557748,"id":7465,"parentId":7456,"tags":{},"startTime":1727806078928,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10270,"timestamp":1239527556943,"id":7456,"parentId":7341,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":null},"startTime":1727806078927,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9519,"timestamp":1239527557720,"id":7464,"parentId":7463,"tags":{},"startTime":1727806078928,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9554,"timestamp":1239527557688,"id":7463,"parentId":7455,"tags":{},"startTime":1727806078927,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11105,"timestamp":1239527556864,"id":7455,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-locale.js","layer":null},"startTime":1727806078927,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10338,"timestamp":1239527557655,"id":7462,"parentId":7461,"tags":{},"startTime":1727806078927,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10415,"timestamp":1239527557580,"id":7461,"parentId":7454,"tags":{},"startTime":1727806078927,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11942,"timestamp":1239527556702,"id":7454,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/detect-domain-locale.js","layer":null},"startTime":1727806078926,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10792,"timestamp":1239527557883,"id":7470,"parentId":7469,"tags":{},"startTime":1727806078928,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10818,"timestamp":1239527557859,"id":7469,"parentId":7458,"tags":{},"startTime":1727806078928,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12279,"timestamp":1239527557083,"id":7458,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":null},"startTime":1727806078927,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11615,"timestamp":1239527557984,"id":7474,"parentId":7473,"tags":{},"startTime":1727806078928,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11641,"timestamp":1239527557961,"id":7473,"parentId":7460,"tags":{},"startTime":1727806078928,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12919,"timestamp":1239527557208,"id":7460,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":null},"startTime":1727806078927,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12265,"timestamp":1239527557934,"id":7472,"parentId":7471,"tags":{},"startTime":1727806078928,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12292,"timestamp":1239527557910,"id":7471,"parentId":7459,"tags":{},"startTime":1727806078928,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14098,"timestamp":1239527557145,"id":7459,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":null},"startTime":1727806078927,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13451,"timestamp":1239527557832,"id":7468,"parentId":7467,"tags":{},"startTime":1727806078928,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13480,"timestamp":1239527557806,"id":7467,"parentId":7457,"tags":{},"startTime":1727806078928,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16030,"timestamp":1239527557015,"id":7457,"parentId":7341,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":null},"startTime":1727806078927,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5059,"timestamp":1239527574865,"id":7490,"parentId":7489,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5170,"timestamp":1239527574763,"id":7489,"parentId":7475,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6986,"timestamp":1239527573792,"id":7475,"parentId":7332,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":null},"startTime":1727806078944,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5883,"timestamp":1239527574921,"id":7492,"parentId":7491,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5913,"timestamp":1239527574893,"id":7491,"parentId":7476,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7372,"timestamp":1239527573925,"id":7476,"parentId":7306,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1727806078944,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6769,"timestamp":1239527575018,"id":7496,"parentId":7495,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6795,"timestamp":1239527574995,"id":7495,"parentId":7480,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8510,"timestamp":1239527574104,"id":7480,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":null},"startTime":1727806078944,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7536,"timestamp":1239527575106,"id":7500,"parentId":7499,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7559,"timestamp":1239527575085,"id":7499,"parentId":7482,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8962,"timestamp":1239527574218,"id":7482,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":null},"startTime":1727806078944,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8052,"timestamp":1239527575148,"id":7502,"parentId":7501,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8074,"timestamp":1239527575128,"id":7501,"parentId":7483,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9434,"timestamp":1239527574270,"id":7483,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":null},"startTime":1727806078944,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8758,"timestamp":1239527574972,"id":7494,"parentId":7493,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8787,"timestamp":1239527574945,"id":7493,"parentId":7477,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10665,"timestamp":1239527573992,"id":7477,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/resolve-href.js","layer":null},"startTime":1727806078944,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9437,"timestamp":1239527575238,"id":7506,"parentId":7505,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9461,"timestamp":1239527575216,"id":7505,"parentId":7485,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10787,"timestamp":1239527574376,"id":7485,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":null},"startTime":1727806078944,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10139,"timestamp":1239527575062,"id":7498,"parentId":7497,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10162,"timestamp":1239527575041,"id":7497,"parentId":7481,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12068,"timestamp":1239527574161,"id":7481,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/bloom-filter.js","layer":null},"startTime":1727806078944,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11058,"timestamp":1239527575193,"id":7504,"parentId":7503,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11082,"timestamp":1239527575171,"id":7503,"parentId":7484,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14454,"timestamp":1239527574323,"id":7484,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":null},"startTime":1727806078944,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14183,"timestamp":1239527575333,"id":7510,"parentId":7509,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14206,"timestamp":1239527575313,"id":7509,"parentId":7487,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15683,"timestamp":1239527574490,"id":7487,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1727806078944,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16322,"timestamp":1239527575290,"id":7508,"parentId":7507,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16355,"timestamp":1239527575260,"id":7507,"parentId":7486,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17718,"timestamp":1239527574427,"id":7486,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":null},"startTime":1727806078944,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16793,"timestamp":1239527575376,"id":7512,"parentId":7511,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16815,"timestamp":1239527575357,"id":7511,"parentId":7488,"tags":{},"startTime":1727806078945,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18140,"timestamp":1239527574540,"id":7488,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":null},"startTime":1727806078944,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5152,"timestamp":1239527595359,"id":7531,"parentId":7530,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5226,"timestamp":1239527595295,"id":7530,"parentId":7519,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"}] -[{"name":"build-module-js","duration":7288,"timestamp":1239527594345,"id":7519,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/portal/index.js","layer":null},"startTime":1727806078964,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6242,"timestamp":1239527595424,"id":7533,"parentId":7532,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6278,"timestamp":1239527595390,"id":7532,"parentId":7522,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7896,"timestamp":1239527594497,"id":7522,"parentId":7392,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/bus.js","layer":null},"startTime":1727806078964,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6947,"timestamp":1239527595531,"id":7537,"parentId":7536,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6983,"timestamp":1239527595506,"id":7536,"parentId":7524,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9022,"timestamp":1239527594634,"id":7524,"parentId":7390,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":null},"startTime":1727806078964,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8238,"timestamp":1239527595479,"id":7535,"parentId":7534,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8268,"timestamp":1239527595452,"id":7534,"parentId":7523,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10253,"timestamp":1239527594569,"id":7523,"parentId":7392,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/ReactDevOverlay.js","layer":null},"startTime":1727806078964,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9276,"timestamp":1239527595582,"id":7539,"parentId":7538,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9303,"timestamp":1239527595557,"id":7538,"parentId":7525,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10944,"timestamp":1239527594701,"id":7525,"parentId":7392,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":null},"startTime":1727806078964,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9937,"timestamp":1239527595733,"id":7545,"parentId":7544,"tags":{},"startTime":1727806078966,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9962,"timestamp":1239527595710,"id":7544,"parentId":7528,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11396,"timestamp":1239527594891,"id":7528,"parentId":7392,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":null},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15040,"timestamp":1239527595684,"id":7543,"parentId":7542,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15072,"timestamp":1239527595660,"id":7542,"parentId":7527,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17025,"timestamp":1239527594829,"id":7527,"parentId":7392,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":null},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":16748,"timestamp":1239527595634,"id":7541,"parentId":7540,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":16775,"timestamp":1239527595610,"id":7540,"parentId":7526,"tags":{},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18685,"timestamp":1239527594765,"id":7526,"parentId":7392,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":null},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":39763,"timestamp":1239527574076,"id":7479,"parentId":7478,"tags":{},"startTime":1727806078944,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":39991,"timestamp":1239527574052,"id":7478,"parentId":7303,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-api-route.js","layer":null},"startTime":1727806078944,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":18386,"timestamp":1239527595785,"id":7547,"parentId":7546,"tags":{},"startTime":1727806078966,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":18415,"timestamp":1239527595762,"id":7546,"parentId":7529,"tags":{},"startTime":1727806078966,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20214,"timestamp":1239527594952,"id":7529,"parentId":7392,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js","layer":null},"startTime":1727806078965,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6606,"timestamp":1239527608736,"id":7562,"parentId":7561,"tags":{},"startTime":1727806078979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6632,"timestamp":1239527608713,"id":7561,"parentId":7551,"tags":{},"startTime":1727806078979,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7765,"timestamp":1239527608099,"id":7551,"parentId":7409,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":null},"startTime":1727806078978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7305,"timestamp":1239527608583,"id":7556,"parentId":7555,"tags":{},"startTime":1727806078978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7368,"timestamp":1239527608522,"id":7555,"parentId":7548,"tags":{},"startTime":1727806078978,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8896,"timestamp":1239527607766,"id":7548,"parentId":7410,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/normalize-trailing-slash.js","layer":null},"startTime":1727806078978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9742,"timestamp":1239527608637,"id":7558,"parentId":7557,"tags":{},"startTime":1727806078978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9774,"timestamp":1239527608609,"id":7557,"parentId":7549,"tags":{},"startTime":1727806078978,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11089,"timestamp":1239527607917,"id":7549,"parentId":7411,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/trusted-types.js","layer":null},"startTime":1727806078978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13222,"timestamp":1239527608689,"id":7560,"parentId":7559,"tags":{},"startTime":1727806078978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13251,"timestamp":1239527608663,"id":7559,"parentId":7550,"tags":{},"startTime":1727806078978,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14386,"timestamp":1239527607999,"id":7550,"parentId":7412,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1727806078978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":15061,"timestamp":1239527608780,"id":7564,"parentId":7563,"tags":{},"startTime":1727806078979,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":15085,"timestamp":1239527608758,"id":7563,"parentId":7554,"tags":{},"startTime":1727806078979,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":17267,"timestamp":1239527608211,"id":7554,"parentId":7391,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":null},"startTime":1727806078978,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":43875,"timestamp":1239527581615,"id":7514,"parentId":7513,"tags":{},"startTime":1727806078951,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":44103,"timestamp":1239527581561,"id":7513,"parentId":7278,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/jsx-runtime.js","layer":null},"startTime":1727806078951,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":44014,"timestamp":1239527581661,"id":7516,"parentId":7515,"tags":{},"startTime":1727806078951,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":44233,"timestamp":1239527581641,"id":7515,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/client.js","layer":null},"startTime":1727806078951,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":37661,"timestamp":1239527594314,"id":7518,"parentId":7517,"tags":{},"startTime":1727806078964,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":39764,"timestamp":1239527594251,"id":7517,"parentId":7324,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js","layer":null},"startTime":1727806078964,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":39550,"timestamp":1239527594481,"id":7521,"parentId":7520,"tags":{},"startTime":1727806078964,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":40204,"timestamp":1239527594457,"id":7520,"parentId":7376,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":null},"startTime":1727806078964,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8082,"timestamp":1239527627591,"id":7567,"parentId":7566,"tags":{},"startTime":1727806078997,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8152,"timestamp":1239527627524,"id":7566,"parentId":7565,"tags":{},"startTime":1727806078997,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8920,"timestamp":1239527627257,"id":7565,"parentId":7457,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/escape-regexp.js","layer":null},"startTime":1727806078997,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":332486,"timestamp":1239527303725,"id":7246,"parentId":7244,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":29638,"timestamp":1239527608186,"id":7553,"parentId":7552,"tags":{},"startTime":1727806078978,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":30082,"timestamp":1239527608163,"id":7552,"parentId":7391,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":null},"startTime":1727806078978,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2175,"timestamp":1239527637067,"id":7576,"parentId":7575,"tags":{},"startTime":1727806079007,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2204,"timestamp":1239527637040,"id":7575,"parentId":7569,"tags":{},"startTime":1727806079007,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3181,"timestamp":1239527636581,"id":7569,"parentId":7487,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1727806079006,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2781,"timestamp":1239527637012,"id":7574,"parentId":7573,"tags":{},"startTime":1727806079007,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2837,"timestamp":1239527636958,"id":7573,"parentId":7568,"tags":{},"startTime":1727806079007,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3813,"timestamp":1239527636443,"id":7568,"parentId":7341,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1727806079006,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3800,"timestamp":1239527637112,"id":7578,"parentId":7577,"tags":{},"startTime":1727806079007,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3823,"timestamp":1239527637090,"id":7577,"parentId":7570,"tags":{},"startTime":1727806079007,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4704,"timestamp":1239527636649,"id":7570,"parentId":7480,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":null},"startTime":1727806079006,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5284,"timestamp":1239527637157,"id":7580,"parentId":7579,"tags":{},"startTime":1727806079007,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5308,"timestamp":1239527637135,"id":7579,"parentId":7571,"tags":{},"startTime":1727806079007,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6168,"timestamp":1239527636709,"id":7571,"parentId":7482,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":null},"startTime":1727806079006,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6706,"timestamp":1239527637199,"id":7582,"parentId":7581,"tags":{},"startTime":1727806079007,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6730,"timestamp":1239527637179,"id":7581,"parentId":7572,"tags":{},"startTime":1727806079007,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7591,"timestamp":1239527636765,"id":7572,"parentId":7482,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":null},"startTime":1727806079007,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5493,"timestamp":1239527638882,"id":7592,"parentId":7591,"tags":{},"startTime":1727806079009,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5521,"timestamp":1239527638856,"id":7591,"parentId":7586,"tags":{},"startTime":1727806079009,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6221,"timestamp":1239527638584,"id":7586,"parentId":7524,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":null},"startTime":1727806079008,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5992,"timestamp":1239527638830,"id":7590,"parentId":7589,"tags":{},"startTime":1727806079009,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6043,"timestamp":1239527638781,"id":7589,"parentId":7585,"tags":{},"startTime":1727806079009,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6729,"timestamp":1239527638492,"id":7585,"parentId":7528,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/error-source.js","layer":null},"startTime":1727806079008,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6422,"timestamp":1239527638933,"id":7594,"parentId":7593,"tags":{},"startTime":1727806079009,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6451,"timestamp":1239527638906,"id":7593,"parentId":7587,"tags":{},"startTime":1727806079009,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7335,"timestamp":1239527638647,"id":7587,"parentId":7523,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/ErrorBoundary.js","layer":null},"startTime":1727806079008,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7186,"timestamp":1239527638978,"id":7596,"parentId":7595,"tags":{},"startTime":1727806079009,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7210,"timestamp":1239527638956,"id":7595,"parentId":7588,"tags":{},"startTime":1727806079009,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8709,"timestamp":1239527638705,"id":7588,"parentId":7528,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":null},"startTime":1727806079008,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3275,"timestamp":1239527650753,"id":7610,"parentId":7609,"tags":{},"startTime":1727806079021,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3303,"timestamp":1239527650732,"id":7609,"parentId":7600,"tags":{},"startTime":1727806079021,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4551,"timestamp":1239527650335,"id":7600,"parentId":7523,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":null},"startTime":1727806079020,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4205,"timestamp":1239527650708,"id":7608,"parentId":7607,"tags":{},"startTime":1727806079020,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4230,"timestamp":1239527650684,"id":7607,"parentId":7599,"tags":{},"startTime":1727806079020,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5246,"timestamp":1239527650279,"id":7599,"parentId":7523,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":null},"startTime":1727806079020,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4945,"timestamp":1239527650608,"id":7604,"parentId":7603,"tags":{},"startTime":1727806079020,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5001,"timestamp":1239527650553,"id":7603,"parentId":7597,"tags":{},"startTime":1727806079020,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6244,"timestamp":1239527650097,"id":7597,"parentId":7523,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":null},"startTime":1727806079020,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":18705,"timestamp":1239527638468,"id":7584,"parentId":7583,"tags":{},"startTime":1727806079008,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":18919,"timestamp":1239527638419,"id":7583,"parentId":7273,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/index.js","layer":null},"startTime":1727806079008,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6797,"timestamp":1239527650796,"id":7612,"parentId":7611,"tags":{},"startTime":1727806079021,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6821,"timestamp":1239527650775,"id":7611,"parentId":7601,"tags":{},"startTime":1727806079021,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7818,"timestamp":1239527650390,"id":7601,"parentId":7523,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":null},"startTime":1727806079020,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13587,"timestamp":1239527650840,"id":7614,"parentId":7613,"tags":{},"startTime":1727806079021,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13613,"timestamp":1239527650819,"id":7613,"parentId":7602,"tags":{},"startTime":1727806079021,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14774,"timestamp":1239527650446,"id":7602,"parentId":7523,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":null},"startTime":1727806079020,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14615,"timestamp":1239527650660,"id":7606,"parentId":7605,"tags":{},"startTime":1727806079020,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":14850,"timestamp":1239527650633,"id":7605,"parentId":7598,"tags":{},"startTime":1727806079020,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16991,"timestamp":1239527650217,"id":7598,"parentId":7523,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":null},"startTime":1727806079020,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7192,"timestamp":1239527660205,"id":7619,"parentId":7618,"tags":{},"startTime":1727806079030,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7247,"timestamp":1239527660153,"id":7618,"parentId":7617,"tags":{},"startTime":1727806079030,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8229,"timestamp":1239527659682,"id":7617,"parentId":7520,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1727806079029,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":14124,"timestamp":1239527669734,"id":7626,"parentId":7625,"tags":{},"startTime":1727806079040,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":14186,"timestamp":1239527669679,"id":7625,"parentId":7624,"tags":{},"startTime":1727806079039,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":15683,"timestamp":1239527669424,"id":7624,"parentId":7568,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1727806079039,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":31900,"timestamp":1239527653314,"id":7616,"parentId":7615,"tags":{},"startTime":1727806079023,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":34796,"timestamp":1239527653272,"id":7615,"parentId":7513,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/cjs/react-jsx-runtime.development.js","layer":null},"startTime":1727806079023,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":22905,"timestamp":1239527669369,"id":7621,"parentId":7620,"tags":{},"startTime":1727806079039,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23357,"timestamp":1239527669315,"id":7620,"parentId":7515,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/index.js","layer":null},"startTime":1727806079039,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23274,"timestamp":1239527669410,"id":7623,"parentId":7622,"tags":{},"startTime":1727806079039,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23392,"timestamp":1239527669389,"id":7622,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-is/index.js","layer":null},"startTime":1727806079039,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3041,"timestamp":1239527690977,"id":7635,"parentId":7634,"tags":{},"startTime":1727806079061,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3092,"timestamp":1239527690929,"id":7634,"parentId":7633,"tags":{},"startTime":1727806079061,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3806,"timestamp":1239527690817,"id":7633,"parentId":7600,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":null},"startTime":1727806079061,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4390,"timestamp":1239527693487,"id":7641,"parentId":7640,"tags":{},"startTime":1727806079063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4418,"timestamp":1239527693465,"id":7640,"parentId":7637,"tags":{},"startTime":1727806079063,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5240,"timestamp":1239527693238,"id":7637,"parentId":7617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1727806079063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5057,"timestamp":1239527693442,"id":7639,"parentId":7638,"tags":{},"startTime":1727806079063,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5100,"timestamp":1239527693401,"id":7638,"parentId":7636,"tags":{},"startTime":1727806079063,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5768,"timestamp":1239527693138,"id":7636,"parentId":7617,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1727806079063,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9462,"timestamp":1239527689561,"id":7630,"parentId":7629,"tags":{},"startTime":1727806079059,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10033,"timestamp":1239527689543,"id":7629,"parentId":7288,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":null},"startTime":1727806079059,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":10068,"timestamp":1239527689520,"id":7628,"parentId":7627,"tags":{},"startTime":1727806079059,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10582,"timestamp":1239527689121,"id":7627,"parentId":7264,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":null},"startTime":1727806079059,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":10123,"timestamp":1239527689589,"id":7632,"parentId":7631,"tags":{},"startTime":1727806079059,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":16694,"timestamp":1239527689573,"id":7631,"parentId":7583,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/cjs/react.development.js","layer":null},"startTime":1727806079059,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":402922,"timestamp":1239527303821,"id":7250,"parentId":7244,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":402832,"timestamp":1239527303926,"id":7261,"parentId":7244,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9641,"timestamp":1239527697416,"id":7655,"parentId":7654,"tags":{},"startTime":1727806079067,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9664,"timestamp":1239527697397,"id":7654,"parentId":7647,"tags":{},"startTime":1727806079067,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10653,"timestamp":1239527697148,"id":7647,"parentId":7601,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":null},"startTime":1727806079067,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10806,"timestamp":1239527697335,"id":7651,"parentId":7650,"tags":{},"startTime":1727806079067,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10837,"timestamp":1239527697310,"id":7650,"parentId":7645,"tags":{},"startTime":1727806079067,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12139,"timestamp":1239527697041,"id":7645,"parentId":7601,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":null},"startTime":1727806079067,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":12673,"timestamp":1239527697376,"id":7653,"parentId":7652,"tags":{},"startTime":1727806079067,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":12699,"timestamp":1239527697355,"id":7652,"parentId":7646,"tags":{},"startTime":1727806079067,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13633,"timestamp":1239527697096,"id":7646,"parentId":7601,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":null},"startTime":1727806079067,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":13464,"timestamp":1239527697288,"id":7649,"parentId":7648,"tags":{},"startTime":1727806079067,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":13518,"timestamp":1239527697235,"id":7648,"parentId":7644,"tags":{},"startTime":1727806079067,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":14259,"timestamp":1239527696954,"id":7644,"parentId":7601,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":null},"startTime":1727806079067,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7842,"timestamp":1239527706834,"id":7659,"parentId":7658,"tags":{},"startTime":1727806079077,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7905,"timestamp":1239527706780,"id":7658,"parentId":7656,"tags":{},"startTime":1727806079077,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9050,"timestamp":1239527706526,"id":7656,"parentId":7598,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":null},"startTime":1727806079076,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9470,"timestamp":1239527706882,"id":7661,"parentId":7660,"tags":{},"startTime":1727806079077,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9498,"timestamp":1239527706859,"id":7660,"parentId":7657,"tags":{},"startTime":1727806079077,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11003,"timestamp":1239527706663,"id":7657,"parentId":7598,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":null},"startTime":1727806079076,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":23608,"timestamp":1239527696931,"id":7643,"parentId":7642,"tags":{},"startTime":1727806079067,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":27377,"timestamp":1239527696877,"id":7642,"parentId":7328,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/web-vitals/web-vitals.js","layer":null},"startTime":1727806079067,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1804,"timestamp":1239527729082,"id":7673,"parentId":7672,"tags":{},"startTime":1727806079099,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1840,"timestamp":1239527729055,"id":7672,"parentId":7667,"tags":{},"startTime":1727806079099,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":2992,"timestamp":1239527728706,"id":7667,"parentId":7597,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":null},"startTime":1727806079098,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2747,"timestamp":1239527729032,"id":7671,"parentId":7670,"tags":{},"startTime":1727806079099,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2830,"timestamp":1239527728952,"id":7670,"parentId":7666,"tags":{},"startTime":1727806079099,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4030,"timestamp":1239527728601,"id":7666,"parentId":7391,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/strip-ansi/index.js","layer":null},"startTime":1727806079098,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3903,"timestamp":1239527729123,"id":7675,"parentId":7674,"tags":{},"startTime":1727806079099,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3927,"timestamp":1239527729103,"id":7674,"parentId":7668,"tags":{},"startTime":1727806079099,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4709,"timestamp":1239527728760,"id":7668,"parentId":7597,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":null},"startTime":1727806079099,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7863,"timestamp":1239527726626,"id":7665,"parentId":7664,"tags":{},"startTime":1727806079096,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8604,"timestamp":1239527726606,"id":7664,"parentId":7622,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js","layer":null},"startTime":1727806079096,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6105,"timestamp":1239527729164,"id":7677,"parentId":7676,"tags":{},"startTime":1727806079099,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6126,"timestamp":1239527729144,"id":7676,"parentId":7669,"tags":{},"startTime":1727806079099,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7447,"timestamp":1239527728809,"id":7669,"parentId":7601,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":null},"startTime":1727806079099,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5576,"timestamp":1239527730699,"id":7681,"parentId":7680,"tags":{},"startTime":1727806079100,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5611,"timestamp":1239527730666,"id":7680,"parentId":7678,"tags":{},"startTime":1727806079100,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6227,"timestamp":1239527730496,"id":7678,"parentId":7598,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":null},"startTime":1727806079100,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6003,"timestamp":1239527730740,"id":7683,"parentId":7682,"tags":{},"startTime":1727806079101,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6025,"timestamp":1239527730720,"id":7682,"parentId":7679,"tags":{},"startTime":1727806079101,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6601,"timestamp":1239527730569,"id":7679,"parentId":7657,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":null},"startTime":1727806079100,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":434036,"timestamp":1239527303831,"id":7251,"parentId":7244,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7123,"timestamp":1239527734062,"id":7690,"parentId":7689,"tags":{},"startTime":1727806079104,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7152,"timestamp":1239527734038,"id":7689,"parentId":7685,"tags":{},"startTime":1727806079104,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7982,"timestamp":1239527733799,"id":7685,"parentId":7597,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":null},"startTime":1727806079104,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7701,"timestamp":1239527734101,"id":7692,"parentId":7691,"tags":{},"startTime":1727806079104,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7722,"timestamp":1239527734082,"id":7691,"parentId":7686,"tags":{},"startTime":1727806079104,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8355,"timestamp":1239527733851,"id":7686,"parentId":7601,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":null},"startTime":1727806079104,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8206,"timestamp":1239527734017,"id":7688,"parentId":7687,"tags":{},"startTime":1727806079104,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8249,"timestamp":1239527733975,"id":7687,"parentId":7684,"tags":{},"startTime":1727806079104,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8949,"timestamp":1239527733701,"id":7684,"parentId":7597,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":null},"startTime":1727806079103,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":16079,"timestamp":1239527726581,"id":7663,"parentId":7662,"tags":{},"startTime":1727806079096,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":107411,"timestamp":1239527726512,"id":7662,"parentId":7620,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/cjs/react-dom.development.js","layer":null},"startTime":1727806079096,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":95301,"timestamp":1239527739065,"id":7695,"parentId":7694,"tags":{},"startTime":1727806079109,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":95346,"timestamp":1239527739023,"id":7694,"parentId":7693,"tags":{},"startTime":1727806079109,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":96454,"timestamp":1239527738813,"id":7693,"parentId":7598,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":null},"startTime":1727806079109,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":8275,"timestamp":1239527836139,"id":7697,"parentId":7696,"tags":{},"startTime":1727806079206,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9702,"timestamp":1239527836073,"id":7696,"parentId":7525,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":null},"startTime":1727806079206,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4119,"timestamp":1239527841750,"id":7700,"parentId":7699,"tags":{},"startTime":1727806079212,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4178,"timestamp":1239527841694,"id":7699,"parentId":7698,"tags":{},"startTime":1727806079211,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5654,"timestamp":1239527841471,"id":7698,"parentId":7667,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":null},"startTime":1727806079211,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7824,"timestamp":1239527843732,"id":7708,"parentId":7707,"tags":{},"startTime":1727806079214,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7854,"timestamp":1239527843709,"id":7707,"parentId":7702,"tags":{},"startTime":1727806079213,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8840,"timestamp":1239527843431,"id":7702,"parentId":7669,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":null},"startTime":1727806079213,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8527,"timestamp":1239527843772,"id":7710,"parentId":7709,"tags":{},"startTime":1727806079214,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8548,"timestamp":1239527843752,"id":7709,"parentId":7703,"tags":{},"startTime":1727806079214,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9433,"timestamp":1239527843485,"id":7703,"parentId":7669,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":null},"startTime":1727806079213,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9666,"timestamp":1239527843688,"id":7706,"parentId":7705,"tags":{},"startTime":1727806079213,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9704,"timestamp":1239527843653,"id":7705,"parentId":7701,"tags":{},"startTime":1727806079213,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10951,"timestamp":1239527843357,"id":7701,"parentId":7668,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":null},"startTime":1727806079213,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":10552,"timestamp":1239527843811,"id":7712,"parentId":7711,"tags":{},"startTime":1727806079214,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":10794,"timestamp":1239527843792,"id":7711,"parentId":7704,"tags":{},"startTime":1727806079214,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12154,"timestamp":1239527843534,"id":7704,"parentId":7678,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":null},"startTime":1727806079213,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7208,"timestamp":1239527848507,"id":7730,"parentId":7729,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7233,"timestamp":1239527848484,"id":7729,"parentId":7716,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8302,"timestamp":1239527847838,"id":7716,"parentId":7686,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":null},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7734,"timestamp":1239527848423,"id":7726,"parentId":7725,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7760,"timestamp":1239527848399,"id":7725,"parentId":7714,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8837,"timestamp":1239527847709,"id":7714,"parentId":7685,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":null},"startTime":1727806079217,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8191,"timestamp":1239527848376,"id":7724,"parentId":7723,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8248,"timestamp":1239527848321,"id":7723,"parentId":7713,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9600,"timestamp":1239527847557,"id":7713,"parentId":7693,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/magic-identifier.js","layer":null},"startTime":1727806079217,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8713,"timestamp":1239527848464,"id":7728,"parentId":7727,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":8736,"timestamp":1239527848443,"id":7727,"parentId":7715,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10124,"timestamp":1239527847783,"id":7715,"parentId":7685,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":null},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9301,"timestamp":1239527848624,"id":7736,"parentId":7735,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9320,"timestamp":1239527848606,"id":7735,"parentId":7719,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10332,"timestamp":1239527847988,"id":7719,"parentId":7684,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":null},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19023,"timestamp":1239527848661,"id":7738,"parentId":7737,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19049,"timestamp":1239527848643,"id":7737,"parentId":7720,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":20435,"timestamp":1239527848038,"id":7720,"parentId":7684,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":null},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":19949,"timestamp":1239527848546,"id":7732,"parentId":7731,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":19970,"timestamp":1239527848527,"id":7731,"parentId":7717,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":21048,"timestamp":1239527847890,"id":7717,"parentId":7686,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":null},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21439,"timestamp":1239527848584,"id":7734,"parentId":7733,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21460,"timestamp":1239527848566,"id":7733,"parentId":7718,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":22772,"timestamp":1239527847939,"id":7718,"parentId":7684,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":null},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22029,"timestamp":1239527848700,"id":7740,"parentId":7739,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22051,"timestamp":1239527848680,"id":7739,"parentId":7721,"tags":{},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23044,"timestamp":1239527848086,"id":7721,"parentId":7684,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":null},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":22408,"timestamp":1239527848738,"id":7742,"parentId":7741,"tags":{},"startTime":1727806079219,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":22427,"timestamp":1239527848720,"id":7741,"parentId":7722,"tags":{},"startTime":1727806079219,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23403,"timestamp":1239527848132,"id":7722,"parentId":7684,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":null},"startTime":1727806079218,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2226,"timestamp":1239527885935,"id":7753,"parentId":7752,"tags":{},"startTime":1727806079256,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2264,"timestamp":1239527885911,"id":7752,"parentId":7746,"tags":{},"startTime":1727806079256,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3481,"timestamp":1239527885613,"id":7746,"parentId":7698,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":null},"startTime":1727806079255,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3207,"timestamp":1239527886016,"id":7757,"parentId":7756,"tags":{},"startTime":1727806079256,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3228,"timestamp":1239527885997,"id":7756,"parentId":7748,"tags":{},"startTime":1727806079256,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4252,"timestamp":1239527885722,"id":7748,"parentId":7703,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":null},"startTime":1727806079256,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4377,"timestamp":1239527885977,"id":7755,"parentId":7754,"tags":{},"startTime":1727806079256,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4399,"timestamp":1239527885957,"id":7754,"parentId":7747,"tags":{},"startTime":1727806079256,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5349,"timestamp":1239527885671,"id":7747,"parentId":7703,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":null},"startTime":1727806079255,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4218,"timestamp":1239527886819,"id":7762,"parentId":7761,"tags":{},"startTime":1727806079257,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4263,"timestamp":1239527886775,"id":7761,"parentId":7760,"tags":{},"startTime":1727806079257,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4718,"timestamp":1239527886659,"id":7760,"parentId":7669,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":null},"startTime":1727806079256,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":7036,"timestamp":1239527886054,"id":7759,"parentId":7758,"tags":{},"startTime":1727806079256,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":7058,"timestamp":1239527886036,"id":7758,"parentId":7749,"tags":{},"startTime":1727806079256,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8033,"timestamp":1239527885770,"id":7749,"parentId":7701,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":null},"startTime":1727806079256,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9337,"timestamp":1239527884485,"id":7744,"parentId":7743,"tags":{},"startTime":1727806079254,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":9866,"timestamp":1239527884425,"id":7743,"parentId":7600,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":null},"startTime":1727806079254,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":1918,"timestamp":1239527895533,"id":7765,"parentId":7764,"tags":{},"startTime":1727806079265,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":1981,"timestamp":1239527895477,"id":7764,"parentId":7763,"tags":{},"startTime":1727806079265,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3308,"timestamp":1239527895301,"id":7763,"parentId":7718,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":null},"startTime":1727806079265,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3137,"timestamp":1239527897167,"id":7769,"parentId":7768,"tags":{},"startTime":1727806079267,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3184,"timestamp":1239527897124,"id":7768,"parentId":7766,"tags":{},"startTime":1727806079267,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4052,"timestamp":1239527896965,"id":7766,"parentId":7748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":null},"startTime":1727806079267,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4498,"timestamp":1239527897214,"id":7771,"parentId":7770,"tags":{},"startTime":1727806079267,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4528,"timestamp":1239527897190,"id":7770,"parentId":7767,"tags":{},"startTime":1727806079267,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5725,"timestamp":1239527897059,"id":7767,"parentId":7760,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":null},"startTime":1727806079267,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":218,"timestamp":1239527910162,"id":7773,"parentId":7772,"tags":{},"startTime":1727806079280,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":547,"timestamp":1239527910104,"id":7772,"parentId":7662,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/scheduler/index.js","layer":null},"startTime":1727806079280,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":179,"timestamp":1239527911896,"id":7775,"parentId":7774,"tags":{},"startTime":1727806079282,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":1763,"timestamp":1239527911860,"id":7774,"parentId":7772,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/scheduler/cjs/scheduler.development.js","layer":null},"startTime":1727806079282,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":1731,"timestamp":1239527911970,"id":7777,"parentId":7776,"tags":{},"startTime":1727806079282,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3325,"timestamp":1239527911951,"id":7776,"parentId":7701,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/anser/index.js","layer":null},"startTime":1727806079282,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":30189,"timestamp":1239527885889,"id":7751,"parentId":7750,"tags":{},"startTime":1727806079256,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":30245,"timestamp":1239527885836,"id":7750,"parentId":7745,"tags":{},"startTime":1727806079256,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":40245,"timestamp":1239527885492,"id":7745,"parentId":7698,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":null},"startTime":1727806079255,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":219,"timestamp":1239527934507,"id":7781,"parentId":7780,"tags":{},"startTime":1727806079304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4155,"timestamp":1239527934467,"id":7780,"parentId":7745,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/platform/platform.js","layer":null},"startTime":1727806079304,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4319,"timestamp":1239527934359,"id":7779,"parentId":7778,"tags":{},"startTime":1727806079304,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5127,"timestamp":1239527934294,"id":7778,"parentId":7745,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":null},"startTime":1727806079304,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":635757,"timestamp":1239527303788,"id":7247,"parentId":7244,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1727806078674,"traceId":"ed4341945b6604eb"},{"name":"make","duration":637300,"timestamp":1239527302271,"id":7244,"parentId":7243,"tags":{},"startTime":1727806078672,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":7529,"timestamp":1239527953778,"id":7783,"parentId":7782,"tags":{},"startTime":1727806079324,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":10,"timestamp":1239527961361,"id":7785,"parentId":7782,"tags":{},"startTime":1727806079331,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":209,"timestamp":1239527961397,"id":7786,"parentId":7782,"tags":{},"startTime":1727806079331,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":20,"timestamp":1239527961671,"id":7787,"parentId":7782,"tags":{},"startTime":1727806079331,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1239527961736,"id":7788,"parentId":7782,"tags":{},"startTime":1727806079332,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":4498,"timestamp":1239527961344,"id":7784,"parentId":7782,"tags":{},"startTime":1727806079331,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":4074,"timestamp":1239527975500,"id":7789,"parentId":7782,"tags":{},"startTime":1727806079345,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":13885,"timestamp":1239527979599,"id":7790,"parentId":7782,"tags":{},"startTime":1727806079349,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":8251,"timestamp":1239527998660,"id":7791,"parentId":7782,"tags":{},"startTime":1727806079368,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":189,"timestamp":1239528006911,"id":7792,"parentId":7782,"tags":{},"startTime":1727806079377,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":287,"timestamp":1239528007086,"id":7793,"parentId":7782,"tags":{},"startTime":1727806079377,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":112337,"timestamp":1239528007378,"id":7794,"parentId":7782,"tags":{},"startTime":1727806079377,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":184,"timestamp":1239528121357,"id":7796,"parentId":7243,"tags":{},"startTime":1727806079491,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":275,"timestamp":1239528121273,"id":7795,"parentId":7243,"tags":{},"startTime":1727806079491,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":176738,"timestamp":1239527947776,"id":7782,"parentId":7243,"tags":{},"startTime":1727806079318,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":822735,"timestamp":1239527301815,"id":7243,"parentId":7240,"tags":{"name":"client"},"startTime":1727806078672,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":26273,"timestamp":1239528124580,"id":7797,"parentId":7240,"tags":{},"startTime":1727806079494,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":856178,"timestamp":1239527295408,"id":7240,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727806078665,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":3,"timestamp":1239528158243,"id":7800,"parentId":3,"tags":{},"startTime":1727806079528,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2441,"timestamp":1239528171354,"id":7809,"parentId":7808,"tags":{},"startTime":1727806079541,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2638,"timestamp":1239528171167,"id":7808,"parentId":7807,"tags":{},"startTime":1727806079541,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4328,"timestamp":1239528170416,"id":7807,"parentId":7801,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1727806079540,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":519,"timestamp":1239528179543,"id":7813,"parentId":7807,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1727806079549,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":13,"timestamp":1239528180087,"id":7814,"parentId":7807,"tags":{"name":"react","layer":null},"startTime":1727806079550,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":21193,"timestamp":1239528180335,"id":7817,"parentId":7816,"tags":{},"startTime":1727806079550,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":21267,"timestamp":1239528180272,"id":7816,"parentId":7815,"tags":{},"startTime":1727806079550,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":23147,"timestamp":1239528180108,"id":7815,"parentId":7807,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1727806079550,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":26242,"timestamp":1239528177317,"id":7812,"parentId":7811,"tags":{},"startTime":1727806079547,"traceId":"ed4341945b6604eb"}] -[{"name":"next-swc-loader","duration":26535,"timestamp":1239528177233,"id":7811,"parentId":7810,"tags":{},"startTime":1727806079547,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":40727,"timestamp":1239528176603,"id":7810,"parentId":7803,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_document.js","layer":null},"startTime":1727806079546,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":409,"timestamp":1239528224407,"id":7822,"parentId":7821,"tags":{},"startTime":1727806079594,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":2077,"timestamp":1239528224300,"id":7821,"parentId":7810,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1727806079594,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":9895,"timestamp":1239528223025,"id":7820,"parentId":7819,"tags":{},"startTime":1727806079593,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":10064,"timestamp":1239528222869,"id":7819,"parentId":7818,"tags":{},"startTime":1727806079593,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":10638,"timestamp":1239528222488,"id":7818,"parentId":7798,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx","layer":"rsc"},"startTime":1727806079592,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":8956,"timestamp":1239528226495,"id":7825,"parentId":7824,"tags":{},"startTime":1727806079596,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":9042,"timestamp":1239528226415,"id":7824,"parentId":7823,"tags":{},"startTime":1727806079596,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13488,"timestamp":1239528224424,"id":7823,"parentId":7810,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1727806079594,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3018,"timestamp":1239528245855,"id":7838,"parentId":7837,"tags":{},"startTime":1727806079616,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3089,"timestamp":1239528245793,"id":7837,"parentId":7836,"tags":{},"startTime":1727806079616,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4183,"timestamp":1239528245446,"id":7836,"parentId":7810,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":null},"startTime":1727806079615,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":90117,"timestamp":1239528162106,"id":7806,"parentId":7799,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727806079532,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2927,"timestamp":1239528250405,"id":7841,"parentId":7840,"tags":{},"startTime":1727806079620,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3064,"timestamp":1239528250298,"id":7840,"parentId":7839,"tags":{},"startTime":1727806079620,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4282,"timestamp":1239528249881,"id":7839,"parentId":7821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1727806079620,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":92233,"timestamp":1239528162092,"id":7805,"parentId":7799,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727806079532,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":9564,"timestamp":1239528245110,"id":7829,"parentId":7828,"tags":{},"startTime":1727806079615,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":10463,"timestamp":1239528244917,"id":7828,"parentId":7810,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/get-page-files.js","layer":null},"startTime":1727806079615,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":10153,"timestamp":1239528245245,"id":7831,"parentId":7830,"tags":{},"startTime":1727806079615,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":11381,"timestamp":1239528245184,"id":7830,"parentId":7810,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/utils.js","layer":null},"startTime":1727806079615,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":11227,"timestamp":1239528245361,"id":7833,"parentId":7832,"tags":{},"startTime":1727806079615,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12107,"timestamp":1239528245274,"id":7832,"parentId":7810,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/pretty-bytes.js","layer":null},"startTime":1727806079615,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12557,"timestamp":1239528244877,"id":7827,"parentId":7826,"tags":{},"startTime":1727806079615,"traceId":"ed4341945b6604eb"},{"name":"build-module-cjs","duration":14260,"timestamp":1239528244230,"id":7826,"parentId":7807,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":null},"startTime":1727806079614,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":13089,"timestamp":1239528245428,"id":7835,"parentId":7834,"tags":{},"startTime":1727806079615,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":13775,"timestamp":1239528245393,"id":7834,"parentId":7810,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/htmlescape.js","layer":null},"startTime":1727806079615,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6908,"timestamp":1239528252313,"id":7844,"parentId":7843,"tags":{},"startTime":1727806079622,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6981,"timestamp":1239528252244,"id":7843,"parentId":7842,"tags":{},"startTime":1727806079622,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7428,"timestamp":1239528251995,"id":7842,"parentId":7823,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1727806079622,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":97516,"timestamp":1239528161994,"id":7801,"parentId":7799,"tags":{"request":"next/dist/pages/_app"},"startTime":1727806079532,"traceId":"ed4341945b6604eb"},{"name":"client-hmr-latency","duration":5173000,"timestamp":1239523082682,"id":7847,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1727806079640,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":14911,"timestamp":1239528259814,"id":7845,"parentId":7802,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!","layer":null},"startTime":1727806079630,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":14315,"timestamp":1239528261182,"id":7846,"parentId":7804,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!","layer":null},"startTime":1727806079631,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":11336,"timestamp":1239528271360,"id":7850,"parentId":7849,"tags":{},"startTime":1727806079641,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":11462,"timestamp":1239528271242,"id":7849,"parentId":7848,"tags":{},"startTime":1727806079641,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12231,"timestamp":1239528271059,"id":7848,"parentId":7828,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1727806079641,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6209,"timestamp":1239528277226,"id":7853,"parentId":7852,"tags":{},"startTime":1727806079647,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6269,"timestamp":1239528277169,"id":7852,"parentId":7851,"tags":{},"startTime":1727806079647,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":7193,"timestamp":1239528276747,"id":7851,"parentId":7828,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":null},"startTime":1727806079647,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3962,"timestamp":1239528288523,"id":7856,"parentId":7855,"tags":{},"startTime":1727806079658,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4028,"timestamp":1239528288466,"id":7855,"parentId":7854,"tags":{},"startTime":1727806079658,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5433,"timestamp":1239528288309,"id":7854,"parentId":7845,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1727806079658,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4320,"timestamp":1239528291256,"id":7861,"parentId":7860,"tags":{},"startTime":1727806079661,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4859,"timestamp":1239528290722,"id":7860,"parentId":7857,"tags":{},"startTime":1727806079660,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5541,"timestamp":1239528290411,"id":7857,"parentId":7848,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1727806079660,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4631,"timestamp":1239528291349,"id":7863,"parentId":7862,"tags":{},"startTime":1727806079661,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4696,"timestamp":1239528291286,"id":7862,"parentId":7858,"tags":{},"startTime":1727806079661,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5623,"timestamp":1239528290552,"id":7858,"parentId":7851,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1727806079660,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4796,"timestamp":1239528291395,"id":7865,"parentId":7864,"tags":{},"startTime":1727806079661,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4822,"timestamp":1239528291371,"id":7864,"parentId":7859,"tags":{},"startTime":1727806079661,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5866,"timestamp":1239528290609,"id":7859,"parentId":7848,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1727806079660,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3703,"timestamp":1239528301513,"id":7874,"parentId":7873,"tags":{},"startTime":1727806079671,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3734,"timestamp":1239528301489,"id":7873,"parentId":7870,"tags":{},"startTime":1727806079671,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4526,"timestamp":1239528301264,"id":7870,"parentId":7859,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1727806079671,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5827,"timestamp":1239528300102,"id":7868,"parentId":7867,"tags":{},"startTime":1727806079670,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5887,"timestamp":1239528300045,"id":7867,"parentId":7866,"tags":{},"startTime":1727806079670,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8215,"timestamp":1239528299888,"id":7866,"parentId":7854,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1727806079670,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":6686,"timestamp":1239528301465,"id":7872,"parentId":7871,"tags":{},"startTime":1727806079671,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":6734,"timestamp":1239528301419,"id":7871,"parentId":7869,"tags":{},"startTime":1727806079671,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":8512,"timestamp":1239528301092,"id":7869,"parentId":7859,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1727806079671,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":28,"timestamp":1239528318428,"id":7881,"parentId":7880,"tags":{},"startTime":1727806079688,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":1127,"timestamp":1239528318407,"id":7880,"parentId":7870,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":null},"startTime":1727806079688,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3292,"timestamp":1239528319702,"id":7885,"parentId":7884,"tags":{},"startTime":1727806079689,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3326,"timestamp":1239528319675,"id":7884,"parentId":7878,"tags":{},"startTime":1727806079689,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5233,"timestamp":1239528318297,"id":7878,"parentId":7866,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1727806079688,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":3804,"timestamp":1239528319748,"id":7887,"parentId":7886,"tags":{},"startTime":1727806079690,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":3828,"timestamp":1239528319726,"id":7886,"parentId":7879,"tags":{},"startTime":1727806079689,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":5481,"timestamp":1239528318356,"id":7879,"parentId":7866,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1727806079688,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4213,"timestamp":1239528319647,"id":7883,"parentId":7882,"tags":{},"startTime":1727806079689,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":4278,"timestamp":1239528319583,"id":7882,"parentId":7877,"tags":{},"startTime":1727806079689,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":6324,"timestamp":1239528318167,"id":7877,"parentId":7866,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1727806079688,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12054,"timestamp":1239528312517,"id":7876,"parentId":7875,"tags":{},"startTime":1727806079682,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":12338,"timestamp":1239528312451,"id":7875,"parentId":7845,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-kind.js","layer":null},"startTime":1727806079682,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":43,"timestamp":1239528327407,"id":7899,"parentId":7851,"tags":{"name":"path","layer":null},"startTime":1727806079697,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":5627,"timestamp":1239528321991,"id":7889,"parentId":7888,"tags":{},"startTime":1727806079692,"traceId":"ed4341945b6604eb"},{"name":"build-module-cjs","duration":6492,"timestamp":1239528321945,"id":7888,"parentId":7866,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":null},"startTime":1727806079692,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":3670,"timestamp":1239528325083,"id":7895,"parentId":7894,"tags":{},"startTime":1727806079695,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3973,"timestamp":1239528325066,"id":7894,"parentId":7845,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/templates/helpers.js","layer":null},"startTime":1727806079695,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4049,"timestamp":1239528325011,"id":7891,"parentId":7890,"tags":{},"startTime":1727806079695,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4360,"timestamp":1239528324963,"id":7890,"parentId":7845,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/pages/module.compiled.js","layer":null},"startTime":1727806079695,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":4280,"timestamp":1239528325052,"id":7893,"parentId":7892,"tags":{},"startTime":1727806079695,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":4390,"timestamp":1239528325030,"id":7892,"parentId":7810,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js","layer":null},"startTime":1727806079695,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2659,"timestamp":1239528327047,"id":7898,"parentId":7897,"tags":{},"startTime":1727806079697,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2720,"timestamp":1239528326989,"id":7897,"parentId":7896,"tags":{},"startTime":1727806079697,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":3378,"timestamp":1239528326832,"id":7896,"parentId":7880,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1727806079697,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":33,"timestamp":1239528334327,"id":7900,"parentId":7890,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.dev.js","layer":null},"startTime":1727806079704,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":415,"timestamp":1239528335427,"id":7907,"parentId":7906,"tags":{},"startTime":1727806079705,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":640,"timestamp":1239528335405,"id":7906,"parentId":7866,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js","layer":null},"startTime":1727806079705,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":788,"timestamp":1239528335275,"id":7905,"parentId":7904,"tags":{},"startTime":1727806079705,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":905,"timestamp":1239528335241,"id":7904,"parentId":7866,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js","layer":null},"startTime":1727806079705,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":174565,"timestamp":1239528162062,"id":7802,"parentId":7799,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1727806079532,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":174549,"timestamp":1239528162083,"id":7804,"parentId":7799,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1727806079532,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":2118,"timestamp":1239528334565,"id":7903,"parentId":7902,"tags":{},"startTime":1727806079704,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":2178,"timestamp":1239528334507,"id":7902,"parentId":7901,"tags":{},"startTime":1727806079704,"traceId":"ed4341945b6604eb"},{"name":"build-module-js","duration":2656,"timestamp":1239528334378,"id":7901,"parentId":7896,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1727806079704,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":175041,"timestamp":1239528162074,"id":7803,"parentId":7799,"tags":{"request":"next/dist/pages/_document"},"startTime":1727806079532,"traceId":"ed4341945b6604eb"},{"name":"make","duration":246178,"timestamp":1239528153256,"id":7799,"parentId":7798,"tags":{},"startTime":1727806079523,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":6311,"timestamp":1239528414878,"id":7919,"parentId":7918,"tags":{},"startTime":1727806079785,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":11,"timestamp":1239528421264,"id":7921,"parentId":7918,"tags":{},"startTime":1727806079791,"traceId":"ed4341945b6604eb"}] -[{"name":"optimize-chunks","duration":11617,"timestamp":1239528422040,"id":7922,"parentId":7918,"tags":{},"startTime":1727806079792,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":15,"timestamp":1239528433698,"id":7923,"parentId":7918,"tags":{},"startTime":1727806079803,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1239528433732,"id":7924,"parentId":7918,"tags":{},"startTime":1727806079804,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":16911,"timestamp":1239528421247,"id":7920,"parentId":7918,"tags":{},"startTime":1727806079791,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":1330,"timestamp":1239528441195,"id":7925,"parentId":7918,"tags":{},"startTime":1727806079811,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":8382,"timestamp":1239528442538,"id":7926,"parentId":7918,"tags":{},"startTime":1727806079812,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1832,"timestamp":1239528453184,"id":7927,"parentId":7918,"tags":{},"startTime":1727806079823,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":135,"timestamp":1239528455012,"id":7928,"parentId":7918,"tags":{},"startTime":1727806079825,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":338,"timestamp":1239528455134,"id":7929,"parentId":7918,"tags":{},"startTime":1727806079825,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":28029,"timestamp":1239528455479,"id":7930,"parentId":7918,"tags":{},"startTime":1727806079825,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":82839,"timestamp":1239528408012,"id":7918,"parentId":7798,"tags":{},"startTime":1727806079778,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":348903,"timestamp":1239528152982,"id":7798,"parentId":7242,"tags":{"name":"server"},"startTime":1727806079523,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":1208428,"timestamp":1239527296527,"id":7242,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727806078666,"traceId":"ed4341945b6604eb"}] -[{"name":"handle-request","duration":5139276,"timestamp":1239523548990,"id":6695,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727806074919,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1239528688304,"id":7931,"parentId":6695,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"480706560","memory.heapUsed":"340505440","memory.heapTotal":"401965056"},"startTime":1727806080058,"traceId":"ed4341945b6604eb"},{"name":"client-error","duration":3,"timestamp":1239528689303,"id":7932,"parentId":3,"tags":{"errorCount":1},"startTime":1727806080059,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":37621,"timestamp":1239528701958,"id":7933,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727806080072,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":0,"timestamp":1239528739608,"id":7934,"parentId":7933,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"481017856","memory.heapUsed":"334762432","memory.heapTotal":"401965056"},"startTime":1727806080109,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":26398,"timestamp":1239528746598,"id":7935,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727806080116,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1239528773026,"id":7936,"parentId":7935,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"480509952","memory.heapUsed":"347214808","memory.heapTotal":"401965056"},"startTime":1727806080143,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":29009,"timestamp":1239528807721,"id":7937,"tags":{"url":"/","isTurbopack":false},"startTime":1727806080177,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":1,"timestamp":1239528836764,"id":7938,"parentId":7937,"tags":{"url":"/","memory.rss":"480542720","memory.heapUsed":"342860784","memory.heapTotal":"402227200"},"startTime":1727806080207,"traceId":"ed4341945b6604eb"},{"name":"client-error","duration":112,"timestamp":1239529332985,"id":7939,"parentId":3,"tags":{"errorCount":1},"startTime":1727806080703,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":21,"timestamp":1239534030275,"id":7942,"parentId":3,"tags":{},"startTime":1727806085400,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":5936,"timestamp":1239534043390,"id":7948,"parentId":7944,"tags":{"request":"next/dist/pages/_document"},"startTime":1727806085413,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":6304,"timestamp":1239534043298,"id":7946,"parentId":7944,"tags":{"request":"next/dist/pages/_app"},"startTime":1727806085413,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":19811,"timestamp":1239534043381,"id":7947,"parentId":7944,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1727806085413,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":19806,"timestamp":1239534043396,"id":7949,"parentId":7944,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1727806085413,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":5062,"timestamp":1239534058898,"id":7955,"parentId":7954,"tags":{},"startTime":1727806085429,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5200,"timestamp":1239534058763,"id":7954,"parentId":7953,"tags":{},"startTime":1727806085428,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":6529,"timestamp":1239534058454,"id":7953,"parentId":7943,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx","layer":"rsc"},"startTime":1727806085428,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":22203,"timestamp":1239534043404,"id":7950,"parentId":7944,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727806085413,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":22662,"timestamp":1239534043410,"id":7951,"parentId":7944,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727806085413,"traceId":"ed4341945b6604eb"},{"name":"make","duration":74898,"timestamp":1239534034894,"id":7944,"parentId":7943,"tags":{},"startTime":1727806085405,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":7375,"timestamp":1239534120337,"id":7967,"parentId":7966,"tags":{},"startTime":1727806085490,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":6,"timestamp":1239534127743,"id":7969,"parentId":7966,"tags":{},"startTime":1727806085497,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":3274,"timestamp":1239534127769,"id":7970,"parentId":7966,"tags":{},"startTime":1727806085497,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":14,"timestamp":1239534131082,"id":7971,"parentId":7966,"tags":{},"startTime":1727806085501,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1239534131114,"id":7972,"parentId":7966,"tags":{},"startTime":1727806085501,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":8148,"timestamp":1239534127733,"id":7968,"parentId":7966,"tags":{},"startTime":1727806085497,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":586,"timestamp":1239534138360,"id":7973,"parentId":7966,"tags":{},"startTime":1727806085508,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":3667,"timestamp":1239534138956,"id":7974,"parentId":7966,"tags":{},"startTime":1727806085509,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1121,"timestamp":1239534144041,"id":7975,"parentId":7966,"tags":{},"startTime":1727806085514,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":97,"timestamp":1239534145162,"id":7976,"parentId":7966,"tags":{},"startTime":1727806085515,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":277,"timestamp":1239534145251,"id":7977,"parentId":7966,"tags":{},"startTime":1727806085515,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":1376,"timestamp":1239534145533,"id":7978,"parentId":7966,"tags":{},"startTime":1727806085515,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":38350,"timestamp":1239534113935,"id":7966,"parentId":7943,"tags":{},"startTime":1727806085484,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":128816,"timestamp":1239534034609,"id":7943,"parentId":7940,"tags":{"name":"server"},"startTime":1727806085404,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":28711,"timestamp":1239534163495,"id":7979,"parentId":7940,"tags":{},"startTime":1727806085533,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":14,"timestamp":1239534192712,"id":7980,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727806085562,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":7120,"timestamp":1239534208543,"id":7993,"parentId":7982,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":7212,"timestamp":1239534208573,"id":7997,"parentId":7982,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":14101,"timestamp":1239534208384,"id":7983,"parentId":7982,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":14036,"timestamp":1239534208467,"id":7985,"parentId":7982,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":18355,"timestamp":1239534208488,"id":7987,"parentId":7982,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":22118,"timestamp":1239534208498,"id":7988,"parentId":7982,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":29136,"timestamp":1239534208507,"id":7989,"parentId":7982,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":29077,"timestamp":1239534208580,"id":7998,"parentId":7982,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":32449,"timestamp":1239534208527,"id":7991,"parentId":7982,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":32417,"timestamp":1239534208565,"id":7996,"parentId":7982,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":35026,"timestamp":1239534208550,"id":7994,"parentId":7982,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":35997,"timestamp":1239534208478,"id":7986,"parentId":7982,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":35959,"timestamp":1239534208558,"id":7995,"parentId":7982,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":12292,"timestamp":1239534232452,"id":8001,"parentId":8000,"tags":{},"startTime":1727806085602,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":439934,"timestamp":1239534244864,"id":8003,"parentId":8002,"tags":{},"startTime":1727806085615,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":450832,"timestamp":1239534244802,"id":8002,"parentId":8000,"tags":{},"startTime":1727806085614,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":48919,"timestamp":1239534695986,"id":8004,"parentId":8000,"tags":{"astUsed":"true"},"startTime":1727806086066,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":521646,"timestamp":1239534232251,"id":8000,"parentId":7999,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727806085602,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":548625,"timestamp":1239534208515,"id":7990,"parentId":7982,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"navigation-to-hydration","duration":5586000,"timestamp":1239528778954,"id":8005,"parentId":3,"tags":{"pathname":"/","query":""},"startTime":1727806086128,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":549887,"timestamp":1239534208455,"id":7984,"parentId":7982,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":549967,"timestamp":1239534216629,"id":7999,"parentId":7981,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727806085586,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":83,"timestamp":1239534767064,"id":8006,"parentId":7999,"tags":{},"startTime":1727806086137,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":558721,"timestamp":1239534208535,"id":7992,"parentId":7982,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806085578,"traceId":"ed4341945b6604eb"},{"name":"make","duration":572540,"timestamp":1239534194843,"id":7982,"parentId":7981,"tags":{},"startTime":1727806085564,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":8702,"timestamp":1239534791131,"id":8008,"parentId":8007,"tags":{},"startTime":1727806086161,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":6,"timestamp":1239534799885,"id":8010,"parentId":8007,"tags":{},"startTime":1727806086170,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":205,"timestamp":1239534799921,"id":8011,"parentId":8007,"tags":{},"startTime":1727806086170,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":10,"timestamp":1239534800174,"id":8012,"parentId":8007,"tags":{},"startTime":1727806086170,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1239534800227,"id":8013,"parentId":8007,"tags":{},"startTime":1727806086170,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":5818,"timestamp":1239534799865,"id":8009,"parentId":8007,"tags":{},"startTime":1727806086170,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":834,"timestamp":1239534810177,"id":8014,"parentId":8007,"tags":{},"startTime":1727806086180,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":5389,"timestamp":1239534811029,"id":8015,"parentId":8007,"tags":{},"startTime":1727806086181,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":6291,"timestamp":1239534818901,"id":8016,"parentId":8007,"tags":{},"startTime":1727806086189,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":182,"timestamp":1239534825187,"id":8017,"parentId":8007,"tags":{},"startTime":1727806086195,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":340,"timestamp":1239534825357,"id":8018,"parentId":8007,"tags":{},"startTime":1727806086195,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":7724,"timestamp":1239534825703,"id":8019,"parentId":8007,"tags":{},"startTime":1727806086195,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":168,"timestamp":1239534835331,"id":8021,"parentId":7981,"tags":{},"startTime":1727806086205,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":350,"timestamp":1239534835158,"id":8020,"parentId":7981,"tags":{},"startTime":1727806086205,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":58242,"timestamp":1239534781667,"id":8007,"parentId":7981,"tags":{},"startTime":1727806086151,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":645464,"timestamp":1239534194501,"id":7981,"parentId":7941,"tags":{"name":"client"},"startTime":1727806085564,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":6669,"timestamp":1239534840001,"id":8022,"parentId":7941,"tags":{},"startTime":1727806086210,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":819903,"timestamp":1239534027558,"id":7941,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1727806085397,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":2,"timestamp":1239534854587,"id":8025,"parentId":3,"tags":{},"startTime":1727806086224,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":43115,"timestamp":1239534856378,"id":8026,"parentId":8024,"tags":{"request":"next/dist/pages/_app"},"startTime":1727806086226,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":49434,"timestamp":1239534856456,"id":8027,"parentId":8024,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1727806086226,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":49433,"timestamp":1239534856471,"id":8029,"parentId":8024,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1727806086226,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":117800,"timestamp":1239534856491,"id":8032,"parentId":8024,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727806086226,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":117991,"timestamp":1239534856485,"id":8031,"parentId":8024,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727806086226,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":118017,"timestamp":1239534856465,"id":8028,"parentId":8024,"tags":{"request":"next/dist/pages/_document"},"startTime":1727806086226,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":125524,"timestamp":1239534856478,"id":8030,"parentId":8024,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727806086226,"traceId":"ed4341945b6604eb"},{"name":"make","duration":263097,"timestamp":1239534851467,"id":8024,"parentId":8023,"tags":{},"startTime":1727806086221,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":5757,"timestamp":1239535128926,"id":8050,"parentId":8049,"tags":{},"startTime":1727806086499,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":5,"timestamp":1239535134722,"id":8052,"parentId":8049,"tags":{},"startTime":1727806086504,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":6978,"timestamp":1239535134813,"id":8053,"parentId":8049,"tags":{},"startTime":1727806086504,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":8,"timestamp":1239535141834,"id":8054,"parentId":8049,"tags":{},"startTime":1727806086511,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1239535141864,"id":8055,"parentId":8049,"tags":{},"startTime":1727806086512,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":9719,"timestamp":1239535134707,"id":8051,"parentId":8049,"tags":{},"startTime":1727806086504,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":1303,"timestamp":1239535147308,"id":8056,"parentId":8049,"tags":{},"startTime":1727806086517,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":8198,"timestamp":1239535148622,"id":8057,"parentId":8049,"tags":{},"startTime":1727806086518,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1720,"timestamp":1239535159247,"id":8058,"parentId":8049,"tags":{},"startTime":1727806086529,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":169,"timestamp":1239535160966,"id":8059,"parentId":8049,"tags":{},"startTime":1727806086531,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":9199,"timestamp":1239535161125,"id":8060,"parentId":8049,"tags":{},"startTime":1727806086531,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":2206,"timestamp":1239535170349,"id":8061,"parentId":8049,"tags":{},"startTime":1727806086540,"traceId":"ed4341945b6604eb"}] -[{"name":"seal","duration":56524,"timestamp":1239535122553,"id":8049,"parentId":8023,"tags":{},"startTime":1727806086492,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":340221,"timestamp":1239534851087,"id":8023,"parentId":3,"tags":{"name":"server"},"startTime":1727806086221,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":6108,"timestamp":1239535191384,"id":8062,"parentId":3,"tags":{},"startTime":1727806086561,"traceId":"ed4341945b6604eb"},{"name":"compile-path","duration":1152624,"timestamp":1239534045834,"id":7952,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1727806085415,"traceId":"ed4341945b6604eb"}] -[{"name":"client-full-reload","duration":28,"timestamp":1239535400847,"id":8064,"parentId":3,"tags":{"stackTrace":""},"startTime":1727806086771,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":250238,"timestamp":1239535218839,"id":8063,"tags":{"url":"/","isTurbopack":false},"startTime":1727806086588,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":0,"timestamp":1239535469107,"id":8066,"parentId":8063,"tags":{"url":"/","memory.rss":"411009024","memory.heapUsed":"339326520","memory.heapTotal":"409501696"},"startTime":1727806086839,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":1431035,"timestamp":1239534042159,"id":7945,"tags":{"url":"/_next/static/webpack/3b43f2b43974e279.webpack.hot-update.json","isTurbopack":false},"startTime":1727806085412,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":0,"timestamp":1239535473218,"id":8067,"parentId":7945,"tags":{"url":"/_next/static/webpack/3b43f2b43974e279.webpack.hot-update.json","memory.rss":"411009024","memory.heapUsed":"341631464","memory.heapTotal":"409501696"},"startTime":1727806086843,"traceId":"ed4341945b6604eb"},{"name":"handle-request","duration":88201,"timestamp":1239535426806,"id":8065,"tags":{"url":"/","isTurbopack":false},"startTime":1727806086796,"traceId":"ed4341945b6604eb"},{"name":"memory-usage","duration":0,"timestamp":1239535515044,"id":8068,"parentId":8065,"tags":{"url":"/","memory.rss":"411303936","memory.heapUsed":"342053656","memory.heapTotal":"409501696"},"startTime":1727806086885,"traceId":"ed4341945b6604eb"},{"name":"client-success","duration":22,"timestamp":1239536008549,"id":8069,"parentId":3,"tags":{},"startTime":1727806087378,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":13453,"timestamp":1239556516054,"id":8076,"parentId":8073,"tags":{"request":"next/dist/pages/_document"},"startTime":1727806107885,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":14180,"timestamp":1239556515736,"id":8074,"parentId":8073,"tags":{"request":"next/dist/pages/_app"},"startTime":1727806107885,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":36811,"timestamp":1239556516040,"id":8075,"parentId":8073,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1727806107885,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":36798,"timestamp":1239556516061,"id":8077,"parentId":8073,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1727806107885,"traceId":"ed4341945b6604eb"},{"name":"next-swc-transform","duration":4777,"timestamp":1239556548226,"id":8083,"parentId":8082,"tags":{},"startTime":1727806107917,"traceId":"ed4341945b6604eb"},{"name":"next-swc-loader","duration":5042,"timestamp":1239556547964,"id":8082,"parentId":8081,"tags":{},"startTime":1727806107917,"traceId":"ed4341945b6604eb"},{"name":"build-module-jsx","duration":9198,"timestamp":1239556546917,"id":8081,"parentId":8072,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx","layer":"rsc"},"startTime":1727806107916,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":41833,"timestamp":1239556516078,"id":8079,"parentId":8073,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727806107885,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":41832,"timestamp":1239556516084,"id":8080,"parentId":8073,"tags":{"request":"next-app-loader?name=app%2Fevents%2Fversefest%2Fpage&page=%2Fevents%2Fversefest%2Fpage&appPaths=%2Fevents%2Fversefest%2Fpage&pagePath=private-next-app-dir%2Fevents%2Fversefest%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727806107885,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":41854,"timestamp":1239556516068,"id":8078,"parentId":8073,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727806107885,"traceId":"ed4341945b6604eb"},{"name":"make","duration":113356,"timestamp":1239556503098,"id":8073,"parentId":8072,"tags":{},"startTime":1727806107872,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":6585,"timestamp":1239556629359,"id":8101,"parentId":8100,"tags":{},"startTime":1727806107999,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":9,"timestamp":1239556635992,"id":8103,"parentId":8100,"tags":{},"startTime":1727806108005,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":6485,"timestamp":1239556636037,"id":8104,"parentId":8100,"tags":{},"startTime":1727806108005,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":22,"timestamp":1239556642562,"id":8105,"parentId":8100,"tags":{},"startTime":1727806108012,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1239556642606,"id":8106,"parentId":8100,"tags":{},"startTime":1727806108012,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":11433,"timestamp":1239556635976,"id":8102,"parentId":8100,"tags":{},"startTime":1727806108005,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":790,"timestamp":1239556650460,"id":8107,"parentId":8100,"tags":{},"startTime":1727806108020,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":5280,"timestamp":1239556651264,"id":8108,"parentId":8100,"tags":{},"startTime":1727806108020,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":1529,"timestamp":1239556660064,"id":8109,"parentId":8100,"tags":{},"startTime":1727806108029,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":118,"timestamp":1239556661592,"id":8110,"parentId":8100,"tags":{},"startTime":1727806108031,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":281,"timestamp":1239556661703,"id":8111,"parentId":8100,"tags":{},"startTime":1727806108031,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":1637,"timestamp":1239556661989,"id":8112,"parentId":8100,"tags":{},"startTime":1727806108031,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":44012,"timestamp":1239556623646,"id":8100,"parentId":8072,"tags":{},"startTime":1727806107993,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":172979,"timestamp":1239556501881,"id":8072,"parentId":8070,"tags":{"name":"server"},"startTime":1727806107871,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":11518,"timestamp":1239556674978,"id":8113,"parentId":8070,"tags":{},"startTime":1727806108044,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-server","duration":201500,"timestamp":1239556485555,"id":8070,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1727806107855,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":5665,"timestamp":1239556700708,"id":8126,"parentId":8115,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":5766,"timestamp":1239556700727,"id":8130,"parentId":8115,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":10256,"timestamp":1239556700603,"id":8116,"parentId":8115,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":10222,"timestamp":1239556700661,"id":8118,"parentId":8115,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":16122,"timestamp":1239556700676,"id":8120,"parentId":8115,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":22422,"timestamp":1239556700682,"id":8121,"parentId":8115,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":24759,"timestamp":1239556700687,"id":8122,"parentId":8115,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":24721,"timestamp":1239556700732,"id":8131,"parentId":8115,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":28666,"timestamp":1239556700697,"id":8124,"parentId":8115,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":28651,"timestamp":1239556700722,"id":8129,"parentId":8115,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":30733,"timestamp":1239556700713,"id":8127,"parentId":8115,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":31272,"timestamp":1239556700670,"id":8119,"parentId":8115,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":31232,"timestamp":1239556700718,"id":8128,"parentId":8115,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"read-resource","duration":7487,"timestamp":1239556724604,"id":8134,"parentId":8133,"tags":{},"startTime":1727806108094,"traceId":"ed4341945b6604eb"},{"name":"postcss-process","duration":137914,"timestamp":1239556732198,"id":8136,"parentId":8135,"tags":{},"startTime":1727806108101,"traceId":"ed4341945b6604eb"},{"name":"postcss-loader","duration":138452,"timestamp":1239556732132,"id":8135,"parentId":8133,"tags":{},"startTime":1727806108101,"traceId":"ed4341945b6604eb"},{"name":"css-loader","duration":39389,"timestamp":1239556870641,"id":8137,"parentId":8133,"tags":{"astUsed":"true"},"startTime":1727806108240,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":188075,"timestamp":1239556724429,"id":8133,"parentId":8132,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1727806108094,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":214446,"timestamp":1239556700692,"id":8123,"parentId":8115,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":215026,"timestamp":1239556700653,"id":8117,"parentId":8115,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"build-module-css","duration":214956,"timestamp":1239556707004,"id":8132,"parentId":8114,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1727806108076,"traceId":"ed4341945b6604eb"},{"name":"build-module","duration":38,"timestamp":1239556922181,"id":8138,"parentId":8132,"tags":{},"startTime":1727806108291,"traceId":"ed4341945b6604eb"},{"name":"add-entry","duration":221539,"timestamp":1239556700703,"id":8125,"parentId":8115,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727806108070,"traceId":"ed4341945b6604eb"},{"name":"make","duration":230749,"timestamp":1239556691512,"id":8115,"parentId":8114,"tags":{},"startTime":1727806108061,"traceId":"ed4341945b6604eb"},{"name":"chunk-graph","duration":4548,"timestamp":1239556943804,"id":8140,"parentId":8139,"tags":{},"startTime":1727806108313,"traceId":"ed4341945b6604eb"},{"name":"optimize-modules","duration":7,"timestamp":1239556948404,"id":8142,"parentId":8139,"tags":{},"startTime":1727806108318,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunks","duration":360,"timestamp":1239556948464,"id":8143,"parentId":8139,"tags":{},"startTime":1727806108318,"traceId":"ed4341945b6604eb"},{"name":"optimize-tree","duration":38,"timestamp":1239556949281,"id":8144,"parentId":8139,"tags":{},"startTime":1727806108318,"traceId":"ed4341945b6604eb"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1239556949357,"id":8145,"parentId":8139,"tags":{},"startTime":1727806108319,"traceId":"ed4341945b6604eb"},{"name":"optimize","duration":5787,"timestamp":1239556948387,"id":8141,"parentId":8139,"tags":{},"startTime":1727806108318,"traceId":"ed4341945b6604eb"},{"name":"module-hash","duration":948,"timestamp":1239556956822,"id":8146,"parentId":8139,"tags":{},"startTime":1727806108326,"traceId":"ed4341945b6604eb"},{"name":"code-generation","duration":5897,"timestamp":1239556957783,"id":8147,"parentId":8139,"tags":{},"startTime":1727806108327,"traceId":"ed4341945b6604eb"},{"name":"hash","duration":6431,"timestamp":1239556967643,"id":8148,"parentId":8139,"tags":{},"startTime":1727806108337,"traceId":"ed4341945b6604eb"},{"name":"code-generation-jobs","duration":237,"timestamp":1239556974072,"id":8149,"parentId":8139,"tags":{},"startTime":1727806108343,"traceId":"ed4341945b6604eb"},{"name":"module-assets","duration":389,"timestamp":1239556974293,"id":8150,"parentId":8139,"tags":{},"startTime":1727806108343,"traceId":"ed4341945b6604eb"},{"name":"create-chunk-assets","duration":15822,"timestamp":1239556974689,"id":8151,"parentId":8139,"tags":{},"startTime":1727806108344,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":127,"timestamp":1239556992757,"id":8153,"parentId":8114,"tags":{},"startTime":1727806108362,"traceId":"ed4341945b6604eb"},{"name":"NextJsBuildManifest-createassets","duration":272,"timestamp":1239556992624,"id":8152,"parentId":8114,"tags":{},"startTime":1727806108362,"traceId":"ed4341945b6604eb"},{"name":"seal","duration":70487,"timestamp":1239556928201,"id":8139,"parentId":8114,"tags":{},"startTime":1727806108297,"traceId":"ed4341945b6604eb"},{"name":"webpack-compilation","duration":307546,"timestamp":1239556691201,"id":8114,"parentId":8071,"tags":{"name":"client"},"startTime":1727806108060,"traceId":"ed4341945b6604eb"},{"name":"emit","duration":13179,"timestamp":1239556998791,"id":8154,"parentId":8071,"tags":{},"startTime":1727806108368,"traceId":"ed4341945b6604eb"},{"name":"webpack-invalidated-client","duration":527991,"timestamp":1239556486196,"id":8071,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1727806107855,"traceId":"ed4341945b6604eb"}] +[{"name":"hot-reloader","duration":293,"timestamp":1592474424659,"id":3,"tags":{"version":"14.2.11","isTurbopack":false},"startTime":1727853444157,"traceId":"007913bbb71a9a03"},{"name":"start","duration":14,"timestamp":1592474430021,"id":4,"parentId":3,"tags":{},"startTime":1727853444163,"traceId":"007913bbb71a9a03"},{"name":"get-version-info","duration":905697,"timestamp":1592474431320,"id":5,"parentId":4,"tags":{},"startTime":1727853444164,"traceId":"007913bbb71a9a03"},{"name":"clean","duration":290392,"timestamp":1592475337316,"id":6,"parentId":4,"tags":{},"startTime":1727853445070,"traceId":"007913bbb71a9a03"},{"name":"create-pages-mapping","duration":1991,"timestamp":1592475636621,"id":8,"parentId":7,"tags":{},"startTime":1727853445369,"traceId":"007913bbb71a9a03"},{"name":"create-entrypoints","duration":857359,"timestamp":1592475638796,"id":9,"parentId":7,"tags":{},"startTime":1727853445371,"traceId":"007913bbb71a9a03"},{"name":"generate-webpack-config","duration":1226461,"timestamp":1592476496363,"id":10,"parentId":7,"tags":{},"startTime":1727853446229,"traceId":"007913bbb71a9a03"},{"name":"get-webpack-config","duration":2087013,"timestamp":1592475636020,"id":7,"parentId":4,"tags":{},"startTime":1727853445369,"traceId":"007913bbb71a9a03"},{"name":"make","duration":7800,"timestamp":1592478235549,"id":12,"parentId":11,"tags":{},"startTime":1727853447968,"traceId":"007913bbb71a9a03"},{"name":"chunk-graph","duration":4771,"timestamp":1592478259892,"id":14,"parentId":13,"tags":{},"startTime":1727853447993,"traceId":"007913bbb71a9a03"},{"name":"optimize-modules","duration":252,"timestamp":1592478265785,"id":16,"parentId":13,"tags":{},"startTime":1727853447998,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunks","duration":1456,"timestamp":1592478266699,"id":17,"parentId":13,"tags":{},"startTime":1727853447999,"traceId":"007913bbb71a9a03"},{"name":"optimize-tree","duration":715,"timestamp":1592478268756,"id":18,"parentId":13,"tags":{},"startTime":1727853448001,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunk-modules","duration":785,"timestamp":1592478270761,"id":19,"parentId":13,"tags":{},"startTime":1727853448003,"traceId":"007913bbb71a9a03"},{"name":"optimize","duration":7439,"timestamp":1592478265285,"id":15,"parentId":13,"tags":{},"startTime":1727853447998,"traceId":"007913bbb71a9a03"},{"name":"module-hash","duration":537,"timestamp":1592478279574,"id":20,"parentId":13,"tags":{},"startTime":1727853448012,"traceId":"007913bbb71a9a03"},{"name":"code-generation","duration":1304,"timestamp":1592478280396,"id":21,"parentId":13,"tags":{},"startTime":1727853448013,"traceId":"007913bbb71a9a03"},{"name":"hash","duration":3147,"timestamp":1592478283305,"id":22,"parentId":13,"tags":{},"startTime":1727853448016,"traceId":"007913bbb71a9a03"},{"name":"code-generation-jobs","duration":945,"timestamp":1592478286442,"id":23,"parentId":13,"tags":{},"startTime":1727853448019,"traceId":"007913bbb71a9a03"},{"name":"module-assets","duration":612,"timestamp":1592478287162,"id":24,"parentId":13,"tags":{},"startTime":1727853448020,"traceId":"007913bbb71a9a03"},{"name":"create-chunk-assets","duration":1183,"timestamp":1592478287889,"id":25,"parentId":13,"tags":{},"startTime":1727853448021,"traceId":"007913bbb71a9a03"},{"name":"NextJsBuildManifest-generateClientManifest","duration":5040,"timestamp":1592478543144,"id":27,"parentId":11,"tags":{},"startTime":1727853448276,"traceId":"007913bbb71a9a03"},{"name":"NextJsBuildManifest-createassets","duration":8107,"timestamp":1592478540208,"id":26,"parentId":11,"tags":{},"startTime":1727853448273,"traceId":"007913bbb71a9a03"},{"name":"seal","duration":297567,"timestamp":1592478257639,"id":13,"parentId":11,"tags":{},"startTime":1727853447990,"traceId":"007913bbb71a9a03"},{"name":"webpack-compilation","duration":359479,"timestamp":1592478197560,"id":11,"parentId":3,"tags":{"name":"client"},"startTime":1727853447930,"traceId":"007913bbb71a9a03"},{"name":"emit","duration":64625,"timestamp":1592478559951,"id":28,"parentId":3,"tags":{},"startTime":1727853448293,"traceId":"007913bbb71a9a03"},{"name":"make","duration":7608,"timestamp":1592478676680,"id":30,"parentId":29,"tags":{},"startTime":1727853448409,"traceId":"007913bbb71a9a03"},{"name":"chunk-graph","duration":348,"timestamp":1592478687281,"id":32,"parentId":31,"tags":{},"startTime":1727853448420,"traceId":"007913bbb71a9a03"},{"name":"optimize-modules","duration":199,"timestamp":1592478687904,"id":34,"parentId":31,"tags":{},"startTime":1727853448421,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunks","duration":4024,"timestamp":1592478688571,"id":35,"parentId":31,"tags":{},"startTime":1727853448421,"traceId":"007913bbb71a9a03"},{"name":"optimize-tree","duration":228,"timestamp":1592478693002,"id":36,"parentId":31,"tags":{},"startTime":1727853448426,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunk-modules","duration":82,"timestamp":1592478693707,"id":37,"parentId":31,"tags":{},"startTime":1727853448426,"traceId":"007913bbb71a9a03"},{"name":"optimize","duration":6507,"timestamp":1592478687834,"id":33,"parentId":31,"tags":{},"startTime":1727853448420,"traceId":"007913bbb71a9a03"},{"name":"module-hash","duration":87,"timestamp":1592478695680,"id":38,"parentId":31,"tags":{},"startTime":1727853448428,"traceId":"007913bbb71a9a03"},{"name":"code-generation","duration":75,"timestamp":1592478695936,"id":39,"parentId":31,"tags":{},"startTime":1727853448429,"traceId":"007913bbb71a9a03"},{"name":"hash","duration":514,"timestamp":1592478696404,"id":40,"parentId":31,"tags":{},"startTime":1727853448429,"traceId":"007913bbb71a9a03"},{"name":"code-generation-jobs","duration":443,"timestamp":1592478696911,"id":41,"parentId":31,"tags":{},"startTime":1727853448430,"traceId":"007913bbb71a9a03"},{"name":"module-assets","duration":158,"timestamp":1592478697274,"id":42,"parentId":31,"tags":{},"startTime":1727853448430,"traceId":"007913bbb71a9a03"},{"name":"create-chunk-assets","duration":117,"timestamp":1592478697544,"id":43,"parentId":31,"tags":{},"startTime":1727853448430,"traceId":"007913bbb71a9a03"},{"name":"seal","duration":18650,"timestamp":1592478686450,"id":31,"parentId":29,"tags":{},"startTime":1727853448419,"traceId":"007913bbb71a9a03"},{"name":"webpack-compilation","duration":34045,"timestamp":1592478672000,"id":29,"parentId":3,"tags":{"name":"server"},"startTime":1727853448405,"traceId":"007913bbb71a9a03"},{"name":"emit","duration":15752,"timestamp":1592478706608,"id":44,"parentId":3,"tags":{},"startTime":1727853448439,"traceId":"007913bbb71a9a03"},{"name":"make","duration":930,"timestamp":1592478747479,"id":46,"parentId":45,"tags":{},"startTime":1727853448480,"traceId":"007913bbb71a9a03"},{"name":"chunk-graph","duration":185,"timestamp":1592478751447,"id":48,"parentId":47,"tags":{},"startTime":1727853448484,"traceId":"007913bbb71a9a03"},{"name":"optimize-modules","duration":50,"timestamp":1592478751877,"id":50,"parentId":47,"tags":{},"startTime":1727853448485,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunks","duration":98,"timestamp":1592478752353,"id":51,"parentId":47,"tags":{},"startTime":1727853448485,"traceId":"007913bbb71a9a03"},{"name":"optimize-tree","duration":56,"timestamp":1592478752605,"id":52,"parentId":47,"tags":{},"startTime":1727853448485,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunk-modules","duration":62,"timestamp":1592478752850,"id":53,"parentId":47,"tags":{},"startTime":1727853448485,"traceId":"007913bbb71a9a03"},{"name":"optimize","duration":1289,"timestamp":1592478751791,"id":49,"parentId":47,"tags":{},"startTime":1727853448484,"traceId":"007913bbb71a9a03"},{"name":"module-hash","duration":80,"timestamp":1592478753878,"id":54,"parentId":47,"tags":{},"startTime":1727853448487,"traceId":"007913bbb71a9a03"},{"name":"code-generation","duration":72,"timestamp":1592478754098,"id":55,"parentId":47,"tags":{},"startTime":1727853448487,"traceId":"007913bbb71a9a03"},{"name":"hash","duration":547,"timestamp":1592478754516,"id":56,"parentId":47,"tags":{},"startTime":1727853448487,"traceId":"007913bbb71a9a03"},{"name":"code-generation-jobs","duration":234,"timestamp":1592478755057,"id":57,"parentId":47,"tags":{},"startTime":1727853448488,"traceId":"007913bbb71a9a03"},{"name":"module-assets","duration":119,"timestamp":1592478755229,"id":58,"parentId":47,"tags":{},"startTime":1727853448488,"traceId":"007913bbb71a9a03"},{"name":"create-chunk-assets","duration":103,"timestamp":1592478755417,"id":59,"parentId":47,"tags":{},"startTime":1727853448488,"traceId":"007913bbb71a9a03"},{"name":"seal","duration":8114,"timestamp":1592478751129,"id":47,"parentId":45,"tags":{},"startTime":1727853448484,"traceId":"007913bbb71a9a03"},{"name":"webpack-compilation","duration":19683,"timestamp":1592478739842,"id":45,"parentId":3,"tags":{"name":"edge-server"},"startTime":1727853448472,"traceId":"007913bbb71a9a03"},{"name":"emit","duration":15392,"timestamp":1592478759880,"id":60,"parentId":3,"tags":{},"startTime":1727853448493,"traceId":"007913bbb71a9a03"}] +[{"name":"make","duration":1447,"timestamp":1592479140232,"id":65,"parentId":64,"tags":{},"startTime":1727853448873,"traceId":"007913bbb71a9a03"},{"name":"chunk-graph","duration":179,"timestamp":1592479142672,"id":67,"parentId":66,"tags":{},"startTime":1727853448875,"traceId":"007913bbb71a9a03"},{"name":"optimize-modules","duration":46,"timestamp":1592479143065,"id":69,"parentId":66,"tags":{},"startTime":1727853448876,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunks","duration":79,"timestamp":1592479143273,"id":70,"parentId":66,"tags":{},"startTime":1727853448876,"traceId":"007913bbb71a9a03"},{"name":"optimize-tree","duration":57,"timestamp":1592479143490,"id":71,"parentId":66,"tags":{},"startTime":1727853448876,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunk-modules","duration":58,"timestamp":1592479143709,"id":72,"parentId":66,"tags":{},"startTime":1727853448876,"traceId":"007913bbb71a9a03"},{"name":"optimize","duration":992,"timestamp":1592479143004,"id":68,"parentId":66,"tags":{},"startTime":1727853448876,"traceId":"007913bbb71a9a03"},{"name":"module-hash","duration":148,"timestamp":1592479144830,"id":73,"parentId":66,"tags":{},"startTime":1727853448877,"traceId":"007913bbb71a9a03"},{"name":"code-generation","duration":92,"timestamp":1592479145120,"id":74,"parentId":66,"tags":{},"startTime":1727853448878,"traceId":"007913bbb71a9a03"},{"name":"hash","duration":346,"timestamp":1592479145541,"id":75,"parentId":66,"tags":{},"startTime":1727853448878,"traceId":"007913bbb71a9a03"},{"name":"code-generation-jobs","duration":228,"timestamp":1592479145880,"id":76,"parentId":66,"tags":{},"startTime":1727853448879,"traceId":"007913bbb71a9a03"},{"name":"module-assets","duration":114,"timestamp":1592479146049,"id":77,"parentId":66,"tags":{},"startTime":1727853448879,"traceId":"007913bbb71a9a03"},{"name":"create-chunk-assets","duration":101,"timestamp":1592479146251,"id":78,"parentId":66,"tags":{},"startTime":1727853448879,"traceId":"007913bbb71a9a03"},{"name":"NextJsBuildManifest-generateClientManifest","duration":409,"timestamp":1592479148239,"id":80,"parentId":64,"tags":{},"startTime":1727853448881,"traceId":"007913bbb71a9a03"},{"name":"NextJsBuildManifest-createassets","duration":734,"timestamp":1592479147985,"id":79,"parentId":64,"tags":{},"startTime":1727853448881,"traceId":"007913bbb71a9a03"},{"name":"seal","duration":7477,"timestamp":1592479142403,"id":66,"parentId":64,"tags":{},"startTime":1727853448875,"traceId":"007913bbb71a9a03"},{"name":"webpack-compilation","duration":14155,"timestamp":1592479135885,"id":64,"parentId":61,"tags":{"name":"client"},"startTime":1727853448869,"traceId":"007913bbb71a9a03"},{"name":"setup-dev-bundler","duration":5137593,"timestamp":1592474371278,"id":2,"parentId":1,"tags":{},"startTime":1727853444104,"traceId":"007913bbb71a9a03"},{"name":"run-instrumentation-hook","duration":327,"timestamp":1592479945265,"id":82,"parentId":1,"tags":{},"startTime":1727853449678,"traceId":"007913bbb71a9a03"},{"name":"emit","duration":843742,"timestamp":1592479150232,"id":81,"parentId":61,"tags":{},"startTime":1727853448883,"traceId":"007913bbb71a9a03"},{"name":"webpack-invalidated-client","duration":889576,"timestamp":1592479110389,"id":61,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727853448843,"traceId":"007913bbb71a9a03"},{"name":"make","duration":1096,"timestamp":1592480011204,"id":84,"parentId":83,"tags":{},"startTime":1727853449744,"traceId":"007913bbb71a9a03"},{"name":"chunk-graph","duration":217,"timestamp":1592480014054,"id":86,"parentId":85,"tags":{},"startTime":1727853449747,"traceId":"007913bbb71a9a03"},{"name":"optimize-modules","duration":48,"timestamp":1592480014490,"id":88,"parentId":85,"tags":{},"startTime":1727853449747,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunks","duration":270,"timestamp":1592480015023,"id":89,"parentId":85,"tags":{},"startTime":1727853449748,"traceId":"007913bbb71a9a03"},{"name":"optimize-tree","duration":59,"timestamp":1592480015446,"id":90,"parentId":85,"tags":{},"startTime":1727853449748,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunk-modules","duration":59,"timestamp":1592480015697,"id":91,"parentId":85,"tags":{},"startTime":1727853449748,"traceId":"007913bbb71a9a03"},{"name":"optimize","duration":2114,"timestamp":1592480014427,"id":87,"parentId":85,"tags":{},"startTime":1727853449747,"traceId":"007913bbb71a9a03"},{"name":"module-hash","duration":78,"timestamp":1592480017312,"id":92,"parentId":85,"tags":{},"startTime":1727853449750,"traceId":"007913bbb71a9a03"},{"name":"code-generation","duration":72,"timestamp":1592480017532,"id":93,"parentId":85,"tags":{},"startTime":1727853449750,"traceId":"007913bbb71a9a03"},{"name":"hash","duration":656,"timestamp":1592480017931,"id":94,"parentId":85,"tags":{},"startTime":1727853449751,"traceId":"007913bbb71a9a03"},{"name":"code-generation-jobs","duration":239,"timestamp":1592480018580,"id":95,"parentId":85,"tags":{},"startTime":1727853449751,"traceId":"007913bbb71a9a03"},{"name":"module-assets","duration":119,"timestamp":1592480018757,"id":96,"parentId":85,"tags":{},"startTime":1727853449751,"traceId":"007913bbb71a9a03"},{"name":"create-chunk-assets","duration":128,"timestamp":1592480018946,"id":97,"parentId":85,"tags":{},"startTime":1727853449752,"traceId":"007913bbb71a9a03"},{"name":"seal","duration":7587,"timestamp":1592480013731,"id":85,"parentId":83,"tags":{},"startTime":1727853449746,"traceId":"007913bbb71a9a03"},{"name":"webpack-compilation","duration":13770,"timestamp":1592480007761,"id":83,"parentId":62,"tags":{"name":"server"},"startTime":1727853449740,"traceId":"007913bbb71a9a03"},{"name":"start-dev-server","duration":10266135,"timestamp":1592469779273,"id":1,"tags":{"cpus":"20","platform":"win32","memory.freeMem":"4435169280","memory.totalMem":"68660928512","memory.heapSizeLimit":"34380709888","isTurbopack":false,"memory.rss":"121217024","memory.heapTotal":"82903040","memory.heapUsed":"59268528"},"startTime":1727853439512,"traceId":"007913bbb71a9a03"},{"name":"emit","duration":44410,"timestamp":1592480021687,"id":98,"parentId":62,"tags":{},"startTime":1727853449754,"traceId":"007913bbb71a9a03"},{"name":"webpack-invalidated-server","duration":957949,"timestamp":1592479111354,"id":62,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727853448844,"traceId":"007913bbb71a9a03"},{"name":"make","duration":940,"timestamp":1592480082530,"id":100,"parentId":99,"tags":{},"startTime":1727853449815,"traceId":"007913bbb71a9a03"},{"name":"chunk-graph","duration":221,"timestamp":1592480085452,"id":102,"parentId":101,"tags":{},"startTime":1727853449818,"traceId":"007913bbb71a9a03"},{"name":"optimize-modules","duration":96,"timestamp":1592480085934,"id":104,"parentId":101,"tags":{},"startTime":1727853449819,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunks","duration":84,"timestamp":1592480086220,"id":105,"parentId":101,"tags":{},"startTime":1727853449819,"traceId":"007913bbb71a9a03"},{"name":"optimize-tree","duration":76,"timestamp":1592480086472,"id":106,"parentId":101,"tags":{},"startTime":1727853449819,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunk-modules","duration":79,"timestamp":1592480087254,"id":107,"parentId":101,"tags":{},"startTime":1727853449820,"traceId":"007913bbb71a9a03"},{"name":"optimize","duration":1687,"timestamp":1592480085858,"id":103,"parentId":101,"tags":{},"startTime":1727853449818,"traceId":"007913bbb71a9a03"},{"name":"module-hash","duration":93,"timestamp":1592480088521,"id":108,"parentId":101,"tags":{},"startTime":1727853449821,"traceId":"007913bbb71a9a03"},{"name":"code-generation","duration":86,"timestamp":1592480088768,"id":109,"parentId":101,"tags":{},"startTime":1727853449821,"traceId":"007913bbb71a9a03"},{"name":"hash","duration":382,"timestamp":1592480089247,"id":110,"parentId":101,"tags":{},"startTime":1727853449822,"traceId":"007913bbb71a9a03"},{"name":"code-generation-jobs","duration":259,"timestamp":1592480089622,"id":111,"parentId":101,"tags":{},"startTime":1727853449822,"traceId":"007913bbb71a9a03"},{"name":"module-assets","duration":135,"timestamp":1592480089817,"id":112,"parentId":101,"tags":{},"startTime":1727853449822,"traceId":"007913bbb71a9a03"},{"name":"create-chunk-assets","duration":118,"timestamp":1592480090042,"id":113,"parentId":101,"tags":{},"startTime":1727853449823,"traceId":"007913bbb71a9a03"},{"name":"seal","duration":7784,"timestamp":1592480085101,"id":101,"parentId":99,"tags":{},"startTime":1727853449818,"traceId":"007913bbb71a9a03"},{"name":"webpack-compilation","duration":14644,"timestamp":1592480078461,"id":99,"parentId":63,"tags":{"name":"edge-server"},"startTime":1727853449811,"traceId":"007913bbb71a9a03"},{"name":"emit","duration":17237,"timestamp":1592480093275,"id":114,"parentId":63,"tags":{},"startTime":1727853449826,"traceId":"007913bbb71a9a03"},{"name":"webpack-invalidated-edge-server","duration":1003143,"timestamp":1592479111585,"id":63,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727853448844,"traceId":"007913bbb71a9a03"}] +[{"name":"build-module","duration":446349,"timestamp":1592509253355,"id":121,"parentId":120,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-app-loader.js?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=D%3A%5Cgithub%5Courverse_new%5Csrc%5Capp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=D%3A%5Cgithub%5Courverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1727853478986,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1204364,"timestamp":1592509820179,"id":134,"parentId":133,"tags":{},"startTime":1727853479553,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1209292,"timestamp":1592509815353,"id":133,"parentId":122,"tags":{},"startTime":1727853479548,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":1259242,"timestamp":1592509789369,"id":122,"parentId":121,"tags":{"name":"D:\\github\\ourverse_new\\src\\app\\layout.jsx","layer":"rsc"},"startTime":1727853479522,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1225653,"timestamp":1592509823263,"id":140,"parentId":139,"tags":{},"startTime":1727853479556,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1226341,"timestamp":1592509822630,"id":139,"parentId":125,"tags":{},"startTime":1727853479555,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":1248036,"timestamp":1592509806299,"id":125,"parentId":121,"tags":{"name":"D:\\github\\ourverse_new\\src\\app\\(main)\\layout.jsx","layer":"rsc"},"startTime":1727853479539,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1232024,"timestamp":1592509822564,"id":138,"parentId":137,"tags":{},"startTime":1727853479555,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1232742,"timestamp":1592509821913,"id":137,"parentId":124,"tags":{},"startTime":1727853479555,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":1264203,"timestamp":1592509805168,"id":124,"parentId":121,"tags":{"name":"D:\\github\\ourverse_new\\src\\app\\(main)\\page.jsx","layer":"rsc"},"startTime":1727853479538,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1247854,"timestamp":1592509821851,"id":136,"parentId":135,"tags":{},"startTime":1727853479554,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1249198,"timestamp":1592509820564,"id":135,"parentId":123,"tags":{},"startTime":1727853479553,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":1278015,"timestamp":1592509803664,"id":123,"parentId":121,"tags":{"name":"D:\\github\\ourverse_new\\src\\app\\not-found.jsx","layer":"rsc"},"startTime":1727853479536,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1322513,"timestamp":1592509814695,"id":130,"parentId":126,"tags":{},"startTime":1727853479547,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":624,"timestamp":1592511137689,"id":143,"parentId":126,"tags":{},"startTime":1727853480870,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1343821,"timestamp":1592509807401,"id":126,"parentId":121,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-kind.js","layer":"rsc"},"startTime":1727853479540,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1350020,"timestamp":1592509815234,"id":132,"parentId":129,"tags":{},"startTime":1727853479548,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":687,"timestamp":1592511165423,"id":144,"parentId":129,"tags":{},"startTime":1727853480898,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1426438,"timestamp":1592509811146,"id":129,"parentId":121,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\app-render\\entry-base.js","layer":"rsc"},"startTime":1727853479544,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1472063,"timestamp":1592509815076,"id":131,"parentId":127,"tags":{},"startTime":1727853479548,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":346,"timestamp":1592511287292,"id":145,"parentId":127,"tags":{},"startTime":1727853481020,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1489332,"timestamp":1592509809316,"id":127,"parentId":121,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\module.compiled.js","layer":"ssr"},"startTime":1727853479542,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1475879,"timestamp":1592509823836,"id":142,"parentId":141,"tags":{},"startTime":1727853479556,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1476433,"timestamp":1592509823332,"id":141,"parentId":128,"tags":{},"startTime":1727853479556,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1494009,"timestamp":1592509810323,"id":128,"parentId":121,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\error-boundary.js","layer":"rsc"},"startTime":1727853479543,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":3575,"timestamp":1592511504983,"id":146,"parentId":127,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.dev.js","layer":null},"startTime":1727853481238,"traceId":"007913bbb71a9a03"},{"name":"build-module-external","duration":183,"timestamp":1592511534746,"id":149,"parentId":129,"tags":{"name":"../../client/components/static-generation-async-storage.external","layer":null},"startTime":1727853481267,"traceId":"007913bbb71a9a03"},{"name":"build-module-external","duration":118,"timestamp":1592511535105,"id":150,"parentId":129,"tags":{"name":"../../client/components/request-async-storage.external","layer":null},"startTime":1727853481268,"traceId":"007913bbb71a9a03"},{"name":"build-module-external","duration":526,"timestamp":1592511535339,"id":151,"parentId":129,"tags":{"name":"../../client/components/action-async-storage.external","layer":null},"startTime":1727853481268,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":99054,"timestamp":1592511542485,"id":160,"parentId":159,"tags":{},"startTime":1727853481275,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":99654,"timestamp":1592511541963,"id":159,"parentId":148,"tags":{},"startTime":1727853481275,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":113832,"timestamp":1592511533749,"id":148,"parentId":129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js","layer":"rsc"},"startTime":1727853481266,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":142956,"timestamp":1592511541892,"id":158,"parentId":157,"tags":{},"startTime":1727853481275,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":144507,"timestamp":1592511540428,"id":157,"parentId":147,"tags":{},"startTime":1727853481273,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":157164,"timestamp":1592511530304,"id":147,"parentId":129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\layout-router.js","layer":"rsc"},"startTime":1727853481263,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":156403,"timestamp":1592511544598,"id":166,"parentId":165,"tags":{},"startTime":1727853481277,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":157549,"timestamp":1592511543530,"id":165,"parentId":154,"tags":{},"startTime":1727853481276,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":167137,"timestamp":1592511537333,"id":154,"parentId":129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\not-found-boundary.js","layer":"rsc"},"startTime":1727853481270,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":179524,"timestamp":1592511545583,"id":168,"parentId":167,"tags":{},"startTime":1727853481278,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":180173,"timestamp":1592511545011,"id":167,"parentId":155,"tags":{},"startTime":1727853481278,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":189394,"timestamp":1592511538778,"id":155,"parentId":129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\app-router.js","layer":"rsc"},"startTime":1727853481271,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":224282,"timestamp":1592511543444,"id":164,"parentId":163,"tags":{},"startTime":1727853481276,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":224791,"timestamp":1592511543033,"id":163,"parentId":153,"tags":{},"startTime":1727853481276,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":250210,"timestamp":1592511536701,"id":153,"parentId":129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\hooks-server-context.js","layer":"rsc"},"startTime":1727853481269,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":245968,"timestamp":1592511542965,"id":162,"parentId":161,"tags":{},"startTime":1727853481276,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":246442,"timestamp":1592511542550,"id":161,"parentId":152,"tags":{},"startTime":1727853481275,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":265309,"timestamp":1592511536015,"id":152,"parentId":129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\search-params.js","layer":"rsc"},"startTime":1727853481269,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":259947,"timestamp":1592511546083,"id":170,"parentId":169,"tags":{},"startTime":1727853481279,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":260451,"timestamp":1592511545646,"id":169,"parentId":156,"tags":{},"startTime":1727853481278,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":269692,"timestamp":1592511539371,"id":156,"parentId":129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\client-page.js","layer":"rsc"},"startTime":1727853481272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":167529,"timestamp":1592511670595,"id":172,"parentId":171,"tags":{},"startTime":1727853481403,"traceId":"007913bbb71a9a03"},{"name":"build-module-css","duration":193470,"timestamp":1592511649633,"id":171,"parentId":122,"tags":{"name":"D:\\github\\ourverse_new\\src\\styles\\tailwind.css","layer":"rsc"},"startTime":1727853481382,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":156273,"timestamp":1592511693236,"id":178,"parentId":173,"tags":{},"startTime":1727853481426,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":364,"timestamp":1592511849618,"id":183,"parentId":173,"tags":{},"startTime":1727853481582,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":165189,"timestamp":1592511688056,"id":173,"parentId":128,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-flight-loader\\module-proxy.js","layer":"rsc"},"startTime":1727853481421,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":159758,"timestamp":1592511693668,"id":181,"parentId":176,"tags":{},"startTime":1727853481426,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":328,"timestamp":1592511853527,"id":184,"parentId":176,"tags":{},"startTime":1727853481586,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":165964,"timestamp":1592511690827,"id":176,"parentId":129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\app-render\\rsc\\postpone.js","layer":"rsc"},"startTime":1727853481423,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":164867,"timestamp":1592511693390,"id":179,"parentId":174,"tags":{},"startTime":1727853481426,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":729,"timestamp":1592511858356,"id":185,"parentId":174,"tags":{},"startTime":1727853481591,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":294816,"timestamp":1592511688904,"id":174,"parentId":129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\lib\\patch-fetch.js","layer":"rsc"},"startTime":1727853481422,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":322306,"timestamp":1592511693544,"id":180,"parentId":175,"tags":{},"startTime":1727853481426,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":342,"timestamp":1592512016778,"id":186,"parentId":175,"tags":{},"startTime":1727853481749,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":333915,"timestamp":1592511689553,"id":175,"parentId":129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\app-render\\rsc\\preloads.js","layer":"rsc"},"startTime":1727853481422,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":330332,"timestamp":1592511693781,"id":182,"parentId":177,"tags":{},"startTime":1727853481426,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":367,"timestamp":1592512024212,"id":187,"parentId":177,"tags":{},"startTime":1727853481757,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":343267,"timestamp":1592511691528,"id":177,"parentId":129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\app-render\\rsc\\taint.js","layer":"rsc"},"startTime":1727853481424,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":18899,"timestamp":1592512089978,"id":202,"parentId":201,"tags":{},"startTime":1727853481823,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":20726,"timestamp":1592512088232,"id":201,"parentId":194,"tags":{},"startTime":1727853481821,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":32010,"timestamp":1592512082531,"id":194,"parentId":123,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\BackgroundImage.jsx","layer":"rsc"},"startTime":1727853481815,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":24047,"timestamp":1592512090736,"id":204,"parentId":203,"tags":{},"startTime":1727853481823,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":24778,"timestamp":1592512090057,"id":203,"parentId":195,"tags":{},"startTime":1727853481823,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":34625,"timestamp":1592512083710,"id":195,"parentId":123,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Button.jsx","layer":"rsc"},"startTime":1727853481816,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":26592,"timestamp":1592512091956,"id":208,"parentId":207,"tags":{},"startTime":1727853481825,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":27135,"timestamp":1592512091469,"id":207,"parentId":197,"tags":{},"startTime":1727853481824,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":38018,"timestamp":1592512085147,"id":197,"parentId":123,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Layout.jsx","layer":"rsc"},"startTime":1727853481818,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":31961,"timestamp":1592512091416,"id":206,"parentId":205,"tags":{},"startTime":1727853481824,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":32606,"timestamp":1592512090821,"id":205,"parentId":196,"tags":{},"startTime":1727853481823,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":41691,"timestamp":1592512084432,"id":196,"parentId":123,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Container.jsx","layer":"rsc"},"startTime":1727853481817,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":97435,"timestamp":1592512039978,"id":191,"parentId":188,"tags":{},"startTime":1727853481773,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":805,"timestamp":1592512137541,"id":230,"parentId":188,"tags":{},"startTime":1727853481870,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":102595,"timestamp":1592512037501,"id":188,"parentId":129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\rsc\\react-server-dom-webpack-server-edge.js","layer":"rsc"},"startTime":1727853481770,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":102112,"timestamp":1592512040391,"id":193,"parentId":190,"tags":{},"startTime":1727853481773,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":262,"timestamp":1592512142635,"id":231,"parentId":190,"tags":{},"startTime":1727853481875,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":105248,"timestamp":1592512039155,"id":190,"parentId":122,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\rsc\\react-jsx-dev-runtime.js","layer":"rsc"},"startTime":1727853481772,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":104377,"timestamp":1592512040199,"id":192,"parentId":189,"tags":{},"startTime":1727853481773,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":309,"timestamp":1592512144675,"id":232,"parentId":189,"tags":{},"startTime":1727853481877,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":126495,"timestamp":1592512038383,"id":189,"parentId":152,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\app-render\\dynamic-rendering.js","layer":"rsc"},"startTime":1727853481771,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":101510,"timestamp":1592512093381,"id":214,"parentId":213,"tags":{},"startTime":1727853481826,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":102013,"timestamp":1592512092967,"id":213,"parentId":200,"tags":{},"startTime":1727853481826,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":111028,"timestamp":1592512087231,"id":200,"parentId":124,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Product.jsx","layer":"rsc"},"startTime":1727853481820,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":92288,"timestamp":1592512106203,"id":223,"parentId":222,"tags":{},"startTime":1727853481839,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":92778,"timestamp":1592512105783,"id":222,"parentId":216,"tags":{},"startTime":1727853481838,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":98497,"timestamp":1592512102229,"id":216,"parentId":124,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Bentosection.jsx","layer":"rsc"},"startTime":1727853481835,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":95297,"timestamp":1592512105729,"id":221,"parentId":220,"tags":{},"startTime":1727853481838,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":95825,"timestamp":1592512105263,"id":220,"parentId":215,"tags":{},"startTime":1727853481838,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":107883,"timestamp":1592512100835,"id":215,"parentId":124,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Sponsors.jsx","layer":"rsc"},"startTime":1727853481833,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":102588,"timestamp":1592512106678,"id":225,"parentId":224,"tags":{},"startTime":1727853481839,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":103076,"timestamp":1592512106255,"id":224,"parentId":217,"tags":{},"startTime":1727853481839,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":119244,"timestamp":1592512103113,"id":217,"parentId":124,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Phases.jsx","layer":"rsc"},"startTime":1727853481836,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":115133,"timestamp":1592512107573,"id":229,"parentId":228,"tags":{},"startTime":1727853481840,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":117454,"timestamp":1592512107167,"id":228,"parentId":219,"tags":{},"startTime":1727853481840,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":132816,"timestamp":1592512104586,"id":219,"parentId":124,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Eventbanner.jsx","layer":"rsc"},"startTime":1727853481837,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":937640,"timestamp":1592512092916,"id":212,"parentId":211,"tags":{},"startTime":1727853481826,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":938134,"timestamp":1592512092503,"id":211,"parentId":199,"tags":{},"startTime":1727853481825,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":953395,"timestamp":1592512086567,"id":199,"parentId":124,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Hero.jsx","layer":"rsc"},"startTime":1727853481819,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":947849,"timestamp":1592512092433,"id":210,"parentId":209,"tags":{},"startTime":1727853481825,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":948331,"timestamp":1592512092007,"id":209,"parentId":198,"tags":{},"startTime":1727853481825,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":961520,"timestamp":1592512085870,"id":198,"parentId":124,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Homepage.jsx","layer":"rsc"},"startTime":1727853481819,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":940600,"timestamp":1592512107119,"id":227,"parentId":226,"tags":{},"startTime":1727853481840,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":941046,"timestamp":1592512106729,"id":226,"parentId":218,"tags":{},"startTime":1727853481839,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":954824,"timestamp":1592512103897,"id":218,"parentId":124,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\HeroFeature.jsx","layer":"rsc"},"startTime":1727853481837,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":224506,"timestamp":1592512954406,"id":241,"parentId":237,"tags":{},"startTime":1727853482687,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":303,"timestamp":1592513179069,"id":257,"parentId":237,"tags":{},"startTime":1727853482912,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":243079,"timestamp":1592512951028,"id":237,"parentId":174,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\lib\\trace\\constants.js","layer":"rsc"},"startTime":1727853482684,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":239711,"timestamp":1592512954560,"id":242,"parentId":238,"tags":{},"startTime":1727853482687,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":307,"timestamp":1592513194394,"id":258,"parentId":238,"tags":{},"startTime":1727853482927,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":272393,"timestamp":1592512951774,"id":238,"parentId":174,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\lib\\trace\\tracer.js","layer":"rsc"},"startTime":1727853482684,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":269546,"timestamp":1592512954815,"id":244,"parentId":240,"tags":{},"startTime":1727853482687,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":625,"timestamp":1592513224497,"id":259,"parentId":240,"tags":{},"startTime":1727853482957,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":282748,"timestamp":1592512953098,"id":240,"parentId":174,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\output\\log.js","layer":"rsc"},"startTime":1727853482686,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":285799,"timestamp":1592512950229,"id":234,"parentId":233,"tags":{},"startTime":1727853482683,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":832007,"timestamp":1592512950940,"id":236,"parentId":235,"tags":{},"startTime":1727853482684,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":838766,"timestamp":1592512954695,"id":243,"parentId":239,"tags":{},"startTime":1727853482687,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":310,"timestamp":1592513793563,"id":264,"parentId":239,"tags":{},"startTime":1727853483526,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":855179,"timestamp":1592512952408,"id":239,"parentId":174,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\lib\\constants.js","layer":"rsc"},"startTime":1727853482685,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":670176,"timestamp":1592513144273,"id":254,"parentId":253,"tags":{},"startTime":1727853482877,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":670722,"timestamp":1592513143787,"id":253,"parentId":248,"tags":{},"startTime":1727853482876,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":685507,"timestamp":1592513141632,"id":248,"parentId":124,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Events.jsx","layer":"rsc"},"startTime":1727853482874,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":683103,"timestamp":1592513144614,"id":256,"parentId":255,"tags":{},"startTime":1727853482877,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":683449,"timestamp":1592513144323,"id":255,"parentId":250,"tags":{},"startTime":1727853482877,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":691730,"timestamp":1592513142961,"id":250,"parentId":189,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\static-generation-bailout.js","layer":"rsc"},"startTime":1727853482876,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":772130,"timestamp":1592513082064,"id":246,"parentId":245,"tags":{},"startTime":1727853482815,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":634,"timestamp":1592513854336,"id":265,"parentId":245,"tags":{},"startTime":1727853483587,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":790076,"timestamp":1592513069736,"id":245,"parentId":152,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\web\\spec-extension\\adapters\\reflect.js","layer":"rsc"},"startTime":1727853482802,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":775500,"timestamp":1592513143675,"id":252,"parentId":249,"tags":{},"startTime":1727853482876,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":305,"timestamp":1592513919297,"id":268,"parentId":249,"tags":{},"startTime":1727853483652,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":785635,"timestamp":1592513142327,"id":249,"parentId":189,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\lib\\url.js","layer":"rsc"},"startTime":1727853482875,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":784606,"timestamp":1592513143513,"id":251,"parentId":247,"tags":{},"startTime":1727853482876,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":463,"timestamp":1592513928213,"id":269,"parentId":247,"tags":{},"startTime":1727853483661,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":799056,"timestamp":1592513138187,"id":247,"parentId":122,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\clsx\\dist\\clsx.mjs","layer":"rsc"},"startTime":1727853482871,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":97912,"timestamp":1592513865060,"id":267,"parentId":266,"tags":{},"startTime":1727853483598,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":373,"timestamp":1592513963087,"id":276,"parentId":266,"tags":{},"startTime":1727853483696,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":101185,"timestamp":1592513864000,"id":266,"parentId":189,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\rsc\\react.js","layer":"rsc"},"startTime":1727853483597,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":7615,"timestamp":1592513974547,"id":289,"parentId":288,"tags":{},"startTime":1727853483707,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":8101,"timestamp":1592513974161,"id":288,"parentId":280,"tags":{},"startTime":1727853483707,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":15775,"timestamp":1592513969485,"id":280,"parentId":197,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Header.jsx","layer":"rsc"},"startTime":1727853483702,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":11837,"timestamp":1592513973695,"id":285,"parentId":284,"tags":{},"startTime":1727853483706,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":12305,"timestamp":1592513973270,"id":284,"parentId":278,"tags":{},"startTime":1727853483706,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":20746,"timestamp":1592513968076,"id":278,"parentId":197,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Footer.jsx","layer":"rsc"},"startTime":1727853483701,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":40752,"timestamp":1592513948207,"id":272,"parentId":270,"tags":{},"startTime":1727853483681,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243,"timestamp":1592513989041,"id":294,"parentId":270,"tags":{},"startTime":1727853483722,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":44168,"timestamp":1592513946729,"id":270,"parentId":195,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\api\\link.js","layer":"rsc"},"startTime":1727853483679,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":42673,"timestamp":1592513948364,"id":273,"parentId":271,"tags":{},"startTime":1727853483681,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":233,"timestamp":1592513991116,"id":295,"parentId":271,"tags":{},"startTime":1727853483724,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":45395,"timestamp":1592513947547,"id":271,"parentId":194,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\api\\image.js","layer":"rsc"},"startTime":1727853483680,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":41264,"timestamp":1592513952789,"id":275,"parentId":274,"tags":{},"startTime":1727853483685,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":296,"timestamp":1592513994142,"id":296,"parentId":274,"tags":{},"startTime":1727853483727,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":54652,"timestamp":1592513952071,"id":274,"parentId":240,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\lib\\picocolors.js","layer":"rsc"},"startTime":1727853483685,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":32874,"timestamp":1592513974115,"id":287,"parentId":286,"tags":{},"startTime":1727853483707,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":33294,"timestamp":1592513973746,"id":286,"parentId":279,"tags":{},"startTime":1727853483706,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":44257,"timestamp":1592513968797,"id":279,"parentId":197,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Bottom.jsx","layer":"rsc"},"startTime":1727853483701,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1494717,"timestamp":1592513974948,"id":291,"parentId":290,"tags":{},"startTime":1727853483708,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1495145,"timestamp":1592513974593,"id":290,"parentId":281,"tags":{},"startTime":1727853483707,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":1505848,"timestamp":1592513970129,"id":281,"parentId":197,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Banner.jsx","layer":"rsc"},"startTime":1727853483703,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1503214,"timestamp":1592513973216,"id":283,"parentId":282,"tags":{},"startTime":1727853483706,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1504221,"timestamp":1592513972274,"id":282,"parentId":277,"tags":{},"startTime":1727853483705,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":1530878,"timestamp":1592513967315,"id":277,"parentId":197,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Footer2.jsx","layer":"rsc"},"startTime":1727853483700,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":13036,"timestamp":1592515533605,"id":309,"parentId":308,"tags":{},"startTime":1727853485266,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":13679,"timestamp":1592515533032,"id":308,"parentId":307,"tags":{},"startTime":1727853485266,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":20448,"timestamp":1592515529106,"id":307,"parentId":198,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Gradient.jsx","layer":"rsc"},"startTime":1727853485262,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1586291,"timestamp":1592513980352,"id":293,"parentId":292,"tags":{},"startTime":1727853483713,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":331,"timestamp":1592515566788,"id":310,"parentId":292,"tags":{},"startTime":1727853485299,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1589307,"timestamp":1592513979489,"id":292,"parentId":175,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\rsc\\react-dom.js","layer":"rsc"},"startTime":1727853483712,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":123202,"timestamp":1592515453072,"id":298,"parentId":297,"tags":{},"startTime":1727853485186,"traceId":"007913bbb71a9a03"},{"name":"image-size-calculation","duration":3019,"timestamp":1592515585731,"id":312,"parentId":311,"tags":{},"startTime":1727853485318,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":344,"timestamp":1592515595297,"id":313,"parentId":311,"tags":{},"startTime":1727853485328,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":19480,"timestamp":1592515576876,"id":311,"parentId":297,"tags":{},"startTime":1727853485310,"traceId":"007913bbb71a9a03"},{"name":"build-module-jpg","duration":1583072,"timestamp":1592514015190,"id":297,"parentId":194,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\background3.jpg","layer":"rsc"},"startTime":1727853483748,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":144194,"timestamp":1592515454245,"id":302,"parentId":301,"tags":{},"startTime":1727853485187,"traceId":"007913bbb71a9a03"},{"name":"image-size-calculation","duration":5055,"timestamp":1592515599108,"id":315,"parentId":314,"tags":{},"startTime":1727853485332,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":49,"timestamp":1592515604284,"id":316,"parentId":314,"tags":{},"startTime":1727853485337,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":5915,"timestamp":1592515598528,"id":314,"parentId":301,"tags":{},"startTime":1727853485331,"traceId":"007913bbb71a9a03"},{"name":"build-module-svg","duration":152324,"timestamp":1592515453930,"id":301,"parentId":215,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\logos\\statickit.svg","layer":"rsc"},"startTime":1727853485187,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":196695,"timestamp":1592515453765,"id":300,"parentId":299,"tags":{},"startTime":1727853485186,"traceId":"007913bbb71a9a03"},{"name":"image-size-calculation","duration":1802,"timestamp":1592515651085,"id":321,"parentId":320,"tags":{},"startTime":1727853485384,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":74,"timestamp":1592515653019,"id":322,"parentId":320,"tags":{},"startTime":1727853485386,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":2622,"timestamp":1592515650596,"id":320,"parentId":299,"tags":{},"startTime":1727853485383,"traceId":"007913bbb71a9a03"},{"name":"build-module-svg","duration":201406,"timestamp":1592515453328,"id":299,"parentId":215,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\logos\\mirage.svg","layer":"rsc"},"startTime":1727853485186,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":200253,"timestamp":1592515454662,"id":304,"parentId":303,"tags":{},"startTime":1727853485187,"traceId":"007913bbb71a9a03"},{"name":"image-size-calculation","duration":1200,"timestamp":1592515655521,"id":324,"parentId":323,"tags":{},"startTime":1727853485388,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":47,"timestamp":1592515656819,"id":325,"parentId":323,"tags":{},"startTime":1727853485389,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":1970,"timestamp":1592515655012,"id":323,"parentId":303,"tags":{},"startTime":1727853485388,"traceId":"007913bbb71a9a03"},{"name":"build-module-svg","duration":204565,"timestamp":1592515454404,"id":303,"parentId":215,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\logos\\transistor.svg","layer":"rsc"},"startTime":1727853485187,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":204221,"timestamp":1592515455147,"id":306,"parentId":305,"tags":{},"startTime":1727853485188,"traceId":"007913bbb71a9a03"},{"name":"image-size-calculation","duration":372,"timestamp":1592515659896,"id":327,"parentId":326,"tags":{},"startTime":1727853485393,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":57,"timestamp":1592515660383,"id":328,"parentId":326,"tags":{},"startTime":1727853485393,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":1097,"timestamp":1592515659464,"id":326,"parentId":305,"tags":{},"startTime":1727853485392,"traceId":"007913bbb71a9a03"},{"name":"build-module-svg","duration":206998,"timestamp":1592515454831,"id":305,"parentId":215,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\logos\\tuple.svg","layer":"rsc"},"startTime":1727853485187,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10582,"timestamp":1592515682153,"id":330,"parentId":329,"tags":{},"startTime":1727853485415,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":363,"timestamp":1592515692835,"id":334,"parentId":329,"tags":{},"startTime":1727853485425,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":138288,"timestamp":1592515681365,"id":329,"parentId":238,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\@opentelemetry\\api\\index.js","layer":"rsc"},"startTime":1727853485414,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-transform","duration":190271,"timestamp":1592515635638,"id":319,"parentId":318,"tags":{},"startTime":1727853485368,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":190801,"timestamp":1592515635164,"id":318,"parentId":317,"tags":{},"startTime":1727853485368,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":193971,"timestamp":1592515634378,"id":317,"parentId":270,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\link.js","layer":"rsc"},"startTime":1727853485367,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":144391,"timestamp":1592515684170,"id":333,"parentId":332,"tags":{},"startTime":1727853485417,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":144750,"timestamp":1592515683859,"id":332,"parentId":331,"tags":{},"startTime":1727853485416,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":150050,"timestamp":1592515683287,"id":331,"parentId":271,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\image-external.js","layer":"rsc"},"startTime":1727853485416,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":71401,"timestamp":1592515823712,"id":337,"parentId":336,"tags":{},"startTime":1727853485556,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":72014,"timestamp":1592515823183,"id":336,"parentId":335,"tags":{},"startTime":1727853485556,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":123105,"timestamp":1592515822283,"id":335,"parentId":278,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Logo.jsx","layer":"rsc"},"startTime":1727853485555,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":81694,"timestamp":1592515885942,"id":341,"parentId":338,"tags":{},"startTime":1727853485619,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":83869,"timestamp":1592515886199,"id":342,"parentId":339,"tags":{},"startTime":1727853485619,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":84274,"timestamp":1592515886273,"id":343,"parentId":340,"tags":{},"startTime":1727853485619,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":44289,"timestamp":1592515961491,"id":348,"parentId":347,"tags":{},"startTime":1727853485694,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":44714,"timestamp":1592515961154,"id":347,"parentId":344,"tags":{},"startTime":1727853485694,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":53228,"timestamp":1592515959258,"id":344,"parentId":331,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\image-loader.js","layer":"rsc"},"startTime":1727853485692,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":73878,"timestamp":1592515962106,"id":350,"parentId":349,"tags":{},"startTime":1727853485695,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":74466,"timestamp":1592515961602,"id":349,"parentId":345,"tags":{},"startTime":1727853485694,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":77859,"timestamp":1592515959980,"id":345,"parentId":331,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\image-component.js","layer":"rsc"},"startTime":1727853485693,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":108405,"timestamp":1592515962472,"id":352,"parentId":351,"tags":{},"startTime":1727853485695,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":108755,"timestamp":1592515962197,"id":351,"parentId":346,"tags":{},"startTime":1727853485695,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":136070,"timestamp":1592515960572,"id":346,"parentId":331,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\get-img-props.js","layer":"rsc"},"startTime":1727853485693,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":16860,"timestamp":1592516111764,"id":355,"parentId":354,"tags":{},"startTime":1727853485844,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":17232,"timestamp":1592516111470,"id":354,"parentId":353,"tags":{},"startTime":1727853485844,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":22619,"timestamp":1592516110673,"id":353,"parentId":344,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\match-remote-pattern.js","layer":"rsc"},"startTime":1727853485843,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":24016,"timestamp":1592516114255,"id":359,"parentId":358,"tags":{},"startTime":1727853485847,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":24349,"timestamp":1592516113980,"id":358,"parentId":356,"tags":{},"startTime":1727853485847,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":28196,"timestamp":1592516112941,"id":356,"parentId":346,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\image-blur-svg.js","layer":"rsc"},"startTime":1727853485846,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":27047,"timestamp":1592516114553,"id":361,"parentId":360,"tags":{},"startTime":1727853485847,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":27349,"timestamp":1592516114304,"id":360,"parentId":357,"tags":{},"startTime":1727853485847,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":30623,"timestamp":1592516113482,"id":357,"parentId":346,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\image-config.js","layer":"rsc"},"startTime":1727853485846,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":44878,"timestamp":1592516160338,"id":364,"parentId":363,"tags":{},"startTime":1727853485893,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":45275,"timestamp":1592516160038,"id":363,"parentId":362,"tags":{},"startTime":1727853485893,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":48562,"timestamp":1592516159467,"id":362,"parentId":346,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\utils\\warn-once.js","layer":"rsc"},"startTime":1727853485892,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":4661,"timestamp":1592516222350,"id":366,"parentId":365,"tags":{},"startTime":1727853485955,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":5105,"timestamp":1592516221982,"id":365,"parentId":339,"tags":{},"startTime":1727853485955,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":384004,"timestamp":1592515847300,"id":339,"parentId":218,"tags":{"name":"__barrel_optimize__?names=ArrowPathIcon,CloudArrowUpIcon,Cog6ToothIcon,CpuChipIcon,CubeIcon,DocumentMagnifyingGlassIcon,FilmIcon,FingerPrintIcon,GlobeAltIcon,LockClosedIcon,RocketLaunchIcon,ServerIcon,ShieldCheckIcon!=!D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\index.js","layer":"rsc"},"startTime":1727853485580,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":20670,"timestamp":1592516224334,"id":368,"parentId":367,"tags":{},"startTime":1727853485957,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":21037,"timestamp":1592516224027,"id":367,"parentId":340,"tags":{},"startTime":1727853485957,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":398415,"timestamp":1592515847943,"id":340,"parentId":281,"tags":{"name":"__barrel_optimize__?names=XMarkIcon!=!D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\index.js","layer":"rsc"},"startTime":1727853485581,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":20687,"timestamp":1592516226238,"id":370,"parentId":369,"tags":{},"startTime":1727853485959,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":21040,"timestamp":1592516225937,"id":369,"parentId":338,"tags":{},"startTime":1727853485959,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":405483,"timestamp":1592515842671,"id":338,"parentId":198,"tags":{"name":"__barrel_optimize__?names=ChevronRightIcon!=!D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\index.js","layer":"rsc"},"startTime":1727853485575,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":71924,"timestamp":1592516356167,"id":373,"parentId":372,"tags":{},"startTime":1727853486089,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":72366,"timestamp":1592516355795,"id":372,"parentId":371,"tags":{},"startTime":1727853486088,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":77923,"timestamp":1592516354499,"id":371,"parentId":339,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\CloudArrowUpIcon.js","layer":"rsc"},"startTime":1727853486087,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":25379,"timestamp":1592516417685,"id":386,"parentId":385,"tags":{},"startTime":1727853486150,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":25775,"timestamp":1592516417349,"id":385,"parentId":374,"tags":{},"startTime":1727853486150,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":35918,"timestamp":1592516410508,"id":374,"parentId":339,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\Cog6ToothIcon.js","layer":"rsc"},"startTime":1727853486143,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":27945,"timestamp":1592516418695,"id":392,"parentId":391,"tags":{},"startTime":1727853486151,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":28266,"timestamp":1592516418423,"id":391,"parentId":377,"tags":{},"startTime":1727853486151,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":36359,"timestamp":1592516412942,"id":377,"parentId":339,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\FilmIcon.js","layer":"rsc"},"startTime":1727853486146,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":31134,"timestamp":1592516418374,"id":390,"parentId":389,"tags":{},"startTime":1727853486151,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31471,"timestamp":1592516418085,"id":389,"parentId":376,"tags":{},"startTime":1727853486151,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":40001,"timestamp":1592516412357,"id":376,"parentId":339,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\CubeIcon.js","layer":"rsc"},"startTime":1727853486145,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":34533,"timestamp":1592516418036,"id":388,"parentId":387,"tags":{},"startTime":1727853486151,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34881,"timestamp":1592516417738,"id":387,"parentId":375,"tags":{},"startTime":1727853486150,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":43309,"timestamp":1592516411765,"id":375,"parentId":339,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\CpuChipIcon.js","layer":"rsc"},"startTime":1727853486144,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":38292,"timestamp":1592516419022,"id":394,"parentId":393,"tags":{},"startTime":1727853486152,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":38627,"timestamp":1592516418742,"id":393,"parentId":378,"tags":{},"startTime":1727853486151,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":46298,"timestamp":1592516413473,"id":378,"parentId":339,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\ArrowPathIcon.js","layer":"rsc"},"startTime":1727853486146,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":40692,"timestamp":1592516419327,"id":396,"parentId":395,"tags":{},"startTime":1727853486152,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":40999,"timestamp":1592516419068,"id":395,"parentId":379,"tags":{},"startTime":1727853486152,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":48412,"timestamp":1592516414011,"id":379,"parentId":339,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\LockClosedIcon.js","layer":"rsc"},"startTime":1727853486147,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":43163,"timestamp":1592516419956,"id":400,"parentId":399,"tags":{},"startTime":1727853486153,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":43498,"timestamp":1592516419675,"id":399,"parentId":381,"tags":{},"startTime":1727853486152,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":51302,"timestamp":1592516415063,"id":381,"parentId":339,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\ServerIcon.js","layer":"rsc"},"startTime":1727853486148,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":46967,"timestamp":1592516419630,"id":398,"parentId":397,"tags":{},"startTime":1727853486152,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":47274,"timestamp":1592516419373,"id":397,"parentId":380,"tags":{},"startTime":1727853486152,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":54770,"timestamp":1592516414525,"id":380,"parentId":339,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\RocketLaunchIcon.js","layer":"rsc"},"startTime":1727853486147,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":50475,"timestamp":1592516420259,"id":402,"parentId":401,"tags":{},"startTime":1727853486153,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":50787,"timestamp":1592516420002,"id":401,"parentId":382,"tags":{},"startTime":1727853486153,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":57711,"timestamp":1592516415565,"id":382,"parentId":339,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\DocumentMagnifyingGlassIcon.js","layer":"rsc"},"startTime":1727853486148,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":32329,"timestamp":1592516441170,"id":410,"parentId":409,"tags":{},"startTime":1727853486174,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":32731,"timestamp":1592516440817,"id":409,"parentId":407,"tags":{},"startTime":1727853486173,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":36664,"timestamp":1592516439139,"id":407,"parentId":340,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\XMarkIcon.js","layer":"rsc"},"startTime":1727853486172,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":39543,"timestamp":1592516441505,"id":412,"parentId":411,"tags":{},"startTime":1727853486174,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39881,"timestamp":1592516441223,"id":411,"parentId":408,"tags":{},"startTime":1727853486174,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":44082,"timestamp":1592516439789,"id":408,"parentId":339,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\ShieldCheckIcon.js","layer":"rsc"},"startTime":1727853486172,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":63619,"timestamp":1592516420892,"id":406,"parentId":405,"tags":{},"startTime":1727853486154,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":63941,"timestamp":1592516420625,"id":405,"parentId":384,"tags":{},"startTime":1727853486153,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":70234,"timestamp":1592516416622,"id":384,"parentId":339,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\GlobeAltIcon.js","layer":"rsc"},"startTime":1727853486149,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":30173,"timestamp":1592516456908,"id":415,"parentId":414,"tags":{},"startTime":1727853486190,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":30553,"timestamp":1592516456577,"id":414,"parentId":413,"tags":{},"startTime":1727853486189,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":33440,"timestamp":1592516455947,"id":413,"parentId":338,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\ChevronRightIcon.js","layer":"rsc"},"startTime":1727853486189,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":69019,"timestamp":1592516420579,"id":404,"parentId":403,"tags":{},"startTime":1727853486153,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":69339,"timestamp":1592516420306,"id":403,"parentId":383,"tags":{},"startTime":1727853486153,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":75833,"timestamp":1592516416088,"id":383,"parentId":339,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\FingerPrintIcon.js","layer":"rsc"},"startTime":1727853486149,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20585,"timestamp":1592516500770,"id":417,"parentId":416,"tags":{},"startTime":1727853486233,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":349,"timestamp":1592516521470,"id":420,"parentId":416,"tags":{},"startTime":1727853486254,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":126786,"timestamp":1592516500015,"id":416,"parentId":353,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\picomatch\\index.js","layer":"rsc"},"startTime":1727853486233,"traceId":"007913bbb71a9a03"},{"name":"font-loader","duration":2887488,"timestamp":1592513783532,"id":263,"parentId":262,"tags":{},"startTime":1727853483516,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":202396,"timestamp":1592516510258,"id":419,"parentId":418,"tags":{},"startTime":1727853486243,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":279,"timestamp":1592516712768,"id":421,"parentId":418,"tags":{},"startTime":1727853486445,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":205396,"timestamp":1592516509477,"id":418,"parentId":331,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_interop_require_default.js","layer":"rsc"},"startTime":1727853486242,"traceId":"007913bbb71a9a03"},{"name":"postcss","duration":30951,"timestamp":1592520395463,"id":422,"parentId":262,"tags":{},"startTime":1727853490128,"traceId":"007913bbb71a9a03"},{"name":"next-font-loader","duration":6646141,"timestamp":1592513783107,"id":262,"parentId":235,"tags":{},"startTime":1727853483516,"traceId":"007913bbb71a9a03"},{"name":"css-loader","duration":402325,"timestamp":1592520427342,"id":423,"parentId":235,"tags":{"astUsed":"true"},"startTime":1727853490160,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":7881889,"timestamp":1592512950467,"id":235,"parentId":122,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}","layer":"rsc"},"startTime":1727853482683,"traceId":"007913bbb71a9a03"},{"name":"font-loader","duration":7666899,"timestamp":1592513742549,"id":261,"parentId":260,"tags":{},"startTime":1727853483475,"traceId":"007913bbb71a9a03"},{"name":"postcss","duration":6540,"timestamp":1592521409819,"id":424,"parentId":260,"tags":{},"startTime":1727853491142,"traceId":"007913bbb71a9a03"},{"name":"next-font-loader","duration":8179868,"timestamp":1592513236795,"id":260,"parentId":233,"tags":{},"startTime":1727853482969,"traceId":"007913bbb71a9a03"}] +[{"name":"css-loader","duration":13152,"timestamp":1592521416551,"id":425,"parentId":233,"tags":{"astUsed":"true"},"startTime":1727853491149,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":9178380,"timestamp":1592512252814,"id":233,"parentId":122,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}","layer":"rsc"},"startTime":1727853481985,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":12422612,"timestamp":1592509010482,"id":120,"parentId":119,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=D%3A%5Cgithub%5Courverse_new%5Csrc%5Capp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=D%3A%5Cgithub%5Courverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727853478743,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":50192,"timestamp":1592521565363,"id":432,"parentId":118,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=true!","layer":"ssr"},"startTime":1727853491298,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":4795,"timestamp":1592521615757,"id":433,"parentId":118,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=true!","layer":"ssr"},"startTime":1727853491348,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":1365,"timestamp":1592521620676,"id":434,"parentId":118,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Cgoogle%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Cgoogle%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cstyles%5C%5Ctailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1727853491353,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":11515,"timestamp":1592521622173,"id":435,"parentId":118,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1727853491355,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":16246,"timestamp":1592521633829,"id":436,"parentId":118,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Capp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cerror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Clayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Crender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1727853491366,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":2602,"timestamp":1592521729634,"id":438,"parentId":437,"tags":{},"startTime":1727853491462,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":3506,"timestamp":1592521730211,"id":440,"parentId":439,"tags":{},"startTime":1727853491463,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4118,"timestamp":1592521730729,"id":442,"parentId":441,"tags":{},"startTime":1727853491463,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4632,"timestamp":1592521731180,"id":444,"parentId":443,"tags":{},"startTime":1727853491464,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5458,"timestamp":1592521732141,"id":446,"parentId":445,"tags":{},"startTime":1727853491465,"traceId":"007913bbb71a9a03"},{"name":"image-size-calculation","duration":5006,"timestamp":1592521733364,"id":448,"parentId":447,"tags":{},"startTime":1727853491466,"traceId":"007913bbb71a9a03"},{"name":"image-size-calculation","duration":4158,"timestamp":1592521734283,"id":450,"parentId":449,"tags":{},"startTime":1727853491467,"traceId":"007913bbb71a9a03"},{"name":"image-size-calculation","duration":3107,"timestamp":1592521735358,"id":452,"parentId":451,"tags":{},"startTime":1727853491468,"traceId":"007913bbb71a9a03"},{"name":"image-size-calculation","duration":2103,"timestamp":1592521736398,"id":454,"parentId":453,"tags":{},"startTime":1727853491469,"traceId":"007913bbb71a9a03"},{"name":"image-size-calculation","duration":507,"timestamp":1592521738017,"id":456,"parentId":455,"tags":{},"startTime":1727853491471,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":58,"timestamp":1592521739207,"id":457,"parentId":447,"tags":{},"startTime":1727853491472,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":49,"timestamp":1592521739392,"id":458,"parentId":449,"tags":{},"startTime":1727853491472,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":60,"timestamp":1592521740178,"id":459,"parentId":451,"tags":{},"startTime":1727853491473,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":74,"timestamp":1592521740357,"id":460,"parentId":453,"tags":{},"startTime":1727853491473,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":65,"timestamp":1592521740568,"id":461,"parentId":455,"tags":{},"startTime":1727853491473,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":8394,"timestamp":1592521732381,"id":447,"parentId":437,"tags":{},"startTime":1727853491465,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":6985,"timestamp":1592521733829,"id":449,"parentId":439,"tags":{},"startTime":1727853491466,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":5874,"timestamp":1592521734962,"id":451,"parentId":441,"tags":{},"startTime":1727853491468,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":4955,"timestamp":1592521735904,"id":453,"parentId":443,"tags":{},"startTime":1727853491469,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":3162,"timestamp":1592521737718,"id":455,"parentId":445,"tags":{},"startTime":1727853491470,"traceId":"007913bbb71a9a03"},{"name":"build-module-jpg","duration":13663,"timestamp":1592521728886,"id":437,"parentId":432,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\background3.jpg","layer":"ssr"},"startTime":1727853491462,"traceId":"007913bbb71a9a03"},{"name":"build-module-svg","duration":13984,"timestamp":1592521729815,"id":439,"parentId":432,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\logos\\mirage.svg","layer":"ssr"},"startTime":1727853491462,"traceId":"007913bbb71a9a03"},{"name":"build-module-svg","duration":14772,"timestamp":1592521730375,"id":441,"parentId":432,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\logos\\statickit.svg","layer":"ssr"},"startTime":1727853491463,"traceId":"007913bbb71a9a03"},{"name":"build-module-svg","duration":15505,"timestamp":1592521730845,"id":443,"parentId":432,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\logos\\transistor.svg","layer":"ssr"},"startTime":1727853491463,"traceId":"007913bbb71a9a03"},{"name":"build-module-svg","duration":15936,"timestamp":1592521731817,"id":445,"parentId":432,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\logos\\tuple.svg","layer":"ssr"},"startTime":1727853491464,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":10390,"timestamp":1592521789862,"id":478,"parentId":477,"tags":{},"startTime":1727853491523,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":10874,"timestamp":1592521789457,"id":477,"parentId":464,"tags":{},"startTime":1727853491522,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":32232,"timestamp":1592521783491,"id":464,"parentId":433,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Header.jsx","layer":"ssr"},"startTime":1727853491516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":98879,"timestamp":1592521789409,"id":476,"parentId":475,"tags":{},"startTime":1727853491522,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":99368,"timestamp":1592521788996,"id":475,"parentId":463,"tags":{},"startTime":1727853491522,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":119745,"timestamp":1592521782825,"id":463,"parentId":432,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Product.jsx","layer":"ssr"},"startTime":1727853491515,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":114403,"timestamp":1592521788946,"id":474,"parentId":473,"tags":{},"startTime":1727853491522,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":115926,"timestamp":1592521787480,"id":473,"parentId":462,"tags":{},"startTime":1727853491520,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":143707,"timestamp":1592521774499,"id":462,"parentId":432,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Bentosection.jsx","layer":"ssr"},"startTime":1727853491507,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":127450,"timestamp":1592521790999,"id":486,"parentId":485,"tags":{},"startTime":1727853491524,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":127720,"timestamp":1592521790778,"id":485,"parentId":468,"tags":{},"startTime":1727853491523,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":140442,"timestamp":1592521785363,"id":468,"parentId":436,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\client-page.js","layer":"ssr"},"startTime":1727853491518,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":135951,"timestamp":1592521790192,"id":480,"parentId":479,"tags":{},"startTime":1727853491523,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":136285,"timestamp":1592521789911,"id":479,"parentId":465,"tags":{},"startTime":1727853491523,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":164294,"timestamp":1592521784090,"id":465,"parentId":432,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\image-component.js","layer":"ssr"},"startTime":1727853491517,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":157421,"timestamp":1592521791253,"id":488,"parentId":487,"tags":{},"startTime":1727853491524,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":157682,"timestamp":1592521791042,"id":487,"parentId":469,"tags":{},"startTime":1727853491524,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":181203,"timestamp":1592521785792,"id":469,"parentId":436,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\error-boundary.js","layer":"ssr"},"startTime":1727853491518,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":175493,"timestamp":1592521791772,"id":492,"parentId":491,"tags":{},"startTime":1727853491524,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":175788,"timestamp":1592521791563,"id":491,"parentId":471,"tags":{},"startTime":1727853491524,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":188899,"timestamp":1592521786677,"id":471,"parentId":436,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\not-found-boundary.js","layer":"ssr"},"startTime":1727853491519,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":185665,"timestamp":1592521790452,"id":482,"parentId":481,"tags":{},"startTime":1727853491523,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":185932,"timestamp":1592521790237,"id":481,"parentId":466,"tags":{},"startTime":1727853491523,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":232191,"timestamp":1592521784528,"id":466,"parentId":432,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\link.js","layer":"ssr"},"startTime":1727853491517,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":226817,"timestamp":1592521790727,"id":484,"parentId":483,"tags":{},"startTime":1727853491523,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":227099,"timestamp":1592521790508,"id":483,"parentId":467,"tags":{},"startTime":1727853491523,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":291020,"timestamp":1592521784968,"id":467,"parentId":436,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\app-router.js","layer":"ssr"},"startTime":1727853491518,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":284284,"timestamp":1592521792023,"id":494,"parentId":493,"tags":{},"startTime":1727853491525,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":284555,"timestamp":1592521791816,"id":493,"parentId":472,"tags":{},"startTime":1727853491524,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":293441,"timestamp":1592521787070,"id":472,"parentId":436,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js","layer":"ssr"},"startTime":1727853491520,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":289335,"timestamp":1592521791518,"id":490,"parentId":489,"tags":{},"startTime":1727853491524,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":289609,"timestamp":1592521791296,"id":489,"parentId":470,"tags":{},"startTime":1727853491524,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":316763,"timestamp":1592521786183,"id":470,"parentId":436,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\layout-router.js","layer":"ssr"},"startTime":1727853491519,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":3079,"timestamp":1592522252737,"id":512,"parentId":505,"tags":{},"startTime":1727853491985,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4731,"timestamp":1592522252810,"id":513,"parentId":510,"tags":{},"startTime":1727853491985,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":546,"timestamp":1592522257311,"id":526,"parentId":505,"tags":{},"startTime":1727853491990,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":255,"timestamp":1592522257646,"id":527,"parentId":510,"tags":{},"startTime":1727853491990,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":12602,"timestamp":1592522247254,"id":505,"parentId":465,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_interop_require_default.js","layer":"ssr"},"startTime":1727853491980,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":11774,"timestamp":1592522251535,"id":510,"parentId":463,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\clsx\\dist\\clsx.mjs","layer":"ssr"},"startTime":1727853491984,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":38160,"timestamp":1592522239578,"id":501,"parentId":500,"tags":{},"startTime":1727853491972,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":38633,"timestamp":1592522239175,"id":500,"parentId":496,"tags":{},"startTime":1727853491972,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":43225,"timestamp":1592522236744,"id":496,"parentId":464,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Container.jsx","layer":"ssr"},"startTime":1727853491969,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":41074,"timestamp":1592522239122,"id":499,"parentId":498,"tags":{},"startTime":1727853491972,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":41630,"timestamp":1592522238615,"id":498,"parentId":495,"tags":{},"startTime":1727853491971,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":46747,"timestamp":1592522235953,"id":495,"parentId":464,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Button.jsx","layer":"ssr"},"startTime":1727853491969,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":48590,"timestamp":1592522253120,"id":515,"parentId":514,"tags":{},"startTime":1727853491986,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":48932,"timestamp":1592522252850,"id":514,"parentId":504,"tags":{},"startTime":1727853491985,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":61399,"timestamp":1592522246787,"id":504,"parentId":465,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\image-loader.js","layer":"ssr"},"startTime":1727853491979,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":58259,"timestamp":1592522253693,"id":519,"parentId":518,"tags":{},"startTime":1727853491986,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":58561,"timestamp":1592522253448,"id":518,"parentId":507,"tags":{},"startTime":1727853491986,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":64333,"timestamp":1592522250272,"id":507,"parentId":465,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\image-config.js","layer":"ssr"},"startTime":1727853491983,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":60564,"timestamp":1592522254239,"id":523,"parentId":522,"tags":{},"startTime":1727853491987,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":60829,"timestamp":1592522254021,"id":522,"parentId":509,"tags":{},"startTime":1727853491987,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":65731,"timestamp":1592522251123,"id":509,"parentId":465,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\utils\\warn-once.js","layer":"ssr"},"startTime":1727853491984,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":63084,"timestamp":1592522253976,"id":521,"parentId":520,"tags":{},"startTime":1727853491987,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":63368,"timestamp":1592522253740,"id":520,"parentId":508,"tags":{},"startTime":1727853491986,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":71687,"timestamp":1592522250710,"id":508,"parentId":468,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\search-params.js","layer":"ssr"},"startTime":1727853491983,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":96140,"timestamp":1592522254689,"id":525,"parentId":524,"tags":{},"startTime":1727853491987,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":96618,"timestamp":1592522254283,"id":524,"parentId":511,"tags":{},"startTime":1727853491987,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":101803,"timestamp":1592522252111,"id":511,"parentId":463,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\BackgroundImage.jsx","layer":"ssr"},"startTime":1727853491985,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":132655,"timestamp":1592522240013,"id":503,"parentId":502,"tags":{},"startTime":1727853491973,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":133104,"timestamp":1592522239631,"id":502,"parentId":497,"tags":{},"startTime":1727853491972,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":172537,"timestamp":1592522237358,"id":497,"parentId":464,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Logo.jsx","layer":"ssr"},"startTime":1727853491970,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":167322,"timestamp":1592522253402,"id":517,"parentId":516,"tags":{},"startTime":1727853491986,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":167622,"timestamp":1592522253170,"id":516,"parentId":506,"tags":{},"startTime":1727853491986,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":193629,"timestamp":1592522249825,"id":506,"parentId":465,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\get-img-props.js","layer":"ssr"},"startTime":1727853491982,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4660,"timestamp":1592522449992,"id":532,"parentId":528,"tags":{},"startTime":1727853492183,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":9098,"timestamp":1592522454753,"id":539,"parentId":528,"tags":{},"startTime":1727853492187,"traceId":"007913bbb71a9a03"}] +[{"name":"build-module-js","duration":20591,"timestamp":1592522446968,"id":528,"parentId":495,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\api\\link.js","layer":"ssr"},"startTime":1727853492180,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":62782,"timestamp":1592522453777,"id":538,"parentId":537,"tags":{},"startTime":1727853492186,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":63096,"timestamp":1592522453538,"id":537,"parentId":531,"tags":{},"startTime":1727853492186,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":72391,"timestamp":1592522448621,"id":531,"parentId":466,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\add-base-path.js","layer":"ssr"},"startTime":1727853492181,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":68065,"timestamp":1592522453146,"id":534,"parentId":533,"tags":{},"startTime":1727853492186,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":68435,"timestamp":1592522452825,"id":533,"parentId":529,"tags":{},"startTime":1727853492185,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":77006,"timestamp":1592522447684,"id":529,"parentId":466,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\add-locale.js","layer":"ssr"},"startTime":1727853492180,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":106068,"timestamp":1592522453489,"id":536,"parentId":535,"tags":{},"startTime":1727853492186,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":106427,"timestamp":1592522453199,"id":535,"parentId":530,"tags":{},"startTime":1727853492186,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":119039,"timestamp":1592522448149,"id":530,"parentId":466,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\use-intersection.js","layer":"ssr"},"startTime":1727853492181,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":30841,"timestamp":1592522536560,"id":558,"parentId":557,"tags":{},"startTime":1727853492269,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31231,"timestamp":1592522536238,"id":557,"parentId":540,"tags":{},"startTime":1727853492269,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":44714,"timestamp":1592522526611,"id":540,"parentId":504,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\match-remote-pattern.js","layer":"ssr"},"startTime":1727853492259,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4851,"timestamp":1592522583529,"id":603,"parentId":591,"tags":{},"startTime":1727853492316,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5111,"timestamp":1592522583609,"id":604,"parentId":592,"tags":{},"startTime":1727853492316,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5383,"timestamp":1592522583656,"id":605,"parentId":594,"tags":{},"startTime":1727853492316,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":4496,"timestamp":1592522588501,"id":621,"parentId":591,"tags":{},"startTime":1727853492321,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":4257,"timestamp":1592522588797,"id":622,"parentId":592,"tags":{},"startTime":1727853492321,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":3967,"timestamp":1592522589111,"id":623,"parentId":594,"tags":{},"startTime":1727853492322,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":17282,"timestamp":1592522577099,"id":591,"parentId":511,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\api\\image.js","layer":"ssr"},"startTime":1727853492310,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":26825,"timestamp":1592522577814,"id":592,"parentId":508,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\app-render\\dynamic-rendering.js","layer":"ssr"},"startTime":1727853492310,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":30128,"timestamp":1592522578844,"id":594,"parentId":508,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\web\\spec-extension\\adapters\\reflect.js","layer":"ssr"},"startTime":1727853492311,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":72248,"timestamp":1592522537151,"id":562,"parentId":561,"tags":{},"startTime":1727853492270,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":72552,"timestamp":1592522536919,"id":561,"parentId":542,"tags":{},"startTime":1727853492270,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":91475,"timestamp":1592522527600,"id":542,"parentId":466,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\utils.js","layer":"ssr"},"startTime":1727853492260,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":81861,"timestamp":1592522537419,"id":564,"parentId":563,"tags":{},"startTime":1727853492270,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":82132,"timestamp":1592522537197,"id":563,"parentId":543,"tags":{},"startTime":1727853492270,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":96880,"timestamp":1592522528023,"id":543,"parentId":467,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\remove-base-path.js","layer":"ssr"},"startTime":1727853492261,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":88250,"timestamp":1592522536873,"id":560,"parentId":559,"tags":{},"startTime":1727853492270,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":88561,"timestamp":1592522536611,"id":559,"parentId":541,"tags":{},"startTime":1727853492269,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":105202,"timestamp":1592522527143,"id":541,"parentId":466,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\resolve-href.js","layer":"ssr"},"startTime":1727853492260,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":130544,"timestamp":1592522537713,"id":566,"parentId":565,"tags":{},"startTime":1727853492270,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":130849,"timestamp":1592522537484,"id":565,"parentId":544,"tags":{},"startTime":1727853492270,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":144371,"timestamp":1592522528457,"id":544,"parentId":466,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\get-domain-locale.js","layer":"ssr"},"startTime":1727853492261,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":134498,"timestamp":1592522538526,"id":572,"parentId":571,"tags":{},"startTime":1727853492271,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":134781,"timestamp":1592522538292,"id":571,"parentId":547,"tags":{},"startTime":1727853492271,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":146946,"timestamp":1592522529723,"id":547,"parentId":471,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\not-found.js","layer":"ssr"},"startTime":1727853492262,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":137851,"timestamp":1592522539050,"id":576,"parentId":575,"tags":{},"startTime":1727853492272,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":138116,"timestamp":1592522538835,"id":575,"parentId":549,"tags":{},"startTime":1727853492271,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":152034,"timestamp":1592522530537,"id":549,"parentId":467,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\app-router-announcer.js","layer":"ssr"},"startTime":1727853492263,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":143460,"timestamp":1592522539307,"id":578,"parentId":577,"tags":{},"startTime":1727853492272,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":143722,"timestamp":1592522539093,"id":577,"parentId":550,"tags":{},"startTime":1727853492272,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":155031,"timestamp":1592522530937,"id":550,"parentId":469,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\is-next-router-error.js","layer":"ssr"},"startTime":1727853492264,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":147911,"timestamp":1592522538249,"id":570,"parentId":569,"tags":{},"startTime":1727853492271,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":148176,"timestamp":1592522538033,"id":569,"parentId":546,"tags":{},"startTime":1727853492271,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":160070,"timestamp":1592522529292,"id":546,"parentId":467,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\has-base-path.js","layer":"ssr"},"startTime":1727853492262,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":151623,"timestamp":1592522537989,"id":568,"parentId":567,"tags":{},"startTime":1727853492271,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":151902,"timestamp":1592522537759,"id":567,"parentId":545,"tags":{},"startTime":1727853492270,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":169490,"timestamp":1592522528886,"id":545,"parentId":469,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\navigation.js","layer":"ssr"},"startTime":1727853492262,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":158782,"timestamp":1592522539850,"id":582,"parentId":581,"tags":{},"startTime":1727853492272,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":159046,"timestamp":1592522539637,"id":581,"parentId":552,"tags":{},"startTime":1727853492272,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":170471,"timestamp":1592522531776,"id":552,"parentId":467,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\app-router-headers.js","layer":"ssr"},"startTime":1727853492264,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":162353,"timestamp":1592522540107,"id":584,"parentId":583,"tags":{},"startTime":1727853492273,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":162616,"timestamp":1592522539894,"id":583,"parentId":553,"tags":{},"startTime":1727853492273,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":174254,"timestamp":1592522532187,"id":553,"parentId":470,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\match-segments.js","layer":"ssr"},"startTime":1727853492265,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5468,"timestamp":1592522713008,"id":634,"parentId":633,"tags":{},"startTime":1727853492446,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":2990,"timestamp":1592522718583,"id":635,"parentId":633,"tags":{},"startTime":1727853492451,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":82386,"timestamp":1592522711902,"id":633,"parentId":540,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\picomatch\\index.js","layer":"ssr"},"startTime":1727853492445,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":255861,"timestamp":1592522538790,"id":574,"parentId":573,"tags":{},"startTime":1727853492271,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":256129,"timestamp":1592522538575,"id":573,"parentId":548,"tags":{},"startTime":1727853492271,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":290453,"timestamp":1592522530119,"id":548,"parentId":465,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\head.js","layer":"ssr"},"startTime":1727853492263,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":280499,"timestamp":1592522540362,"id":586,"parentId":585,"tags":{},"startTime":1727853492273,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":280764,"timestamp":1592522540151,"id":585,"parentId":554,"tags":{},"startTime":1727853492273,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":294085,"timestamp":1592522532600,"id":554,"parentId":467,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\redirect-boundary.js","layer":"ssr"},"startTime":1727853492265,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":288474,"timestamp":1592522539592,"id":580,"parentId":579,"tags":{},"startTime":1727853492272,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":288773,"timestamp":1592522539351,"id":579,"parentId":551,"tags":{},"startTime":1727853492272,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":298829,"timestamp":1592522531357,"id":551,"parentId":467,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\segment.js","layer":"ssr"},"startTime":1727853492264,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":308440,"timestamp":1592522540655,"id":588,"parentId":587,"tags":{},"startTime":1727853492273,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":308756,"timestamp":1592522540406,"id":587,"parentId":555,"tags":{},"startTime":1727853492273,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":318660,"timestamp":1592522532994,"id":555,"parentId":467,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\unresolved-thenable.js","layer":"ssr"},"startTime":1727853492266,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":266197,"timestamp":1592522585666,"id":610,"parentId":609,"tags":{},"startTime":1727853492318,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":266572,"timestamp":1592522585340,"id":609,"parentId":593,"tags":{},"startTime":1727853492318,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":275752,"timestamp":1592522578382,"id":593,"parentId":506,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\image-blur-svg.js","layer":"ssr"},"startTime":1727853492311,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":313451,"timestamp":1592522540912,"id":590,"parentId":589,"tags":{},"startTime":1727853492274,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":313715,"timestamp":1592522540700,"id":589,"parentId":556,"tags":{},"startTime":1727853492273,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":329170,"timestamp":1592522533398,"id":556,"parentId":467,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\use-reducer-with-devtools.js","layer":"ssr"},"startTime":1727853492266,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":276788,"timestamp":1592522585978,"id":612,"parentId":611,"tags":{},"startTime":1727853492319,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":277096,"timestamp":1592522585718,"id":611,"parentId":598,"tags":{},"startTime":1727853492318,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":286024,"timestamp":1592522581063,"id":598,"parentId":466,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\router-reducer-types.js","layer":"ssr"},"startTime":1727853492314,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":281062,"timestamp":1592522586256,"id":614,"parentId":613,"tags":{},"startTime":1727853492319,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":281341,"timestamp":1592522586026,"id":613,"parentId":599,"tags":{},"startTime":1727853492319,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":291158,"timestamp":1592522581505,"id":599,"parentId":467,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\create-initial-router-state.js","layer":"ssr"},"startTime":1727853492314,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":286369,"timestamp":1592522586821,"id":618,"parentId":617,"tags":{},"startTime":1727853492319,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":286650,"timestamp":1592522586594,"id":617,"parentId":601,"tags":{},"startTime":1727853492319,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":293687,"timestamp":1592522582312,"id":601,"parentId":470,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\create-router-cache-key.js","layer":"ssr"},"startTime":1727853492315,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":289640,"timestamp":1592522586548,"id":616,"parentId":615,"tags":{},"startTime":1727853492319,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":289934,"timestamp":1592522586303,"id":615,"parentId":600,"tags":{},"startTime":1727853492319,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":296832,"timestamp":1592522581918,"id":600,"parentId":467,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\create-href-from-url.js","layer":"ssr"},"startTime":1727853492315,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":291898,"timestamp":1592522587083,"id":620,"parentId":619,"tags":{},"startTime":1727853492320,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":292164,"timestamp":1592522586866,"id":619,"parentId":602,"tags":{},"startTime":1727853492320,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":303709,"timestamp":1592522582733,"id":602,"parentId":470,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\fetch-server-response.js","layer":"ssr"},"startTime":1727853492315,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":247971,"timestamp":1592522641361,"id":628,"parentId":627,"tags":{},"startTime":1727853492374,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":248330,"timestamp":1592522641058,"id":627,"parentId":624,"tags":{},"startTime":1727853492374,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":254997,"timestamp":1592522636904,"id":624,"parentId":470,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\get-segment-value.js","layer":"ssr"},"startTime":1727853492370,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":250129,"timestamp":1592522641973,"id":632,"parentId":631,"tags":{},"startTime":1727853492375,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":250409,"timestamp":1592522641741,"id":631,"parentId":626,"tags":{},"startTime":1727853492374,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":257396,"timestamp":1592522637927,"id":626,"parentId":470,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1727853492371,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7962,"timestamp":1592522908395,"id":640,"parentId":636,"tags":{},"startTime":1727853492641,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":18454,"timestamp":1592522916482,"id":647,"parentId":636,"tags":{},"startTime":1727853492649,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":33187,"timestamp":1592522905366,"id":636,"parentId":592,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\lib\\url.js","layer":"ssr"},"startTime":1727853492638,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":310241,"timestamp":1592522641694,"id":630,"parentId":629,"tags":{},"startTime":1727853492374,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":311579,"timestamp":1592522641416,"id":629,"parentId":625,"tags":{},"startTime":1727853492374,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":319635,"timestamp":1592522637486,"id":625,"parentId":467,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\find-head-in-cache.js","layer":"ssr"},"startTime":1727853492370,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":51879,"timestamp":1592522915163,"id":644,"parentId":643,"tags":{},"startTime":1727853492648,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":52172,"timestamp":1592522914928,"id":643,"parentId":638,"tags":{},"startTime":1727853492648,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":63995,"timestamp":1592522906558,"id":638,"parentId":592,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\static-generation-bailout.js","layer":"ssr"},"startTime":1727853492639,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":55304,"timestamp":1592522915450,"id":646,"parentId":645,"tags":{},"startTime":1727853492648,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":55594,"timestamp":1592522915209,"id":645,"parentId":639,"tags":{},"startTime":1727853492648,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":66640,"timestamp":1592522906986,"id":639,"parentId":591,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\image-external.js","layer":"ssr"},"startTime":1727853492640,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":58941,"timestamp":1592522914875,"id":642,"parentId":641,"tags":{},"startTime":1727853492648,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":59294,"timestamp":1592522914570,"id":641,"parentId":637,"tags":{},"startTime":1727853492647,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":70932,"timestamp":1592522906090,"id":637,"parentId":592,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\hooks-server-context.js","layer":"ssr"},"startTime":1727853492639,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":49850,"timestamp":1592522988378,"id":659,"parentId":658,"tags":{},"startTime":1727853492721,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":50164,"timestamp":1592522988142,"id":658,"parentId":651,"tags":{},"startTime":1727853492721,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":59526,"timestamp":1592522984708,"id":651,"parentId":467,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\is-bot.js","layer":"ssr"},"startTime":1727853492717,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":56601,"timestamp":1592522988094,"id":657,"parentId":656,"tags":{},"startTime":1727853492721,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":56905,"timestamp":1592522987847,"id":656,"parentId":650,"tags":{},"startTime":1727853492720,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":63977,"timestamp":1592522984234,"id":650,"parentId":466,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\is-local-url.js","layer":"ssr"},"startTime":1727853492717,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":59701,"timestamp":1592522988709,"id":661,"parentId":660,"tags":{},"startTime":1727853492721,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":60019,"timestamp":1592522988460,"id":660,"parentId":652,"tags":{},"startTime":1727853492721,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":65121,"timestamp":1592522985144,"id":652,"parentId":470,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\handle-smooth-scroll.js","layer":"ssr"},"startTime":1727853492718,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":62704,"timestamp":1592522987788,"id":655,"parentId":654,"tags":{},"startTime":1727853492720,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":63053,"timestamp":1592522987486,"id":654,"parentId":649,"tags":{},"startTime":1727853492720,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":72113,"timestamp":1592522983781,"id":649,"parentId":466,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\format-url.js","layer":"ssr"},"startTime":1727853492716,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":499212,"timestamp":1592522583696,"id":606,"parentId":595,"tags":{},"startTime":1727853492316,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":266,"timestamp":1592523083067,"id":667,"parentId":595,"tags":{},"startTime":1727853492816,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":505823,"timestamp":1592522579385,"id":595,"parentId":464,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\ssr\\react.js","layer":"ssr"},"startTime":1727853492312,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":501445,"timestamp":1592522583935,"id":608,"parentId":597,"tags":{},"startTime":1727853492317,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":252,"timestamp":1592523085488,"id":668,"parentId":597,"tags":{},"startTime":1727853492818,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":506212,"timestamp":1592522580515,"id":597,"parentId":465,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\ssr\\react-dom.js","layer":"ssr"},"startTime":1727853492313,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":503046,"timestamp":1592522583830,"id":607,"parentId":596,"tags":{},"startTime":1727853492316,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":247,"timestamp":1592523086961,"id":669,"parentId":596,"tags":{},"startTime":1727853492820,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":508245,"timestamp":1592522579947,"id":596,"parentId":464,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\ssr\\react-jsx-dev-runtime.js","layer":"ssr"},"startTime":1727853492313,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":72842,"timestamp":1592523068872,"id":666,"parentId":665,"tags":{},"startTime":1727853492802,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":73351,"timestamp":1592523068433,"id":665,"parentId":662,"tags":{},"startTime":1727853492801,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":103566,"timestamp":1592523057391,"id":662,"parentId":467,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\app\\hot-reloader-client.js","layer":"ssr"},"startTime":1727853492790,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":32317,"timestamp":1592523128959,"id":691,"parentId":690,"tags":{},"startTime":1727853492862,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":32674,"timestamp":1592523128653,"id":690,"parentId":670,"tags":{},"startTime":1727853492861,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":42922,"timestamp":1592523120293,"id":670,"parentId":531,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\add-path-prefix.js","layer":"ssr"},"startTime":1727853492853,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":65652,"timestamp":1592523130288,"id":699,"parentId":698,"tags":{},"startTime":1727853492863,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":65947,"timestamp":1592523130060,"id":698,"parentId":678,"tags":{},"startTime":1727853492863,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":73743,"timestamp":1592523124338,"id":678,"parentId":541,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\omit.js","layer":"ssr"},"startTime":1727853492857,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":67696,"timestamp":1592523130593,"id":701,"parentId":700,"tags":{},"startTime":1727853492863,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":68004,"timestamp":1592523130334,"id":700,"parentId":679,"tags":{},"startTime":1727853492863,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":78703,"timestamp":1592523124757,"id":679,"parentId":541,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\interpolate-as.js","layer":"ssr"},"startTime":1727853492857,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":73931,"timestamp":1592523129728,"id":695,"parentId":694,"tags":{},"startTime":1727853492862,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":74296,"timestamp":1592523129413,"id":694,"parentId":676,"tags":{},"startTime":1727853492862,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":84602,"timestamp":1592523123531,"id":676,"parentId":530,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\request-idle-callback.js","layer":"ssr"},"startTime":1727853492856,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":77198,"timestamp":1592523131126,"id":705,"parentId":704,"tags":{},"startTime":1727853492864,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":77464,"timestamp":1592523130908,"id":704,"parentId":681,"tags":{},"startTime":1727853492864,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":86459,"timestamp":1592523125558,"id":681,"parentId":545,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\navigation.react-server.js","layer":"ssr"},"startTime":1727853492858,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":81364,"timestamp":1592523130863,"id":703,"parentId":702,"tags":{},"startTime":1727853492864,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":81637,"timestamp":1592523130639,"id":702,"parentId":680,"tags":{},"startTime":1727853492863,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":93726,"timestamp":1592523125144,"id":680,"parentId":550,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\redirect.js","layer":"ssr"},"startTime":1727853492858,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":87390,"timestamp":1592523131679,"id":709,"parentId":708,"tags":{},"startTime":1727853492864,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":87672,"timestamp":1592523131446,"id":708,"parentId":684,"tags":{},"startTime":1727853492864,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":94904,"timestamp":1592523126891,"id":684,"parentId":545,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\bailout-to-client-rendering.js","layer":"ssr"},"startTime":1727853492860,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":239768,"timestamp":1592522986804,"id":653,"parentId":648,"tags":{},"startTime":1727853492719,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":248,"timestamp":1592523226672,"id":739,"parentId":648,"tags":{},"startTime":1727853492959,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":244987,"timestamp":1592522983044,"id":648,"parentId":465,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\ssr\\react-jsx-runtime.js","layer":"ssr"},"startTime":1727853492716,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":98255,"timestamp":1592523130014,"id":697,"parentId":696,"tags":{},"startTime":1727853492863,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":98538,"timestamp":1592523129780,"id":696,"parentId":677,"tags":{},"startTime":1727853492862,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":108501,"timestamp":1592523123929,"id":677,"parentId":541,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\querystring.js","layer":"ssr"},"startTime":1727853492857,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":2947,"timestamp":1592523237854,"id":741,"parentId":740,"tags":{},"startTime":1727853492970,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":3533,"timestamp":1592523240904,"id":742,"parentId":740,"tags":{},"startTime":1727853492974,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":11308,"timestamp":1592523237027,"id":740,"parentId":595,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\module.compiled.js","layer":"ssr"},"startTime":1727853492970,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":119555,"timestamp":1592523129329,"id":693,"parentId":692,"tags":{},"startTime":1727853492862,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":119927,"timestamp":1592523129011,"id":692,"parentId":675,"tags":{},"startTime":1727853492862,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":131128,"timestamp":1592523123105,"id":675,"parentId":531,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\normalize-trailing-slash.js","layer":"ssr"},"startTime":1727853492856,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":79644,"timestamp":1592523174805,"id":724,"parentId":723,"tags":{},"startTime":1727853492907,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":79933,"timestamp":1592523174567,"id":723,"parentId":711,"tags":{},"startTime":1727853492907,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":88531,"timestamp":1592523168044,"id":711,"parentId":548,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\amp-mode.js","layer":"ssr"},"startTime":1727853492901,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":82312,"timestamp":1592523174514,"id":722,"parentId":721,"tags":{},"startTime":1727853492907,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":82712,"timestamp":1592523174164,"id":721,"parentId":710,"tags":{},"startTime":1727853492907,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":92959,"timestamp":1592523167482,"id":710,"parentId":548,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\side-effect.js","layer":"ssr"},"startTime":1727853492900,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":84984,"timestamp":1592523175649,"id":730,"parentId":729,"tags":{},"startTime":1727853492908,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":85258,"timestamp":1592523175424,"id":729,"parentId":714,"tags":{},"startTime":1727853492908,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":94848,"timestamp":1592523169348,"id":714,"parentId":602,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\hash.js","layer":"ssr"},"startTime":1727853492902,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":89306,"timestamp":1592523175080,"id":726,"parentId":725,"tags":{},"startTime":1727853492908,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":89602,"timestamp":1592523174852,"id":725,"parentId":712,"tags":{},"startTime":1727853492907,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":98757,"timestamp":1592523168524,"id":712,"parentId":602,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\app-call-server.js","layer":"ssr"},"startTime":1727853492901,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":145553,"timestamp":1592523131385,"id":707,"parentId":706,"tags":{},"startTime":1727853492864,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":145826,"timestamp":1592523131171,"id":706,"parentId":682,"tags":{},"startTime":1727853492864,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":153121,"timestamp":1592523125964,"id":682,"parentId":546,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\path-has-prefix.js","layer":"ssr"},"startTime":1727853492859,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":102807,"timestamp":1592523176489,"id":736,"parentId":735,"tags":{},"startTime":1727853492909,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":103112,"timestamp":1592523176233,"id":735,"parentId":717,"tags":{},"startTime":1727853492909,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":115402,"timestamp":1592523170785,"id":717,"parentId":599,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\compute-changed-path.js","layer":"ssr"},"startTime":1727853492903,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":109655,"timestamp":1592523176751,"id":738,"parentId":737,"tags":{},"startTime":1727853492909,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":109939,"timestamp":1592523176535,"id":737,"parentId":718,"tags":{},"startTime":1727853492909,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":121151,"timestamp":1592523171196,"id":718,"parentId":599,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\refetch-inactive-parallel-segments.js","layer":"ssr"},"startTime":1727853492904,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":234724,"timestamp":1592523066358,"id":664,"parentId":663,"tags":{},"startTime":1727853492799,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":126890,"timestamp":1592523175347,"id":728,"parentId":727,"tags":{},"startTime":1727853492908,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":127175,"timestamp":1592523175125,"id":727,"parentId":713,"tags":{},"startTime":1727853492908,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":147090,"timestamp":1592523168937,"id":713,"parentId":556,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\action-queue.js","layer":"ssr"},"startTime":1727853492902,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":161207,"timestamp":1592523175925,"id":732,"parentId":731,"tags":{},"startTime":1727853492909,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":161502,"timestamp":1592523175696,"id":731,"parentId":715,"tags":{},"startTime":1727853492908,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":174556,"timestamp":1592523169785,"id":715,"parentId":599,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\fill-lazy-items-till-leaf-with-head.js","layer":"ssr"},"startTime":1727853492902,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":221323,"timestamp":1592523127357,"id":685,"parentId":671,"tags":{},"startTime":1727853492860,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":262,"timestamp":1592523348778,"id":750,"parentId":671,"tags":{},"startTime":1727853493081,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":229301,"timestamp":1592523120828,"id":671,"parentId":465,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\contexts\\router-context.js","layer":"ssr"},"startTime":1727853492853,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":222777,"timestamp":1592523127526,"id":686,"parentId":672,"tags":{},"startTime":1727853492860,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":271,"timestamp":1592523350387,"id":751,"parentId":672,"tags":{},"startTime":1727853493083,"traceId":"007913bbb71a9a03"}] +[{"name":"build-module-js","duration":231233,"timestamp":1592523121393,"id":672,"parentId":466,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\contexts\\app-router-context.js","layer":"ssr"},"startTime":1727853492854,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":225123,"timestamp":1592523127659,"id":687,"parentId":673,"tags":{},"startTime":1727853492860,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":252,"timestamp":1592523352862,"id":752,"parentId":673,"tags":{},"startTime":1727853493086,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":232123,"timestamp":1592523121991,"id":673,"parentId":465,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\contexts\\image-config-context.js","layer":"ssr"},"startTime":1727853492855,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":226487,"timestamp":1592523127777,"id":688,"parentId":674,"tags":{},"startTime":1727853492860,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":264,"timestamp":1592523354344,"id":753,"parentId":674,"tags":{},"startTime":1727853493087,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":233045,"timestamp":1592523122557,"id":674,"parentId":467,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\contexts\\hooks-client-context.js","layer":"ssr"},"startTime":1727853492855,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":227847,"timestamp":1592523127899,"id":689,"parentId":683,"tags":{},"startTime":1727853492861,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243,"timestamp":1592523355826,"id":754,"parentId":683,"tags":{},"startTime":1727853493088,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":232251,"timestamp":1592523126345,"id":683,"parentId":553,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\app-render\\get-segment-param.js","layer":"ssr"},"startTime":1727853492859,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":89496,"timestamp":1592523273249,"id":749,"parentId":748,"tags":{},"startTime":1727853493006,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":89996,"timestamp":1592523272805,"id":748,"parentId":743,"tags":{},"startTime":1727853493005,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":97286,"timestamp":1592523269066,"id":743,"parentId":462,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\text.jsx","layer":"ssr"},"startTime":1727853493002,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":191216,"timestamp":1592523176190,"id":734,"parentId":733,"tags":{},"startTime":1727853492909,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":191508,"timestamp":1592523175970,"id":733,"parentId":716,"tags":{},"startTime":1727853492909,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":207691,"timestamp":1592523170192,"id":716,"parentId":599,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\prefetch-cache-utils.js","layer":"ssr"},"startTime":1727853492903,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":236959,"timestamp":1592523172614,"id":720,"parentId":719,"tags":{},"startTime":1727853492905,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":261,"timestamp":1592523409676,"id":761,"parentId":719,"tags":{},"startTime":1727853493142,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":239457,"timestamp":1592523171637,"id":719,"parentId":602,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\ssr\\react-server-dom-webpack-client-edge.js","layer":"ssr"},"startTime":1727853492904,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":55641,"timestamp":1592523362159,"id":756,"parentId":755,"tags":{},"startTime":1727853493095,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":56054,"timestamp":1592523361803,"id":755,"parentId":663,"tags":{},"startTime":1727853493094,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":361238,"timestamp":1592523057956,"id":663,"parentId":464,"tags":{"name":"__barrel_optimize__?names=Bars3Icon,XMarkIcon!=!D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\24\\outline\\esm\\index.js","layer":"ssr"},"startTime":1727853492791,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":168805,"timestamp":1592523271412,"id":747,"parentId":745,"tags":{},"startTime":1727853493004,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":281,"timestamp":1592523440327,"id":762,"parentId":745,"tags":{},"startTime":1727853493173,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":176802,"timestamp":1592523270389,"id":745,"parentId":626,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\helpers\\interception-routes.js","layer":"ssr"},"startTime":1727853493003,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":176068,"timestamp":1592523271277,"id":746,"parentId":744,"tags":{},"startTime":1727853493004,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":254,"timestamp":1592523447447,"id":763,"parentId":744,"tags":{},"startTime":1727853493180,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":178940,"timestamp":1592523269805,"id":744,"parentId":545,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\contexts\\server-inserted-html.js","layer":"ssr"},"startTime":1727853493002,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":19203,"timestamp":1592523459831,"id":778,"parentId":777,"tags":{},"startTime":1727853493192,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":19495,"timestamp":1592523459603,"id":777,"parentId":767,"tags":{},"startTime":1727853493192,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":26823,"timestamp":1592523455350,"id":767,"parentId":680,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\redirect-status-code.js","layer":"ssr"},"startTime":1727853493188,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":34123,"timestamp":1592523458927,"id":772,"parentId":771,"tags":{},"startTime":1727853493192,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34506,"timestamp":1592523458620,"id":771,"parentId":764,"tags":{},"startTime":1727853493191,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":47958,"timestamp":1592523453939,"id":764,"parentId":662,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\shared.js","layer":"ssr"},"startTime":1727853493187,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":52911,"timestamp":1592523460112,"id":780,"parentId":779,"tags":{},"startTime":1727853493193,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":53220,"timestamp":1592523459877,"id":779,"parentId":768,"tags":{},"startTime":1727853493193,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":60864,"timestamp":1592523455777,"id":768,"parentId":679,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\route-matcher.js","layer":"ssr"},"startTime":1727853493188,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":56157,"timestamp":1592523460678,"id":784,"parentId":783,"tags":{},"startTime":1727853493193,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":56434,"timestamp":1592523460450,"id":783,"parentId":770,"tags":{},"startTime":1727853493193,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":61879,"timestamp":1592523456672,"id":770,"parentId":675,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\remove-trailing-slash.js","layer":"ssr"},"startTime":1727853493189,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":59003,"timestamp":1592523460387,"id":782,"parentId":781,"tags":{},"startTime":1727853493193,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":59301,"timestamp":1592523460160,"id":781,"parentId":769,"tags":{},"startTime":1727853493193,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":73660,"timestamp":1592523456179,"id":769,"parentId":679,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\route-regex.js","layer":"ssr"},"startTime":1727853493189,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":156661,"timestamp":1592523382858,"id":759,"parentId":757,"tags":{},"startTime":1727853493115,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":267,"timestamp":1592523539630,"id":803,"parentId":757,"tags":{},"startTime":1727853493272,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":159778,"timestamp":1592523381296,"id":757,"parentId":548,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\contexts\\head-manager-context.js","layer":"ssr"},"startTime":1727853493114,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":158203,"timestamp":1592523383013,"id":760,"parentId":758,"tags":{},"startTime":1727853493116,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":267,"timestamp":1592523541304,"id":804,"parentId":758,"tags":{},"startTime":1727853493274,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":160565,"timestamp":1592523382004,"id":758,"parentId":548,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\route-modules\\app-page\\vendored\\contexts\\amp-context.js","layer":"ssr"},"startTime":1727853493115,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":83616,"timestamp":1592523459230,"id":774,"parentId":773,"tags":{},"startTime":1727853493192,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":83916,"timestamp":1592523458980,"id":773,"parentId":765,"tags":{},"startTime":1727853493192,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":90939,"timestamp":1592523454479,"id":765,"parentId":675,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\parse-path.js","layer":"ssr"},"startTime":1727853493187,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":67279,"timestamp":1592523478451,"id":792,"parentId":791,"tags":{},"startTime":1727853493211,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":67582,"timestamp":1592523478199,"id":791,"parentId":787,"tags":{},"startTime":1727853493211,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":73082,"timestamp":1592523477011,"id":787,"parentId":713,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\router-reducer.js","layer":"ssr"},"startTime":1727853493210,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":90762,"timestamp":1592523459556,"id":776,"parentId":775,"tags":{},"startTime":1727853493192,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":91092,"timestamp":1592523459276,"id":775,"parentId":766,"tags":{},"startTime":1727853493192,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":103481,"timestamp":1592523454912,"id":766,"parentId":662,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\app\\ReactDevOverlay.js","layer":"ssr"},"startTime":1727853493188,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":98146,"timestamp":1592523485279,"id":800,"parentId":799,"tags":{},"startTime":1727853493218,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":98470,"timestamp":1592523485016,"id":799,"parentId":795,"tags":{},"startTime":1727853493218,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":102456,"timestamp":1592523483889,"id":795,"parentId":684,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\lazy-dynamic\\bailout-to-csr.js","layer":"ssr"},"startTime":1727853493217,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":100971,"timestamp":1592523485586,"id":802,"parentId":801,"tags":{},"startTime":1727853493218,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":101277,"timestamp":1592523485328,"id":801,"parentId":796,"tags":{},"startTime":1727853493218,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":106375,"timestamp":1592523484313,"id":796,"parentId":716,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\prefetch-reducer.js","layer":"ssr"},"startTime":1727853493217,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":113317,"timestamp":1592523478149,"id":790,"parentId":789,"tags":{},"startTime":1727853493211,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":113664,"timestamp":1592523477858,"id":789,"parentId":786,"tags":{},"startTime":1727853493210,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":118816,"timestamp":1592523476558,"id":786,"parentId":718,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\apply-flight-data.js","layer":"ssr"},"startTime":1727853493209,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":12936,"timestamp":1592523615611,"id":809,"parentId":808,"tags":{},"startTime":1727853493348,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":13382,"timestamp":1592523615232,"id":808,"parentId":805,"tags":{},"startTime":1727853493348,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":19252,"timestamp":1592523612233,"id":805,"parentId":663,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\24\\outline\\esm\\XMarkIcon.js","layer":"ssr"},"startTime":1727853493345,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":15736,"timestamp":1592523615953,"id":811,"parentId":810,"tags":{},"startTime":1727853493349,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":16073,"timestamp":1592523615664,"id":810,"parentId":806,"tags":{},"startTime":1727853493348,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":21136,"timestamp":1592523612878,"id":806,"parentId":663,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\24\\outline\\esm\\Bars3Icon.js","layer":"ssr"},"startTime":1727853493346,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":31696,"timestamp":1592523616240,"id":813,"parentId":812,"tags":{},"startTime":1727853493349,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31992,"timestamp":1592523616000,"id":812,"parentId":807,"tags":{},"startTime":1727853493349,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":37155,"timestamp":1592523613371,"id":807,"parentId":541,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\index.js","layer":"ssr"},"startTime":1727853493346,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":166213,"timestamp":1592523484801,"id":797,"parentId":793,"tags":{},"startTime":1727853493217,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":255,"timestamp":1592523651107,"id":832,"parentId":793,"tags":{},"startTime":1727853493384,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":171366,"timestamp":1592523482658,"id":793,"parentId":662,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\dev\\hot-reloader-types.js","layer":"ssr"},"startTime":1727853493215,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":191974,"timestamp":1592523477491,"id":788,"parentId":785,"tags":{},"startTime":1727853493210,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":267,"timestamp":1592523669582,"id":833,"parentId":785,"tags":{},"startTime":1727853493402,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":198588,"timestamp":1592523475869,"id":785,"parentId":465,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_interop_require_wildcard.js","layer":"ssr"},"startTime":1727853493209,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":34458,"timestamp":1592523644740,"id":825,"parentId":824,"tags":{},"startTime":1727853493377,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34742,"timestamp":1592523644513,"id":824,"parentId":816,"tags":{},"startTime":1727853493377,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":39841,"timestamp":1592523641741,"id":816,"parentId":662,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\runtime-error-handler.js","layer":"ssr"},"startTime":1727853493374,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":37685,"timestamp":1592523644465,"id":823,"parentId":822,"tags":{},"startTime":1727853493377,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":38003,"timestamp":1592523644201,"id":822,"parentId":815,"tags":{},"startTime":1727853493377,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":44920,"timestamp":1592523641282,"id":815,"parentId":662,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\parseStack.js","layer":"ssr"},"startTime":1727853493374,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":41428,"timestamp":1592523645007,"id":827,"parentId":826,"tags":{},"startTime":1727853493378,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":41703,"timestamp":1592523644786,"id":826,"parentId":817,"tags":{},"startTime":1727853493377,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":49230,"timestamp":1592523642169,"id":817,"parentId":662,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\use-error-handler.js","layer":"ssr"},"startTime":1727853493375,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":47498,"timestamp":1592523644149,"id":821,"parentId":820,"tags":{},"startTime":1727853493377,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":47835,"timestamp":1592523643863,"id":820,"parentId":814,"tags":{},"startTime":1727853493377,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":63994,"timestamp":1592523640755,"id":814,"parentId":662,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\format-webpack-messages.js","layer":"ssr"},"startTime":1727853493373,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":224159,"timestamp":1592523484931,"id":798,"parentId":794,"tags":{},"startTime":1727853493218,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":282,"timestamp":1592523709189,"id":837,"parentId":794,"tags":{},"startTime":1727853493442,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":228717,"timestamp":1592523483291,"id":794,"parentId":662,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\dev\\extract-modules-from-turbopack-message.js","layer":"ssr"},"startTime":1727853493216,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":71010,"timestamp":1592523645275,"id":829,"parentId":828,"tags":{},"startTime":1727853493378,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":71289,"timestamp":1592523645052,"id":828,"parentId":818,"tags":{},"startTime":1727853493378,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":79392,"timestamp":1592523642603,"id":818,"parentId":662,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\parse-component-stack.js","layer":"ssr"},"startTime":1727853493375,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":68670,"timestamp":1592523677518,"id":836,"parentId":835,"tags":{},"startTime":1727853493410,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":70014,"timestamp":1592523677198,"id":835,"parentId":834,"tags":{},"startTime":1727853493410,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":74993,"timestamp":1592523676048,"id":834,"parentId":745,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\app-paths.js","layer":"ssr"},"startTime":1727853493409,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":40756,"timestamp":1592523729703,"id":850,"parentId":849,"tags":{},"startTime":1727853493462,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":41056,"timestamp":1592523729473,"id":849,"parentId":840,"tags":{},"startTime":1727853493462,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":51625,"timestamp":1592523725723,"id":840,"parentId":787,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\refresh-reducer.js","layer":"ssr"},"startTime":1727853493458,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":74075,"timestamp":1592523729969,"id":852,"parentId":851,"tags":{},"startTime":1727853493463,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":74370,"timestamp":1592523729749,"id":851,"parentId":841,"tags":{},"startTime":1727853493462,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":82871,"timestamp":1592523726144,"id":841,"parentId":787,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\server-patch-reducer.js","layer":"ssr"},"startTime":1727853493459,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":80089,"timestamp":1592523729116,"id":846,"parentId":845,"tags":{},"startTime":1727853493462,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":80434,"timestamp":1592523728819,"id":845,"parentId":838,"tags":{},"startTime":1727853493461,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":86496,"timestamp":1592523724686,"id":838,"parentId":769,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\escape-regexp.js","layer":"ssr"},"startTime":1727853493457,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":80887,"timestamp":1592523730514,"id":856,"parentId":855,"tags":{},"startTime":1727853493463,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":81191,"timestamp":1592523730276,"id":855,"parentId":843,"tags":{},"startTime":1727853493463,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":90053,"timestamp":1592523727003,"id":843,"parentId":787,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\fast-refresh-reducer.js","layer":"ssr"},"startTime":1727853493460,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":87902,"timestamp":1592523729424,"id":848,"parentId":847,"tags":{},"startTime":1727853493462,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":88208,"timestamp":1592523729168,"id":847,"parentId":839,"tags":{},"startTime":1727853493462,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":107244,"timestamp":1592523725264,"id":839,"parentId":787,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\navigate-reducer.js","layer":"ssr"},"startTime":1727853493458,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":122686,"timestamp":1592523730779,"id":858,"parentId":857,"tags":{},"startTime":1727853493463,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":122974,"timestamp":1592523730559,"id":857,"parentId":844,"tags":{},"startTime":1727853493463,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":137572,"timestamp":1592523727443,"id":844,"parentId":787,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\server-action-reducer.js","layer":"ssr"},"startTime":1727853493460,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":135021,"timestamp":1592523730232,"id":854,"parentId":853,"tags":{},"startTime":1727853493463,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":135289,"timestamp":1592523730014,"id":853,"parentId":842,"tags":{},"startTime":1727853493463,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":142394,"timestamp":1592523726575,"id":842,"parentId":787,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\restore-reducer.js","layer":"ssr"},"startTime":1727853493459,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":145037,"timestamp":1592523783253,"id":864,"parentId":863,"tags":{},"startTime":1727853493516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":145357,"timestamp":1592523783004,"id":863,"parentId":860,"tags":{},"startTime":1727853493516,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":152605,"timestamp":1592523780723,"id":860,"parentId":786,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\fill-cache-with-new-subtree-data.js","layer":"ssr"},"startTime":1727853493513,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":288030,"timestamp":1592523645560,"id":831,"parentId":830,"tags":{},"startTime":1727853493378,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":288322,"timestamp":1592523645319,"id":830,"parentId":819,"tags":{},"startTime":1727853493378,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":296693,"timestamp":1592523643032,"id":819,"parentId":662,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\use-websocket.js","layer":"ssr"},"startTime":1727853493376,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":156992,"timestamp":1592523782952,"id":862,"parentId":861,"tags":{},"startTime":1727853493516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":157334,"timestamp":1592523782660,"id":861,"parentId":859,"tags":{},"startTime":1727853493515,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":165203,"timestamp":1592523780178,"id":859,"parentId":796,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\promise-queue.js","layer":"ssr"},"startTime":1727853493513,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":48937,"timestamp":1592523898241,"id":881,"parentId":880,"tags":{},"startTime":1727853493631,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":49256,"timestamp":1592523898010,"id":880,"parentId":869,"tags":{},"startTime":1727853493631,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":71911,"timestamp":1592523882352,"id":869,"parentId":766,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\container\\root-layout-missing-tags-error.js","layer":"ssr"},"startTime":1727853493615,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":56838,"timestamp":1592523897664,"id":877,"parentId":876,"tags":{},"startTime":1727853493630,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":57211,"timestamp":1592523897343,"id":876,"parentId":867,"tags":{},"startTime":1727853493630,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":76282,"timestamp":1592523881473,"id":867,"parentId":766,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\ShadowPortal.js","layer":"ssr"},"startTime":1727853493614,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":60005,"timestamp":1592523897961,"id":879,"parentId":878,"tags":{},"startTime":1727853493631,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":60295,"timestamp":1592523897719,"id":878,"parentId":868,"tags":{},"startTime":1727853493630,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":80527,"timestamp":1592523881935,"id":868,"parentId":766,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\container\\BuildError.js","layer":"ssr"},"startTime":1727853493615,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":116039,"timestamp":1592523898536,"id":883,"parentId":882,"tags":{},"startTime":1727853493631,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":116366,"timestamp":1592523898288,"id":882,"parentId":870,"tags":{},"startTime":1727853493631,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":143909,"timestamp":1592523882786,"id":870,"parentId":766,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\container\\Errors.js","layer":"ssr"},"startTime":1727853493615,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":147944,"timestamp":1592523900040,"id":885,"parentId":884,"tags":{},"startTime":1727853493633,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":148272,"timestamp":1592523899779,"id":884,"parentId":871,"tags":{},"startTime":1727853493632,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":168178,"timestamp":1592523883199,"id":871,"parentId":766,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\styles\\Base.js","layer":"ssr"},"startTime":1727853493616,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":151279,"timestamp":1592523900317,"id":887,"parentId":886,"tags":{},"startTime":1727853493633,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":151556,"timestamp":1592523900090,"id":886,"parentId":872,"tags":{},"startTime":1727853493633,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":172097,"timestamp":1592523883649,"id":872,"parentId":766,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\styles\\ComponentStyles.js","layer":"ssr"},"startTime":1727853493616,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":81764,"timestamp":1592523974166,"id":895,"parentId":894,"tags":{},"startTime":1727853493707,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":82056,"timestamp":1592523973923,"id":894,"parentId":891,"tags":{},"startTime":1727853493707,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":88984,"timestamp":1592523968898,"id":891,"parentId":807,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\is-dynamic.js","layer":"ssr"},"startTime":1727853493702,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":158266,"timestamp":1592523900604,"id":889,"parentId":888,"tags":{},"startTime":1727853493633,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":158561,"timestamp":1592523900363,"id":888,"parentId":873,"tags":{},"startTime":1727853493633,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":177989,"timestamp":1592523884057,"id":873,"parentId":766,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\styles\\CssReset.js","layer":"ssr"},"startTime":1727853493617,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":88414,"timestamp":1592523973870,"id":893,"parentId":892,"tags":{},"startTime":1727853493707,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":88772,"timestamp":1592523973562,"id":892,"parentId":890,"tags":{},"startTime":1727853493706,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":102455,"timestamp":1592523967893,"id":890,"parentId":807,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\sorted-routes.js","layer":"ssr"},"startTime":1727853493701,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":256864,"timestamp":1592523884582,"id":874,"parentId":865,"tags":{},"startTime":1727853493617,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":257696,"timestamp":1592523884797,"id":875,"parentId":866,"tags":{},"startTime":1727853493617,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":38835,"timestamp":1592524129653,"id":903,"parentId":902,"tags":{},"startTime":1727853493862,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39248,"timestamp":1592524129322,"id":902,"parentId":896,"tags":{},"startTime":1727853493862,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":45459,"timestamp":1592524126462,"id":896,"parentId":817,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\is-hydration-error.js","layer":"ssr"},"startTime":1727853493859,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":41865,"timestamp":1592524130254,"id":907,"parentId":906,"tags":{},"startTime":1727853493863,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":42144,"timestamp":1592524130022,"id":906,"parentId":898,"tags":{},"startTime":1727853493863,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":47639,"timestamp":1592524127476,"id":898,"parentId":840,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1727853493860,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":44503,"timestamp":1592524130804,"id":911,"parentId":910,"tags":{},"startTime":1727853493863,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":44769,"timestamp":1592524130586,"id":910,"parentId":900,"tags":{},"startTime":1727853493863,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":49898,"timestamp":1592524128315,"id":900,"parentId":840,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\handle-segment-mismatch.js","layer":"ssr"},"startTime":1727853493861,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":48669,"timestamp":1592524130539,"id":909,"parentId":908,"tags":{},"startTime":1727853493863,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":48963,"timestamp":1592524130300,"id":908,"parentId":899,"tags":{},"startTime":1727853493863,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":55146,"timestamp":1592524127897,"id":899,"parentId":840,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\handle-mutable.js","layer":"ssr"},"startTime":1727853493861,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":52216,"timestamp":1592524131065,"id":913,"parentId":912,"tags":{},"startTime":1727853493864,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":52484,"timestamp":1592524130849,"id":912,"parentId":901,"tags":{},"startTime":1727853493863,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":59038,"timestamp":1592524128766,"id":901,"parentId":840,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\apply-router-state-patch-to-tree.js","layer":"ssr"},"startTime":1727853493861,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":62356,"timestamp":1592524142057,"id":915,"parentId":914,"tags":{},"startTime":1727853493875,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":62931,"timestamp":1592524141566,"id":914,"parentId":865,"tags":{},"startTime":1727853493874,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":335622,"timestamp":1592523880280,"id":865,"parentId":462,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\index.mjs","layer":"ssr"},"startTime":1727853493613,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":91342,"timestamp":1592524129974,"id":905,"parentId":904,"tags":{},"startTime":1727853493863,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":91668,"timestamp":1592524129705,"id":904,"parentId":897,"tags":{},"startTime":1727853493862,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":98844,"timestamp":1592524127025,"id":897,"parentId":817,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\hydration-error-info.js","layer":"ssr"},"startTime":1727853493860,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":98166,"timestamp":1592524161756,"id":918,"parentId":917,"tags":{},"startTime":1727853493894,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":98633,"timestamp":1592524161358,"id":917,"parentId":916,"tags":{},"startTime":1727853493894,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":102723,"timestamp":1592524160152,"id":916,"parentId":662,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\strip-ansi\\index.js","layer":"ssr"},"startTime":1727853493893,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":39383,"timestamp":1592524635592,"id":935,"parentId":934,"tags":{},"startTime":1727853494368,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39715,"timestamp":1592524635340,"id":934,"parentId":920,"tags":{},"startTime":1727853494368,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":52920,"timestamp":1592524626405,"id":920,"parentId":839,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\should-hard-navigate.js","layer":"ssr"},"startTime":1727853494359,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":61642,"timestamp":1592524635287,"id":933,"parentId":932,"tags":{},"startTime":1727853494368,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":62021,"timestamp":1592524634975,"id":932,"parentId":919,"tags":{},"startTime":1727853494368,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":75802,"timestamp":1592524625862,"id":919,"parentId":839,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\invalidate-cache-below-flight-segmentpath.js","layer":"ssr"},"startTime":1727853494359,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":65823,"timestamp":1592524636396,"id":941,"parentId":940,"tags":{},"startTime":1727853494369,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":66096,"timestamp":1592524636180,"id":940,"parentId":923,"tags":{},"startTime":1727853494369,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":76195,"timestamp":1592524627695,"id":923,"parentId":834,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\page-path\\ensure-leading-slash.js","layer":"ssr"},"startTime":1727853494360,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":67368,"timestamp":1592524636706,"id":943,"parentId":942,"tags":{},"startTime":1727853494369,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":67679,"timestamp":1592524636442,"id":942,"parentId":924,"tags":{},"startTime":1727853494369,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":79911,"timestamp":1592524628087,"id":924,"parentId":860,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\invalidate-cache-by-router-state.js","layer":"ssr"},"startTime":1727853494361,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":72091,"timestamp":1592524636136,"id":939,"parentId":938,"tags":{},"startTime":1727853494369,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":72362,"timestamp":1592524635913,"id":938,"parentId":922,"tags":{},"startTime":1727853494369,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":86040,"timestamp":1592524627257,"id":922,"parentId":839,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\clear-cache-node-data-for-segment-path.js","layer":"ssr"},"startTime":1727853494360,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":76264,"timestamp":1592524637238,"id":947,"parentId":946,"tags":{},"startTime":1727853494370,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":77503,"timestamp":1592524637023,"id":946,"parentId":926,"tags":{},"startTime":1727853494370,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":88304,"timestamp":1592524628890,"id":926,"parentId":868,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\noop-template.js","layer":"ssr"},"startTime":1727853494362,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":79892,"timestamp":1592524637497,"id":949,"parentId":948,"tags":{},"startTime":1727853494370,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":80153,"timestamp":1592524637283,"id":948,"parentId":927,"tags":{},"startTime":1727853494370,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":90104,"timestamp":1592524629294,"id":927,"parentId":870,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\error-source.js","layer":"ssr"},"startTime":1727853494362,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":82606,"timestamp":1592524636978,"id":945,"parentId":944,"tags":{},"startTime":1727853494370,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":82871,"timestamp":1592524636759,"id":944,"parentId":925,"tags":{},"startTime":1727853494369,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":102033,"timestamp":1592524628483,"id":925,"parentId":819,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\get-socket-url.js","layer":"ssr"},"startTime":1727853494361,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":93187,"timestamp":1592524637774,"id":951,"parentId":950,"tags":{},"startTime":1727853494370,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":93499,"timestamp":1592524637542,"id":950,"parentId":928,"tags":{},"startTime":1727853494370,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":104999,"timestamp":1592524629762,"id":928,"parentId":870,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\getErrorByType.js","layer":"ssr"},"startTime":1727853494362,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":96387,"timestamp":1592524638563,"id":957,"parentId":956,"tags":{},"startTime":1727853494371,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":96663,"timestamp":1592524638336,"id":956,"parentId":931,"tags":{},"startTime":1727853494371,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":106525,"timestamp":1592524631100,"id":931,"parentId":872,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\LeftRightDialogHeader\\styles.js","layer":"ssr"},"startTime":1727853494364,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":100015,"timestamp":1592524638292,"id":955,"parentId":954,"tags":{},"startTime":1727853494371,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":100284,"timestamp":1592524638077,"id":954,"parentId":930,"tags":{},"startTime":1727853494371,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":114860,"timestamp":1592524630677,"id":930,"parentId":870,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\container\\RuntimeError\\component-stack-pseudo-html.js","layer":"ssr"},"startTime":1727853494363,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":109456,"timestamp":1592524694564,"id":989,"parentId":988,"tags":{},"startTime":1727853494427,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":109886,"timestamp":1592524694205,"id":988,"parentId":958,"tags":{},"startTime":1727853494427,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":126747,"timestamp":1592524680360,"id":958,"parentId":872,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Overlay\\styles.js","layer":"ssr"},"startTime":1727853494413,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":169277,"timestamp":1592524638033,"id":953,"parentId":952,"tags":{},"startTime":1727853494371,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":169540,"timestamp":1592524637820,"id":952,"parentId":929,"tags":{},"startTime":1727853494370,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":179785,"timestamp":1592524630243,"id":929,"parentId":870,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\icons\\CloseIcon.js","layer":"ssr"},"startTime":1727853494363,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":115366,"timestamp":1592524694862,"id":991,"parentId":990,"tags":{},"startTime":1727853494427,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":115668,"timestamp":1592524694623,"id":990,"parentId":959,"tags":{},"startTime":1727853494427,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":131763,"timestamp":1592524680915,"id":959,"parentId":872,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\CodeFrame\\styles.js","layer":"ssr"},"startTime":1727853494414,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":117427,"timestamp":1592524695464,"id":995,"parentId":994,"tags":{},"startTime":1727853494428,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":117738,"timestamp":1592524695202,"id":994,"parentId":962,"tags":{},"startTime":1727853494428,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":132183,"timestamp":1592524682685,"id":962,"parentId":819,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\dev\\noop-turbopack-hmr.js","layer":"ssr"},"startTime":1727853494415,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":119898,"timestamp":1592524695155,"id":993,"parentId":992,"tags":{},"startTime":1727853494428,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":120192,"timestamp":1592524694908,"id":992,"parentId":960,"tags":{},"startTime":1727853494428,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":136870,"timestamp":1592524681357,"id":960,"parentId":872,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Terminal\\styles.js","layer":"ssr"},"startTime":1727853494414,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":183993,"timestamp":1592524635866,"id":937,"parentId":936,"tags":{},"startTime":1727853494369,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":184305,"timestamp":1592524635641,"id":936,"parentId":921,"tags":{},"startTime":1727853494368,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":207999,"timestamp":1592524626848,"id":921,"parentId":839,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\ppr-navigations.js","layer":"ssr"},"startTime":1727853494359,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":311350,"timestamp":1592524690848,"id":975,"parentId":961,"tags":{},"startTime":1727853494424,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":255,"timestamp":1592525002319,"id":1140,"parentId":961,"tags":{},"startTime":1727853494735,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":324862,"timestamp":1592524681793,"id":961,"parentId":896,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\lib\\is-error.js","layer":"ssr"},"startTime":1727853494414,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":315733,"timestamp":1592524691070,"id":976,"parentId":963,"tags":{},"startTime":1727853494424,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":299,"timestamp":1592525006887,"id":1141,"parentId":963,"tags":{},"startTime":1727853494740,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":326483,"timestamp":1592524683615,"id":963,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-motion-template.mjs","layer":"ssr"},"startTime":1727853494416,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":319062,"timestamp":1592524691176,"id":977,"parentId":964,"tags":{},"startTime":1727853494424,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":251,"timestamp":1592525010322,"id":1142,"parentId":964,"tags":{},"startTime":1727853494743,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":329049,"timestamp":1592524684174,"id":964,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-transform.mjs","layer":"ssr"},"startTime":1727853494417,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":322083,"timestamp":1592524691285,"id":978,"parentId":965,"tags":{},"startTime":1727853494424,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":248,"timestamp":1592525013457,"id":1143,"parentId":965,"tags":{},"startTime":1727853494746,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":330826,"timestamp":1592524684942,"id":965,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-motion-value.mjs","layer":"ssr"},"startTime":1727853494418,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":324447,"timestamp":1592524691463,"id":979,"parentId":966,"tags":{},"startTime":1727853494424,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":299,"timestamp":1592525015994,"id":1144,"parentId":966,"tags":{},"startTime":1727853494749,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":335352,"timestamp":1592524685562,"id":966,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-spring.mjs","layer":"ssr"},"startTime":1727853494418,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":329459,"timestamp":1592524691774,"id":982,"parentId":969,"tags":{},"startTime":1727853494424,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":261,"timestamp":1592525021402,"id":1145,"parentId":969,"tags":{},"startTime":1727853494754,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":335854,"timestamp":1592524687453,"id":969,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-time.mjs","layer":"ssr"},"startTime":1727853494420,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":331869,"timestamp":1592524691583,"id":980,"parentId":967,"tags":{},"startTime":1727853494424,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":262,"timestamp":1592525023535,"id":1146,"parentId":967,"tags":{},"startTime":1727853494756,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":340816,"timestamp":1592524686318,"id":967,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-scroll.mjs","layer":"ssr"},"startTime":1727853494419,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":335714,"timestamp":1592524691678,"id":981,"parentId":968,"tags":{},"startTime":1727853494424,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":253,"timestamp":1592525027485,"id":1147,"parentId":968,"tags":{},"startTime":1727853494760,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":342771,"timestamp":1592524686904,"id":968,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-velocity.mjs","layer":"ssr"},"startTime":1727853494420,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":337951,"timestamp":1592524691865,"id":983,"parentId":970,"tags":{},"startTime":1727853494425,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":322,"timestamp":1592525029899,"id":1148,"parentId":970,"tags":{},"startTime":1727853494763,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":345053,"timestamp":1592524688002,"id":970,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-inverted-scale.mjs","layer":"ssr"},"startTime":1727853494421,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":341169,"timestamp":1592524692045,"id":985,"parentId":972,"tags":{},"startTime":1727853494425,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":266,"timestamp":1592525033303,"id":1149,"parentId":972,"tags":{},"startTime":1727853494766,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":346404,"timestamp":1592524689128,"id":972,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\scroll\\use-element-scroll.mjs","layer":"ssr"},"startTime":1727853494422,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":343519,"timestamp":1592524692154,"id":986,"parentId":973,"tags":{},"startTime":1727853494425,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":267,"timestamp":1592525035756,"id":1150,"parentId":973,"tags":{},"startTime":1727853494768,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":348128,"timestamp":1592524689674,"id":973,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\scroll\\use-viewport-scroll.mjs","layer":"ssr"},"startTime":1727853494422,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":346097,"timestamp":1592524692249,"id":987,"parentId":974,"tags":{},"startTime":1727853494425,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":246,"timestamp":1592525038437,"id":1151,"parentId":974,"tags":{},"startTime":1727853494771,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":349925,"timestamp":1592524690222,"id":974,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-motion-value-event.mjs","layer":"ssr"},"startTime":1727853494423,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":390361,"timestamp":1592524691957,"id":984,"parentId":971,"tags":{},"startTime":1727853494425,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":474,"timestamp":1592525082522,"id":1152,"parentId":971,"tags":{},"startTime":1727853494815,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":405763,"timestamp":1592524688586,"id":971,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\index.mjs","layer":"ssr"},"startTime":1727853494421,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":100731,"timestamp":1592524994430,"id":1137,"parentId":1136,"tags":{},"startTime":1727853494727,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":101112,"timestamp":1592524994102,"id":1136,"parentId":1106,"tags":{},"startTime":1727853494727,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":109955,"timestamp":1592524987483,"id":1106,"parentId":869,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Overlay\\index.js","layer":"ssr"},"startTime":1727853494720,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":105081,"timestamp":1592524994721,"id":1139,"parentId":1138,"tags":{},"startTime":1727853494727,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":105377,"timestamp":1592524994483,"id":1138,"parentId":1107,"tags":{},"startTime":1727853494727,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":114910,"timestamp":1592524987908,"id":1107,"parentId":868,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Terminal\\index.js","layer":"ssr"},"startTime":1727853494721,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":319794,"timestamp":1592524783218,"id":1009,"parentId":997,"tags":{},"startTime":1727853494516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":368,"timestamp":1592525103113,"id":1155,"parentId":997,"tags":{},"startTime":1727853494836,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":330320,"timestamp":1592524776686,"id":997,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-animation-frame.mjs","layer":"ssr"},"startTime":1727853494509,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":323924,"timestamp":1592524783318,"id":1010,"parentId":998,"tags":{},"startTime":1727853494516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":422,"timestamp":1592525107375,"id":1156,"parentId":998,"tags":{},"startTime":1727853494840,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":333382,"timestamp":1592524777256,"id":998,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-in-view.mjs","layer":"ssr"},"startTime":1727853494510,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":327697,"timestamp":1592524783082,"id":1008,"parentId":996,"tags":{},"startTime":1727853494516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":320,"timestamp":1592525110894,"id":1157,"parentId":996,"tags":{},"startTime":1727853494844,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":337366,"timestamp":1592524775978,"id":996,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-cycle.mjs","layer":"ssr"},"startTime":1727853494509,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":330082,"timestamp":1592524783409,"id":1011,"parentId":999,"tags":{},"startTime":1727853494516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":302,"timestamp":1592525113580,"id":1158,"parentId":999,"tags":{},"startTime":1727853494846,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":338936,"timestamp":1592524777837,"id":999,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-instant-transition.mjs","layer":"ssr"},"startTime":1727853494510,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":333415,"timestamp":1592524783500,"id":1012,"parentId":1000,"tags":{},"startTime":1727853494516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":304,"timestamp":1592525116997,"id":1159,"parentId":1000,"tags":{},"startTime":1727853494850,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":340043,"timestamp":1592524778385,"id":1000,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\GlobalConfig.mjs","layer":"ssr"},"startTime":1727853494511,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":335021,"timestamp":1592524783608,"id":1013,"parentId":1001,"tags":{},"startTime":1727853494516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":247,"timestamp":1592525118716,"id":1160,"parentId":1001,"tags":{},"startTime":1727853494851,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":341623,"timestamp":1592524778945,"id":1001,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\utils\\resolve-motion-value.mjs","layer":"ssr"},"startTime":1727853494512,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":375496,"timestamp":1592524783816,"id":1015,"parentId":1003,"tags":{},"startTime":1727853494516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":486,"timestamp":1592525159526,"id":1161,"parentId":1003,"tags":{},"startTime":1727853494892,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":382633,"timestamp":1592524780068,"id":1003,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-will-change\\index.mjs","layer":"ssr"},"startTime":1727853494513,"traceId":"007913bbb71a9a03"}] +[{"name":"read-resource","duration":380524,"timestamp":1592524784089,"id":1018,"parentId":1006,"tags":{},"startTime":1727853494517,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":403,"timestamp":1592525164766,"id":1162,"parentId":1006,"tags":{},"startTime":1727853494897,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":385293,"timestamp":1592524781717,"id":1006,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\store.mjs","layer":"ssr"},"startTime":1727853494514,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":382971,"timestamp":1592524784179,"id":1019,"parentId":1007,"tags":{},"startTime":1727853494517,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":263,"timestamp":1592525167231,"id":1163,"parentId":1007,"tags":{},"startTime":1727853494900,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":387376,"timestamp":1592524782239,"id":1007,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\features-animation.mjs","layer":"ssr"},"startTime":1727853494515,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":387949,"timestamp":1592524783999,"id":1017,"parentId":1005,"tags":{},"startTime":1727853494517,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":465,"timestamp":1592525172091,"id":1164,"parentId":1005,"tags":{},"startTime":1727853494905,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":420638,"timestamp":1592524781164,"id":1005,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\VisualElement.mjs","layer":"ssr"},"startTime":1727853494514,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":418266,"timestamp":1592524783722,"id":1014,"parentId":1002,"tags":{},"startTime":1727853494516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":270,"timestamp":1592525202079,"id":1165,"parentId":1002,"tags":{},"startTime":1727853494935,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":424694,"timestamp":1592524779520,"id":1002,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\events\\use-dom-event.mjs","layer":"ssr"},"startTime":1727853494512,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":341113,"timestamp":1592524863273,"id":1030,"parentId":1020,"tags":{},"startTime":1727853494596,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":241,"timestamp":1592525204484,"id":1166,"parentId":1020,"tags":{},"startTime":1727853494937,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":349231,"timestamp":1592524856781,"id":1020,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\features-min.mjs","layer":"ssr"},"startTime":1727853494589,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":342689,"timestamp":1592524863459,"id":1031,"parentId":1021,"tags":{},"startTime":1727853494596,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":279,"timestamp":1592525206232,"id":1167,"parentId":1021,"tags":{},"startTime":1727853494939,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":350488,"timestamp":1592524857469,"id":1021,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\features-max.mjs","layer":"ssr"},"startTime":1727853494590,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":344561,"timestamp":1592524863585,"id":1032,"parentId":1022,"tags":{},"startTime":1727853494596,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":247,"timestamp":1592525208288,"id":1168,"parentId":1022,"tags":{},"startTime":1727853494941,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":353172,"timestamp":1592524858055,"id":1022,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\use-instant-layout-transition.mjs","layer":"ssr"},"startTime":1727853494591,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":347687,"timestamp":1592524863707,"id":1033,"parentId":1023,"tags":{},"startTime":1727853494596,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":304,"timestamp":1592525211484,"id":1169,"parentId":1023,"tags":{},"startTime":1727853494944,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":354775,"timestamp":1592524858638,"id":1023,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\use-reset-projection.mjs","layer":"ssr"},"startTime":1727853494591,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":349470,"timestamp":1592524864085,"id":1036,"parentId":1026,"tags":{},"startTime":1727853494597,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":244,"timestamp":1592525213675,"id":1170,"parentId":1026,"tags":{},"startTime":1727853494946,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":354972,"timestamp":1592524860350,"id":1026,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\is-motion-component.mjs","layer":"ssr"},"startTime":1727853494593,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":351510,"timestamp":1592524863951,"id":1035,"parentId":1025,"tags":{},"startTime":1727853494597,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":289,"timestamp":1592525215546,"id":1171,"parentId":1025,"tags":{},"startTime":1727853494948,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":357703,"timestamp":1592524859782,"id":1025,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\reduced-motion\\use-reduced-motion-config.mjs","layer":"ssr"},"startTime":1727853494592,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":353833,"timestamp":1592524863827,"id":1034,"parentId":1024,"tags":{},"startTime":1727853494596,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":245,"timestamp":1592525217747,"id":1172,"parentId":1024,"tags":{},"startTime":1727853494950,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":360979,"timestamp":1592524859212,"id":1024,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\reduced-motion\\use-reduced-motion.mjs","layer":"ssr"},"startTime":1727853494592,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":356129,"timestamp":1592524864201,"id":1037,"parentId":1027,"tags":{},"startTime":1727853494597,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":285,"timestamp":1592525220413,"id":1173,"parentId":1027,"tags":{},"startTime":1727853494953,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":361240,"timestamp":1592524860925,"id":1027,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\unwrap-motion-component.mjs","layer":"ssr"},"startTime":1727853494594,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":357872,"timestamp":1592524864435,"id":1039,"parentId":1029,"tags":{},"startTime":1727853494597,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":337,"timestamp":1592525222389,"id":1174,"parentId":1029,"tags":{},"startTime":1727853494955,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":362081,"timestamp":1592524862022,"id":1029,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\styles\\scale-correction.mjs","layer":"ssr"},"startTime":1727853494595,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":359921,"timestamp":1592524864320,"id":1038,"parentId":1028,"tags":{},"startTime":1727853494597,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":245,"timestamp":1592525224323,"id":1175,"parentId":1028,"tags":{},"startTime":1727853494957,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":364741,"timestamp":1592524861482,"id":1028,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\valid-prop.mjs","layer":"ssr"},"startTime":1727853494594,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":128362,"timestamp":1592525098395,"id":1154,"parentId":1153,"tags":{},"startTime":1727853494831,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":128767,"timestamp":1592525098042,"id":1153,"parentId":866,"tags":{},"startTime":1727853494831,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1347449,"timestamp":1592523880979,"id":866,"parentId":463,"tags":{"name":"__barrel_optimize__?names=Tab,TabGroup,TabList,TabPanel,TabPanels!=!D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\headlessui.esm.js","layer":"ssr"},"startTime":1727853493614,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":444855,"timestamp":1592524783909,"id":1016,"parentId":1004,"tags":{},"startTime":1727853494517,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":334450,"timestamp":1592524945427,"id":1068,"parentId":1045,"tags":{},"startTime":1727853494678,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":336079,"timestamp":1592524944995,"id":1064,"parentId":1041,"tags":{},"startTime":1727853494678,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":337255,"timestamp":1592524944826,"id":1063,"parentId":1040,"tags":{},"startTime":1727853494677,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":250,"timestamp":1592525282173,"id":1182,"parentId":1040,"tags":{},"startTime":1727853495015,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":353699,"timestamp":1592524931706,"id":1040,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\AnimateSharedLayout.mjs","layer":"ssr"},"startTime":1727853494664,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":340636,"timestamp":1592524945333,"id":1067,"parentId":1044,"tags":{},"startTime":1727853494678,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":342715,"timestamp":1592524945139,"id":1065,"parentId":1042,"tags":{},"startTime":1727853494678,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":343090,"timestamp":1592524945717,"id":1071,"parentId":1048,"tags":{},"startTime":1727853494678,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":344520,"timestamp":1592524945237,"id":1066,"parentId":1043,"tags":{},"startTime":1727853494678,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":266,"timestamp":1592525289886,"id":1189,"parentId":1043,"tags":{},"startTime":1727853495023,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":359310,"timestamp":1592524933579,"id":1043,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\AnimatePresence\\use-presence.mjs","layer":"ssr"},"startTime":1727853494666,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":347509,"timestamp":1592524945529,"id":1069,"parentId":1046,"tags":{},"startTime":1727853494678,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":348185,"timestamp":1592524945808,"id":1072,"parentId":1049,"tags":{},"startTime":1727853494678,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":349280,"timestamp":1592524945624,"id":1070,"parentId":1047,"tags":{},"startTime":1727853494678,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":349596,"timestamp":1592524946231,"id":1076,"parentId":1053,"tags":{},"startTime":1727853494679,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":505,"timestamp":1592525295981,"id":1196,"parentId":1053,"tags":{},"startTime":1727853495029,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":361376,"timestamp":1592524939162,"id":1053,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\hooks\\animation-controls.mjs","layer":"ssr"},"startTime":1727853494672,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":354903,"timestamp":1592524945898,"id":1073,"parentId":1050,"tags":{},"startTime":1727853494679,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":355628,"timestamp":1592524946135,"id":1075,"parentId":1052,"tags":{},"startTime":1727853494679,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":241,"timestamp":1592525301855,"id":1199,"parentId":1052,"tags":{},"startTime":1727853495034,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":365319,"timestamp":1592524938616,"id":1052,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\hooks\\use-animate.mjs","layer":"ssr"},"startTime":1727853494671,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":357761,"timestamp":1592524946321,"id":1077,"parentId":1054,"tags":{},"startTime":1727853494679,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":247,"timestamp":1592525304167,"id":1200,"parentId":1054,"tags":{},"startTime":1727853495037,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":366353,"timestamp":1592524939677,"id":1054,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\hooks\\use-animation.mjs","layer":"ssr"},"startTime":1727853494672,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":359769,"timestamp":1592524946409,"id":1078,"parentId":1055,"tags":{},"startTime":1727853494679,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":253,"timestamp":1592525306265,"id":1201,"parentId":1055,"tags":{},"startTime":1727853495039,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":370029,"timestamp":1592524940227,"id":1055,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\hooks\\use-animated-state.mjs","layer":"ssr"},"startTime":1727853494673,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":363900,"timestamp":1592524946505,"id":1079,"parentId":1056,"tags":{},"startTime":1727853494679,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":290,"timestamp":1592525310492,"id":1202,"parentId":1056,"tags":{},"startTime":1727853495043,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":371378,"timestamp":1592524940739,"id":1056,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\optimized-appear\\data-id.mjs","layer":"ssr"},"startTime":1727853494673,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":365602,"timestamp":1592524946689,"id":1081,"parentId":1058,"tags":{},"startTime":1727853494679,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":287,"timestamp":1592525312377,"id":1203,"parentId":1058,"tags":{},"startTime":1727853495045,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":372992,"timestamp":1592524942083,"id":1058,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\interfaces\\visual-element.mjs","layer":"ssr"},"startTime":1727853494675,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":369233,"timestamp":1592524945990,"id":1074,"parentId":1051,"tags":{},"startTime":1727853494679,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":251,"timestamp":1592525315308,"id":1204,"parentId":1051,"tags":{},"startTime":1727853495048,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":383418,"timestamp":1592524938083,"id":1051,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animate.mjs","layer":"ssr"},"startTime":1727853494671,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":375091,"timestamp":1592524946595,"id":1080,"parentId":1057,"tags":{},"startTime":1727853494679,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":273,"timestamp":1592525321780,"id":1205,"parentId":1057,"tags":{},"startTime":1727853495054,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":387560,"timestamp":1592524941504,"id":1057,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\optimized-appear\\start.mjs","layer":"ssr"},"startTime":1727853494674,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":382106,"timestamp":1592524947107,"id":1085,"parentId":1062,"tags":{},"startTime":1727853494680,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":258,"timestamp":1592525329300,"id":1206,"parentId":1062,"tags":{},"startTime":1727853495062,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":386637,"timestamp":1592524944248,"id":1062,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\DeprecatedLayoutGroupContext.mjs","layer":"ssr"},"startTime":1727853494677,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":384253,"timestamp":1592524946777,"id":1082,"parentId":1059,"tags":{},"startTime":1727853494679,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":281,"timestamp":1592525331113,"id":1207,"parentId":1059,"tags":{},"startTime":1727853495064,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":400381,"timestamp":1592524942598,"id":1059,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\AcceleratedAnimation.mjs","layer":"ssr"},"startTime":1727853494675,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":117058,"timestamp":1592525229408,"id":1177,"parentId":1176,"tags":{},"startTime":1727853494962,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":117672,"timestamp":1592525228852,"id":1176,"parentId":1004,"tags":{},"startTime":1727853494961,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":571920,"timestamp":1592524780625,"id":1004,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\index.mjs","layer":"ssr"},"startTime":1727853494513,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":405744,"timestamp":1592524946978,"id":1084,"parentId":1061,"tags":{},"startTime":1727853494680,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":256,"timestamp":1592525352811,"id":1208,"parentId":1061,"tags":{},"startTime":1727853495085,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":411563,"timestamp":1592524943705,"id":1061,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\flat-tree.mjs","layer":"ssr"},"startTime":1727853494676,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":422048,"timestamp":1592524946883,"id":1083,"parentId":1060,"tags":{},"startTime":1727853494680,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":292,"timestamp":1592525369039,"id":1209,"parentId":1060,"tags":{},"startTime":1727853495102,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":441819,"timestamp":1592524943153,"id":1060,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\MainThreadAnimation.mjs","layer":"ssr"},"startTime":1727853494676,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":444757,"timestamp":1592524991286,"id":1113,"parentId":1087,"tags":{},"startTime":1727853494724,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":252,"timestamp":1592525437163,"id":1210,"parentId":1087,"tags":{},"startTime":1727853495170,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":462963,"timestamp":1592524976137,"id":1087,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\components\\m\\proxy.mjs","layer":"ssr"},"startTime":1727853494709,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":448119,"timestamp":1592524991135,"id":1112,"parentId":1086,"tags":{},"startTime":1727853494724,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":241,"timestamp":1592525439336,"id":1211,"parentId":1086,"tags":{},"startTime":1727853495172,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":465972,"timestamp":1592524975414,"id":1086,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\components\\motion\\proxy.mjs","layer":"ssr"},"startTime":1727853494708,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":449742,"timestamp":1592524991788,"id":1118,"parentId":1092,"tags":{},"startTime":1727853494724,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":257,"timestamp":1592525441613,"id":1212,"parentId":1092,"tags":{},"startTime":1727853495174,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":465119,"timestamp":1592524979199,"id":1092,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\color\\index.mjs","layer":"ssr"},"startTime":1727853494712,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":452972,"timestamp":1592524991491,"id":1115,"parentId":1089,"tags":{},"startTime":1727853494724,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":269,"timestamp":1592525444546,"id":1213,"parentId":1089,"tags":{},"startTime":1727853495177,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":472092,"timestamp":1592524977283,"id":1089,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\track.mjs","layer":"ssr"},"startTime":1727853494710,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":457543,"timestamp":1592524991981,"id":1120,"parentId":1094,"tags":{},"startTime":1727853494725,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":264,"timestamp":1592525449607,"id":1214,"parentId":1094,"tags":{},"startTime":1727853495182,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":471483,"timestamp":1592524980602,"id":1094,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\numbers\\units.mjs","layer":"ssr"},"startTime":1727853494713,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":460840,"timestamp":1592524991392,"id":1114,"parentId":1088,"tags":{},"startTime":1727853494724,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":260,"timestamp":1592525452316,"id":1215,"parentId":1088,"tags":{},"startTime":1727853495185,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":479919,"timestamp":1592524976698,"id":1088,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\index.mjs","layer":"ssr"},"startTime":1727853494709,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":465098,"timestamp":1592524991691,"id":1117,"parentId":1091,"tags":{},"startTime":1727853494724,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":761,"timestamp":1592525456875,"id":1216,"parentId":1091,"tags":{},"startTime":1727853495190,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":481467,"timestamp":1592524978394,"id":1091,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\drag\\use-drag-controls.mjs","layer":"ssr"},"startTime":1727853494711,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":467873,"timestamp":1592524992134,"id":1121,"parentId":1095,"tags":{},"startTime":1727853494725,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":261,"timestamp":1592525460107,"id":1217,"parentId":1095,"tags":{},"startTime":1727853495193,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":484705,"timestamp":1592524981178,"id":1095,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\generators\\spring\\index.mjs","layer":"ssr"},"startTime":1727853494714,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":474155,"timestamp":1592524991882,"id":1119,"parentId":1093,"tags":{},"startTime":1727853494725,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":267,"timestamp":1592525466125,"id":1218,"parentId":1093,"tags":{},"startTime":1727853495199,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":493949,"timestamp":1592524980060,"id":1093,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\complex\\index.mjs","layer":"ssr"},"startTime":1727853494713,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":482578,"timestamp":1592524991596,"id":1116,"parentId":1090,"tags":{},"startTime":1727853494724,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":250,"timestamp":1592525474262,"id":1219,"parentId":1090,"tags":{},"startTime":1727853495207,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":497860,"timestamp":1592524977816,"id":1090,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\Reorder\\namespace.mjs","layer":"ssr"},"startTime":1727853494710,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":483555,"timestamp":1592524992325,"id":1123,"parentId":1097,"tags":{},"startTime":1727853494725,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":520,"timestamp":1592525476081,"id":1220,"parentId":1097,"tags":{},"startTime":1727853495209,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":498742,"timestamp":1592524982278,"id":1097,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\viewport\\index.mjs","layer":"ssr"},"startTime":1727853494715,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":488730,"timestamp":1592524992505,"id":1125,"parentId":1099,"tags":{},"startTime":1727853494725,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":435,"timestamp":1592525481360,"id":1221,"parentId":1099,"tags":{},"startTime":1727853495214,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":502004,"timestamp":1592524983507,"id":1099,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\transform.mjs","layer":"ssr"},"startTime":1727853494716,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":493086,"timestamp":1592524992599,"id":1126,"parentId":1100,"tags":{},"startTime":1727853494725,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":245,"timestamp":1592525485775,"id":1222,"parentId":1100,"tags":{},"startTime":1727853495218,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":503668,"timestamp":1592524984053,"id":1100,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\pipe.mjs","layer":"ssr"},"startTime":1727853494717,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":495174,"timestamp":1592524992693,"id":1127,"parentId":1101,"tags":{},"startTime":1727853494725,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":239,"timestamp":1592525487949,"id":1223,"parentId":1101,"tags":{},"startTime":1727853495221,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":504959,"timestamp":1592524984581,"id":1101,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\progress.mjs","layer":"ssr"},"startTime":1727853494717,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":496914,"timestamp":1592524992786,"id":1128,"parentId":1102,"tags":{},"startTime":1727853494725,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":234,"timestamp":1592525489783,"id":1224,"parentId":1102,"tags":{},"startTime":1727853495222,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":506148,"timestamp":1592524985124,"id":1102,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\wrap.mjs","layer":"ssr"},"startTime":1727853494718,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":498547,"timestamp":1592524992876,"id":1129,"parentId":1103,"tags":{},"startTime":1727853494726,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":264,"timestamp":1592525491506,"id":1225,"parentId":1103,"tags":{},"startTime":1727853495224,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":508074,"timestamp":1592524985660,"id":1103,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\distance.mjs","layer":"ssr"},"startTime":1727853494718,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":500904,"timestamp":1592524992975,"id":1130,"parentId":1104,"tags":{},"startTime":1727853494726,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":240,"timestamp":1592525493960,"id":1226,"parentId":1104,"tags":{},"startTime":1727853495227,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":510027,"timestamp":1592524986229,"id":1104,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\errors.mjs","layer":"ssr"},"startTime":1727853494719,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":503023,"timestamp":1592524993404,"id":1134,"parentId":1110,"tags":{},"startTime":1727853494726,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":262,"timestamp":1592525496510,"id":1227,"parentId":1110,"tags":{},"startTime":1727853495229,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":508337,"timestamp":1592524989896,"id":1110,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\events\\add-pointer-event.mjs","layer":"ssr"},"startTime":1727853494723,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":504884,"timestamp":1592524993495,"id":1135,"parentId":1111,"tags":{},"startTime":1727853494726,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":260,"timestamp":1592525498461,"id":1228,"parentId":1111,"tags":{},"startTime":1727853495231,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":510087,"timestamp":1592524990491,"id":1111,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\events\\event-info.mjs","layer":"ssr"},"startTime":1727853494723,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":508510,"timestamp":1592524992231,"id":1122,"parentId":1096,"tags":{},"startTime":1727853494725,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":257,"timestamp":1592525500827,"id":1229,"parentId":1096,"tags":{},"startTime":1727853495233,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":524681,"timestamp":1592524981723,"id":1096,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\generators\\spring\\find.mjs","layer":"ssr"},"startTime":1727853494714,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":514137,"timestamp":1592524992415,"id":1124,"parentId":1098,"tags":{},"startTime":1727853494725,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":405,"timestamp":1592525506639,"id":1230,"parentId":1098,"tags":{},"startTime":1727853495239,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":527262,"timestamp":1592524982922,"id":1098,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\utils\\build-transform.mjs","layer":"ssr"},"startTime":1727853494716,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":517021,"timestamp":1592524993315,"id":1133,"parentId":1109,"tags":{},"startTime":1727853494726,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":262,"timestamp":1592525510423,"id":1231,"parentId":1109,"tags":{},"startTime":1727853495243,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":523824,"timestamp":1592524988887,"id":1109,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\delay.mjs","layer":"ssr"},"startTime":1727853494722,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":519737,"timestamp":1592524993124,"id":1131,"parentId":1105,"tags":{},"startTime":1727853494726,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":250,"timestamp":1592525512941,"id":1232,"parentId":1105,"tags":{},"startTime":1727853495246,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":530368,"timestamp":1592524986894,"id":1105,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\interpolate.mjs","layer":"ssr"},"startTime":1727853494720,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":524189,"timestamp":1592524993224,"id":1132,"parentId":1108,"tags":{},"startTime":1727853494726,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":265,"timestamp":1592525517497,"id":1233,"parentId":1108,"tags":{},"startTime":1727853495250,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":530883,"timestamp":1592524988364,"id":1108,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\clamp.mjs","layer":"ssr"},"startTime":1727853494721,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":237875,"timestamp":1592525281625,"id":1181,"parentId":1180,"tags":{},"startTime":1727853495014,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":238381,"timestamp":1592525281169,"id":1180,"parentId":1041,"tags":{},"startTime":1727853495014,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":589577,"timestamp":1592524932425,"id":1041,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\MotionConfig\\index.mjs","layer":"ssr"},"startTime":1727853494665,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":241629,"timestamp":1592525280595,"id":1179,"parentId":1178,"tags":{},"startTime":1727853495013,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":242208,"timestamp":1592525280063,"id":1178,"parentId":1045,"tags":{},"startTime":1727853495013,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":590541,"timestamp":1592524934731,"id":1045,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\LazyMotion\\index.mjs","layer":"ssr"},"startTime":1727853494667,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":238322,"timestamp":1592525287166,"id":1184,"parentId":1183,"tags":{},"startTime":1727853495020,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":239477,"timestamp":1592525286060,"id":1183,"parentId":1044,"tags":{},"startTime":1727853495019,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":595438,"timestamp":1592524934182,"id":1044,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\LayoutGroup\\index.mjs","layer":"ssr"},"startTime":1727853494667,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":240819,"timestamp":1592525289332,"id":1188,"parentId":1187,"tags":{},"startTime":1727853495022,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":241306,"timestamp":1592525288898,"id":1187,"parentId":1048,"tags":{},"startTime":1727853495022,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":595088,"timestamp":1592524936447,"id":1048,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\PresenceContext.mjs","layer":"ssr"},"startTime":1727853494669,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":243436,"timestamp":1592525288398,"id":1186,"parentId":1185,"tags":{},"startTime":1727853495021,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243933,"timestamp":1592525287952,"id":1185,"parentId":1042,"tags":{},"startTime":1727853495021,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":605399,"timestamp":1592524932986,"id":1042,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\AnimatePresence\\index.mjs","layer":"ssr"},"startTime":1727853494666,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":244996,"timestamp":1592525293582,"id":1191,"parentId":1190,"tags":{},"startTime":1727853495026,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":245505,"timestamp":1592525293123,"id":1190,"parentId":1046,"tags":{},"startTime":1727853495026,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":604808,"timestamp":1592524935316,"id":1046,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\MotionConfigContext.mjs","layer":"ssr"},"startTime":1727853494668,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":245808,"timestamp":1592525294519,"id":1193,"parentId":1192,"tags":{},"startTime":1727853495027,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":246290,"timestamp":1592525294085,"id":1192,"parentId":1049,"tags":{},"startTime":1727853495027,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":604745,"timestamp":1592524936961,"id":1049,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\SwitchLayoutGroupContext.mjs","layer":"ssr"},"startTime":1727853494670,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":246465,"timestamp":1592525295424,"id":1195,"parentId":1194,"tags":{},"startTime":1727853495028,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":246941,"timestamp":1592525294994,"id":1194,"parentId":1047,"tags":{},"startTime":1727853495028,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":607379,"timestamp":1592524935846,"id":1047,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\LayoutGroupContext.mjs","layer":"ssr"},"startTime":1727853494668,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":242057,"timestamp":1592525301349,"id":1198,"parentId":1197,"tags":{},"startTime":1727853495034,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":242561,"timestamp":1592525300892,"id":1197,"parentId":1050,"tags":{},"startTime":1727853495034,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":607249,"timestamp":1592524937521,"id":1050,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\MotionContext\\index.mjs","layer":"ssr"},"startTime":1727853494670,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":68515,"timestamp":1592525914781,"id":1297,"parentId":1296,"tags":{},"startTime":1727853495647,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":68949,"timestamp":1592525914429,"id":1296,"parentId":1241,"tags":{},"startTime":1727853495647,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":97775,"timestamp":1592525889296,"id":1241,"parentId":870,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\LeftRightDialogHeader\\index.js","layer":"ssr"},"startTime":1727853495622,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-transform","duration":72892,"timestamp":1592525915352,"id":1301,"parentId":1300,"tags":{},"startTime":1727853495648,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":73181,"timestamp":1592525915122,"id":1300,"parentId":1253,"tags":{},"startTime":1727853495648,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":97633,"timestamp":1592525895528,"id":1253,"parentId":869,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\hot-linked-text\\index.js","layer":"ssr"},"startTime":1727853495628,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":77412,"timestamp":1592525915942,"id":1305,"parentId":1304,"tags":{},"startTime":1727853495649,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":77695,"timestamp":1592525915705,"id":1304,"parentId":1256,"tags":{},"startTime":1727853495648,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":99239,"timestamp":1592525897156,"id":1256,"parentId":869,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Dialog\\index.js","layer":"ssr"},"startTime":1727853495630,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":80372,"timestamp":1592525916211,"id":1307,"parentId":1306,"tags":{},"startTime":1727853495649,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":80642,"timestamp":1592525915989,"id":1306,"parentId":1264,"tags":{},"startTime":1727853495649,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":98008,"timestamp":1592525901328,"id":1264,"parentId":870,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Toast\\index.js","layer":"ssr"},"startTime":1727853495634,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":83870,"timestamp":1592525915657,"id":1303,"parentId":1302,"tags":{},"startTime":1727853495648,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":84175,"timestamp":1592525915398,"id":1302,"parentId":1254,"tags":{},"startTime":1727853495648,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":106136,"timestamp":1592525896044,"id":1254,"parentId":869,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\VersionStalenessInfo\\index.js","layer":"ssr"},"startTime":1727853495629,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":109501,"timestamp":1592525915074,"id":1299,"parentId":1298,"tags":{},"startTime":1727853495648,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":109830,"timestamp":1592525914835,"id":1298,"parentId":1242,"tags":{},"startTime":1727853495647,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":142310,"timestamp":1592525889733,"id":1242,"parentId":870,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\container\\RuntimeError\\index.js","layer":"ssr"},"startTime":1727853495622,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":174228,"timestamp":1592525916471,"id":1309,"parentId":1308,"tags":{},"startTime":1727853495649,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":174517,"timestamp":1592525916256,"id":1308,"parentId":1265,"tags":{},"startTime":1727853495649,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":191781,"timestamp":1592525901761,"id":1265,"parentId":925,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\normalized-asset-prefix.js","layer":"ssr"},"startTime":1727853495634,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":180167,"timestamp":1592525916769,"id":1311,"parentId":1310,"tags":{},"startTime":1727853495649,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":180500,"timestamp":1592525916515,"id":1310,"parentId":1268,"tags":{},"startTime":1727853495649,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":204690,"timestamp":1592525903236,"id":1268,"parentId":928,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\stack-frame.js","layer":"ssr"},"startTime":1727853495636,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":57991,"timestamp":1592526059586,"id":1370,"parentId":1369,"tags":{},"startTime":1727853495792,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":58298,"timestamp":1592526059349,"id":1369,"parentId":1316,"tags":{},"startTime":1727853495792,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":81420,"timestamp":1592526038737,"id":1316,"parentId":961,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\is-plain-object.js","layer":"ssr"},"startTime":1727853495771,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":61102,"timestamp":1592526059278,"id":1368,"parentId":1367,"tags":{},"startTime":1727853495792,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":61465,"timestamp":1592526058965,"id":1367,"parentId":1312,"tags":{},"startTime":1727853495792,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":87307,"timestamp":1592526036503,"id":1312,"parentId":930,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\icons\\CollapseIcon.js","layer":"ssr"},"startTime":1727853495769,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":66640,"timestamp":1592526060189,"id":1374,"parentId":1373,"tags":{},"startTime":1727853495793,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":66917,"timestamp":1592526059967,"id":1373,"parentId":1337,"tags":{},"startTime":1727853495793,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":85632,"timestamp":1592526049663,"id":1337,"parentId":1107,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Terminal\\Terminal.js","layer":"ssr"},"startTime":1727853495782,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":115020,"timestamp":1592526060467,"id":1376,"parentId":1375,"tags":{},"startTime":1727853495793,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":115329,"timestamp":1592526060232,"id":1375,"parentId":1338,"tags":{},"startTime":1727853495793,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":130750,"timestamp":1592526050070,"id":1338,"parentId":1106,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Overlay\\Overlay.js","layer":"ssr"},"startTime":1727853495783,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":124567,"timestamp":1592526059920,"id":1372,"parentId":1371,"tags":{},"startTime":1727853495793,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":124913,"timestamp":1592526059632,"id":1371,"parentId":1321,"tags":{},"startTime":1727853495792,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":172223,"timestamp":1592526041294,"id":1321,"parentId":866,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\components\\tabs\\tabs.js","layer":"ssr"},"startTime":1727853495774,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":331535,"timestamp":1592525904949,"id":1275,"parentId":1240,"tags":{},"startTime":1727853495638,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":264,"timestamp":1592526236620,"id":1413,"parentId":1240,"tags":{},"startTime":1727853495969,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":359891,"timestamp":1592525888727,"id":1240,"parentId":815,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\stacktrace-parser\\stack-trace-parser.cjs.js","layer":"ssr"},"startTime":1727853495621,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":344717,"timestamp":1592525904100,"id":1269,"parentId":1234,"tags":{},"startTime":1727853495637,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":420,"timestamp":1592526248931,"id":1414,"parentId":1234,"tags":{},"startTime":1727853495982,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":366137,"timestamp":1592525885164,"id":1234,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\is-browser.mjs","layer":"ssr"},"startTime":1727853495618,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":347269,"timestamp":1592525904257,"id":1270,"parentId":1235,"tags":{},"startTime":1727853495637,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":413,"timestamp":1592526251659,"id":1415,"parentId":1235,"tags":{},"startTime":1727853495984,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":368660,"timestamp":1592525885870,"id":1235,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-unmount-effect.mjs","layer":"ssr"},"startTime":1727853495619,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":349916,"timestamp":1592525904833,"id":1274,"parentId":1239,"tags":{},"startTime":1727853495637,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":488,"timestamp":1592526254886,"id":1416,"parentId":1239,"tags":{},"startTime":1727853495988,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":369199,"timestamp":1592525888124,"id":1239,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\utils\\is-motion-value.mjs","layer":"ssr"},"startTime":1727853495621,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":353175,"timestamp":1592525904381,"id":1271,"parentId":1236,"tags":{},"startTime":1727853495637,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":423,"timestamp":1592526257695,"id":1417,"parentId":1236,"tags":{},"startTime":1727853495990,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":373917,"timestamp":1592525886456,"id":1236,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-isomorphic-effect.mjs","layer":"ssr"},"startTime":1727853495619,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":355426,"timestamp":1592525905181,"id":1277,"parentId":1244,"tags":{},"startTime":1727853495638,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":410,"timestamp":1592526260749,"id":1418,"parentId":1244,"tags":{},"startTime":1727853495993,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":373339,"timestamp":1592525890691,"id":1244,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\mix\\index.mjs","layer":"ssr"},"startTime":1727853495623,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":359726,"timestamp":1592525904506,"id":1272,"parentId":1237,"tags":{},"startTime":1727853495637,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":407,"timestamp":1592526264404,"id":1419,"parentId":1237,"tags":{},"startTime":1727853495997,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":381421,"timestamp":1592525887034,"id":1237,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-force-update.mjs","layer":"ssr"},"startTime":1727853495620,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":363968,"timestamp":1592525904704,"id":1273,"parentId":1238,"tags":{},"startTime":1727853495637,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":589,"timestamp":1592526268802,"id":1420,"parentId":1238,"tags":{},"startTime":1727853496001,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":389021,"timestamp":1592525887561,"id":1238,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\use-visual-state.mjs","layer":"ssr"},"startTime":1727853495620,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":371452,"timestamp":1592525905298,"id":1278,"parentId":1245,"tags":{},"startTime":1727853495638,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":256,"timestamp":1592526276840,"id":1421,"parentId":1245,"tags":{},"startTime":1727853496009,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":387567,"timestamp":1592525891225,"id":1245,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\anticipate.mjs","layer":"ssr"},"startTime":1727853495624,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":373411,"timestamp":1592525905527,"id":1280,"parentId":1247,"tags":{},"startTime":1727853495638,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":237,"timestamp":1592526279022,"id":1422,"parentId":1247,"tags":{},"startTime":1727853496012,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":388578,"timestamp":1592525892292,"id":1247,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\circ.mjs","layer":"ssr"},"startTime":1727853495625,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":375597,"timestamp":1592525905416,"id":1279,"parentId":1246,"tags":{},"startTime":1727853495638,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":255,"timestamp":1592526281096,"id":1423,"parentId":1246,"tags":{},"startTime":1727853496014,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":391155,"timestamp":1592525891772,"id":1246,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\back.mjs","layer":"ssr"},"startTime":1727853495624,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":378006,"timestamp":1592525905067,"id":1276,"parentId":1243,"tags":{},"startTime":1727853495638,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":263,"timestamp":1592526283154,"id":1424,"parentId":1243,"tags":{},"startTime":1727853496016,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":395762,"timestamp":1592525890139,"id":1243,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\stagger.mjs","layer":"ssr"},"startTime":1727853495623,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":380067,"timestamp":1592525906004,"id":1284,"parentId":1251,"tags":{},"startTime":1727853495639,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":263,"timestamp":1592526286160,"id":1425,"parentId":1251,"tags":{},"startTime":1727853496019,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":394141,"timestamp":1592525894427,"id":1251,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\modifiers\\mirror.mjs","layer":"ssr"},"startTime":1727853495627,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":383050,"timestamp":1592525905665,"id":1281,"parentId":1248,"tags":{},"startTime":1727853495638,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":238,"timestamp":1592526288804,"id":1426,"parentId":1248,"tags":{},"startTime":1727853496021,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":399010,"timestamp":1592525892829,"id":1248,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\ease.mjs","layer":"ssr"},"startTime":1727853495625,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":386128,"timestamp":1592525905894,"id":1283,"parentId":1250,"tags":{},"startTime":1727853495639,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":286,"timestamp":1592526292119,"id":1427,"parentId":1250,"tags":{},"startTime":1727853496025,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":400442,"timestamp":1592525893921,"id":1250,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\steps.mjs","layer":"ssr"},"startTime":1727853495627,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":388402,"timestamp":1592525906113,"id":1285,"parentId":1252,"tags":{},"startTime":1727853495639,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":248,"timestamp":1592526294601,"id":1428,"parentId":1252,"tags":{},"startTime":1727853496027,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":401076,"timestamp":1592525895011,"id":1252,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\modifiers\\reverse.mjs","layer":"ssr"},"startTime":1727853495628,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":389751,"timestamp":1592525906500,"id":1288,"parentId":1258,"tags":{},"startTime":1727853495639,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":246,"timestamp":1592526296383,"id":1429,"parentId":1258,"tags":{},"startTime":1727853496029,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":399938,"timestamp":1592525898117,"id":1258,"parentId":868,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_tagged_template_literal_loose.js","layer":"ssr"},"startTime":1727853495631,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":391452,"timestamp":1592525906764,"id":1290,"parentId":1260,"tags":{},"startTime":1727853495639,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":250,"timestamp":1592526298390,"id":1430,"parentId":1260,"tags":{},"startTime":1727853496031,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":401022,"timestamp":1592525899189,"id":1260,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\frameloop\\frame.mjs","layer":"ssr"},"startTime":1727853495632,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":393551,"timestamp":1592525906859,"id":1291,"parentId":1261,"tags":{},"startTime":1727853495639,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243,"timestamp":1592526300495,"id":1431,"parentId":1261,"tags":{},"startTime":1727853496033,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":402353,"timestamp":1592525899728,"id":1261,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\animations.mjs","layer":"ssr"},"startTime":1727853495632,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":395588,"timestamp":1592525906640,"id":1289,"parentId":1259,"tags":{},"startTime":1727853495639,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":241,"timestamp":1592526302363,"id":1432,"parentId":1259,"tags":{},"startTime":1727853496035,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":405704,"timestamp":1592525898670,"id":1259,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\frameloop\\index-legacy.mjs","layer":"ssr"},"startTime":1727853495631,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":397547,"timestamp":1592525906969,"id":1292,"parentId":1262,"tags":{},"startTime":1727853495640,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":256,"timestamp":1592526304598,"id":1433,"parentId":1262,"tags":{},"startTime":1727853496037,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":407403,"timestamp":1592525900262,"id":1262,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\filter-props.mjs","layer":"ssr"},"startTime":1727853495633,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":400620,"timestamp":1592525907196,"id":1294,"parentId":1266,"tags":{},"startTime":1727853495640,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":247,"timestamp":1592526307920,"id":1434,"parentId":1266,"tags":{},"startTime":1727853496041,"traceId":"007913bbb71a9a03"}] +[{"name":"build-module-mjs","duration":408702,"timestamp":1592525902168,"id":1266,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\geometry\\models.mjs","layer":"ssr"},"startTime":1727853495635,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":404753,"timestamp":1592525906269,"id":1286,"parentId":1255,"tags":{},"startTime":1727853495639,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":282,"timestamp":1592526311109,"id":1435,"parentId":1255,"tags":{},"startTime":1727853496044,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":416297,"timestamp":1592525896587,"id":1255,"parentId":859,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_private_field_loose_base.js","layer":"ssr"},"startTime":1727853495629,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":406639,"timestamp":1592525906390,"id":1287,"parentId":1257,"tags":{},"startTime":1727853495639,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":284,"timestamp":1592526313117,"id":1436,"parentId":1257,"tags":{},"startTime":1727853496046,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":417291,"timestamp":1592525897549,"id":1257,"parentId":859,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_private_field_loose_key.js","layer":"ssr"},"startTime":1727853495630,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":412217,"timestamp":1592525905781,"id":1282,"parentId":1249,"tags":{},"startTime":1727853495638,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":321,"timestamp":1592526318094,"id":1437,"parentId":1249,"tags":{},"startTime":1727853496051,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":429529,"timestamp":1592525893348,"id":1249,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\cubic-bezier.mjs","layer":"ssr"},"startTime":1727853495626,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":415944,"timestamp":1592525907082,"id":1293,"parentId":1263,"tags":{},"startTime":1727853495640,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":291,"timestamp":1592526323114,"id":1438,"parentId":1263,"tags":{},"startTime":1727853496056,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":425123,"timestamp":1592525900811,"id":1263,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\drag\\utils\\lock.mjs","layer":"ssr"},"startTime":1727853495633,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":444638,"timestamp":1592525907309,"id":1295,"parentId":1267,"tags":{},"startTime":1727853495640,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":267,"timestamp":1592526352078,"id":1439,"parentId":1267,"tags":{},"startTime":1727853496085,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":453981,"timestamp":1592525902714,"id":1267,"parentId":865,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\geometry\\delta-calc.mjs","layer":"ssr"},"startTime":1727853495635,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":342997,"timestamp":1592526052987,"id":1344,"parentId":1315,"tags":{},"startTime":1727853495786,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":247,"timestamp":1592526396106,"id":1440,"parentId":1315,"tags":{},"startTime":1727853496129,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":360341,"timestamp":1592526038193,"id":1315,"parentId":964,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-computed.mjs","layer":"ssr"},"startTime":1727853495771,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":345825,"timestamp":1592526052860,"id":1343,"parentId":1314,"tags":{},"startTime":1727853495785,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":278,"timestamp":1592526398771,"id":1441,"parentId":1314,"tags":{},"startTime":1727853496131,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":363019,"timestamp":1592526037651,"id":1314,"parentId":964,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-constant.mjs","layer":"ssr"},"startTime":1727853495770,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":347653,"timestamp":1592526053238,"id":1346,"parentId":1318,"tags":{},"startTime":1727853495786,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":241,"timestamp":1592526400980,"id":1442,"parentId":1318,"tags":{},"startTime":1727853496134,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":362808,"timestamp":1592526039704,"id":1318,"parentId":971,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\velocity-per-second.mjs","layer":"ssr"},"startTime":1727853495772,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":349294,"timestamp":1592526053365,"id":1347,"parentId":1319,"tags":{},"startTime":1727853495786,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":274,"timestamp":1592526402757,"id":1443,"parentId":1319,"tags":{},"startTime":1727853496135,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":364219,"timestamp":1592526040221,"id":1319,"parentId":971,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\warn-once.mjs","layer":"ssr"},"startTime":1727853495773,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":351909,"timestamp":1592526052690,"id":1342,"parentId":1313,"tags":{},"startTime":1727853495785,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":280,"timestamp":1592526404680,"id":1444,"parentId":1313,"tags":{},"startTime":1727853496137,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":370317,"timestamp":1592526037059,"id":1313,"parentId":963,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-combine-values.mjs","layer":"ssr"},"startTime":1727853495770,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":354413,"timestamp":1592526053113,"id":1345,"parentId":1317,"tags":{},"startTime":1727853495786,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":283,"timestamp":1592526407609,"id":1445,"parentId":1317,"tags":{},"startTime":1727853496140,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":371562,"timestamp":1592526039167,"id":1317,"parentId":971,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\subscription-manager.mjs","layer":"ssr"},"startTime":1727853495772,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":357303,"timestamp":1592526053605,"id":1349,"parentId":1322,"tags":{},"startTime":1727853495786,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":249,"timestamp":1592526411001,"id":1446,"parentId":1322,"tags":{},"startTime":1727853496144,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":370608,"timestamp":1592526041721,"id":1322,"parentId":999,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-instant-transition-state.mjs","layer":"ssr"},"startTime":1727853495774,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":358423,"timestamp":1592526054052,"id":1353,"parentId":1326,"tags":{},"startTime":1727853495787,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":241,"timestamp":1592526412558,"id":1447,"parentId":1326,"tags":{},"startTime":1727853496145,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":371142,"timestamp":1592526043814,"id":1326,"parentId":1005,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\reduced-motion\\index.mjs","layer":"ssr"},"startTime":1727853495776,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":361393,"timestamp":1592526053718,"id":1350,"parentId":1323,"tags":{},"startTime":1727853495786,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":242,"timestamp":1592526415192,"id":1448,"parentId":1323,"tags":{},"startTime":1727853496148,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":374614,"timestamp":1592526042258,"id":1323,"parentId":1005,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\is-numerical-string.mjs","layer":"ssr"},"startTime":1727853495775,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":363318,"timestamp":1592526053941,"id":1352,"parentId":1325,"tags":{},"startTime":1727853495787,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":240,"timestamp":1592526417352,"id":1449,"parentId":1325,"tags":{},"startTime":1727853496150,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":376174,"timestamp":1592526043314,"id":1325,"parentId":1001,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\resolve-value.mjs","layer":"ssr"},"startTime":1727853495776,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":365472,"timestamp":1592526054163,"id":1354,"parentId":1327,"tags":{},"startTime":1727853495787,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":282,"timestamp":1592526419716,"id":1450,"parentId":1327,"tags":{},"startTime":1727853496152,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":376801,"timestamp":1592526044348,"id":1327,"parentId":1005,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\reduced-motion\\state.mjs","layer":"ssr"},"startTime":1727853495777,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":367471,"timestamp":1592526053830,"id":1351,"parentId":1324,"tags":{},"startTime":1727853495786,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":6285,"timestamp":1592526421383,"id":1451,"parentId":1324,"tags":{},"startTime":1727853496154,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":386438,"timestamp":1592526042769,"id":1324,"parentId":1005,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\is-zero-value-string.mjs","layer":"ssr"},"startTime":1727853495775,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":374423,"timestamp":1592526054937,"id":1361,"parentId":1334,"tags":{},"startTime":1727853495788,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":255,"timestamp":1592526429447,"id":1452,"parentId":1334,"tags":{},"startTime":1727853496162,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":383175,"timestamp":1592526048113,"id":1334,"parentId":1007,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\gestures.mjs","layer":"ssr"},"startTime":1727853495781,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":377966,"timestamp":1592526053491,"id":1348,"parentId":1320,"tags":{},"startTime":1727853495786,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":242,"timestamp":1592526431550,"id":1453,"parentId":1320,"tags":{},"startTime":1727853496164,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":393219,"timestamp":1592526040747,"id":1320,"parentId":971,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\frameloop\\sync-time.mjs","layer":"ssr"},"startTime":1727853495773,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":379617,"timestamp":1592526054501,"id":1357,"parentId":1330,"tags":{},"startTime":1727853495787,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":247,"timestamp":1592526434205,"id":1454,"parentId":1330,"tags":{},"startTime":1727853496167,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":391195,"timestamp":1592526045893,"id":1330,"parentId":1005,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\resolve-variants.mjs","layer":"ssr"},"startTime":1727853495779,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":382867,"timestamp":1592526054393,"id":1356,"parentId":1329,"tags":{},"startTime":1727853495787,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":256,"timestamp":1592526437350,"id":1455,"parentId":1329,"tags":{},"startTime":1727853496170,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":395679,"timestamp":1592526045393,"id":1329,"parentId":1005,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\motion-values.mjs","layer":"ssr"},"startTime":1727853495778,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":387046,"timestamp":1592526054273,"id":1355,"parentId":1328,"tags":{},"startTime":1727853495787,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":251,"timestamp":1592526441408,"id":1456,"parentId":1328,"tags":{},"startTime":1727853496174,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":399460,"timestamp":1592526044853,"id":1328,"parentId":1005,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\is-controlling-variants.mjs","layer":"ssr"},"startTime":1727853495777,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":389315,"timestamp":1592526055153,"id":1363,"parentId":1336,"tags":{},"startTime":1727853495788,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243,"timestamp":1592526444553,"id":1457,"parentId":1336,"tags":{},"startTime":1727853496177,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":397262,"timestamp":1592526049136,"id":1336,"parentId":1005,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\utils\\transform.mjs","layer":"ssr"},"startTime":1727853495782,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":391504,"timestamp":1592526055046,"id":1362,"parentId":1335,"tags":{},"startTime":1727853495788,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":277,"timestamp":1592526446639,"id":1458,"parentId":1335,"tags":{},"startTime":1727853496179,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":399960,"timestamp":1592526048631,"id":1335,"parentId":1007,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\create-visual-element.mjs","layer":"ssr"},"startTime":1727853495781,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":393325,"timestamp":1592526055417,"id":1365,"parentId":1340,"tags":{},"startTime":1727853495788,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":244,"timestamp":1592526448857,"id":1459,"parentId":1340,"tags":{},"startTime":1727853496181,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":399582,"timestamp":1592526050972,"id":1340,"parentId":1021,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\drag.mjs","layer":"ssr"},"startTime":1727853495784,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":395432,"timestamp":1592526055264,"id":1364,"parentId":1339,"tags":{},"startTime":1727853495788,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":279,"timestamp":1592526450779,"id":1460,"parentId":1339,"tags":{},"startTime":1727853496183,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":401946,"timestamp":1592526050467,"id":1339,"parentId":1002,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\events\\add-dom-event.mjs","layer":"ssr"},"startTime":1727853495783,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":397032,"timestamp":1592526055530,"id":1366,"parentId":1341,"tags":{},"startTime":1727853495788,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":275,"timestamp":1592526452643,"id":1461,"parentId":1341,"tags":{},"startTime":1727853496185,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":402685,"timestamp":1592526051493,"id":1341,"parentId":1021,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\layout.mjs","layer":"ssr"},"startTime":1727853495784,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":400510,"timestamp":1592526054611,"id":1358,"parentId":1331,"tags":{},"startTime":1727853495787,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":245,"timestamp":1592526455217,"id":1462,"parentId":1331,"tags":{},"startTime":1727853496188,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":410742,"timestamp":1592526046441,"id":1331,"parentId":1005,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\definitions.mjs","layer":"ssr"},"startTime":1727853495779,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":405620,"timestamp":1592526054720,"id":1359,"parentId":1332,"tags":{},"startTime":1727853495787,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":273,"timestamp":1592526460435,"id":1463,"parentId":1332,"tags":{},"startTime":1727853496193,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":420718,"timestamp":1592526047057,"id":1332,"parentId":1005,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\KeyframesResolver.mjs","layer":"ssr"},"startTime":1727853495780,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":413884,"timestamp":1592526054827,"id":1360,"parentId":1333,"tags":{},"startTime":1727853495787,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":294,"timestamp":1592526468810,"id":1464,"parentId":1333,"tags":{},"startTime":1727853496201,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":423657,"timestamp":1592526047605,"id":1333,"parentId":1003,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-will-change\\WillChangeMotionValue.mjs","layer":"ssr"},"startTime":1727853495780,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":385830,"timestamp":1592526148490,"id":1395,"parentId":1377,"tags":{},"startTime":1727853495881,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":242,"timestamp":1592526534448,"id":1465,"parentId":1377,"tags":{},"startTime":1727853496267,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":397971,"timestamp":1592526138086,"id":1377,"parentId":1026,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\symbol.mjs","layer":"ssr"},"startTime":1727853495871,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":387032,"timestamp":1592526149179,"id":1400,"parentId":1382,"tags":{},"startTime":1727853495882,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":245,"timestamp":1592526536296,"id":1466,"parentId":1382,"tags":{},"startTime":1727853496269,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":396808,"timestamp":1592526141003,"id":1382,"parentId":1051,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\is-dom-keyframes.mjs","layer":"ssr"},"startTime":1727853495874,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":389148,"timestamp":1592526148845,"id":1397,"parentId":1379,"tags":{},"startTime":1727853495881,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":271,"timestamp":1592526538141,"id":1467,"parentId":1379,"tags":{},"startTime":1727853496271,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":400824,"timestamp":1592526139357,"id":1379,"parentId":1005,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\find.mjs","layer":"ssr"},"startTime":1727853495872,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":391632,"timestamp":1592526148712,"id":1396,"parentId":1378,"tags":{},"startTime":1727853495881,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":244,"timestamp":1592526541406,"id":1468,"parentId":1378,"tags":{},"startTime":1727853496274,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":405162,"timestamp":1592526138784,"id":1378,"parentId":1053,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\setters.mjs","layer":"ssr"},"startTime":1727853495871,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":395144,"timestamp":1592526148949,"id":1398,"parentId":1380,"tags":{},"startTime":1727853495882,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":248,"timestamp":1592526544179,"id":1469,"parentId":1380,"tags":{},"startTime":1727853496277,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":406216,"timestamp":1592526139902,"id":1380,"parentId":1005,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\animatable-none.mjs","layer":"ssr"},"startTime":1727853495873,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":396986,"timestamp":1592526149274,"id":1401,"parentId":1383,"tags":{},"startTime":1727853495882,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":258,"timestamp":1592526546344,"id":1470,"parentId":1383,"tags":{},"startTime":1727853496279,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":409288,"timestamp":1592526141545,"id":1383,"parentId":1051,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\interfaces\\visual-element-target.mjs","layer":"ssr"},"startTime":1727853495874,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":401607,"timestamp":1592526149398,"id":1402,"parentId":1384,"tags":{},"startTime":1727853495882,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":246,"timestamp":1592526551089,"id":1471,"parentId":1384,"tags":{},"startTime":1727853496284,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":410926,"timestamp":1592526142068,"id":1384,"parentId":1051,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\interfaces\\single-value.mjs","layer":"ssr"},"startTime":1727853495875,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":403557,"timestamp":1592526149584,"id":1404,"parentId":1386,"tags":{},"startTime":1727853495882,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":235,"timestamp":1592526553226,"id":1472,"parentId":1386,"tags":{},"startTime":1727853496286,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":411387,"timestamp":1592526143138,"id":1386,"parentId":1057,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\noop.mjs","layer":"ssr"},"startTime":1727853495876,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":405031,"timestamp":1592526149672,"id":1405,"parentId":1387,"tags":{},"startTime":1727853495882,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":255,"timestamp":1592526554789,"id":1473,"parentId":1387,"tags":{},"startTime":1727853496287,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":412626,"timestamp":1592526143674,"id":1387,"parentId":1059,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\memo.mjs","layer":"ssr"},"startTime":1727853495876,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":407401,"timestamp":1592526149066,"id":1399,"parentId":1381,"tags":{},"startTime":1727853495882,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":246,"timestamp":1592526556551,"id":1474,"parentId":1381,"tags":{},"startTime":1727853496289,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":420688,"timestamp":1592526140460,"id":1381,"parentId":1051,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\GroupPlaybackControls.mjs","layer":"ssr"},"startTime":1727853495873,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":411227,"timestamp":1592526150068,"id":1409,"parentId":1391,"tags":{},"startTime":1727853495883,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":248,"timestamp":1592526561380,"id":1475,"parentId":1391,"tags":{},"startTime":1727853496294,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":417803,"timestamp":1592526145780,"id":1391,"parentId":1004,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\MotionContext\\create.mjs","layer":"ssr"},"startTime":1727853495878,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":413884,"timestamp":1592526149844,"id":1407,"parentId":1389,"tags":{},"startTime":1727853495882,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":269,"timestamp":1592526563814,"id":1476,"parentId":1389,"tags":{},"startTime":1727853496296,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":421333,"timestamp":1592526144720,"id":1389,"parentId":1004,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\use-motion-ref.mjs","layer":"ssr"},"startTime":1727853495877,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":416228,"timestamp":1592526149970,"id":1408,"parentId":1390,"tags":{},"startTime":1727853495883,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":261,"timestamp":1592526566284,"id":1477,"parentId":1390,"tags":{},"startTime":1727853496299,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":427133,"timestamp":1592526145228,"id":1390,"parentId":1004,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\use-visual-element.mjs","layer":"ssr"},"startTime":1727853495878,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":422349,"timestamp":1592526150158,"id":1410,"parentId":1392,"tags":{},"startTime":1727853495883,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":244,"timestamp":1592526572592,"id":1478,"parentId":1392,"tags":{},"startTime":1727853496305,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":427966,"timestamp":1592526146302,"id":1392,"parentId":1004,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\load-features.mjs","layer":"ssr"},"startTime":1727853495879,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":424069,"timestamp":1592526150350,"id":1412,"parentId":1394,"tags":{},"startTime":1727853495883,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":253,"timestamp":1592526574502,"id":1479,"parentId":1394,"tags":{},"startTime":1727853496307,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":431690,"timestamp":1592526147344,"id":1394,"parentId":1058,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\interfaces\\visual-element-variant.mjs","layer":"ssr"},"startTime":1727853495880,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":428937,"timestamp":1592526150244,"id":1411,"parentId":1393,"tags":{},"startTime":1727853495883,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":252,"timestamp":1592526579263,"id":1480,"parentId":1393,"tags":{},"startTime":1727853496312,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":434406,"timestamp":1592526146812,"id":1393,"parentId":1058,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\resolve-dynamic-variants.mjs","layer":"ssr"},"startTime":1727853495879,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":431607,"timestamp":1592526149758,"id":1406,"parentId":1388,"tags":{},"startTime":1727853495882,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":240,"timestamp":1592526581448,"id":1481,"parentId":1388,"tags":{},"startTime":1727853496314,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":438831,"timestamp":1592526144188,"id":1388,"parentId":1059,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\time-conversion.mjs","layer":"ssr"},"startTime":1727853495877,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":434447,"timestamp":1592526149495,"id":1403,"parentId":1385,"tags":{},"startTime":1727853495882,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":252,"timestamp":1592526584031,"id":1482,"parentId":1385,"tags":{},"startTime":1727853496317,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":444009,"timestamp":1592526142600,"id":1385,"parentId":1051,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\create-visual-element.mjs","layer":"ssr"},"startTime":1727853495875,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":60965,"timestamp":1592526753594,"id":1577,"parentId":1576,"tags":{},"startTime":1727853496486,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":61262,"timestamp":1592526753366,"id":1576,"parentId":1534,"tags":{},"startTime":1727853496486,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":71870,"timestamp":1592526746369,"id":1534,"parentId":1256,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Dialog\\DialogBody.js","layer":"ssr"},"startTime":1727853496479,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":65535,"timestamp":1592526753027,"id":1573,"parentId":1572,"tags":{},"startTime":1727853496486,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":65965,"timestamp":1592526752677,"id":1572,"parentId":1532,"tags":{},"startTime":1727853496485,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":78208,"timestamp":1592526745411,"id":1532,"parentId":1253,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\magic-identifier.js","layer":"ssr"},"startTime":1727853496478,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":70525,"timestamp":1592526753319,"id":1575,"parentId":1574,"tags":{},"startTime":1727853496486,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":70834,"timestamp":1592526753078,"id":1574,"parentId":1533,"tags":{},"startTime":1727853496486,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":82383,"timestamp":1592526745959,"id":1533,"parentId":1256,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Dialog\\Dialog.js","layer":"ssr"},"startTime":1727853496479,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":75944,"timestamp":1592526807227,"id":1611,"parentId":1610,"tags":{},"startTime":1727853496540,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":76249,"timestamp":1592526806998,"id":1610,"parentId":1581,"tags":{},"startTime":1727853496540,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":90131,"timestamp":1592526796393,"id":1581,"parentId":1264,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Toast\\styles.js","layer":"ssr"},"startTime":1727853496529,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":79765,"timestamp":1592526806952,"id":1609,"parentId":1608,"tags":{},"startTime":1727853496540,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":80063,"timestamp":1592526806704,"id":1608,"parentId":1580,"tags":{},"startTime":1727853496539,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":93790,"timestamp":1592526795467,"id":1580,"parentId":1256,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Dialog\\styles.js","layer":"ssr"},"startTime":1727853496528,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":82786,"timestamp":1592526806660,"id":1607,"parentId":1606,"tags":{},"startTime":1727853496539,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":83073,"timestamp":1592526806422,"id":1606,"parentId":1579,"tags":{},"startTime":1727853496539,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":97114,"timestamp":1592526795050,"id":1579,"parentId":1256,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Dialog\\DialogHeader.js","layer":"ssr"},"startTime":1727853496528,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":85994,"timestamp":1592526806369,"id":1605,"parentId":1604,"tags":{},"startTime":1727853496539,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":86363,"timestamp":1592526806049,"id":1604,"parentId":1578,"tags":{},"startTime":1727853496539,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":100478,"timestamp":1592526794493,"id":1578,"parentId":1256,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Dialog\\DialogContent.js","layer":"ssr"},"startTime":1727853496527,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":87403,"timestamp":1592526807754,"id":1615,"parentId":1614,"tags":{},"startTime":1727853496540,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":87669,"timestamp":1592526807537,"id":1614,"parentId":1583,"tags":{},"startTime":1727853496540,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":100748,"timestamp":1592526797214,"id":1583,"parentId":1254,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\VersionStalenessInfo\\styles.js","layer":"ssr"},"startTime":1727853496530,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":90665,"timestamp":1592526807493,"id":1613,"parentId":1612,"tags":{},"startTime":1727853496540,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":90936,"timestamp":1592526807271,"id":1612,"parentId":1582,"tags":{},"startTime":1727853496540,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":104174,"timestamp":1592526796802,"id":1582,"parentId":1264,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Toast\\Toast.js","layer":"ssr"},"startTime":1727853496529,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":93134,"timestamp":1592526808037,"id":1617,"parentId":1616,"tags":{},"startTime":1727853496541,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":93422,"timestamp":1592526807798,"id":1616,"parentId":1584,"tags":{},"startTime":1727853496540,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":106157,"timestamp":1592526797601,"id":1584,"parentId":1242,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\group-stack-frames-by-framework.js","layer":"ssr"},"startTime":1727853496530,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":95740,"timestamp":1592526808306,"id":1619,"parentId":1618,"tags":{},"startTime":1727853496541,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":96017,"timestamp":1592526808081,"id":1618,"parentId":1585,"tags":{},"startTime":1727853496541,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":109945,"timestamp":1592526798034,"id":1585,"parentId":1242,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\container\\RuntimeError\\GroupedStackFrames.js","layer":"ssr"},"startTime":1727853496531,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":99411,"timestamp":1592526808821,"id":1623,"parentId":1622,"tags":{},"startTime":1727853496541,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":99680,"timestamp":1592526808607,"id":1622,"parentId":1587,"tags":{},"startTime":1727853496541,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":115474,"timestamp":1592526798811,"id":1587,"parentId":1241,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\LeftRightDialogHeader\\LeftRightDialogHeader.js","layer":"ssr"},"startTime":1727853496531,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":105411,"timestamp":1592526809096,"id":1625,"parentId":1624,"tags":{},"startTime":1727853496542,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":105677,"timestamp":1592526808879,"id":1624,"parentId":1588,"tags":{},"startTime":1727853496542,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":118968,"timestamp":1592526799212,"id":1588,"parentId":1337,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Terminal\\EditorLink.js","layer":"ssr"},"startTime":1727853496532,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":108475,"timestamp":1592526809919,"id":1631,"parentId":1630,"tags":{},"startTime":1727853496543,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":108798,"timestamp":1592526809648,"id":1630,"parentId":1596,"tags":{},"startTime":1727853496542,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":117073,"timestamp":1592526803153,"id":1596,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\components\\keyboard.js","layer":"ssr"},"startTime":1727853496536,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":156827,"timestamp":1592526810208,"id":1633,"parentId":1632,"tags":{},"startTime":1727853496543,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":157145,"timestamp":1592526809964,"id":1632,"parentId":1597,"tags":{},"startTime":1727853496543,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":167775,"timestamp":1592526803606,"id":1597,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-active-press.js","layer":"ssr"},"startTime":1727853496536,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":161079,"timestamp":1592526810491,"id":1635,"parentId":1634,"tags":{},"startTime":1727853496543,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":161365,"timestamp":1592526810252,"id":1634,"parentId":1598,"tags":{},"startTime":1727853496543,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":168765,"timestamp":1592526804050,"id":1598,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-id.js","layer":"ssr"},"startTime":1727853496537,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":352890,"timestamp":1592526621072,"id":1492,"parentId":1486,"tags":{},"startTime":1727853496354,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":257,"timestamp":1592526974063,"id":1676,"parentId":1486,"tags":{},"startTime":1727853496707,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":356826,"timestamp":1592526618683,"id":1486,"parentId":1057,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\optimized-appear\\store.mjs","layer":"ssr"},"startTime":1727853496351,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":354472,"timestamp":1592526621182,"id":1493,"parentId":1487,"tags":{},"startTime":1727853496354,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":272,"timestamp":1592526975741,"id":1677,"parentId":1487,"tags":{},"startTime":1727853496708,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":358081,"timestamp":1592526619249,"id":1487,"parentId":1057,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\optimized-appear\\get-appear-id.mjs","layer":"ssr"},"startTime":1727853496352,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":356522,"timestamp":1592526620958,"id":1491,"parentId":1485,"tags":{},"startTime":1727853496354,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":242,"timestamp":1592526977563,"id":1678,"parentId":1485,"tags":{},"startTime":1727853496710,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":361515,"timestamp":1592526617903,"id":1485,"parentId":1057,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\optimized-appear\\store-id.mjs","layer":"ssr"},"startTime":1727853496351,"traceId":"007913bbb71a9a03"}] +[{"name":"read-resource","duration":359872,"timestamp":1592526620669,"id":1489,"parentId":1483,"tags":{},"startTime":1727853496353,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":447,"timestamp":1592526980673,"id":1679,"parentId":1483,"tags":{},"startTime":1727853496713,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":367275,"timestamp":1592526616608,"id":1483,"parentId":1051,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\resolve-element.mjs","layer":"ssr"},"startTime":1727853496349,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":363215,"timestamp":1592526620824,"id":1490,"parentId":1484,"tags":{},"startTime":1727853496353,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":258,"timestamp":1592526984124,"id":1680,"parentId":1484,"tags":{},"startTime":1727853496717,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":370068,"timestamp":1592526617332,"id":1484,"parentId":1057,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\optimized-appear\\handoff.mjs","layer":"ssr"},"startTime":1727853496350,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":366251,"timestamp":1592526621298,"id":1494,"parentId":1488,"tags":{},"startTime":1727853496354,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":303,"timestamp":1592526987635,"id":1681,"parentId":1488,"tags":{},"startTime":1727853496720,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":373091,"timestamp":1592526619804,"id":1488,"parentId":1059,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\BaseAnimation.mjs","layer":"ssr"},"startTime":1727853496352,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":183774,"timestamp":1592526809352,"id":1627,"parentId":1626,"tags":{},"startTime":1727853496542,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":184036,"timestamp":1592526809140,"id":1626,"parentId":1589,"tags":{},"startTime":1727853496542,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":197348,"timestamp":1592526799623,"id":1589,"parentId":1338,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Overlay\\body-locker.js","layer":"ssr"},"startTime":1727853496532,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":188735,"timestamp":1592526808564,"id":1621,"parentId":1620,"tags":{},"startTime":1727853496541,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":189000,"timestamp":1592526808349,"id":1620,"parentId":1586,"tags":{},"startTime":1727853496541,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":204339,"timestamp":1592526798427,"id":1586,"parentId":1254,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\VersionStalenessInfo\\VersionStalenessInfo.js","layer":"ssr"},"startTime":1727853496531,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":197719,"timestamp":1592526867170,"id":1665,"parentId":1664,"tags":{},"startTime":1727853496600,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":198180,"timestamp":1592526866785,"id":1664,"parentId":1636,"tags":{},"startTime":1727853496599,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":212486,"timestamp":1592526854639,"id":1636,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-iso-morphic-effect.js","layer":"ssr"},"startTime":1727853496587,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":199825,"timestamp":1592526867499,"id":1667,"parentId":1666,"tags":{},"startTime":1727853496600,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":200143,"timestamp":1592526867228,"id":1666,"parentId":1637,"tags":{},"startTime":1727853496600,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":214023,"timestamp":1592526855300,"id":1637,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-event.js","layer":"ssr"},"startTime":1727853496588,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":201646,"timestamp":1592526867878,"id":1669,"parentId":1668,"tags":{},"startTime":1727853496601,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":202023,"timestamp":1592526867547,"id":1668,"parentId":1638,"tags":{},"startTime":1727853496600,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":216426,"timestamp":1592526855784,"id":1638,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-resolve-button-type.js","layer":"ssr"},"startTime":1727853496588,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":204207,"timestamp":1592526868191,"id":1671,"parentId":1670,"tags":{},"startTime":1727853496601,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":204516,"timestamp":1592526867929,"id":1670,"parentId":1639,"tags":{},"startTime":1727853496601,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":217773,"timestamp":1592526856280,"id":1639,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-latest-value.js","layer":"ssr"},"startTime":1727853496589,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":205760,"timestamp":1592526868488,"id":1673,"parentId":1672,"tags":{},"startTime":1727853496601,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":206058,"timestamp":1592526868237,"id":1672,"parentId":1640,"tags":{},"startTime":1727853496601,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":220132,"timestamp":1592526856730,"id":1640,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-sync-refs.js","layer":"ssr"},"startTime":1727853496589,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":208319,"timestamp":1592526868781,"id":1675,"parentId":1674,"tags":{},"startTime":1727853496601,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":208612,"timestamp":1592526868535,"id":1674,"parentId":1652,"tags":{},"startTime":1727853496601,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":215789,"timestamp":1592526864019,"id":1652,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\internal\\focus-sentinel.js","layer":"ssr"},"startTime":1727853496597,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":336816,"timestamp":1592526747341,"id":1538,"parentId":1498,"tags":{},"startTime":1727853496480,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":338066,"timestamp":1592526747085,"id":1536,"parentId":1496,"tags":{},"startTime":1727853496480,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":237,"timestamp":1592527085246,"id":1713,"parentId":1496,"tags":{},"startTime":1727853496818,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":361068,"timestamp":1592526725798,"id":1496,"parentId":1056,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\camel-to-dash.mjs","layer":"ssr"},"startTime":1727853496458,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":339438,"timestamp":1592526747576,"id":1540,"parentId":1500,"tags":{},"startTime":1727853496480,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":254,"timestamp":1592527087101,"id":1714,"parentId":1500,"tags":{},"startTime":1727853496820,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":363334,"timestamp":1592526728104,"id":1500,"parentId":1060,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\generators\\inertia.mjs","layer":"ssr"},"startTime":1727853496461,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":343895,"timestamp":1592526747691,"id":1541,"parentId":1501,"tags":{},"startTime":1727853496480,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":278,"timestamp":1592527091676,"id":1715,"parentId":1501,"tags":{},"startTime":1727853496824,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":365482,"timestamp":1592526728621,"id":1501,"parentId":1061,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\array.mjs","layer":"ssr"},"startTime":1727853496461,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":346459,"timestamp":1592526747804,"id":1542,"parentId":1502,"tags":{},"startTime":1727853496480,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":251,"timestamp":1592527094349,"id":1716,"parentId":1502,"tags":{},"startTime":1727853496827,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":368260,"timestamp":1592526729162,"id":1502,"parentId":1060,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\generators\\keyframes.mjs","layer":"ssr"},"startTime":1727853496462,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":350108,"timestamp":1592526747459,"id":1539,"parentId":1499,"tags":{},"startTime":1727853496480,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":270,"timestamp":1592527097653,"id":1717,"parentId":1499,"tags":{},"startTime":1727853496830,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":371510,"timestamp":1592526727534,"id":1499,"parentId":1061,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\compare-by-depth.mjs","layer":"ssr"},"startTime":1727853496460,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":351122,"timestamp":1592526748067,"id":1544,"parentId":1504,"tags":{},"startTime":1727853496481,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":240,"timestamp":1592527099275,"id":1718,"parentId":1504,"tags":{},"startTime":1727853496832,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":372151,"timestamp":1592526730319,"id":1504,"parentId":1092,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\utils.mjs","layer":"ssr"},"startTime":1727853496463,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":354444,"timestamp":1592526748180,"id":1545,"parentId":1505,"tags":{},"startTime":1727853496481,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":275,"timestamp":1592527102711,"id":1719,"parentId":1505,"tags":{},"startTime":1727853496835,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":373331,"timestamp":1592526730861,"id":1505,"parentId":1087,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\components\\m\\create.mjs","layer":"ssr"},"startTime":1727853496463,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":357123,"timestamp":1592526747214,"id":1537,"parentId":1497,"tags":{},"startTime":1727853496480,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":247,"timestamp":1592527104421,"id":1720,"parentId":1497,"tags":{},"startTime":1727853496837,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":380361,"timestamp":1592526726406,"id":1497,"parentId":1022,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\node\\HTMLProjectionNode.mjs","layer":"ssr"},"startTime":1727853496459,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":358644,"timestamp":1592526748301,"id":1546,"parentId":1506,"tags":{},"startTime":1727853496481,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":255,"timestamp":1592527107037,"id":1721,"parentId":1506,"tags":{},"startTime":1727853496840,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":377438,"timestamp":1592526731376,"id":1506,"parentId":1086,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\components\\motion\\create.mjs","layer":"ssr"},"startTime":1727853496464,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":360564,"timestamp":1592526748415,"id":1547,"parentId":1507,"tags":{},"startTime":1727853496481,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243,"timestamp":1592527109082,"id":1722,"parentId":1507,"tags":{},"startTime":1727853496842,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":379821,"timestamp":1592526731919,"id":1507,"parentId":1092,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\color\\rgba.mjs","layer":"ssr"},"startTime":1727853496465,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":363379,"timestamp":1592526748536,"id":1548,"parentId":1508,"tags":{},"startTime":1727853496481,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":406,"timestamp":1592527112064,"id":1723,"parentId":1508,"tags":{},"startTime":1727853496845,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":383437,"timestamp":1592526732471,"id":1508,"parentId":1089,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\info.mjs","layer":"ssr"},"startTime":1727853496465,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":367482,"timestamp":1592526748651,"id":1549,"parentId":1509,"tags":{},"startTime":1727853496481,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":429,"timestamp":1592527116273,"id":1724,"parentId":1509,"tags":{},"startTime":1727853496849,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":386552,"timestamp":1592526733048,"id":1509,"parentId":1092,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\color\\hex.mjs","layer":"ssr"},"startTime":1727853496466,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":370853,"timestamp":1592526748900,"id":1551,"parentId":1511,"tags":{},"startTime":1727853496482,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":263,"timestamp":1592527119858,"id":1725,"parentId":1511,"tags":{},"startTime":1727853496853,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":387319,"timestamp":1592526734110,"id":1511,"parentId":1088,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\supports.mjs","layer":"ssr"},"startTime":1727853496467,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":372815,"timestamp":1592526748764,"id":1550,"parentId":1510,"tags":{},"startTime":1727853496481,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":259,"timestamp":1592527121665,"id":1726,"parentId":1510,"tags":{},"startTime":1727853496854,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":390516,"timestamp":1592526733562,"id":1510,"parentId":1092,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\color\\hsla.mjs","layer":"ssr"},"startTime":1727853496466,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":375208,"timestamp":1592526749018,"id":1552,"parentId":1512,"tags":{},"startTime":1727853496482,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":246,"timestamp":1592527124309,"id":1727,"parentId":1512,"tags":{},"startTime":1727853496857,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":391736,"timestamp":1592526734644,"id":1512,"parentId":1088,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\observe.mjs","layer":"ssr"},"startTime":1727853496467,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":377400,"timestamp":1592526749130,"id":1553,"parentId":1513,"tags":{},"startTime":1727853496482,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":265,"timestamp":1592527126613,"id":1728,"parentId":1513,"tags":{},"startTime":1727853496859,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":394691,"timestamp":1592526735199,"id":1513,"parentId":1089,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\on-scroll-handler.mjs","layer":"ssr"},"startTime":1727853496468,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":383185,"timestamp":1592526746854,"id":1535,"parentId":1495,"tags":{},"startTime":1727853496479,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":265,"timestamp":1592527130125,"id":1729,"parentId":1495,"tags":{},"startTime":1727853496863,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":411437,"timestamp":1592526725099,"id":1495,"parentId":1059,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\DOMKeyframesResolver.mjs","layer":"ssr"},"startTime":1727853496458,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":113307,"timestamp":1592527024103,"id":1700,"parentId":1699,"tags":{},"startTime":1727853496757,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":113676,"timestamp":1592527023789,"id":1699,"parentId":1683,"tags":{},"startTime":1727853496756,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":129923,"timestamp":1592527009552,"id":1683,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\micro-task.js","layer":"ssr"},"startTime":1727853496742,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":115990,"timestamp":1592527023722,"id":1698,"parentId":1697,"tags":{},"startTime":1727853496756,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":116406,"timestamp":1592527023356,"id":1697,"parentId":1682,"tags":{},"startTime":1727853496756,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":133708,"timestamp":1592527008754,"id":1682,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\internal\\hidden.js","layer":"ssr"},"startTime":1727853496741,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":117936,"timestamp":1592527024718,"id":1704,"parentId":1703,"tags":{},"startTime":1727853496757,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":118238,"timestamp":1592527024464,"id":1703,"parentId":1685,"tags":{},"startTime":1727853496757,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":133594,"timestamp":1592527010656,"id":1685,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\owner.js","layer":"ssr"},"startTime":1727853496743,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":119402,"timestamp":1592527025056,"id":1706,"parentId":1705,"tags":{},"startTime":1727853496758,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":119740,"timestamp":1592527024765,"id":1705,"parentId":1686,"tags":{},"startTime":1727853496757,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":135164,"timestamp":1592527011296,"id":1686,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\match.js","layer":"ssr"},"startTime":1727853496744,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":122334,"timestamp":1592527024417,"id":1702,"parentId":1701,"tags":{},"startTime":1727853496757,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":122646,"timestamp":1592527024154,"id":1701,"parentId":1684,"tags":{},"startTime":1727853496757,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":146957,"timestamp":1592527010146,"id":1684,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\focus-management.js","layer":"ssr"},"startTime":1727853496743,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":136120,"timestamp":1592527025675,"id":1710,"parentId":1709,"tags":{},"startTime":1727853496758,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":137367,"timestamp":1592527025427,"id":1709,"parentId":1688,"tags":{},"startTime":1727853496758,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":154060,"timestamp":1592527012243,"id":1688,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\stable-collection.js","layer":"ssr"},"startTime":1727853496745,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":141742,"timestamp":1592527025379,"id":1708,"parentId":1707,"tags":{},"startTime":1727853496758,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":142071,"timestamp":1592527025104,"id":1707,"parentId":1687,"tags":{},"startTime":1727853496758,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":168215,"timestamp":1592527011750,"id":1687,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\render.js","layer":"ssr"},"startTime":1727853496744,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":486571,"timestamp":1592526749360,"id":1555,"parentId":1515,"tags":{},"startTime":1727853496482,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":251,"timestamp":1592527236061,"id":1730,"parentId":1515,"tags":{},"startTime":1727853496969,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":502550,"timestamp":1592526736264,"id":1515,"parentId":1057,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\waapi\\index.mjs","layer":"ssr"},"startTime":1727853496469,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":491043,"timestamp":1592526747951,"id":1543,"parentId":1503,"tags":{},"startTime":1727853496481,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":252,"timestamp":1592527239082,"id":1731,"parentId":1503,"tags":{},"startTime":1727853496972,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":512011,"timestamp":1592526729694,"id":1503,"parentId":1087,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\components\\create-proxy.mjs","layer":"ssr"},"startTime":1727853496462,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":492287,"timestamp":1592526749586,"id":1557,"parentId":1517,"tags":{},"startTime":1727853496482,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":299,"timestamp":1592527241988,"id":1732,"parentId":1517,"tags":{},"startTime":1727853496975,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":506091,"timestamp":1592526737339,"id":1517,"parentId":1059,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\generators\\utils\\is-generator.mjs","layer":"ssr"},"startTime":1727853496470,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":493872,"timestamp":1592526749706,"id":1558,"parentId":1518,"tags":{},"startTime":1727853496482,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":264,"timestamp":1592527243663,"id":1733,"parentId":1518,"tags":{},"startTime":1727853496976,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":507635,"timestamp":1592526737879,"id":1518,"parentId":1060,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\generators\\utils\\calc-duration.mjs","layer":"ssr"},"startTime":1727853496471,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":495580,"timestamp":1592526750083,"id":1561,"parentId":1521,"tags":{},"startTime":1727853496483,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":496698,"timestamp":1592526749968,"id":1560,"parentId":1520,"tags":{},"startTime":1727853496483,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":264,"timestamp":1592527246761,"id":1736,"parentId":1520,"tags":{},"startTime":1727853496979,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":509761,"timestamp":1592526738962,"id":1520,"parentId":1059,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\waapi\\utils\\get-final-keyframe.mjs","layer":"ssr"},"startTime":1727853496472,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":498540,"timestamp":1592526750352,"id":1563,"parentId":1523,"tags":{},"startTime":1727853496483,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":316,"timestamp":1592527249045,"id":1737,"parentId":1523,"tags":{},"startTime":1727853496982,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":510383,"timestamp":1592526740547,"id":1523,"parentId":1095,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\generators\\utils\\velocity.mjs","layer":"ssr"},"startTime":1727853496473,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":500846,"timestamp":1592526750234,"id":1562,"parentId":1522,"tags":{},"startTime":1727853496483,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":501545,"timestamp":1592526750464,"id":1564,"parentId":1524,"tags":{},"startTime":1727853496483,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":238,"timestamp":1592527252100,"id":1740,"parentId":1524,"tags":{},"startTime":1727853496985,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":512535,"timestamp":1592526741091,"id":1524,"parentId":1098,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\get-as-type.mjs","layer":"ssr"},"startTime":1727853496474,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":503930,"timestamp":1592526749842,"id":1559,"parentId":1519,"tags":{},"startTime":1727853496482,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":245,"timestamp":1592527253870,"id":1741,"parentId":1519,"tags":{},"startTime":1727853496987,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":517310,"timestamp":1592526738400,"id":1519,"parentId":1059,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\utils\\accelerated-values.mjs","layer":"ssr"},"startTime":1727853496471,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":505377,"timestamp":1592526750574,"id":1565,"parentId":1525,"tags":{},"startTime":1727853496483,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":416,"timestamp":1592527256082,"id":1742,"parentId":1525,"tags":{},"startTime":1727853496989,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":517897,"timestamp":1592526741617,"id":1525,"parentId":1098,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\number.mjs","layer":"ssr"},"startTime":1727853496474,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":510416,"timestamp":1592526749245,"id":1554,"parentId":1514,"tags":{},"startTime":1727853496482,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":301,"timestamp":1592527259746,"id":1743,"parentId":1514,"tags":{},"startTime":1727853496992,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":533681,"timestamp":1592526735720,"id":1514,"parentId":1051,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\sequence\\create.mjs","layer":"ssr"},"startTime":1727853496468,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":518619,"timestamp":1592526750943,"id":1568,"parentId":1528,"tags":{},"startTime":1727853496484,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":276,"timestamp":1592527269654,"id":1744,"parentId":1528,"tags":{},"startTime":1727853497002,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":528602,"timestamp":1592526743217,"id":1528,"parentId":1044,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\node\\group.mjs","layer":"ssr"},"startTime":1727853496476,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":521188,"timestamp":1592526750797,"id":1567,"parentId":1527,"tags":{},"startTime":1727853496483,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":245,"timestamp":1592527272070,"id":1745,"parentId":1527,"tags":{},"startTime":1727853497005,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":537846,"timestamp":1592526742668,"id":1527,"parentId":1089,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\resize\\index.mjs","layer":"ssr"},"startTime":1727853496475,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":529528,"timestamp":1592526751168,"id":1570,"parentId":1530,"tags":{},"startTime":1727853496484,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":290,"timestamp":1592527280793,"id":1746,"parentId":1530,"tags":{},"startTime":1727853497013,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":538686,"timestamp":1592526744348,"id":1530,"parentId":1042,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\AnimatePresence\\utils.mjs","layer":"ssr"},"startTime":1727853496477,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":532124,"timestamp":1592526751057,"id":1569,"parentId":1529,"tags":{},"startTime":1727853496484,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":532931,"timestamp":1592526751280,"id":1571,"parentId":1531,"tags":{},"startTime":1727853496484,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":246,"timestamp":1592527284304,"id":1749,"parentId":1531,"tags":{},"startTime":1727853497017,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":541084,"timestamp":1592526744894,"id":1531,"parentId":1111,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\events\\utils\\is-primary-pointer.mjs","layer":"ssr"},"startTime":1727853496478,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":537500,"timestamp":1592526749472,"id":1556,"parentId":1516,"tags":{},"startTime":1727853496482,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":248,"timestamp":1592527287070,"id":1750,"parentId":1516,"tags":{},"startTime":1727853497020,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":553646,"timestamp":1592526736777,"id":1516,"parentId":1059,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\waapi\\easing.mjs","layer":"ssr"},"startTime":1727853496469,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":539886,"timestamp":1592526750685,"id":1566,"parentId":1526,"tags":{},"startTime":1727853496483,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":273,"timestamp":1592527290656,"id":1751,"parentId":1526,"tags":{},"startTime":1727853497023,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":550769,"timestamp":1592526742149,"id":1526,"parentId":1060,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\drivers\\driver-frameloop.mjs","layer":"ssr"},"startTime":1727853496475,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":209904,"timestamp":1592527084747,"id":1712,"parentId":1711,"tags":{},"startTime":1727853496817,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":210443,"timestamp":1592527084263,"id":1711,"parentId":1498,"tags":{},"startTime":1727853496817,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":569086,"timestamp":1592526726997,"id":1498,"parentId":1004,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\LazyContext.mjs","layer":"ssr"},"startTime":1727853496460,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":489384,"timestamp":1592526809605,"id":1629,"parentId":1628,"tags":{},"startTime":1727853496542,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":489654,"timestamp":1592526809394,"id":1628,"parentId":1595,"tags":{},"startTime":1727853496542,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":585022,"timestamp":1592526802736,"id":1595,"parentId":1338,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Overlay\\maintain--tab-focus.js","layer":"ssr"},"startTime":1727853496535,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":212189,"timestamp":1592527246260,"id":1735,"parentId":1734,"tags":{},"startTime":1727853496979,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":212772,"timestamp":1592527245752,"id":1734,"parentId":1521,"tags":{},"startTime":1727853496978,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":723589,"timestamp":1592526739496,"id":1521,"parentId":1090,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\Reorder\\Group.mjs","layer":"ssr"},"startTime":1727853496472,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":211687,"timestamp":1592527251627,"id":1739,"parentId":1738,"tags":{},"startTime":1727853496984,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":212198,"timestamp":1592527251165,"id":1738,"parentId":1522,"tags":{},"startTime":1727853496984,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":732383,"timestamp":1592526740032,"id":1522,"parentId":1090,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\Reorder\\Item.mjs","layer":"ssr"},"startTime":1727853496473,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":667621,"timestamp":1592526804967,"id":1602,"parentId":1593,"tags":{},"startTime":1727853496538,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":310,"timestamp":1592527472686,"id":1770,"parentId":1593,"tags":{},"startTime":1727853497205,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":672771,"timestamp":1592526801675,"id":1593,"parentId":1238,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\is-animation-controls.mjs","layer":"ssr"},"startTime":1727853496534,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":669890,"timestamp":1592526804713,"id":1600,"parentId":1591,"tags":{},"startTime":1727853496537,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":281,"timestamp":1592527474695,"id":1771,"parentId":1591,"tags":{},"startTime":1727853497207,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":675604,"timestamp":1592526800600,"id":1591,"parentId":1244,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\mix\\number.mjs","layer":"ssr"},"startTime":1727853496533,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":671824,"timestamp":1592526804526,"id":1599,"parentId":1590,"tags":{},"startTime":1727853496537,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":238,"timestamp":1592527476432,"id":1772,"parentId":1590,"tags":{},"startTime":1727853497209,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":678303,"timestamp":1592526800052,"id":1590,"parentId":1237,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-is-mounted.mjs","layer":"ssr"},"startTime":1727853496533,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":673417,"timestamp":1592526805081,"id":1603,"parentId":1594,"tags":{},"startTime":1727853496538,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":508,"timestamp":1592527478584,"id":1773,"parentId":1594,"tags":{},"startTime":1727853497211,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":678814,"timestamp":1592526802215,"id":1594,"parentId":1238,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-will-change\\get-will-change-name.mjs","layer":"ssr"},"startTime":1727853496535,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":198020,"timestamp":1592527283758,"id":1748,"parentId":1747,"tags":{},"startTime":1727853497016,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":198567,"timestamp":1592527283265,"id":1747,"parentId":1529,"tags":{},"startTime":1727853497016,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":741851,"timestamp":1592526743748,"id":1529,"parentId":1042,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\AnimatePresence\\PresenceChild.mjs","layer":"ssr"},"startTime":1727853496476,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":680994,"timestamp":1592526804839,"id":1601,"parentId":1592,"tags":{},"startTime":1727853496537,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":312,"timestamp":1592527485926,"id":1774,"parentId":1592,"tags":{},"startTime":1727853497219,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":690807,"timestamp":1592526801142,"id":1592,"parentId":1244,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\mix\\complex.mjs","layer":"ssr"},"startTime":1727853496534,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":718027,"timestamp":1592526865027,"id":1654,"parentId":1642,"tags":{},"startTime":1727853496598,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":323,"timestamp":1592527583190,"id":1783,"parentId":1642,"tags":{},"startTime":1727853497316,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":727146,"timestamp":1592526858017,"id":1642,"parentId":1325,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\is-keyframes-target.mjs","layer":"ssr"},"startTime":1727853496591,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":720000,"timestamp":1592526865316,"id":1657,"parentId":1645,"tags":{},"startTime":1727853496598,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":314,"timestamp":1592527585403,"id":1784,"parentId":1645,"tags":{},"startTime":1727853497318,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":733973,"timestamp":1592526859687,"id":1645,"parentId":1334,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\press.mjs","layer":"ssr"},"startTime":1727853496592,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":728393,"timestamp":1592526865413,"id":1658,"parentId":1646,"tags":{},"startTime":1727853496598,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":293,"timestamp":1592527593889,"id":1785,"parentId":1646,"tags":{},"startTime":1727853497327,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":735155,"timestamp":1592526860266,"id":1646,"parentId":1328,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\is-variant-label.mjs","layer":"ssr"},"startTime":1727853496593,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":730060,"timestamp":1592526865505,"id":1659,"parentId":1647,"tags":{},"startTime":1727853496598,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243,"timestamp":1592527595650,"id":1786,"parentId":1647,"tags":{},"startTime":1727853497328,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":735871,"timestamp":1592526861223,"id":1647,"parentId":1328,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\variant-props.mjs","layer":"ssr"},"startTime":1727853496594,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":732150,"timestamp":1592526865128,"id":1655,"parentId":1643,"tags":{},"startTime":1727853496598,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":245,"timestamp":1592527597365,"id":1787,"parentId":1643,"tags":{},"startTime":1727853497330,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":741807,"timestamp":1592526858567,"id":1643,"parentId":1334,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\hover.mjs","layer":"ssr"},"startTime":1727853496591,"traceId":"007913bbb71a9a03"}] +[{"name":"read-resource","duration":735803,"timestamp":1592526865686,"id":1661,"parentId":1649,"tags":{},"startTime":1727853496598,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":250,"timestamp":1592527601584,"id":1788,"parentId":1649,"tags":{},"startTime":1727853497334,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":741663,"timestamp":1592526862328,"id":1649,"parentId":1340,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\drag\\index.mjs","layer":"ssr"},"startTime":1727853496595,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":738628,"timestamp":1592526865596,"id":1660,"parentId":1648,"tags":{},"startTime":1727853496598,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":249,"timestamp":1592527604311,"id":1789,"parentId":1648,"tags":{},"startTime":1727853497337,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":746804,"timestamp":1592526861754,"id":1648,"parentId":1335,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\HTMLVisualElement.mjs","layer":"ssr"},"startTime":1727853496594,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":742933,"timestamp":1592526865776,"id":1662,"parentId":1650,"tags":{},"startTime":1727853496598,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":252,"timestamp":1592527608797,"id":1790,"parentId":1650,"tags":{},"startTime":1727853497341,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":748007,"timestamp":1592526862896,"id":1650,"parentId":1335,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\is-svg-component.mjs","layer":"ssr"},"startTime":1727853496596,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":745146,"timestamp":1592526865908,"id":1663,"parentId":1651,"tags":{},"startTime":1727853496599,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":253,"timestamp":1592527611179,"id":1791,"parentId":1651,"tags":{},"startTime":1727853497344,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":752765,"timestamp":1592526863454,"id":1651,"parentId":1332,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\unit-conversion.mjs","layer":"ssr"},"startTime":1727853496596,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":601219,"timestamp":1592527015958,"id":1693,"parentId":1689,"tags":{},"startTime":1727853496749,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":494,"timestamp":1592527617278,"id":1792,"parentId":1689,"tags":{},"startTime":1727853497350,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":606434,"timestamp":1592527012727,"id":1689,"parentId":1389,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\is-ref-object.mjs","layer":"ssr"},"startTime":1727853496745,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":603185,"timestamp":1592527016128,"id":1694,"parentId":1690,"tags":{},"startTime":1727853496749,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":248,"timestamp":1592527619403,"id":1793,"parentId":1690,"tags":{},"startTime":1727853497352,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":607744,"timestamp":1592527013312,"id":1690,"parentId":1390,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\frameloop\\microtask.mjs","layer":"ssr"},"startTime":1727853496746,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":604986,"timestamp":1592527016249,"id":1695,"parentId":1691,"tags":{},"startTime":1727853496749,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":256,"timestamp":1592527621320,"id":1794,"parentId":1691,"tags":{},"startTime":1727853497354,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":612845,"timestamp":1592527013872,"id":1691,"parentId":1383,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\interfaces\\motion-value.mjs","layer":"ssr"},"startTime":1727853496747,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":610470,"timestamp":1592527016408,"id":1696,"parentId":1692,"tags":{},"startTime":1727853496749,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":286,"timestamp":1592527626966,"id":1795,"parentId":1692,"tags":{},"startTime":1727853497360,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":614198,"timestamp":1592527014702,"id":1692,"parentId":1383,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\transitions.mjs","layer":"ssr"},"startTime":1727853496747,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":764164,"timestamp":1592526864880,"id":1653,"parentId":1641,"tags":{},"startTime":1727853496598,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":249,"timestamp":1592527629188,"id":1796,"parentId":1641,"tags":{},"startTime":1727853497362,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":776074,"timestamp":1592526857348,"id":1641,"parentId":1260,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\frameloop\\batcher.mjs","layer":"ssr"},"startTime":1727853496590,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":768353,"timestamp":1592526865223,"id":1656,"parentId":1644,"tags":{},"startTime":1727853496598,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":251,"timestamp":1592527633664,"id":1797,"parentId":1644,"tags":{},"startTime":1727853497366,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":777794,"timestamp":1592526859139,"id":1644,"parentId":1334,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\focus.mjs","layer":"ssr"},"startTime":1727853496592,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":84764,"timestamp":1592527689892,"id":1816,"parentId":1815,"tags":{},"startTime":1727853497423,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":85232,"timestamp":1592527689504,"id":1815,"parentId":1800,"tags":{},"startTime":1727853497422,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":99514,"timestamp":1592527677418,"id":1800,"parentId":1597,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-disposables.js","layer":"ssr"},"startTime":1727853497410,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":86667,"timestamp":1592527690478,"id":1820,"parentId":1819,"tags":{},"startTime":1727853497423,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":86949,"timestamp":1592527690242,"id":1819,"parentId":1802,"tags":{},"startTime":1727853497423,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":101338,"timestamp":1592527678520,"id":1802,"parentId":1242,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\CodeFrame\\index.js","layer":"ssr"},"startTime":1727853497411,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":91614,"timestamp":1592527690790,"id":1822,"parentId":1821,"tags":{},"startTime":1727853497423,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":91930,"timestamp":1592527690529,"id":1821,"parentId":1803,"tags":{},"startTime":1727853497423,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":107803,"timestamp":1592527678939,"id":1803,"parentId":1585,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\container\\RuntimeError\\CallStackFrame.js","layer":"ssr"},"startTime":1727853497412,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":95889,"timestamp":1592527691060,"id":1824,"parentId":1823,"tags":{},"startTime":1727853497424,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":96161,"timestamp":1592527690837,"id":1823,"parentId":1804,"tags":{},"startTime":1727853497423,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":111461,"timestamp":1592527679422,"id":1804,"parentId":1588,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\use-open-in-editor.js","layer":"ssr"},"startTime":1727853497412,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":133296,"timestamp":1592527690195,"id":1818,"parentId":1817,"tags":{},"startTime":1727853497423,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":133625,"timestamp":1592527689945,"id":1817,"parentId":1801,"tags":{},"startTime":1727853497423,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":151648,"timestamp":1592527677999,"id":1801,"parentId":1585,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\icons\\FrameworkIcon.js","layer":"ssr"},"startTime":1727853497411,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":416846,"timestamp":1592527412980,"id":1762,"parentId":1753,"tags":{},"startTime":1727853497146,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":279,"timestamp":1592527829981,"id":1859,"parentId":1753,"tags":{},"startTime":1727853497563,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":426292,"timestamp":1592527406509,"id":1753,"parentId":1391,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\MotionContext\\utils.mjs","layer":"ssr"},"startTime":1727853497139,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":419779,"timestamp":1592527413219,"id":1764,"parentId":1755,"tags":{},"startTime":1727853497146,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":253,"timestamp":1592527833153,"id":1860,"parentId":1755,"tags":{},"startTime":1727853497566,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":427460,"timestamp":1592527407898,"id":1755,"parentId":1379,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\dimensions.mjs","layer":"ssr"},"startTime":1727853497141,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":422462,"timestamp":1592527413104,"id":1763,"parentId":1754,"tags":{},"startTime":1727853497146,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":244,"timestamp":1592527835655,"id":1861,"parentId":1754,"tags":{},"startTime":1727853497568,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":430047,"timestamp":1592527407072,"id":1754,"parentId":1385,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\is-svg-element.mjs","layer":"ssr"},"startTime":1727853497140,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":423729,"timestamp":1592527413561,"id":1767,"parentId":1758,"tags":{},"startTime":1727853497146,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":258,"timestamp":1592527837381,"id":1862,"parentId":1758,"tags":{},"startTime":1727853497570,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":429900,"timestamp":1592527409529,"id":1758,"parentId":1380,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\defaults.mjs","layer":"ssr"},"startTime":1727853497142,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":426122,"timestamp":1592527413449,"id":1766,"parentId":1757,"tags":{},"startTime":1727853497146,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":269,"timestamp":1592527839659,"id":1863,"parentId":1757,"tags":{},"startTime":1727853497572,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":433679,"timestamp":1592527409012,"id":1757,"parentId":1380,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\complex\\filter.mjs","layer":"ssr"},"startTime":1727853497142,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":429114,"timestamp":1592527413784,"id":1769,"parentId":1760,"tags":{},"startTime":1727853497146,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":281,"timestamp":1592527843038,"id":1864,"parentId":1760,"tags":{},"startTime":1727853497576,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":435839,"timestamp":1592527410593,"id":1760,"parentId":1261,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\animation\\exit.mjs","layer":"ssr"},"startTime":1727853497143,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":433269,"timestamp":1592527413335,"id":1765,"parentId":1756,"tags":{},"startTime":1727853497146,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":254,"timestamp":1592527846737,"id":1865,"parentId":1756,"tags":{},"startTime":1727853497579,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":440149,"timestamp":1592527408474,"id":1756,"parentId":1379,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\test.mjs","layer":"ssr"},"startTime":1727853497141,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":435141,"timestamp":1592527413672,"id":1768,"parentId":1759,"tags":{},"startTime":1727853497146,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":283,"timestamp":1592527848959,"id":1866,"parentId":1759,"tags":{},"startTime":1727853497582,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":442304,"timestamp":1592527410062,"id":1759,"parentId":1261,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\animation\\index.mjs","layer":"ssr"},"startTime":1727853497143,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":439710,"timestamp":1592527412808,"id":1761,"parentId":1752,"tags":{},"startTime":1727853497145,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":427,"timestamp":1592527852662,"id":1867,"parentId":1752,"tags":{},"startTime":1727853497585,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":450232,"timestamp":1592527405793,"id":1752,"parentId":1383,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-will-change\\add-will-change.mjs","layer":"ssr"},"startTime":1727853497138,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":81160,"timestamp":1592527808773,"id":1858,"parentId":1857,"tags":{},"startTime":1727853497541,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":81517,"timestamp":1592527808491,"id":1857,"parentId":1839,"tags":{},"startTime":1727853497541,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":89889,"timestamp":1592527801854,"id":1839,"parentId":1687,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\class-names.js","layer":"ssr"},"startTime":1727853497534,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":84181,"timestamp":1592527807787,"id":1852,"parentId":1851,"tags":{},"startTime":1727853497540,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":84575,"timestamp":1592527807443,"id":1851,"parentId":1829,"tags":{},"startTime":1727853497540,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":97791,"timestamp":1592527795939,"id":1829,"parentId":1652,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-is-mounted.js","layer":"ssr"},"startTime":1727853497529,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":86287,"timestamp":1592527808445,"id":1856,"parentId":1855,"tags":{},"startTime":1727853497541,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":86597,"timestamp":1592527808187,"id":1855,"parentId":1838,"tags":{},"startTime":1727853497541,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":97061,"timestamp":1592527801379,"id":1838,"parentId":1684,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\disposables.js","layer":"ssr"},"startTime":1727853497534,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":140826,"timestamp":1592527808139,"id":1854,"parentId":1853,"tags":{},"startTime":1727853497541,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":141201,"timestamp":1592527807840,"id":1853,"parentId":1830,"tags":{},"startTime":1727853497540,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":156533,"timestamp":1592527796424,"id":1830,"parentId":1636,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\env.js","layer":"ssr"},"startTime":1727853497529,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":413613,"timestamp":1592527541356,"id":1779,"parentId":1775,"tags":{},"startTime":1727853497274,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":302,"timestamp":1592527955074,"id":1889,"parentId":1775,"tags":{},"startTime":1727853497688,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":421160,"timestamp":1592527538568,"id":1775,"parentId":1334,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\viewport\\index.mjs","layer":"ssr"},"startTime":1727853497271,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":418319,"timestamp":1592527541630,"id":1781,"parentId":1777,"tags":{},"startTime":1727853497274,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":248,"timestamp":1592527960042,"id":1890,"parentId":1777,"tags":{},"startTime":1727853497693,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":424599,"timestamp":1592527539888,"id":1777,"parentId":1340,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\pan\\index.mjs","layer":"ssr"},"startTime":1727853497273,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":423119,"timestamp":1592527541510,"id":1780,"parentId":1776,"tags":{},"startTime":1727853497274,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":309,"timestamp":1592527964766,"id":1891,"parentId":1776,"tags":{},"startTime":1727853497697,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":429489,"timestamp":1592527539329,"id":1776,"parentId":1335,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\SVGVisualElement.mjs","layer":"ssr"},"startTime":1727853497272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":430854,"timestamp":1592527541745,"id":1782,"parentId":1778,"tags":{},"startTime":1727853497274,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":47098,"timestamp":1592527928342,"id":1888,"parentId":1887,"tags":{},"startTime":1727853497661,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":47510,"timestamp":1592527927984,"id":1887,"parentId":1868,"tags":{},"startTime":1727853497661,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":75028,"timestamp":1592527904441,"id":1868,"parentId":1533,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\hooks\\use-on-click-outside.js","layer":"ssr"},"startTime":1727853497637,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":343218,"timestamp":1592527682999,"id":1810,"parentId":1799,"tags":{},"startTime":1727853497416,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":337,"timestamp":1592528026350,"id":1918,"parentId":1799,"tags":{},"startTime":1727853497759,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":354009,"timestamp":1592527676755,"id":1799,"parentId":1488,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\utils\\can-animate.mjs","layer":"ssr"},"startTime":1727853497409,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":347243,"timestamp":1592527683744,"id":1813,"parentId":1807,"tags":{},"startTime":1727853497416,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":324,"timestamp":1592528032068,"id":1919,"parentId":1807,"tags":{},"startTime":1727853497765,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":353189,"timestamp":1592527681187,"id":1807,"parentId":1497,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\node\\DocumentProjectionNode.mjs","layer":"ssr"},"startTime":1727853497414,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":351274,"timestamp":1592527683245,"id":1811,"parentId":1805,"tags":{},"startTime":1727853497416,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":287,"timestamp":1592528034650,"id":1920,"parentId":1805,"tags":{},"startTime":1727853497767,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":356485,"timestamp":1592527679914,"id":1805,"parentId":1502,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\utils\\is-easing-array.mjs","layer":"ssr"},"startTime":1727853497413,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":352577,"timestamp":1592527683962,"id":1814,"parentId":1808,"tags":{},"startTime":1727853497417,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":314,"timestamp":1592528036623,"id":1921,"parentId":1808,"tags":{},"startTime":1727853497769,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":356830,"timestamp":1592527681823,"id":1808,"parentId":1495,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\is-none.mjs","layer":"ssr"},"startTime":1727853497414,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":361144,"timestamp":1592527682529,"id":1809,"parentId":1798,"tags":{},"startTime":1727853497415,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":313,"timestamp":1592528043772,"id":1922,"parentId":1798,"tags":{},"startTime":1727853497776,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":371072,"timestamp":1592527675964,"id":1798,"parentId":1243,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\utils\\map.mjs","layer":"ssr"},"startTime":1727853497409,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":363868,"timestamp":1592527683489,"id":1812,"parentId":1806,"tags":{},"startTime":1727853497416,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":526,"timestamp":1592528047451,"id":1923,"parentId":1806,"tags":{},"startTime":1727853497780,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":435210,"timestamp":1592527680560,"id":1806,"parentId":1497,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\node\\create-projection-node.mjs","layer":"ssr"},"startTime":1727853497413,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":143688,"timestamp":1592527973281,"id":1893,"parentId":1892,"tags":{},"startTime":1727853497706,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":144297,"timestamp":1592527972728,"id":1892,"parentId":1778,"tags":{},"startTime":1727853497705,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":582485,"timestamp":1592527540479,"id":1778,"parentId":1340,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\layout\\MeasureLayout.mjs","layer":"ssr"},"startTime":1727853497273,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":424571,"timestamp":1592527803115,"id":1843,"parentId":1828,"tags":{},"startTime":1727853497536,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":307,"timestamp":1592528227828,"id":1924,"parentId":1828,"tags":{},"startTime":1727853497960,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":436611,"timestamp":1592527795079,"id":1828,"parentId":1507,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\color\\utils.mjs","layer":"ssr"},"startTime":1727853497528,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":429039,"timestamp":1592527802810,"id":1841,"parentId":1826,"tags":{},"startTime":1727853497535,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":318,"timestamp":1592528231941,"id":1925,"parentId":1826,"tags":{},"startTime":1727853497964,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":441960,"timestamp":1592527793912,"id":1826,"parentId":1495,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\css-variables-conversion.mjs","layer":"ssr"},"startTime":1727853497527,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":433040,"timestamp":1592527802978,"id":1842,"parentId":1827,"tags":{},"startTime":1727853497536,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":248,"timestamp":1592528236195,"id":1926,"parentId":1827,"tags":{},"startTime":1727853497969,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":443882,"timestamp":1592527794502,"id":1827,"parentId":1507,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\numbers\\index.mjs","layer":"ssr"},"startTime":1727853497527,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":435176,"timestamp":1592527803357,"id":1845,"parentId":1832,"tags":{},"startTime":1727853497536,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":333,"timestamp":1592528238622,"id":1927,"parentId":1832,"tags":{},"startTime":1727853497971,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":444034,"timestamp":1592527797471,"id":1832,"parentId":1495,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\is-css-variable.mjs","layer":"ssr"},"startTime":1727853497530,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":438185,"timestamp":1592527803471,"id":1846,"parentId":1833,"tags":{},"startTime":1727853497536,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":296,"timestamp":1592528241741,"id":1928,"parentId":1833,"tags":{},"startTime":1727853497974,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":445937,"timestamp":1592527798319,"id":1833,"parentId":1495,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\utils\\make-none-animatable.mjs","layer":"ssr"},"startTime":1727853497531,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":440843,"timestamp":1592527803592,"id":1847,"parentId":1834,"tags":{},"startTime":1727853497536,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":262,"timestamp":1592528244526,"id":1929,"parentId":1834,"tags":{},"startTime":1727853497977,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":447169,"timestamp":1592527798877,"id":1834,"parentId":1516,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\utils\\is-bezier-definition.mjs","layer":"ssr"},"startTime":1727853497532,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":442337,"timestamp":1592527803851,"id":1848,"parentId":1835,"tags":{},"startTime":1727853497536,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":248,"timestamp":1592528246273,"id":1930,"parentId":1835,"tags":{},"startTime":1727853497979,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":448279,"timestamp":1592527799442,"id":1835,"parentId":1525,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\type-int.mjs","layer":"ssr"},"startTime":1727853497532,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":443889,"timestamp":1592527803970,"id":1849,"parentId":1836,"tags":{},"startTime":1727853497537,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":281,"timestamp":1592528247959,"id":1931,"parentId":1836,"tags":{},"startTime":1727853497980,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":452912,"timestamp":1592527800123,"id":1836,"parentId":1527,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\resize\\handle-element.mjs","layer":"ssr"},"startTime":1727853497533,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":449424,"timestamp":1592527804109,"id":1850,"parentId":1837,"tags":{},"startTime":1727853497537,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":286,"timestamp":1592528253676,"id":1932,"parentId":1837,"tags":{},"startTime":1727853497986,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":455328,"timestamp":1592527800820,"id":1837,"parentId":1527,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\resize\\handle-window.mjs","layer":"ssr"},"startTime":1727853497533,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":454198,"timestamp":1592527802652,"id":1840,"parentId":1825,"tags":{},"startTime":1727853497535,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":511,"timestamp":1592528256947,"id":1933,"parentId":1825,"tags":{},"startTime":1727853497989,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":466513,"timestamp":1592527793214,"id":1825,"parentId":1505,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\components\\create-factory.mjs","layer":"ssr"},"startTime":1727853497526,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":464931,"timestamp":1592527803239,"id":1844,"parentId":1831,"tags":{},"startTime":1727853497536,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":322,"timestamp":1592528268271,"id":1934,"parentId":1831,"tags":{},"startTime":1727853498001,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":474031,"timestamp":1592527796910,"id":1831,"parentId":1514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\utils\\create-generator-easing.mjs","layer":"ssr"},"startTime":1727853497530,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":430189,"timestamp":1592527912205,"id":1878,"parentId":1869,"tags":{},"startTime":1727853497645,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":273,"timestamp":1592528342541,"id":1952,"parentId":1869,"tags":{},"startTime":1727853498075,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":439886,"timestamp":1592527905330,"id":1869,"parentId":1502,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\offsets\\default.mjs","layer":"ssr"},"startTime":1727853497638,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":432534,"timestamp":1592527912841,"id":1882,"parentId":1873,"tags":{},"startTime":1727853497645,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":433889,"timestamp":1592527913031,"id":1883,"parentId":1874,"tags":{},"startTime":1727853497646,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":435723,"timestamp":1592527912534,"id":1880,"parentId":1871,"tags":{},"startTime":1727853497645,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":930,"timestamp":1592528348376,"id":1957,"parentId":1871,"tags":{},"startTime":1727853498081,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":445178,"timestamp":1592527907494,"id":1871,"parentId":1514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\offsets\\fill.mjs","layer":"ssr"},"startTime":1727853497640,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":439697,"timestamp":1592527913158,"id":1884,"parentId":1875,"tags":{},"startTime":1727853497646,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":295,"timestamp":1592528352974,"id":1958,"parentId":1875,"tags":{},"startTime":1727853498085,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":448686,"timestamp":1592527910148,"id":1875,"parentId":1592,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\mix\\color.mjs","layer":"ssr"},"startTime":1727853497643,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":445717,"timestamp":1592527913272,"id":1885,"parentId":1876,"tags":{},"startTime":1727853497646,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":654,"timestamp":1592528359081,"id":1959,"parentId":1876,"tags":{},"startTime":1727853498091,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":450799,"timestamp":1592527910785,"id":1876,"parentId":1592,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\mix\\immediate.mjs","layer":"ssr"},"startTime":1727853497643,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":449336,"timestamp":1592527912396,"id":1879,"parentId":1870,"tags":{},"startTime":1727853497645,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":285,"timestamp":1592528361818,"id":1960,"parentId":1870,"tags":{},"startTime":1727853498094,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":457316,"timestamp":1592527906437,"id":1870,"parentId":1502,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\offsets\\time.mjs","layer":"ssr"},"startTime":1727853497639,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":450535,"timestamp":1592527913385,"id":1886,"parentId":1877,"tags":{},"startTime":1727853497646,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":268,"timestamp":1592528364012,"id":1961,"parentId":1877,"tags":{},"startTime":1727853498096,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":455231,"timestamp":1592527911345,"id":1877,"parentId":1592,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\mix\\visibility.mjs","layer":"ssr"},"startTime":1727853497644,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":455203,"timestamp":1592527912688,"id":1881,"parentId":1872,"tags":{},"startTime":1727853497645,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":275,"timestamp":1592528367990,"id":1962,"parentId":1872,"tags":{},"startTime":1727853498100,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":465191,"timestamp":1592527908170,"id":1872,"parentId":1513,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\offsets\\index.mjs","layer":"ssr"},"startTime":1727853497641,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":141440,"timestamp":1592528293515,"id":1951,"parentId":1950,"tags":{},"startTime":1727853498026,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":141919,"timestamp":1592528293107,"id":1950,"parentId":1939,"tags":{},"startTime":1727853498026,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":159596,"timestamp":1592528283237,"id":1939,"parentId":1802,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\CodeFrame\\CodeFrame.js","layer":"ssr"},"startTime":1727853498016,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":151455,"timestamp":1592528346496,"id":1954,"parentId":1953,"tags":{},"startTime":1727853498079,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":152548,"timestamp":1592528345470,"id":1953,"parentId":1873,"tags":{},"startTime":1727853498078,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":591206,"timestamp":1592527908841,"id":1873,"parentId":1521,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\ReorderContext.mjs","layer":"ssr"},"startTime":1727853497641,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":152425,"timestamp":1592528347878,"id":1956,"parentId":1955,"tags":{},"startTime":1727853498080,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":153335,"timestamp":1592528347019,"id":1955,"parentId":1874,"tags":{},"startTime":1727853498079,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":595898,"timestamp":1592527909498,"id":1874,"parentId":1529,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\AnimatePresence\\PopChild.mjs","layer":"ssr"},"startTime":1727853497642,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":514683,"timestamp":1592527990864,"id":1910,"parentId":1898,"tags":{},"startTime":1727853497724,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":315,"timestamp":1592528505646,"id":1969,"parentId":1898,"tags":{},"startTime":1727853498238,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":522364,"timestamp":1592527985005,"id":1898,"parentId":1645,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\Feature.mjs","layer":"ssr"},"startTime":1727853497718,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":516941,"timestamp":1592527990578,"id":1908,"parentId":1896,"tags":{},"startTime":1727853497723,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":454,"timestamp":1592528507608,"id":1970,"parentId":1896,"tags":{},"startTime":1727853498240,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":525809,"timestamp":1592527983667,"id":1896,"parentId":1514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\sequence\\utils\\sort.mjs","layer":"ssr"},"startTime":1727853497716,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":518863,"timestamp":1592527990759,"id":1909,"parentId":1897,"tags":{},"startTime":1727853497723,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":287,"timestamp":1592528509708,"id":1971,"parentId":1897,"tags":{},"startTime":1727853498242,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":528285,"timestamp":1592527984365,"id":1897,"parentId":1641,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\frameloop\\render-step.mjs","layer":"ssr"},"startTime":1727853497717,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":521311,"timestamp":1592527991516,"id":1915,"parentId":1903,"tags":{},"startTime":1727853497724,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":253,"timestamp":1592528512920,"id":1972,"parentId":1903,"tags":{},"startTime":1727853498245,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":526544,"timestamp":1592527988143,"id":1903,"parentId":1648,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\utils\\render.mjs","layer":"ssr"},"startTime":1727853497721,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":523876,"timestamp":1592527990978,"id":1911,"parentId":1899,"tags":{},"startTime":1727853497724,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":313,"timestamp":1592528514944,"id":1973,"parentId":1899,"tags":{},"startTime":1727853498247,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":548781,"timestamp":1592527985629,"id":1899,"parentId":1649,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\drag\\VisualElementDragControls.mjs","layer":"ssr"},"startTime":1727853497718,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":544267,"timestamp":1592527990292,"id":1906,"parentId":1894,"tags":{},"startTime":1727853497723,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":290,"timestamp":1592528534648,"id":1974,"parentId":1894,"tags":{},"startTime":1727853498267,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":554384,"timestamp":1592527982158,"id":1894,"parentId":1514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\sequence\\utils\\calc-time.mjs","layer":"ssr"},"startTime":1727853497715,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":545590,"timestamp":1592527991095,"id":1912,"parentId":1900,"tags":{},"startTime":1727853497724,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":315,"timestamp":1592528537761,"id":1975,"parentId":1900,"tags":{},"startTime":1727853498270,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":553759,"timestamp":1592527986272,"id":1900,"parentId":1648,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\DOMVisualElement.mjs","layer":"ssr"},"startTime":1727853497719,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":548431,"timestamp":1592527991742,"id":1917,"parentId":1905,"tags":{},"startTime":1727853497724,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243,"timestamp":1592528540265,"id":1976,"parentId":1905,"tags":{},"startTime":1727853498273,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":552209,"timestamp":1592527989399,"id":1905,"parentId":1650,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\lowercase-elements.mjs","layer":"ssr"},"startTime":1727853497722,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":551298,"timestamp":1592527990456,"id":1907,"parentId":1895,"tags":{},"startTime":1727853497723,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":245,"timestamp":1592528541868,"id":1977,"parentId":1895,"tags":{},"startTime":1727853498274,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":561408,"timestamp":1592527982964,"id":1895,"parentId":1514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\sequence\\utils\\edit.mjs","layer":"ssr"},"startTime":1727853497716,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":561063,"timestamp":1592527991630,"id":1916,"parentId":1904,"tags":{},"startTime":1727853497724,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":245,"timestamp":1592528552831,"id":1978,"parentId":1904,"tags":{},"startTime":1727853498285,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":566606,"timestamp":1592527988770,"id":1904,"parentId":1648,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\utils\\scrape-motion-values.mjs","layer":"ssr"},"startTime":1727853497721,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":565110,"timestamp":1592527991212,"id":1913,"parentId":1901,"tags":{},"startTime":1727853497724,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":246,"timestamp":1592528556420,"id":1979,"parentId":1901,"tags":{},"startTime":1727853498289,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":572036,"timestamp":1592527986881,"id":1901,"parentId":1691,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\default-transitions.mjs","layer":"ssr"},"startTime":1727853497720,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":567808,"timestamp":1592527991395,"id":1914,"parentId":1902,"tags":{},"startTime":1727853497724,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":256,"timestamp":1592528559296,"id":1980,"parentId":1902,"tags":{},"startTime":1727853498292,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":574924,"timestamp":1592527987528,"id":1902,"parentId":1648,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\utils\\build-styles.mjs","layer":"ssr"},"startTime":1727853497720,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":379998,"timestamp":1592528287686,"id":1948,"parentId":1941,"tags":{},"startTime":1727853498020,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":256,"timestamp":1592528667838,"id":2019,"parentId":1941,"tags":{},"startTime":1727853498400,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":386019,"timestamp":1592528284843,"id":1941,"parentId":1752,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-will-change\\is.mjs","layer":"ssr"},"startTime":1727853498017,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":383589,"timestamp":1592528287414,"id":1946,"parentId":1938,"tags":{},"startTime":1727853498020,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":244,"timestamp":1592528671092,"id":2020,"parentId":1938,"tags":{},"startTime":1727853498403,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":391143,"timestamp":1592528282111,"id":1938,"parentId":1648,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\utils\\measure.mjs","layer":"ssr"},"startTime":1727853498015,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":386337,"timestamp":1592528287061,"id":1944,"parentId":1936,"tags":{},"startTime":1727853498019,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":252,"timestamp":1592528673488,"id":2021,"parentId":1936,"tags":{},"startTime":1727853498406,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":395622,"timestamp":1592528280472,"id":1936,"parentId":1521,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\Reorder\\utils\\check-reorder.mjs","layer":"ssr"},"startTime":1727853498013,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":389033,"timestamp":1592528287201,"id":1945,"parentId":1937,"tags":{},"startTime":1727853498020,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":248,"timestamp":1592528676321,"id":2022,"parentId":1937,"tags":{},"startTime":1727853498409,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":396857,"timestamp":1592528281115,"id":1937,"parentId":1645,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\utils\\is-node-or-child.mjs","layer":"ssr"},"startTime":1727853498014,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":390296,"timestamp":1592528287815,"id":1949,"parentId":1942,"tags":{},"startTime":1727853498020,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":240,"timestamp":1592528678198,"id":2023,"parentId":1942,"tags":{},"startTime":1727853498411,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":393697,"timestamp":1592528285905,"id":1942,"parentId":1755,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\type-auto.mjs","layer":"ssr"},"startTime":1727853498018,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":392405,"timestamp":1592528287553,"id":1947,"parentId":1940,"tags":{},"startTime":1727853498020,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":289,"timestamp":1592528680054,"id":2024,"parentId":1940,"tags":{},"startTime":1727853498412,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":406575,"timestamp":1592528283781,"id":1940,"parentId":1759,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\animation-state.mjs","layer":"ssr"},"startTime":1727853498016,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":403800,"timestamp":1592528286884,"id":1943,"parentId":1935,"tags":{},"startTime":1727853498019,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":307,"timestamp":1592528690783,"id":2025,"parentId":1935,"tags":{},"startTime":1727853498423,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":428026,"timestamp":1592528279552,"id":1935,"parentId":1337,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\anser\\index.js","layer":"ssr"},"startTime":1727853498012,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":294923,"timestamp":1592528449050,"id":1967,"parentId":1964,"tags":{},"startTime":1727853498181,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":258,"timestamp":1592528744079,"id":2038,"parentId":1964,"tags":{},"startTime":1727853498476,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":305070,"timestamp":1592528447169,"id":1964,"parentId":1777,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\pan\\PanSession.mjs","layer":"ssr"},"startTime":1727853498180,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":303214,"timestamp":1592528449177,"id":1968,"parentId":1965,"tags":{},"startTime":1727853498182,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":257,"timestamp":1592528752477,"id":2039,"parentId":1965,"tags":{},"startTime":1727853498485,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":307288,"timestamp":1592528447735,"id":1965,"parentId":1775,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\viewport\\observers.mjs","layer":"ssr"},"startTime":1727853498180,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":306277,"timestamp":1592528448888,"id":1966,"parentId":1963,"tags":{},"startTime":1727853498181,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":240,"timestamp":1592528755247,"id":2040,"parentId":1963,"tags":{},"startTime":1727853498488,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":310339,"timestamp":1592528446364,"id":1963,"parentId":1777,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\get-context-window.mjs","layer":"ssr"},"startTime":1727853498179,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":194008,"timestamp":1592528580028,"id":1992,"parentId":1981,"tags":{},"startTime":1727853498312,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":246,"timestamp":1592528774148,"id":2049,"parentId":1981,"tags":{},"startTime":1727853498507,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":202765,"timestamp":1592528573418,"id":1981,"parentId":1806,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\geometry\\copy.mjs","layer":"ssr"},"startTime":1727853498306,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":196160,"timestamp":1592528580187,"id":1993,"parentId":1982,"tags":{},"startTime":1727853498313,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":257,"timestamp":1592528776431,"id":2050,"parentId":1982,"tags":{},"startTime":1727853498509,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":207230,"timestamp":1592528574114,"id":1982,"parentId":1806,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\geometry\\delta-apply.mjs","layer":"ssr"},"startTime":1727853498307,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":201177,"timestamp":1592528580311,"id":1994,"parentId":1983,"tags":{},"startTime":1727853498313,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":297,"timestamp":1592528781573,"id":2051,"parentId":1983,"tags":{},"startTime":1727853498514,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":210360,"timestamp":1592528574680,"id":1983,"parentId":1806,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\geometry\\delta-remove.mjs","layer":"ssr"},"startTime":1727853498307,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":204401,"timestamp":1592528580784,"id":1998,"parentId":1987,"tags":{},"startTime":1727853498313,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":259,"timestamp":1592528785269,"id":2052,"parentId":1987,"tags":{},"startTime":1727853498518,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":209657,"timestamp":1592528576944,"id":1987,"parentId":1806,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\node\\state.mjs","layer":"ssr"},"startTime":1727853498309,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":205602,"timestamp":1592528581145,"id":2001,"parentId":1990,"tags":{},"startTime":1727853498314,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":245,"timestamp":1592528786865,"id":2053,"parentId":1990,"tags":{},"startTime":1727853498519,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":210941,"timestamp":1592528578563,"id":1990,"parentId":1778,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\styles\\scale-box-shadow.mjs","layer":"ssr"},"startTime":1727853498311,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":208633,"timestamp":1592528581031,"id":2000,"parentId":1989,"tags":{},"startTime":1727853498313,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":286,"timestamp":1592528789748,"id":2054,"parentId":1989,"tags":{},"startTime":1727853498522,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":214124,"timestamp":1592528578033,"id":1989,"parentId":1778,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\styles\\scale-border-radius.mjs","layer":"ssr"},"startTime":1727853498310,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":211039,"timestamp":1592528581259,"id":2002,"parentId":1991,"tags":{},"startTime":1727853498314,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":249,"timestamp":1592528792380,"id":2055,"parentId":1991,"tags":{},"startTime":1727853498525,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":216025,"timestamp":1592528579119,"id":1991,"parentId":1806,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\geometry\\utils.mjs","layer":"ssr"},"startTime":1727853498312,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":214853,"timestamp":1592528580431,"id":1995,"parentId":1984,"tags":{},"startTime":1727853498313,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":257,"timestamp":1592528795369,"id":2056,"parentId":1984,"tags":{},"startTime":1727853498528,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":223230,"timestamp":1592528575272,"id":1984,"parentId":1806,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\styles\\transform.mjs","layer":"ssr"},"startTime":1727853498308,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":218104,"timestamp":1592528580546,"id":1996,"parentId":1985,"tags":{},"startTime":1727853498313,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":280,"timestamp":1592528798733,"id":2057,"parentId":1985,"tags":{},"startTime":1727853498531,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":224295,"timestamp":1592528575846,"id":1985,"parentId":1806,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\utils\\each-axis.mjs","layer":"ssr"},"startTime":1727853498308,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":219614,"timestamp":1592528580669,"id":1997,"parentId":1986,"tags":{},"startTime":1727853498313,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":244,"timestamp":1592528800370,"id":2058,"parentId":1986,"tags":{},"startTime":1727853498533,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":226165,"timestamp":1592528576383,"id":1986,"parentId":1806,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\utils\\has-transform.mjs","layer":"ssr"},"startTime":1727853498309,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":222055,"timestamp":1592528580917,"id":1999,"parentId":1988,"tags":{},"startTime":1727853498313,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":261,"timestamp":1592528803060,"id":2059,"parentId":1988,"tags":{},"startTime":1727853498535,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":227582,"timestamp":1592528577485,"id":1988,"parentId":1799,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\is-animatable.mjs","layer":"ssr"},"startTime":1727853498310,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":175053,"timestamp":1592528665496,"id":2012,"parentId":2004,"tags":{},"startTime":1727853498398,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":347,"timestamp":1592528840658,"id":2060,"parentId":2004,"tags":{},"startTime":1727853498573,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":183105,"timestamp":1592528660761,"id":2004,"parentId":1776,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\build-attrs.mjs","layer":"ssr"},"startTime":1727853498393,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":178272,"timestamp":1592528665739,"id":2014,"parentId":2006,"tags":{},"startTime":1727853498398,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":250,"timestamp":1592528844094,"id":2061,"parentId":2006,"tags":{},"startTime":1727853498576,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":184035,"timestamp":1592528661995,"id":2006,"parentId":1776,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\render.mjs","layer":"ssr"},"startTime":1727853498394,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":180562,"timestamp":1592528665621,"id":2013,"parentId":2005,"tags":{},"startTime":1727853498398,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243,"timestamp":1592528846264,"id":2062,"parentId":2005,"tags":{},"startTime":1727853498579,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":186278,"timestamp":1592528661372,"id":2005,"parentId":1776,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\camel-case-attrs.mjs","layer":"ssr"},"startTime":1727853498394,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":182500,"timestamp":1592528665285,"id":2011,"parentId":2003,"tags":{},"startTime":1727853498398,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":239,"timestamp":1592528847906,"id":2063,"parentId":2003,"tags":{},"startTime":1727853498580,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":190071,"timestamp":1592528660071,"id":2003,"parentId":1776,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\scrape-motion-values.mjs","layer":"ssr"},"startTime":1727853498392,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":184274,"timestamp":1592528666005,"id":2016,"parentId":2008,"tags":{},"startTime":1727853498398,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":240,"timestamp":1592528850359,"id":2064,"parentId":2008,"tags":{},"startTime":1727853498583,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":189739,"timestamp":1592528663428,"id":2008,"parentId":1825,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\config-motion.mjs","layer":"ssr"},"startTime":1727853498396,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":187420,"timestamp":1592528665888,"id":2015,"parentId":2007,"tags":{},"startTime":1727853498398,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":247,"timestamp":1592528853387,"id":2065,"parentId":2007,"tags":{},"startTime":1727853498586,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":191891,"timestamp":1592528662864,"id":2007,"parentId":1776,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\is-svg-tag.mjs","layer":"ssr"},"startTime":1727853498395,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":188796,"timestamp":1592528666126,"id":2017,"parentId":2009,"tags":{},"startTime":1727853498399,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":239,"timestamp":1592528855004,"id":2066,"parentId":2009,"tags":{},"startTime":1727853498587,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":192605,"timestamp":1592528664005,"id":2009,"parentId":1825,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\config-motion.mjs","layer":"ssr"},"startTime":1727853498396,"traceId":"007913bbb71a9a03"}] +[{"name":"read-resource","duration":191788,"timestamp":1592528666267,"id":2018,"parentId":2010,"tags":{},"startTime":1727853498399,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":240,"timestamp":1592528858150,"id":2067,"parentId":2010,"tags":{},"startTime":1727853498591,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":196272,"timestamp":1592528664546,"id":2010,"parentId":1825,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\use-render.mjs","layer":"ssr"},"startTime":1727853498397,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":174908,"timestamp":1592528723080,"id":2034,"parentId":2028,"tags":{},"startTime":1727853498455,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":238,"timestamp":1592528898100,"id":2072,"parentId":2028,"tags":{},"startTime":1727853498630,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":180755,"timestamp":1592528720368,"id":2028,"parentId":1875,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\hsla-to-rgba.mjs","layer":"ssr"},"startTime":1727853498453,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":178519,"timestamp":1592528722758,"id":2032,"parentId":2026,"tags":{},"startTime":1727853498455,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":262,"timestamp":1592528901360,"id":2073,"parentId":2026,"tags":{},"startTime":1727853498634,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":187353,"timestamp":1592528718640,"id":2026,"parentId":1806,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\animation\\mix-values.mjs","layer":"ssr"},"startTime":1727853498451,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":183181,"timestamp":1592528722951,"id":2033,"parentId":2027,"tags":{},"startTime":1727853498455,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":254,"timestamp":1592528906215,"id":2074,"parentId":2027,"tags":{},"startTime":1727853498639,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":191027,"timestamp":1592528719358,"id":2027,"parentId":1806,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\shared\\stack.mjs","layer":"ssr"},"startTime":1727853498452,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":187212,"timestamp":1592528723313,"id":2036,"parentId":2030,"tags":{},"startTime":1727853498456,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":281,"timestamp":1592528910607,"id":2075,"parentId":2030,"tags":{},"startTime":1727853498643,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":190522,"timestamp":1592528721551,"id":2030,"parentId":1872,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\offsets\\presets.mjs","layer":"ssr"},"startTime":1727853498454,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":188800,"timestamp":1592528723427,"id":2037,"parentId":2031,"tags":{},"startTime":1727853498456,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":244,"timestamp":1592528912309,"id":2076,"parentId":2031,"tags":{},"startTime":1727853498645,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":192655,"timestamp":1592528722124,"id":2031,"parentId":1872,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\offsets\\offset.mjs","layer":"ssr"},"startTime":1727853498455,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":191759,"timestamp":1592528723196,"id":2035,"parentId":2029,"tags":{},"startTime":1727853498456,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":244,"timestamp":1592528915039,"id":2077,"parentId":2029,"tags":{},"startTime":1727853498647,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":196342,"timestamp":1592528720992,"id":2029,"parentId":1872,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\offsets\\inset.mjs","layer":"ssr"},"startTime":1727853498453,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":171268,"timestamp":1592528761453,"id":2046,"parentId":2042,"tags":{},"startTime":1727853498494,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":253,"timestamp":1592528932852,"id":2078,"parentId":2042,"tags":{},"startTime":1727853498665,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":178846,"timestamp":1592528759409,"id":2042,"parentId":1899,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\drag\\utils\\constraints.mjs","layer":"ssr"},"startTime":1727853498492,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":176818,"timestamp":1592528761578,"id":2047,"parentId":2043,"tags":{},"startTime":1727853498494,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":249,"timestamp":1592528938481,"id":2079,"parentId":2043,"tags":{},"startTime":1727853498671,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":180133,"timestamp":1592528760009,"id":2043,"parentId":1895,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\utils\\get-easing-for-segment.mjs","layer":"ssr"},"startTime":1727853498492,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":178593,"timestamp":1592528761692,"id":2048,"parentId":2044,"tags":{},"startTime":1727853498494,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":249,"timestamp":1592528940368,"id":2080,"parentId":2044,"tags":{},"startTime":1727853498673,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":181632,"timestamp":1592528760570,"id":2044,"parentId":1904,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\is-forced-motion-value.mjs","layer":"ssr"},"startTime":1727853498493,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":181040,"timestamp":1592528761299,"id":2045,"parentId":2041,"tags":{},"startTime":1727853498494,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":254,"timestamp":1592528942420,"id":2081,"parentId":2041,"tags":{},"startTime":1727853498675,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":186017,"timestamp":1592528758733,"id":2041,"parentId":1899,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\geometry\\conversion.mjs","layer":"ssr"},"startTime":1727853498491,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":117704,"timestamp":1592528865239,"id":2070,"parentId":2068,"tags":{},"startTime":1727853498598,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":264,"timestamp":1592528983050,"id":2098,"parentId":2068,"tags":{},"startTime":1727853498715,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":121639,"timestamp":1592528863761,"id":2068,"parentId":1940,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\shallow-compare.mjs","layer":"ssr"},"startTime":1727853498596,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":120147,"timestamp":1592528865394,"id":2071,"parentId":2069,"tags":{},"startTime":1727853498598,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":273,"timestamp":1592528985623,"id":2099,"parentId":2069,"tags":{},"startTime":1727853498718,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":123704,"timestamp":1592528864456,"id":2069,"parentId":1940,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\get-variant-context.mjs","layer":"ssr"},"startTime":1727853498597,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":40352,"timestamp":1592528959173,"id":2084,"parentId":2082,"tags":{},"startTime":1727853498692,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":464,"timestamp":1592528999628,"id":2102,"parentId":2082,"tags":{},"startTime":1727853498732,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":46757,"timestamp":1592528957888,"id":2082,"parentId":1595,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\css.escape\\css.escape.js","layer":"ssr"},"startTime":1727853498690,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":23727,"timestamp":1592528981634,"id":2094,"parentId":2088,"tags":{},"startTime":1727853498714,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":254,"timestamp":1592529005454,"id":2103,"parentId":2088,"tags":{},"startTime":1727853498738,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":28028,"timestamp":1592528979077,"id":2088,"parentId":2008,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\create-render-state.mjs","layer":"ssr"},"startTime":1727853498711,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":25487,"timestamp":1592528981754,"id":2095,"parentId":2089,"tags":{},"startTime":1727853498714,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":241,"timestamp":1592529007330,"id":2104,"parentId":2089,"tags":{},"startTime":1727853498740,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":29041,"timestamp":1592528979636,"id":2089,"parentId":2009,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\utils\\create-render-state.mjs","layer":"ssr"},"startTime":1727853498712,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":26932,"timestamp":1592528981917,"id":2096,"parentId":2090,"tags":{},"startTime":1727853498714,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":239,"timestamp":1592529008931,"id":2105,"parentId":2090,"tags":{},"startTime":1727853498741,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":30718,"timestamp":1592528980220,"id":2090,"parentId":2004,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\transform-origin.mjs","layer":"ssr"},"startTime":1727853498713,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":29045,"timestamp":1592528982035,"id":2097,"parentId":2091,"tags":{},"startTime":1727853498714,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":241,"timestamp":1592529011159,"id":2106,"parentId":2091,"tags":{},"startTime":1727853498744,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":32518,"timestamp":1592528980764,"id":2091,"parentId":2004,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\path.mjs","layer":"ssr"},"startTime":1727853498713,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":54095,"timestamp":1592528959326,"id":2085,"parentId":2083,"tags":{},"startTime":1727853498692,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":513,"timestamp":1592529013500,"id":2107,"parentId":2083,"tags":{},"startTime":1727853498746,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":100608,"timestamp":1592528958538,"id":2083,"parentId":1595,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\platform\\platform.js","layer":"ssr"},"startTime":1727853498691,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":78489,"timestamp":1592528989650,"id":2101,"parentId":2100,"tags":{},"startTime":1727853498722,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":352,"timestamp":1592529068258,"id":2112,"parentId":2100,"tags":{},"startTime":1727853498801,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":82861,"timestamp":1592528989015,"id":2100,"parentId":2031,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\offsets\\edge.mjs","layer":"ssr"},"startTime":1727853498721,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":91006,"timestamp":1592528981516,"id":2093,"parentId":2087,"tags":{},"startTime":1727853498714,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":395,"timestamp":1592529072632,"id":2113,"parentId":2087,"tags":{},"startTime":1727853498805,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":97244,"timestamp":1592528978471,"id":2087,"parentId":2010,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\use-props.mjs","layer":"ssr"},"startTime":1727853498711,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":94684,"timestamp":1592528981370,"id":2092,"parentId":2086,"tags":{},"startTime":1727853498714,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":344,"timestamp":1592529076164,"id":2114,"parentId":2086,"tags":{},"startTime":1727853498809,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":103562,"timestamp":1592528977856,"id":2086,"parentId":2010,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\use-props.mjs","layer":"ssr"},"startTime":1727853498710,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":37915,"timestamp":1592529061498,"id":2110,"parentId":2108,"tags":{},"startTime":1727853498794,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":306,"timestamp":1592529099519,"id":2115,"parentId":2108,"tags":{},"startTime":1727853498832,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":42207,"timestamp":1592529060037,"id":2108,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\import.mjs","layer":"ssr"},"startTime":1727853498792,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":45854,"timestamp":1592529061662,"id":2111,"parentId":2109,"tags":{},"startTime":1727853498794,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":283,"timestamp":1592529107610,"id":2116,"parentId":2109,"tags":{},"startTime":1727853498840,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":48898,"timestamp":1592529060723,"id":2109,"parentId":1321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\import.mjs","layer":"ssr"},"startTime":1727853498793,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":21096,"timestamp":1592529140978,"id":2124,"parentId":2120,"tags":{},"startTime":1727853498873,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":252,"timestamp":1592529162183,"id":2153,"parentId":2120,"tags":{},"startTime":1727853498895,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":25600,"timestamp":1592529139973,"id":2120,"parentId":2108,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useFocus.mjs","layer":"ssr"},"startTime":1727853498872,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":56320,"timestamp":1592529140564,"id":2121,"parentId":2117,"tags":{},"startTime":1727853498873,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":275,"timestamp":1592529197005,"id":2154,"parentId":2117,"tags":{},"startTime":1727853498929,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":62915,"timestamp":1592529138014,"id":2117,"parentId":2108,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\PressResponder.mjs","layer":"ssr"},"startTime":1727853498870,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":61701,"timestamp":1592529140713,"id":2122,"parentId":2118,"tags":{},"startTime":1727853498873,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":253,"timestamp":1592529202509,"id":2155,"parentId":2118,"tags":{},"startTime":1727853498935,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":66168,"timestamp":1592529138783,"id":2118,"parentId":2108,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\Pressable.mjs","layer":"ssr"},"startTime":1727853498871,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":49500,"timestamp":1592529155610,"id":2135,"parentId":2126,"tags":{},"startTime":1727853498888,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":247,"timestamp":1592529205194,"id":2156,"parentId":2126,"tags":{},"startTime":1727853498938,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":56973,"timestamp":1592529151029,"id":2126,"parentId":2108,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useFocusWithin.mjs","layer":"ssr"},"startTime":1727853498883,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":67282,"timestamp":1592529140864,"id":2123,"parentId":2119,"tags":{},"startTime":1727853498873,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":264,"timestamp":1592529208228,"id":2157,"parentId":2119,"tags":{},"startTime":1727853498941,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":73978,"timestamp":1592529139388,"id":2119,"parentId":2108,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useHover.mjs","layer":"ssr"},"startTime":1727853498872,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":57635,"timestamp":1592529155870,"id":2137,"parentId":2128,"tags":{},"startTime":1727853498888,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":284,"timestamp":1592529213588,"id":2158,"parentId":2128,"tags":{},"startTime":1727853498946,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":65724,"timestamp":1592529152186,"id":2128,"parentId":2108,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useInteractOutside.mjs","layer":"ssr"},"startTime":1727853498885,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":62644,"timestamp":1592529155461,"id":2134,"parentId":2125,"tags":{},"startTime":1727853498888,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":287,"timestamp":1592529218191,"id":2159,"parentId":2125,"tags":{},"startTime":1727853498951,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":78711,"timestamp":1592529150400,"id":2125,"parentId":2108,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useFocusVisible.mjs","layer":"ssr"},"startTime":1727853498883,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":73754,"timestamp":1592529155728,"id":2136,"parentId":2127,"tags":{},"startTime":1727853498888,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":368,"timestamp":1592529229568,"id":2160,"parentId":2127,"tags":{},"startTime":1727853498962,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":110090,"timestamp":1592529151589,"id":2127,"parentId":2108,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\usePress.mjs","layer":"ssr"},"startTime":1727853498884,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":105561,"timestamp":1592529156317,"id":2141,"parentId":2132,"tags":{},"startTime":1727853498889,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":268,"timestamp":1592529261968,"id":2161,"parentId":2132,"tags":{},"startTime":1727853498994,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":109737,"timestamp":1592529154349,"id":2132,"parentId":2108,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useScrollWheel.mjs","layer":"ssr"},"startTime":1727853498887,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":108123,"timestamp":1592529156103,"id":2139,"parentId":2130,"tags":{},"startTime":1727853498888,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":276,"timestamp":1592529264307,"id":2162,"parentId":2130,"tags":{},"startTime":1727853498997,"traceId":"007913bbb71a9a03"}] +[{"name":"build-module-mjs","duration":121642,"timestamp":1592529153272,"id":2130,"parentId":2108,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useMove.mjs","layer":"ssr"},"startTime":1727853498886,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":125638,"timestamp":1592529156212,"id":2140,"parentId":2131,"tags":{},"startTime":1727853498889,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":257,"timestamp":1592529281952,"id":2163,"parentId":2131,"tags":{},"startTime":1727853499014,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":131787,"timestamp":1592529153822,"id":2131,"parentId":2108,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useLongPress.mjs","layer":"ssr"},"startTime":1727853498886,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":130579,"timestamp":1592529155987,"id":2138,"parentId":2129,"tags":{},"startTime":1727853498888,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":264,"timestamp":1592529286665,"id":2164,"parentId":2129,"tags":{},"startTime":1727853499019,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":135599,"timestamp":1592529152721,"id":2129,"parentId":2108,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useKeyboard.mjs","layer":"ssr"},"startTime":1727853498885,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":128390,"timestamp":1592529160193,"id":2149,"parentId":2144,"tags":{},"startTime":1727853498893,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":261,"timestamp":1592529288663,"id":2165,"parentId":2144,"tags":{},"startTime":1727853499021,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":134158,"timestamp":1592529157878,"id":2144,"parentId":2109,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\useFocusable.mjs","layer":"ssr"},"startTime":1727853498890,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":131902,"timestamp":1592529160286,"id":2150,"parentId":2145,"tags":{},"startTime":1727853498893,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":240,"timestamp":1592529292267,"id":2166,"parentId":2145,"tags":{},"startTime":1727853499025,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":135800,"timestamp":1592529158419,"id":2145,"parentId":2109,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\focusSafely.mjs","layer":"ssr"},"startTime":1727853498891,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":136353,"timestamp":1592529160370,"id":2151,"parentId":2146,"tags":{},"startTime":1727853498893,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":257,"timestamp":1592529296813,"id":2167,"parentId":2146,"tags":{},"startTime":1727853499029,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":140452,"timestamp":1592529158979,"id":2146,"parentId":2109,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\useHasTabbableChild.mjs","layer":"ssr"},"startTime":1727853498891,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":139481,"timestamp":1592529160080,"id":2148,"parentId":2143,"tags":{},"startTime":1727853498892,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":260,"timestamp":1592529299639,"id":2168,"parentId":2143,"tags":{},"startTime":1727853499032,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":144577,"timestamp":1592529157236,"id":2143,"parentId":2109,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\FocusRing.mjs","layer":"ssr"},"startTime":1727853498890,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":141488,"timestamp":1592529160477,"id":2152,"parentId":2147,"tags":{},"startTime":1727853498893,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":242,"timestamp":1592529302042,"id":2169,"parentId":2147,"tags":{},"startTime":1727853499034,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":145300,"timestamp":1592529159510,"id":2147,"parentId":2109,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\useFocusRing.mjs","layer":"ssr"},"startTime":1727853498892,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":158552,"timestamp":1592529156423,"id":2142,"parentId":2133,"tags":{},"startTime":1727853498889,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":370,"timestamp":1592529315066,"id":2170,"parentId":2133,"tags":{},"startTime":1727853499047,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":191638,"timestamp":1592529154890,"id":2133,"parentId":2109,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\FocusScope.mjs","layer":"ssr"},"startTime":1727853498887,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":51512,"timestamp":1592529353213,"id":2172,"parentId":2171,"tags":{},"startTime":1727853499086,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":264,"timestamp":1592529404864,"id":2181,"parentId":2171,"tags":{},"startTime":1727853499137,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":58176,"timestamp":1592529352506,"id":2171,"parentId":2120,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\utils.mjs","layer":"ssr"},"startTime":1727853499085,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":50692,"timestamp":1592529360796,"id":2175,"parentId":2173,"tags":{},"startTime":1727853499093,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":279,"timestamp":1592529411575,"id":2182,"parentId":2173,"tags":{},"startTime":1727853499144,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":53683,"timestamp":1592529359572,"id":2173,"parentId":2117,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\context.mjs","layer":"ssr"},"startTime":1727853499092,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":56753,"timestamp":1592529360952,"id":2176,"parentId":2174,"tags":{},"startTime":1727853499093,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":257,"timestamp":1592529417824,"id":2183,"parentId":2174,"tags":{},"startTime":1727853499150,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":61285,"timestamp":1592529360198,"id":2174,"parentId":2127,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\textSelection.mjs","layer":"ssr"},"startTime":1727853499093,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":26163,"timestamp":1592529396501,"id":2178,"parentId":2177,"tags":{},"startTime":1727853499129,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":290,"timestamp":1592529422752,"id":2184,"parentId":2177,"tags":{},"startTime":1727853499155,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":29100,"timestamp":1592529395767,"id":2177,"parentId":2129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\createEventHandler.mjs","layer":"ssr"},"startTime":1727853499128,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":21496,"timestamp":1592529404493,"id":2180,"parentId":2179,"tags":{},"startTime":1727853499137,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243,"timestamp":1592529426078,"id":2185,"parentId":2179,"tags":{},"startTime":1727853499158,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":25561,"timestamp":1592529403688,"id":2179,"parentId":2133,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\isElementVisible.mjs","layer":"ssr"},"startTime":1727853499136,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7872,"timestamp":1592529457871,"id":2187,"parentId":2186,"tags":{},"startTime":1727853499190,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":239,"timestamp":1592529465841,"id":2192,"parentId":2186,"tags":{},"startTime":1727853499198,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":10788,"timestamp":1592529457178,"id":2186,"parentId":2127,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_private_field_get.js","layer":"ssr"},"startTime":1727853499190,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9896,"timestamp":1592529459989,"id":2189,"parentId":2188,"tags":{},"startTime":1727853499192,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":247,"timestamp":1592529469974,"id":2193,"parentId":2188,"tags":{},"startTime":1727853499202,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":12349,"timestamp":1592529459359,"id":2188,"parentId":2127,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_private_field_init.js","layer":"ssr"},"startTime":1727853499192,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10476,"timestamp":1592529461607,"id":2191,"parentId":2190,"tags":{},"startTime":1727853499194,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":260,"timestamp":1592529472166,"id":2194,"parentId":2190,"tags":{},"startTime":1727853499205,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":12944,"timestamp":1592529461003,"id":2190,"parentId":2127,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_private_field_set.js","layer":"ssr"},"startTime":1727853499193,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14642,"timestamp":1592529492539,"id":2198,"parentId":2196,"tags":{},"startTime":1727853499225,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":313,"timestamp":1592529507310,"id":2205,"parentId":2196,"tags":{},"startTime":1727853499240,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":17620,"timestamp":1592529491757,"id":2196,"parentId":2186,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_extract_field_descriptor.js","layer":"ssr"},"startTime":1727853499224,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14398,"timestamp":1592529496048,"id":2203,"parentId":2200,"tags":{},"startTime":1727853499228,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":229,"timestamp":1592529510543,"id":2208,"parentId":2200,"tags":{},"startTime":1727853499243,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":17817,"timestamp":1592529494319,"id":2200,"parentId":2188,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_check_private_redeclaration.js","layer":"ssr"},"startTime":1727853499227,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":26802,"timestamp":1592529492393,"id":2197,"parentId":2195,"tags":{},"startTime":1727853499225,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":250,"timestamp":1592529519293,"id":2209,"parentId":2195,"tags":{},"startTime":1727853499252,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":29997,"timestamp":1592529490951,"id":2195,"parentId":2186,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_apply_descriptor_get.js","layer":"ssr"},"startTime":1727853499223,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":24920,"timestamp":1592529496177,"id":2204,"parentId":2201,"tags":{},"startTime":1727853499229,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":235,"timestamp":1592529521181,"id":2210,"parentId":2201,"tags":{},"startTime":1727853499254,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":27536,"timestamp":1592529495355,"id":2201,"parentId":2190,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_apply_descriptor_set.js","layer":"ssr"},"startTime":1727853499228,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":15541,"timestamp":1592529510288,"id":2207,"parentId":2206,"tags":{},"startTime":1727853499243,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":267,"timestamp":1592529525925,"id":2211,"parentId":2206,"tags":{},"startTime":1727853499258,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":20989,"timestamp":1592529509655,"id":2206,"parentId":2120,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\import.mjs","layer":"ssr"},"startTime":1727853499242,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":80310,"timestamp":1592529495918,"id":2202,"parentId":2199,"tags":{},"startTime":1727853499228,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":253,"timestamp":1592529576336,"id":2212,"parentId":2199,"tags":{},"startTime":1727853499309,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":84559,"timestamp":1592529493730,"id":2199,"parentId":2125,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\ssr\\dist\\import.mjs","layer":"ssr"},"startTime":1727853499226,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":44941,"timestamp":1592529633523,"id":2220,"parentId":2214,"tags":{},"startTime":1727853499366,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":307,"timestamp":1592529678600,"id":2277,"parentId":2214,"tags":{},"startTime":1727853499411,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":54285,"timestamp":1592529630279,"id":2214,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useId.mjs","layer":"ssr"},"startTime":1727853499363,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":55793,"timestamp":1592529633780,"id":2222,"parentId":2216,"tags":{},"startTime":1727853499366,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":251,"timestamp":1592529689699,"id":2278,"parentId":2216,"tags":{},"startTime":1727853499422,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":63154,"timestamp":1592529631431,"id":2216,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\mergeProps.mjs","layer":"ssr"},"startTime":1727853499364,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":60849,"timestamp":1592529633999,"id":2224,"parentId":2218,"tags":{},"startTime":1727853499366,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":242,"timestamp":1592529694934,"id":2279,"parentId":2218,"tags":{},"startTime":1727853499427,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":63992,"timestamp":1592529632791,"id":2218,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\getOffset.mjs","layer":"ssr"},"startTime":1727853499365,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":67423,"timestamp":1592529633380,"id":2219,"parentId":2213,"tags":{},"startTime":1727853499366,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":235,"timestamp":1592529700894,"id":2280,"parentId":2213,"tags":{},"startTime":1727853499433,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":73429,"timestamp":1592529629571,"id":2213,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\domHelpers.mjs","layer":"ssr"},"startTime":1727853499362,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":69260,"timestamp":1592529633888,"id":2223,"parentId":2217,"tags":{},"startTime":1727853499366,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":242,"timestamp":1592529703229,"id":2281,"parentId":2217,"tags":{},"startTime":1727853499436,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":74376,"timestamp":1592529632198,"id":2217,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\focusWithoutScrolling.mjs","layer":"ssr"},"startTime":1727853499365,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":73075,"timestamp":1592529633666,"id":2221,"parentId":2215,"tags":{},"startTime":1727853499366,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":240,"timestamp":1592529706825,"id":2282,"parentId":2215,"tags":{},"startTime":1727853499439,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":77560,"timestamp":1592529630863,"id":2215,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\chain.mjs","layer":"ssr"},"startTime":1727853499363,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":57599,"timestamp":1592529650974,"id":2251,"parentId":2227,"tags":{},"startTime":1727853499383,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":264,"timestamp":1592529708677,"id":2283,"parentId":2227,"tags":{},"startTime":1727853499441,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":77571,"timestamp":1592529638705,"id":2227,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\openLink.mjs","layer":"ssr"},"startTime":1727853499371,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":65698,"timestamp":1592529650713,"id":2249,"parentId":2225,"tags":{},"startTime":1727853499383,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":281,"timestamp":1592529716489,"id":2284,"parentId":2225,"tags":{},"startTime":1727853499449,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":80865,"timestamp":1592529637497,"id":2225,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\mergeRefs.mjs","layer":"ssr"},"startTime":1727853499370,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":67638,"timestamp":1592529650857,"id":2250,"parentId":2226,"tags":{},"startTime":1727853499383,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":270,"timestamp":1592529718571,"id":2285,"parentId":2226,"tags":{},"startTime":1727853499451,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":83192,"timestamp":1592529638116,"id":2226,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\filterDOMProps.mjs","layer":"ssr"},"startTime":1727853499371,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":70339,"timestamp":1592529651099,"id":2252,"parentId":2228,"tags":{},"startTime":1727853499383,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":288,"timestamp":1592529721515,"id":2286,"parentId":2228,"tags":{},"startTime":1727853499454,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":88715,"timestamp":1592529639240,"id":2228,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useDrag1D.mjs","layer":"ssr"},"startTime":1727853499372,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":76410,"timestamp":1592529651679,"id":2257,"parentId":2233,"tags":{},"startTime":1727853499384,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":244,"timestamp":1592529728170,"id":2287,"parentId":2233,"tags":{},"startTime":1727853499461,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":87862,"timestamp":1592529641983,"id":2233,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useLayoutEffect.mjs","layer":"ssr"},"startTime":1727853499374,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":78771,"timestamp":1592529651210,"id":2253,"parentId":2229,"tags":{},"startTime":1727853499384,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":255,"timestamp":1592529730879,"id":2288,"parentId":2229,"tags":{},"startTime":1727853499463,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":94912,"timestamp":1592529639809,"id":2229,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\runAfterTransition.mjs","layer":"ssr"},"startTime":1727853499372,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":83535,"timestamp":1592529651321,"id":2254,"parentId":2230,"tags":{},"startTime":1727853499384,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243,"timestamp":1592529734934,"id":2289,"parentId":2230,"tags":{},"startTime":1727853499467,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":96804,"timestamp":1592529640343,"id":2230,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useObjectRef.mjs","layer":"ssr"},"startTime":1727853499373,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":85737,"timestamp":1592529651543,"id":2256,"parentId":2232,"tags":{},"startTime":1727853499384,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":246,"timestamp":1592529737356,"id":2290,"parentId":2232,"tags":{},"startTime":1727853499470,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":98570,"timestamp":1592529641426,"id":2232,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useLabels.mjs","layer":"ssr"},"startTime":1727853499374,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":88130,"timestamp":1592529652003,"id":2260,"parentId":2236,"tags":{},"startTime":1727853499384,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243,"timestamp":1592529740210,"id":2291,"parentId":2236,"tags":{},"startTime":1727853499473,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":98543,"timestamp":1592529643580,"id":2236,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\isScrollable.mjs","layer":"ssr"},"startTime":1727853499376,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":90168,"timestamp":1592529652087,"id":2261,"parentId":2237,"tags":{},"startTime":1727853499384,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":238,"timestamp":1592529742330,"id":2292,"parentId":2237,"tags":{},"startTime":1727853499475,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":101936,"timestamp":1592529644125,"id":2237,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\getScrollParent.mjs","layer":"ssr"},"startTime":1727853499377,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":94021,"timestamp":1592529652174,"id":2262,"parentId":2238,"tags":{},"startTime":1727853499385,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243,"timestamp":1592529746273,"id":2293,"parentId":2238,"tags":{},"startTime":1727853499479,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":103513,"timestamp":1592529644664,"id":2238,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\getScrollParents.mjs","layer":"ssr"},"startTime":1727853499377,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":96068,"timestamp":1592529652263,"id":2263,"parentId":2239,"tags":{},"startTime":1727853499385,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":260,"timestamp":1592529748408,"id":2294,"parentId":2239,"tags":{},"startTime":1727853499481,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":105362,"timestamp":1592529645186,"id":2239,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useEvent.mjs","layer":"ssr"},"startTime":1727853499378,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":99273,"timestamp":1592529651433,"id":2255,"parentId":2231,"tags":{},"startTime":1727853499384,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":246,"timestamp":1592529750786,"id":2295,"parentId":2231,"tags":{},"startTime":1727853499483,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":113435,"timestamp":1592529640892,"id":2231,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useGlobalListeners.mjs","layer":"ssr"},"startTime":1727853499373,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":102019,"timestamp":1592529652442,"id":2265,"parentId":2241,"tags":{},"startTime":1727853499385,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":277,"timestamp":1592529754537,"id":2296,"parentId":2241,"tags":{},"startTime":1727853499487,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":112590,"timestamp":1592529646292,"id":2241,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\platform.mjs","layer":"ssr"},"startTime":1727853499379,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":106470,"timestamp":1592529652546,"id":2266,"parentId":2242,"tags":{},"startTime":1727853499385,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":249,"timestamp":1592529759094,"id":2297,"parentId":2242,"tags":{},"startTime":1727853499491,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":115836,"timestamp":1592529646834,"id":2242,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useDescription.mjs","layer":"ssr"},"startTime":1727853499379,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":117676,"timestamp":1592529652347,"id":2264,"parentId":2240,"tags":{},"startTime":1727853499385,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":238,"timestamp":1592529770115,"id":2298,"parentId":2240,"tags":{},"startTime":1727853499503,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":126828,"timestamp":1592529645773,"id":2240,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useUpdateEffect.mjs","layer":"ssr"},"startTime":1727853499378,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":121003,"timestamp":1592529651792,"id":2258,"parentId":2234,"tags":{},"startTime":1727853499384,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":240,"timestamp":1592529772875,"id":2299,"parentId":2234,"tags":{},"startTime":1727853499505,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":132956,"timestamp":1592529642503,"id":2234,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useResizeObserver.mjs","layer":"ssr"},"startTime":1727853499375,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":123691,"timestamp":1592529651902,"id":2259,"parentId":2235,"tags":{},"startTime":1727853499384,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":242,"timestamp":1592529775813,"id":2300,"parentId":2235,"tags":{},"startTime":1727853499508,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":134646,"timestamp":1592529643051,"id":2235,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useSyncRef.mjs","layer":"ssr"},"startTime":1727853499375,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":125038,"timestamp":1592529652791,"id":2268,"parentId":2244,"tags":{},"startTime":1727853499385,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":241,"timestamp":1592529777906,"id":2301,"parentId":2244,"tags":{},"startTime":1727853499510,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":132615,"timestamp":1592529647995,"id":2244,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useValueEffect.mjs","layer":"ssr"},"startTime":1727853499380,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":128104,"timestamp":1592529652679,"id":2267,"parentId":2243,"tags":{},"startTime":1727853499385,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":249,"timestamp":1592529780860,"id":2302,"parentId":2243,"tags":{},"startTime":1727853499513,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":136795,"timestamp":1592529647343,"id":2243,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useViewportSize.mjs","layer":"ssr"},"startTime":1727853499380,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":131169,"timestamp":1592529653101,"id":2271,"parentId":2247,"tags":{},"startTime":1727853499385,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":245,"timestamp":1592529784347,"id":2303,"parentId":2247,"tags":{},"startTime":1727853499517,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":137129,"timestamp":1592529649560,"id":2247,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\isVirtualEvent.mjs","layer":"ssr"},"startTime":1727853499382,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":133936,"timestamp":1592529652893,"id":2269,"parentId":2245,"tags":{},"startTime":1727853499385,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":280,"timestamp":1592529786906,"id":2304,"parentId":2245,"tags":{},"startTime":1727853499519,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":140344,"timestamp":1592529648509,"id":2245,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useDeepMemo.mjs","layer":"ssr"},"startTime":1727853499381,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":135985,"timestamp":1592529652998,"id":2270,"parentId":2246,"tags":{},"startTime":1727853499385,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":239,"timestamp":1592529789059,"id":2305,"parentId":2246,"tags":{},"startTime":1727853499521,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":143350,"timestamp":1592529649053,"id":2246,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useFormReset.mjs","layer":"ssr"},"startTime":1727853499381,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":139333,"timestamp":1592529653207,"id":2272,"parentId":2248,"tags":{},"startTime":1727853499386,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":337,"timestamp":1592529792618,"id":2306,"parentId":2248,"tags":{},"startTime":1727853499525,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":147969,"timestamp":1592529650120,"id":2248,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\scrollIntoView.mjs","layer":"ssr"},"startTime":1727853499383,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":161539,"timestamp":1592529661360,"id":2274,"parentId":2273,"tags":{},"startTime":1727853499394,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":239,"timestamp":1592529823000,"id":2307,"parentId":2273,"tags":{},"startTime":1727853499555,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":164800,"timestamp":1592529660624,"id":2273,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useEffectEvent.mjs","layer":"ssr"},"startTime":1727853499393,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":163028,"timestamp":1592529662558,"id":2276,"parentId":2275,"tags":{},"startTime":1727853499395,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":266,"timestamp":1592529825701,"id":2308,"parentId":2275,"tags":{},"startTime":1727853499558,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":173087,"timestamp":1592529661965,"id":2275,"parentId":2199,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\ssr\\dist\\SSRProvider.mjs","layer":"ssr"},"startTime":1727853499394,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":34934,"timestamp":1592529857270,"id":2310,"parentId":2309,"tags":{},"startTime":1727853499590,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":263,"timestamp":1592529892367,"id":2311,"parentId":2309,"tags":{},"startTime":1727853499625,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":38075,"timestamp":1592529856106,"id":2309,"parentId":2206,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-stately\\utils\\dist\\import.mjs","layer":"ssr"},"startTime":1727853499589,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9070,"timestamp":1592529901154,"id":2313,"parentId":2312,"tags":{},"startTime":1727853499634,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":258,"timestamp":1592529910343,"id":2316,"parentId":2312,"tags":{},"startTime":1727853499643,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":13851,"timestamp":1592529900389,"id":2312,"parentId":2309,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-stately\\utils\\dist\\useControlledState.mjs","layer":"ssr"},"startTime":1727853499633,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":13618,"timestamp":1592529902067,"id":2315,"parentId":2314,"tags":{},"startTime":1727853499634,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":292,"timestamp":1592529915780,"id":2317,"parentId":2314,"tags":{},"startTime":1727853499648,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":18405,"timestamp":1592529901476,"id":2314,"parentId":2309,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-stately\\utils\\dist\\number.mjs","layer":"ssr"},"startTime":1727853499634,"traceId":"007913bbb71a9a03"},{"name":"make","duration":20952427,"timestamp":1592508989156,"id":119,"parentId":118,"tags":{},"startTime":1727853478722,"traceId":"007913bbb71a9a03"},{"name":"chunk-graph","duration":62378,"timestamp":1592530116778,"id":2319,"parentId":2318,"tags":{},"startTime":1727853499849,"traceId":"007913bbb71a9a03"},{"name":"optimize-modules","duration":244,"timestamp":1592530180038,"id":2321,"parentId":2318,"tags":{},"startTime":1727853499912,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunks","duration":44192,"timestamp":1592530180852,"id":2322,"parentId":2318,"tags":{},"startTime":1727853499913,"traceId":"007913bbb71a9a03"},{"name":"optimize-tree","duration":686,"timestamp":1592530225553,"id":2323,"parentId":2318,"tags":{},"startTime":1727853499958,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunk-modules","duration":731,"timestamp":1592530226760,"id":2324,"parentId":2318,"tags":{},"startTime":1727853499959,"traceId":"007913bbb71a9a03"},{"name":"optimize","duration":57957,"timestamp":1592530179641,"id":2320,"parentId":2318,"tags":{},"startTime":1727853499912,"traceId":"007913bbb71a9a03"},{"name":"module-hash","duration":105203,"timestamp":1592530278323,"id":2325,"parentId":2318,"tags":{},"startTime":1727853500011,"traceId":"007913bbb71a9a03"},{"name":"code-generation","duration":491428,"timestamp":1592530383901,"id":2326,"parentId":2318,"tags":{},"startTime":1727853500116,"traceId":"007913bbb71a9a03"},{"name":"hash","duration":44953,"timestamp":1592530914480,"id":2327,"parentId":2318,"tags":{},"startTime":1727853500647,"traceId":"007913bbb71a9a03"},{"name":"code-generation-jobs","duration":2979,"timestamp":1592530959419,"id":2328,"parentId":2318,"tags":{},"startTime":1727853500692,"traceId":"007913bbb71a9a03"},{"name":"module-assets","duration":4287,"timestamp":1592530962111,"id":2329,"parentId":2318,"tags":{},"startTime":1727853500695,"traceId":"007913bbb71a9a03"},{"name":"create-chunk-assets","duration":802563,"timestamp":1592530966523,"id":2330,"parentId":2318,"tags":{},"startTime":1727853500699,"traceId":"007913bbb71a9a03"},{"name":"seal","duration":1702688,"timestamp":1592530089600,"id":2318,"parentId":118,"tags":{},"startTime":1727853499822,"traceId":"007913bbb71a9a03"},{"name":"webpack-compilation","duration":22869331,"timestamp":1592508941707,"id":118,"parentId":116,"tags":{"name":"server"},"startTime":1727853478674,"traceId":"007913bbb71a9a03"},{"name":"emit","duration":175609,"timestamp":1592531812793,"id":2331,"parentId":116,"tags":{},"startTime":1727853501545,"traceId":"007913bbb71a9a03"},{"name":"webpack-invalidated-server","duration":23122156,"timestamp":1592508879539,"id":116,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727853478612,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":37754,"timestamp":1592532258030,"id":2341,"parentId":2336,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1727853501990,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":12118,"timestamp":1592532296230,"id":2342,"parentId":2337,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1727853502029,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":11122,"timestamp":1592532308497,"id":2343,"parentId":2338,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Cgoogle%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Cgoogle%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cstyles%5C%5Ctailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1727853502041,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":13804,"timestamp":1592532319738,"id":2344,"parentId":2339,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1727853502052,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":47300,"timestamp":1592532333686,"id":2345,"parentId":2340,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Capp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cerror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Clayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Crender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1727853502066,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1617,"timestamp":1592532437058,"id":2347,"parentId":2346,"tags":{},"startTime":1727853502169,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":2529,"timestamp":1592532437493,"id":2349,"parentId":2348,"tags":{},"startTime":1727853502170,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4187,"timestamp":1592532437830,"id":2351,"parentId":2350,"tags":{},"startTime":1727853502170,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4698,"timestamp":1592532438229,"id":2353,"parentId":2352,"tags":{},"startTime":1727853502171,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5920,"timestamp":1592532438609,"id":2355,"parentId":2354,"tags":{},"startTime":1727853502171,"traceId":"007913bbb71a9a03"},{"name":"image-size-calculation","duration":6096,"timestamp":1592532439532,"id":2357,"parentId":2356,"tags":{},"startTime":1727853502172,"traceId":"007913bbb71a9a03"},{"name":"image-size-calculation","duration":4804,"timestamp":1592532440897,"id":2359,"parentId":2358,"tags":{},"startTime":1727853502173,"traceId":"007913bbb71a9a03"},{"name":"image-size-calculation","duration":3279,"timestamp":1592532442451,"id":2361,"parentId":2360,"tags":{},"startTime":1727853502175,"traceId":"007913bbb71a9a03"}] +[{"name":"image-size-calculation","duration":3444,"timestamp":1592532443407,"id":2363,"parentId":2362,"tags":{},"startTime":1727853502176,"traceId":"007913bbb71a9a03"},{"name":"image-size-calculation","duration":2025,"timestamp":1592532444867,"id":2365,"parentId":2364,"tags":{},"startTime":1727853502177,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":120,"timestamp":1592532447856,"id":2366,"parentId":2356,"tags":{},"startTime":1727853502180,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":33,"timestamp":1592532448082,"id":2367,"parentId":2358,"tags":{},"startTime":1727853502180,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":24,"timestamp":1592532448236,"id":2368,"parentId":2360,"tags":{},"startTime":1727853502181,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":20,"timestamp":1592532448333,"id":2369,"parentId":2362,"tags":{},"startTime":1727853502181,"traceId":"007913bbb71a9a03"},{"name":"image-data-stringify","duration":20,"timestamp":1592532448418,"id":2370,"parentId":2364,"tags":{},"startTime":1727853502181,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":9712,"timestamp":1592532438795,"id":2356,"parentId":2346,"tags":{},"startTime":1727853502171,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":8417,"timestamp":1592532440115,"id":2358,"parentId":2348,"tags":{},"startTime":1727853502173,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":6432,"timestamp":1592532442114,"id":2360,"parentId":2350,"tags":{},"startTime":1727853502175,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":5541,"timestamp":1592532443023,"id":2362,"parentId":2352,"tags":{},"startTime":1727853502175,"traceId":"007913bbb71a9a03"},{"name":"next-image-loader","duration":3947,"timestamp":1592532444631,"id":2364,"parentId":2354,"tags":{},"startTime":1727853502177,"traceId":"007913bbb71a9a03"},{"name":"build-module-jpg","duration":14684,"timestamp":1592532435860,"id":2346,"parentId":2341,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\background3.jpg","layer":"app-pages-browser"},"startTime":1727853502168,"traceId":"007913bbb71a9a03"},{"name":"build-module-svg","duration":14364,"timestamp":1592532437177,"id":2348,"parentId":2341,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\logos\\mirage.svg","layer":"app-pages-browser"},"startTime":1727853502170,"traceId":"007913bbb71a9a03"},{"name":"build-module-svg","duration":14918,"timestamp":1592532437569,"id":2350,"parentId":2341,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\logos\\statickit.svg","layer":"app-pages-browser"},"startTime":1727853502170,"traceId":"007913bbb71a9a03"},{"name":"build-module-svg","duration":15519,"timestamp":1592532437900,"id":2352,"parentId":2341,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\logos\\transistor.svg","layer":"app-pages-browser"},"startTime":1727853502170,"traceId":"007913bbb71a9a03"},{"name":"build-module-svg","duration":16289,"timestamp":1592532438315,"id":2354,"parentId":2341,"tags":{"name":"D:\\github\\ourverse_new\\src\\images\\logos\\tuple.svg","layer":"app-pages-browser"},"startTime":1727853502171,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":228616,"timestamp":1592532527001,"id":2386,"parentId":2385,"tags":{},"startTime":1727853502259,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":229495,"timestamp":1592532526194,"id":2385,"parentId":2372,"tags":{},"startTime":1727853502259,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":304002,"timestamp":1592532464704,"id":2372,"parentId":2335,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\app-next-dev.js","layer":"app-pages-browser"},"startTime":1727853502197,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":251098,"timestamp":1592532528724,"id":2394,"parentId":2393,"tags":{},"startTime":1727853502261,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":251494,"timestamp":1592532528404,"id":2393,"parentId":2376,"tags":{},"startTime":1727853502261,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":267777,"timestamp":1592532521793,"id":2376,"parentId":2345,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\client-page.js","layer":"app-pages-browser"},"startTime":1727853502254,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":262278,"timestamp":1592532527597,"id":2388,"parentId":2387,"tags":{},"startTime":1727853502260,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":262868,"timestamp":1592532527051,"id":2387,"parentId":2373,"tags":{},"startTime":1727853502259,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":284891,"timestamp":1592532520263,"id":2373,"parentId":2341,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\image-component.js","layer":"app-pages-browser"},"startTime":1727853502253,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":277706,"timestamp":1592532527970,"id":2390,"parentId":2389,"tags":{},"startTime":1727853502260,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":278070,"timestamp":1592532527650,"id":2389,"parentId":2374,"tags":{},"startTime":1727853502260,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":303583,"timestamp":1592532520816,"id":2374,"parentId":2341,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\link.js","layer":"app-pages-browser"},"startTime":1727853502253,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":295493,"timestamp":1592532529143,"id":2396,"parentId":2395,"tags":{},"startTime":1727853502262,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":295912,"timestamp":1592532528769,"id":2395,"parentId":2377,"tags":{},"startTime":1727853502261,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":312410,"timestamp":1592532522262,"id":2377,"parentId":2345,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\error-boundary.js","layer":"app-pages-browser"},"startTime":1727853502255,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":305058,"timestamp":1592532529817,"id":2400,"parentId":2399,"tags":{},"startTime":1727853502262,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":305364,"timestamp":1592532529553,"id":2399,"parentId":2379,"tags":{},"startTime":1727853502262,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":318829,"timestamp":1592532523118,"id":2379,"parentId":2345,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\not-found-boundary.js","layer":"app-pages-browser"},"startTime":1727853502256,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":312026,"timestamp":1592532530121,"id":2402,"parentId":2401,"tags":{},"startTime":1727853502263,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":312330,"timestamp":1592532529860,"id":2401,"parentId":2380,"tags":{},"startTime":1727853502262,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":323533,"timestamp":1592532523581,"id":2380,"parentId":2345,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js","layer":"app-pages-browser"},"startTime":1727853502256,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":317913,"timestamp":1592532529507,"id":2398,"parentId":2397,"tags":{},"startTime":1727853502262,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":318236,"timestamp":1592532529233,"id":2397,"parentId":2378,"tags":{},"startTime":1727853502262,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":340169,"timestamp":1592532522687,"id":2378,"parentId":2345,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\layout-router.js","layer":"app-pages-browser"},"startTime":1727853502255,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":410157,"timestamp":1592532528359,"id":2392,"parentId":2391,"tags":{},"startTime":1727853502261,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":410565,"timestamp":1592532528017,"id":2391,"parentId":2375,"tags":{},"startTime":1727853502260,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":442056,"timestamp":1592532521346,"id":2375,"parentId":2345,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\app-router.js","layer":"app-pages-browser"},"startTime":1727853502254,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":434729,"timestamp":1592532531536,"id":2408,"parentId":2407,"tags":{},"startTime":1727853502264,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":435187,"timestamp":1592532531118,"id":2407,"parentId":2383,"tags":{},"startTime":1727853502264,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":450330,"timestamp":1592532525351,"id":2383,"parentId":2342,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Header.jsx","layer":"app-pages-browser"},"startTime":1727853502258,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":445041,"timestamp":1592532531067,"id":2406,"parentId":2405,"tags":{},"startTime":1727853502263,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":445460,"timestamp":1592532530699,"id":2405,"parentId":2382,"tags":{},"startTime":1727853502263,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":458617,"timestamp":1592532524651,"id":2382,"parentId":2341,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Product.jsx","layer":"app-pages-browser"},"startTime":1727853502257,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":453095,"timestamp":1592532530654,"id":2404,"parentId":2403,"tags":{},"startTime":1727853502263,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":453589,"timestamp":1592532530204,"id":2403,"parentId":2381,"tags":{},"startTime":1727853502263,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":468059,"timestamp":1592532524007,"id":2381,"parentId":2341,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Bentosection.jsx","layer":"app-pages-browser"},"startTime":1727853502256,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":651650,"timestamp":1592532525995,"id":2384,"parentId":2371,"tags":{},"startTime":1727853502258,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":256,"timestamp":1592533177764,"id":2502,"parentId":2371,"tags":{},"startTime":1727853502910,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":720766,"timestamp":1592532461181,"id":2371,"parentId":2334,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js","layer":"app-pages-browser"},"startTime":1727853502194,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":58159,"timestamp":1592533127110,"id":2445,"parentId":2444,"tags":{},"startTime":1727853502860,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":58510,"timestamp":1592533126807,"id":2444,"parentId":2410,"tags":{},"startTime":1727853502859,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":130250,"timestamp":1592533060397,"id":2410,"parentId":2374,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\add-locale.js","layer":"app-pages-browser"},"startTime":1727853502793,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":63026,"timestamp":1592533127808,"id":2449,"parentId":2448,"tags":{},"startTime":1727853502860,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":63387,"timestamp":1592533127489,"id":2448,"parentId":2412,"tags":{},"startTime":1727853502860,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":135630,"timestamp":1592533061334,"id":2412,"parentId":2374,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\get-domain-locale.js","layer":"app-pages-browser"},"startTime":1727853502794,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":70456,"timestamp":1592533126743,"id":2443,"parentId":2442,"tags":{},"startTime":1727853502859,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":70936,"timestamp":1592533126347,"id":2442,"parentId":2409,"tags":{},"startTime":1727853502859,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":147261,"timestamp":1592533059771,"id":2409,"parentId":2374,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\resolve-href.js","layer":"app-pages-browser"},"startTime":1727853502792,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":79830,"timestamp":1592533127442,"id":2447,"parentId":2446,"tags":{},"startTime":1727853502860,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":80156,"timestamp":1592533127158,"id":2446,"parentId":2411,"tags":{},"startTime":1727853502860,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":154840,"timestamp":1592533060891,"id":2411,"parentId":2374,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\use-intersection.js","layer":"app-pages-browser"},"startTime":1727853502793,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":87787,"timestamp":1592533128128,"id":2451,"parentId":2450,"tags":{},"startTime":1727853502861,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":88101,"timestamp":1592533127855,"id":2450,"parentId":2413,"tags":{},"startTime":1727853502860,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":159289,"timestamp":1592533061806,"id":2413,"parentId":2374,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\add-base-path.js","layer":"app-pages-browser"},"startTime":1727853502794,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":92211,"timestamp":1592533129067,"id":2457,"parentId":2456,"tags":{},"startTime":1727853502861,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":92509,"timestamp":1592533128809,"id":2456,"parentId":2416,"tags":{},"startTime":1727853502861,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":161934,"timestamp":1592533063147,"id":2416,"parentId":2373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\image-config.js","layer":"app-pages-browser"},"startTime":1727853502796,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":96871,"timestamp":1592533128437,"id":2453,"parentId":2452,"tags":{},"startTime":1727853502861,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":97177,"timestamp":1592533128174,"id":2452,"parentId":2414,"tags":{},"startTime":1727853502861,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":172922,"timestamp":1592533062244,"id":2414,"parentId":2373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\head.js","layer":"app-pages-browser"},"startTime":1727853502795,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":105622,"timestamp":1592533129731,"id":2461,"parentId":2460,"tags":{},"startTime":1727853502862,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":105981,"timestamp":1592533129414,"id":2460,"parentId":2418,"tags":{},"startTime":1727853502862,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":174712,"timestamp":1592533064058,"id":2418,"parentId":2373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1727853502796,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":110304,"timestamp":1592533128763,"id":2455,"parentId":2454,"tags":{},"startTime":1727853502861,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":110684,"timestamp":1592533128482,"id":2454,"parentId":2415,"tags":{},"startTime":1727853502861,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":192814,"timestamp":1592533062705,"id":2415,"parentId":2373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\get-img-props.js","layer":"app-pages-browser"},"startTime":1727853502795,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":125712,"timestamp":1592533130048,"id":2463,"parentId":2462,"tags":{},"startTime":1727853502862,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":126024,"timestamp":1592533129777,"id":2462,"parentId":2419,"tags":{},"startTime":1727853502862,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":200774,"timestamp":1592533064519,"id":2419,"parentId":2374,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\utils.js","layer":"app-pages-browser"},"startTime":1727853502797,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":134797,"timestamp":1592533130736,"id":2467,"parentId":2466,"tags":{},"startTime":1727853502863,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":135135,"timestamp":1592533130446,"id":2466,"parentId":2421,"tags":{},"startTime":1727853502863,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":206433,"timestamp":1592533065390,"id":2421,"parentId":2376,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\search-params.js","layer":"app-pages-browser"},"startTime":1727853502798,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":140998,"timestamp":1592533131034,"id":2469,"parentId":2468,"tags":{},"startTime":1727853502863,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":141299,"timestamp":1592533130781,"id":2468,"parentId":2422,"tags":{},"startTime":1727853502863,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":215468,"timestamp":1592533065848,"id":2422,"parentId":2377,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\navigation.js","layer":"app-pages-browser"},"startTime":1727853502798,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":150213,"timestamp":1592533131333,"id":2471,"parentId":2470,"tags":{},"startTime":1727853502864,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":150513,"timestamp":1592533131078,"id":2470,"parentId":2423,"tags":{},"startTime":1727853502863,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":219248,"timestamp":1592533066281,"id":2423,"parentId":2377,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\is-next-router-error.js","layer":"app-pages-browser"},"startTime":1727853502799,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":245273,"timestamp":1592533129369,"id":2459,"parentId":2458,"tags":{},"startTime":1727853502862,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":245593,"timestamp":1592533129111,"id":2458,"parentId":2417,"tags":{},"startTime":1727853502862,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":315212,"timestamp":1592533063595,"id":2417,"parentId":2373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\image-config-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1727853502796,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":247331,"timestamp":1592533131653,"id":2473,"parentId":2472,"tags":{},"startTime":1727853502864,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":247649,"timestamp":1592533131376,"id":2472,"parentId":2424,"tags":{},"startTime":1727853502864,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":316622,"timestamp":1592533066727,"id":2424,"parentId":2377,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\static-generation-async-storage.external.js","layer":"shared"},"startTime":1727853502799,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-transform","duration":252491,"timestamp":1592533132006,"id":2475,"parentId":2474,"tags":{},"startTime":1727853502864,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":252863,"timestamp":1592533131698,"id":2474,"parentId":2425,"tags":{},"startTime":1727853502864,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":321878,"timestamp":1592533067157,"id":2425,"parentId":2379,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\not-found.js","layer":"app-pages-browser"},"startTime":1727853502800,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":256816,"timestamp":1592533132397,"id":2477,"parentId":2476,"tags":{},"startTime":1727853502865,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":257194,"timestamp":1592533132061,"id":2476,"parentId":2426,"tags":{},"startTime":1727853502864,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":325078,"timestamp":1592533067611,"id":2426,"parentId":2378,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1727853502800,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":260117,"timestamp":1592533132761,"id":2479,"parentId":2478,"tags":{},"startTime":1727853502865,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":260470,"timestamp":1592533132450,"id":2478,"parentId":2427,"tags":{},"startTime":1727853502865,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":330013,"timestamp":1592533068037,"id":2427,"parentId":2378,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\match-segments.js","layer":"app-pages-browser"},"startTime":1727853502800,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":265119,"timestamp":1592533133358,"id":2483,"parentId":2482,"tags":{},"startTime":1727853502866,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":265434,"timestamp":1592533133111,"id":2482,"parentId":2429,"tags":{},"startTime":1727853502866,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":332703,"timestamp":1592533068909,"id":2429,"parentId":2373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\utils\\warn-once.js","layer":"app-pages-browser"},"startTime":1727853502801,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":268750,"timestamp":1592533133067,"id":2481,"parentId":2480,"tags":{},"startTime":1727853502865,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":269051,"timestamp":1592533132807,"id":2480,"parentId":2428,"tags":{},"startTime":1727853502865,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":339543,"timestamp":1592533068461,"id":2428,"parentId":2378,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\redirect-boundary.js","layer":"app-pages-browser"},"startTime":1727853502801,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":274501,"timestamp":1592533133705,"id":2485,"parentId":2484,"tags":{},"startTime":1727853502866,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":274848,"timestamp":1592533133401,"id":2484,"parentId":2430,"tags":{},"startTime":1727853502866,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":343937,"timestamp":1592533069343,"id":2430,"parentId":2373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\image-loader.js","layer":"app-pages-browser"},"startTime":1727853502802,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":279446,"timestamp":1592533134017,"id":2487,"parentId":2486,"tags":{},"startTime":1727853502866,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":279769,"timestamp":1592533133751,"id":2486,"parentId":2431,"tags":{},"startTime":1727853502866,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":348587,"timestamp":1592533069781,"id":2431,"parentId":2374,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\router-reducer-types.js","layer":"app-pages-browser"},"startTime":1727853502802,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":283934,"timestamp":1592533134636,"id":2491,"parentId":2490,"tags":{},"startTime":1727853502867,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":284255,"timestamp":1592533134359,"id":2490,"parentId":2433,"tags":{},"startTime":1727853502867,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":351933,"timestamp":1592533070635,"id":2433,"parentId":2378,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1727853502803,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":288471,"timestamp":1592533134315,"id":2489,"parentId":2488,"tags":{},"startTime":1727853502867,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":288768,"timestamp":1592533134062,"id":2488,"parentId":2432,"tags":{},"startTime":1727853502866,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":360341,"timestamp":1592533070201,"id":2432,"parentId":2378,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\fetch-server-response.js","layer":"app-pages-browser"},"startTime":1727853502803,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":295785,"timestamp":1592533134939,"id":2493,"parentId":2492,"tags":{},"startTime":1727853502867,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":296085,"timestamp":1592533134681,"id":2492,"parentId":2434,"tags":{},"startTime":1727853502867,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":363084,"timestamp":1592533071052,"id":2434,"parentId":2374,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\is-local-url.js","layer":"app-pages-browser"},"startTime":1727853502803,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":298760,"timestamp":1592533135561,"id":2497,"parentId":2496,"tags":{},"startTime":1727853502868,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":299068,"timestamp":1592533135294,"id":2496,"parentId":2436,"tags":{},"startTime":1727853502868,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":366049,"timestamp":1592533071920,"id":2436,"parentId":2378,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\handle-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1727853502804,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":302918,"timestamp":1592533135250,"id":2495,"parentId":2494,"tags":{},"startTime":1727853502868,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":303225,"timestamp":1592533134984,"id":2494,"parentId":2435,"tags":{},"startTime":1727853502867,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":373240,"timestamp":1592533071480,"id":2435,"parentId":2374,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\format-url.js","layer":"app-pages-browser"},"startTime":1727853502804,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":310444,"timestamp":1592533135867,"id":2499,"parentId":2498,"tags":{},"startTime":1727853502868,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":310752,"timestamp":1592533135607,"id":2498,"parentId":2437,"tags":{},"startTime":1727853502868,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":377449,"timestamp":1592533072329,"id":2437,"parentId":2378,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\get-segment-value.js","layer":"app-pages-browser"},"startTime":1727853502805,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":321629,"timestamp":1592533130401,"id":2465,"parentId":2464,"tags":{},"startTime":1727853502863,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":321973,"timestamp":1592533130105,"id":2464,"parentId":2420,"tags":{},"startTime":1727853502862,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":391113,"timestamp":1592533064958,"id":2420,"parentId":2374,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1727853502797,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":320098,"timestamp":1592533136162,"id":2501,"parentId":2500,"tags":{},"startTime":1727853502869,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":320392,"timestamp":1592533135911,"id":2500,"parentId":2438,"tags":{},"startTime":1727853502868,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":389838,"timestamp":1592533072758,"id":2438,"parentId":2378,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1727853502805,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":148081,"timestamp":1592533314701,"id":2517,"parentId":2516,"tags":{},"startTime":1727853503047,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":148494,"timestamp":1592533314330,"id":2516,"parentId":2503,"tags":{},"startTime":1727853503047,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":162294,"timestamp":1592533305412,"id":2503,"parentId":2375,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\remove-base-path.js","layer":"app-pages-browser"},"startTime":1727853503038,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":152864,"timestamp":1592533315031,"id":2519,"parentId":2518,"tags":{},"startTime":1727853503047,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":153184,"timestamp":1592533314753,"id":2518,"parentId":2504,"tags":{},"startTime":1727853503047,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":166142,"timestamp":1592533306007,"id":2504,"parentId":2375,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\has-base-path.js","layer":"app-pages-browser"},"startTime":1727853503038,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":156044,"timestamp":1592533316285,"id":2527,"parentId":2526,"tags":{},"startTime":1727853503049,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":156343,"timestamp":1592533316026,"id":2526,"parentId":2508,"tags":{},"startTime":1727853503048,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":168799,"timestamp":1592533307824,"id":2508,"parentId":2375,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\app-router-headers.js","layer":"app-pages-browser"},"startTime":1727853503040,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":161154,"timestamp":1592533315681,"id":2523,"parentId":2522,"tags":{},"startTime":1727853503048,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":161487,"timestamp":1592533315391,"id":2522,"parentId":2506,"tags":{},"startTime":1727853503048,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":176958,"timestamp":1592533306924,"id":2506,"parentId":2375,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\use-reducer-with-devtools.js","layer":"app-pages-browser"},"startTime":1727853503039,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":168157,"timestamp":1592533315983,"id":2525,"parentId":2524,"tags":{},"startTime":1727853503048,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":168458,"timestamp":1592533315727,"id":2524,"parentId":2507,"tags":{},"startTime":1727853503048,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":183007,"timestamp":1592533307368,"id":2507,"parentId":2375,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\app-router-announcer.js","layer":"app-pages-browser"},"startTime":1727853503040,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":173675,"timestamp":1592533316910,"id":2531,"parentId":2530,"tags":{},"startTime":1727853503049,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":173971,"timestamp":1592533316656,"id":2530,"parentId":2510,"tags":{},"startTime":1727853503049,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":186119,"timestamp":1592533308690,"id":2510,"parentId":2375,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\create-href-from-url.js","layer":"app-pages-browser"},"startTime":1727853503041,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":178389,"timestamp":1592533316612,"id":2529,"parentId":2528,"tags":{},"startTime":1727853503049,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":178710,"timestamp":1592533316333,"id":2528,"parentId":2509,"tags":{},"startTime":1727853503049,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":190947,"timestamp":1592533308249,"id":2509,"parentId":2375,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\segment.js","layer":"app-pages-browser"},"startTime":1727853503041,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":181896,"timestamp":1592533317517,"id":2535,"parentId":2534,"tags":{},"startTime":1727853503050,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":182201,"timestamp":1592533317253,"id":2534,"parentId":2512,"tags":{},"startTime":1727853503050,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":203368,"timestamp":1592533309560,"id":2512,"parentId":2375,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\is-bot.js","layer":"app-pages-browser"},"startTime":1727853503042,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":195991,"timestamp":1592533317209,"id":2533,"parentId":2532,"tags":{},"startTime":1727853503050,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":196292,"timestamp":1592533316954,"id":2532,"parentId":2511,"tags":{},"startTime":1727853503049,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":209767,"timestamp":1592533309110,"id":2511,"parentId":2375,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1727853503042,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":201226,"timestamp":1592533317851,"id":2537,"parentId":2536,"tags":{},"startTime":1727853503050,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":201535,"timestamp":1592533317586,"id":2536,"parentId":2513,"tags":{},"startTime":1727853503050,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":213580,"timestamp":1592533310002,"id":2513,"parentId":2375,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1727853503042,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":205700,"timestamp":1592533318604,"id":2541,"parentId":2540,"tags":{},"startTime":1727853503051,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":206167,"timestamp":1592533318188,"id":2540,"parentId":2515,"tags":{},"startTime":1727853503051,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":218079,"timestamp":1592533310867,"id":2515,"parentId":2381,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\text.jsx","layer":"app-pages-browser"},"startTime":1727853503043,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":211173,"timestamp":1592533318145,"id":2539,"parentId":2538,"tags":{},"startTime":1727853503051,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":211472,"timestamp":1592533317895,"id":2538,"parentId":2514,"tags":{},"startTime":1727853503050,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":235530,"timestamp":1592533310426,"id":2514,"parentId":2375,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\app\\hot-reloader-client.js","layer":"app-pages-browser"},"startTime":1727853503043,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":230838,"timestamp":1592533315346,"id":2521,"parentId":2520,"tags":{},"startTime":1727853503048,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":231152,"timestamp":1592533315077,"id":2520,"parentId":2505,"tags":{},"startTime":1727853503047,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":243337,"timestamp":1592533306463,"id":2505,"parentId":2375,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1727853503039,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":62162,"timestamp":1592533652232,"id":2572,"parentId":2571,"tags":{},"startTime":1727853503385,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":70092,"timestamp":1592533652694,"id":2574,"parentId":2573,"tags":{},"startTime":1727853503385,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11646,"timestamp":1592533713178,"id":2577,"parentId":2576,"tags":{},"startTime":1727853503446,"traceId":"007913bbb71a9a03"},{"name":"font-loader","duration":12516,"timestamp":1592533714823,"id":2581,"parentId":2580,"tags":{},"startTime":1727853503447,"traceId":"007913bbb71a9a03"},{"name":"font-loader","duration":4059,"timestamp":1592533723324,"id":2583,"parentId":2582,"tags":{},"startTime":1727853503456,"traceId":"007913bbb71a9a03"},{"name":"postcss","duration":8795,"timestamp":1592534848350,"id":2642,"parentId":2580,"tags":{},"startTime":1727853504581,"traceId":"007913bbb71a9a03"},{"name":"postcss","duration":5084,"timestamp":1592534852126,"id":2643,"parentId":2582,"tags":{},"startTime":1727853504585,"traceId":"007913bbb71a9a03"},{"name":"next-font-loader","duration":1143889,"timestamp":1592533714527,"id":2580,"parentId":2571,"tags":{},"startTime":1727853503447,"traceId":"007913bbb71a9a03"},{"name":"next-font-loader","duration":1135551,"timestamp":1592533722913,"id":2582,"parentId":2573,"tags":{},"startTime":1727853503455,"traceId":"007913bbb71a9a03"},{"name":"css-loader","duration":90395,"timestamp":1592534857390,"id":2644,"parentId":2571,"tags":{"astUsed":"true"},"startTime":1727853504590,"traceId":"007913bbb71a9a03"},{"name":"css-loader","duration":90053,"timestamp":1592534857797,"id":2645,"parentId":2573,"tags":{"astUsed":"true"},"startTime":1727853504590,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":1300974,"timestamp":1592533649908,"id":2571,"parentId":2439,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\font\\google\\target.css.webpack[javascript/auto]!=!D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[13].oneOf[2].use[1]!D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-font-loader\\index.js??ruleSet[1].rules[13].oneOf[2].use[2]!D:\\github\\ourverse_new\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}","layer":null},"startTime":1727853503382,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":1300245,"timestamp":1592533652401,"id":2573,"parentId":2440,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\font\\google\\target.css.webpack[javascript/auto]!=!D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[13].oneOf[2].use[1]!D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-font-loader\\index.js??ruleSet[1].rules[13].oneOf[2].use[2]!D:\\github\\ourverse_new\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}","layer":null},"startTime":1727853503385,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1226340,"timestamp":1592533726391,"id":2585,"parentId":2546,"tags":{},"startTime":1727853503459,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1226645,"timestamp":1592533726463,"id":2586,"parentId":2547,"tags":{},"startTime":1727853503459,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1226902,"timestamp":1592533726503,"id":2587,"parentId":2548,"tags":{},"startTime":1727853503459,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1227073,"timestamp":1592533726615,"id":2588,"parentId":2549,"tags":{},"startTime":1727853503459,"traceId":"007913bbb71a9a03"}] +[{"name":"read-resource","duration":1230629,"timestamp":1592533726706,"id":2589,"parentId":2550,"tags":{},"startTime":1727853503459,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1230963,"timestamp":1592533726754,"id":2590,"parentId":2551,"tags":{},"startTime":1727853503459,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1231659,"timestamp":1592533726796,"id":2591,"parentId":2562,"tags":{},"startTime":1727853503459,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1231957,"timestamp":1592533726835,"id":2592,"parentId":2575,"tags":{},"startTime":1727853503459,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":6271,"timestamp":1592534952840,"id":2646,"parentId":2546,"tags":{},"startTime":1727853504685,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":5959,"timestamp":1592534953191,"id":2647,"parentId":2547,"tags":{},"startTime":1727853504686,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":5706,"timestamp":1592534953479,"id":2648,"parentId":2548,"tags":{},"startTime":1727853504686,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":2164,"timestamp":1592534958536,"id":2651,"parentId":2562,"tags":{},"startTime":1727853504691,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1872,"timestamp":1592534958867,"id":2652,"parentId":2575,"tags":{},"startTime":1727853504691,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":1333611,"timestamp":1592533632140,"id":2546,"parentId":2382,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\clsx\\dist\\clsx.mjs","layer":"app-pages-browser"},"startTime":1727853503365,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1331533,"timestamp":1592533635749,"id":2547,"parentId":2373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_interop_require_default.js","layer":"app-pages-browser"},"startTime":1727853503368,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1333715,"timestamp":1592533636551,"id":2548,"parentId":2373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1727853503369,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1331532,"timestamp":1592533645920,"id":2562,"parentId":2421,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\app-render\\dynamic-rendering.js","layer":"app-pages-browser"},"startTime":1727853503378,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1326796,"timestamp":1592533652767,"id":2575,"parentId":2421,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\web\\spec-extension\\adapters\\reflect.js","layer":"app-pages-browser"},"startTime":1727853503385,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1055122,"timestamp":1592533938633,"id":2601,"parentId":2600,"tags":{},"startTime":1727853503671,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1055585,"timestamp":1592533938228,"id":2600,"parentId":2545,"tags":{},"startTime":1727853503671,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":1366309,"timestamp":1592533631531,"id":2545,"parentId":2382,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\BackgroundImage.jsx","layer":"app-pages-browser"},"startTime":1727853503364,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1060891,"timestamp":1592533937158,"id":2595,"parentId":2594,"tags":{},"startTime":1727853503670,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1061511,"timestamp":1592533936583,"id":2594,"parentId":2542,"tags":{},"startTime":1727853503669,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":1371747,"timestamp":1592533629474,"id":2542,"parentId":2381,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Container.jsx","layer":"app-pages-browser"},"startTime":1727853503362,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1063734,"timestamp":1592533937679,"id":2597,"parentId":2596,"tags":{},"startTime":1727853503670,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1064231,"timestamp":1592533937226,"id":2596,"parentId":2543,"tags":{},"startTime":1727853503670,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":1375109,"timestamp":1592533630229,"id":2543,"parentId":2383,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Button.jsx","layer":"app-pages-browser"},"startTime":1727853503363,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1065836,"timestamp":1592533939718,"id":2607,"parentId":2606,"tags":{},"startTime":1727853503672,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1066183,"timestamp":1592533939417,"id":2606,"parentId":2554,"tags":{},"startTime":1727853503672,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1367833,"timestamp":1592533642414,"id":2554,"parentId":2372,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\app-bootstrap.js","layer":"app-pages-browser"},"startTime":1727853503375,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1070364,"timestamp":1592533940070,"id":2609,"parentId":2608,"tags":{},"startTime":1727853503672,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1070713,"timestamp":1592533939765,"id":2608,"parentId":2555,"tags":{},"startTime":1727853503672,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1372760,"timestamp":1592533642849,"id":2555,"parentId":2410,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1727853503375,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1075389,"timestamp":1592533940413,"id":2611,"parentId":2610,"tags":{},"startTime":1727853503673,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1075718,"timestamp":1592533940129,"id":2610,"parentId":2556,"tags":{},"startTime":1727853503673,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1376912,"timestamp":1592533643303,"id":2556,"parentId":2411,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\request-idle-callback.js","layer":"app-pages-browser"},"startTime":1727853503376,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1082480,"timestamp":1592533938164,"id":2599,"parentId":2598,"tags":{},"startTime":1727853503671,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1082960,"timestamp":1592533937730,"id":2598,"parentId":2544,"tags":{},"startTime":1727853503670,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":1425104,"timestamp":1592533630898,"id":2544,"parentId":2383,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Logo.jsx","layer":"app-pages-browser"},"startTime":1727853503363,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1115487,"timestamp":1592533940774,"id":2613,"parentId":2612,"tags":{},"startTime":1727853503673,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1115848,"timestamp":1592533940458,"id":2612,"parentId":2557,"tags":{},"startTime":1727853503673,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1417043,"timestamp":1592533643737,"id":2557,"parentId":2414,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\side-effect.js","layer":"app-pages-browser"},"startTime":1727853503376,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1121626,"timestamp":1592533939367,"id":2605,"parentId":2604,"tags":{},"startTime":1727853503672,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1121974,"timestamp":1592533939065,"id":2604,"parentId":2553,"tags":{},"startTime":1727853503671,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1424037,"timestamp":1592533641962,"id":2553,"parentId":2372,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\app-webpack.js","layer":"app-pages-browser"},"startTime":1727853503374,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1124360,"timestamp":1592533941830,"id":2619,"parentId":2618,"tags":{},"startTime":1727853503674,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1124675,"timestamp":1592533941559,"id":2618,"parentId":2560,"tags":{},"startTime":1727853503674,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1424011,"timestamp":1592533645079,"id":2560,"parentId":2414,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\amp-mode.js","layer":"app-pages-browser"},"startTime":1727853503377,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1130347,"timestamp":1592533939017,"id":2603,"parentId":2602,"tags":{},"startTime":1727853503671,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1130726,"timestamp":1592533938681,"id":2602,"parentId":2552,"tags":{},"startTime":1727853503671,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1439340,"timestamp":1592533641511,"id":2552,"parentId":2372,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\app-index.js","layer":"app-pages-browser"},"startTime":1727853503374,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1138886,"timestamp":1592533942177,"id":2621,"parentId":2620,"tags":{},"startTime":1727853503675,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1139232,"timestamp":1592533941875,"id":2620,"parentId":2561,"tags":{},"startTime":1727853503674,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1438958,"timestamp":1592533645511,"id":2561,"parentId":2415,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\image-blur-svg.js","layer":"app-pages-browser"},"startTime":1727853503378,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1142155,"timestamp":1592533942502,"id":2623,"parentId":2622,"tags":{},"startTime":1727853503675,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1142482,"timestamp":1592533942222,"id":2622,"parentId":2563,"tags":{},"startTime":1727853503675,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1442576,"timestamp":1592533646463,"id":2563,"parentId":2422,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\navigation.react-server.js","layer":"app-pages-browser"},"startTime":1727853503379,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1148090,"timestamp":1592533941133,"id":2615,"parentId":2614,"tags":{},"startTime":1727853503674,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1148417,"timestamp":1592533940850,"id":2614,"parentId":2558,"tags":{},"startTime":1727853503673,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1447990,"timestamp":1592533644183,"id":2558,"parentId":2414,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\amp-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1727853503377,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1149179,"timestamp":1592533943179,"id":2627,"parentId":2626,"tags":{},"startTime":1727853503676,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1149495,"timestamp":1592533942908,"id":2626,"parentId":2565,"tags":{},"startTime":1727853503675,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1449923,"timestamp":1592533647318,"id":2565,"parentId":2422,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\bailout-to-client-rendering.js","layer":"app-pages-browser"},"startTime":1727853503380,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1153917,"timestamp":1592533943528,"id":2629,"parentId":2628,"tags":{},"startTime":1727853503676,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1154251,"timestamp":1592533943239,"id":2628,"parentId":2566,"tags":{},"startTime":1727853503676,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1456344,"timestamp":1592533647730,"id":2566,"parentId":2423,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\redirect.js","layer":"app-pages-browser"},"startTime":1727853503380,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1160430,"timestamp":1592533943850,"id":2631,"parentId":2630,"tags":{},"startTime":1727853503676,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1160751,"timestamp":1592533943573,"id":2630,"parentId":2567,"tags":{},"startTime":1727853503676,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1460866,"timestamp":1592533648148,"id":2567,"parentId":2409,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\querystring.js","layer":"app-pages-browser"},"startTime":1727853503381,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1164993,"timestamp":1592533944211,"id":2633,"parentId":2632,"tags":{},"startTime":1727853503677,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1165350,"timestamp":1592533943899,"id":2632,"parentId":2568,"tags":{},"startTime":1727853503676,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1463672,"timestamp":1592533648590,"id":2568,"parentId":2409,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\omit.js","layer":"app-pages-browser"},"startTime":1727853503381,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1167924,"timestamp":1592533944533,"id":2635,"parentId":2634,"tags":{},"startTime":1727853503677,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1168245,"timestamp":1592533944256,"id":2634,"parentId":2569,"tags":{},"startTime":1727853503677,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1469573,"timestamp":1592533649028,"id":2569,"parentId":2409,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\interpolate-as.js","layer":"app-pages-browser"},"startTime":1727853503381,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1173944,"timestamp":1592533944887,"id":2637,"parentId":2636,"tags":{},"startTime":1727853503677,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1174292,"timestamp":1592533944593,"id":2636,"parentId":2570,"tags":{},"startTime":1727853503677,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1473688,"timestamp":1592533649462,"id":2570,"parentId":2413,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\add-path-prefix.js","layer":"app-pages-browser"},"startTime":1727853503382,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1181854,"timestamp":1592533941512,"id":2617,"parentId":2616,"tags":{},"startTime":1727853503674,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1182244,"timestamp":1592533941177,"id":2616,"parentId":2559,"tags":{},"startTime":1727853503674,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1483065,"timestamp":1592533644652,"id":2559,"parentId":2414,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1727853503377,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1182755,"timestamp":1592533945205,"id":2639,"parentId":2638,"tags":{},"startTime":1727853503678,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1183085,"timestamp":1592533944932,"id":2638,"parentId":2578,"tags":{},"startTime":1727853503677,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1419964,"timestamp":1592533713330,"id":2578,"parentId":2409,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\index.js","layer":"app-pages-browser"},"startTime":1727853503446,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1187945,"timestamp":1592533945549,"id":2641,"parentId":2640,"tags":{},"startTime":1727853503678,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1188273,"timestamp":1592533945266,"id":2640,"parentId":2579,"tags":{},"startTime":1727853503678,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1424316,"timestamp":1592533713910,"id":2579,"parentId":2375,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\dev-root-not-found-boundary.js","layer":"app-pages-browser"},"startTime":1727853503446,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":1195690,"timestamp":1592533942863,"id":2625,"parentId":2624,"tags":{},"startTime":1727853503675,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1196052,"timestamp":1592533942547,"id":2624,"parentId":2564,"tags":{},"startTime":1727853503675,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1495023,"timestamp":1592533646889,"id":2564,"parentId":2422,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1727853503379,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5046,"timestamp":1592535171614,"id":2664,"parentId":2658,"tags":{},"startTime":1727853504904,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5264,"timestamp":1592535171757,"id":2665,"parentId":2662,"tags":{},"startTime":1727853504904,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5507,"timestamp":1592535171794,"id":2666,"parentId":2663,"tags":{},"startTime":1727853504904,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":46848,"timestamp":1592535176759,"id":2675,"parentId":2658,"tags":{},"startTime":1727853504909,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":46582,"timestamp":1592535177095,"id":2676,"parentId":2662,"tags":{},"startTime":1727853504909,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":46325,"timestamp":1592535177371,"id":2677,"parentId":2663,"tags":{},"startTime":1727853504910,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":57743,"timestamp":1592535168465,"id":2658,"parentId":2427,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\app-render\\get-segment-param.js","layer":"app-pages-browser"},"startTime":1727853504901,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":57350,"timestamp":1592535170394,"id":2662,"parentId":2514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\dev\\hot-reloader-types.js","layer":"app-pages-browser"},"startTime":1727853504903,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":59051,"timestamp":1592535170934,"id":2663,"parentId":2514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\dev\\extract-modules-from-turbopack-message.js","layer":"app-pages-browser"},"startTime":1727853504903,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":272359,"timestamp":1592534960025,"id":2654,"parentId":2653,"tags":{},"startTime":1727853504692,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":272778,"timestamp":1592534959655,"id":2653,"parentId":2549,"tags":{},"startTime":1727853504692,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1598391,"timestamp":1592533637124,"id":2549,"parentId":2383,"tags":{"name":"__barrel_optimize__?names=Bars3Icon,XMarkIcon!=!D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\24\\outline\\esm\\index.js","layer":"app-pages-browser"},"startTime":1727853503370,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":275052,"timestamp":1592534960653,"id":2656,"parentId":2655,"tags":{},"startTime":1727853504693,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":275421,"timestamp":1592534960325,"id":2655,"parentId":2550,"tags":{},"startTime":1727853504693,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1598158,"timestamp":1592533640469,"id":2550,"parentId":2382,"tags":{"name":"__barrel_optimize__?names=Tab,TabGroup,TabList,TabPanel,TabPanels!=!D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\headlessui.esm.js","layer":"app-pages-browser"},"startTime":1727853503373,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-transform","duration":284010,"timestamp":1592534958396,"id":2650,"parentId":2649,"tags":{},"startTime":1727853504691,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":284651,"timestamp":1592534957805,"id":2649,"parentId":2551,"tags":{},"startTime":1727853504690,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":1610730,"timestamp":1592533640963,"id":2551,"parentId":2381,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\index.mjs","layer":"app-pages-browser"},"startTime":1727853503373,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":80158,"timestamp":1592535175474,"id":2672,"parentId":2671,"tags":{},"startTime":1727853504908,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":80472,"timestamp":1592535175206,"id":2671,"parentId":2660,"tags":{},"startTime":1727853504908,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":90055,"timestamp":1592535169490,"id":2660,"parentId":2432,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\hash.js","layer":"app-pages-browser"},"startTime":1727853504902,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":86296,"timestamp":1592535174788,"id":2668,"parentId":2667,"tags":{},"startTime":1727853504907,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":87105,"timestamp":1592535174027,"id":2667,"parentId":2657,"tags":{},"startTime":1727853504906,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":96974,"timestamp":1592535167843,"id":2657,"parentId":2432,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\app-call-server.js","layer":"app-pages-browser"},"startTime":1727853504900,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":89878,"timestamp":1592535175158,"id":2670,"parentId":2669,"tags":{},"startTime":1727853504908,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":90235,"timestamp":1592535174844,"id":2669,"parentId":2659,"tags":{},"startTime":1727853504907,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":99995,"timestamp":1592535169036,"id":2659,"parentId":2430,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\match-remote-pattern.js","layer":"app-pages-browser"},"startTime":1727853504901,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":93467,"timestamp":1592535175778,"id":2674,"parentId":2673,"tags":{},"startTime":1727853504908,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":93769,"timestamp":1592535175518,"id":2673,"parentId":2661,"tags":{},"startTime":1727853504908,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":105158,"timestamp":1592535169940,"id":2661,"parentId":2506,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\action-queue.js","layer":"app-pages-browser"},"startTime":1727853504902,"traceId":"007913bbb71a9a03"},{"name":"postcss-process","duration":4311132,"timestamp":1592533727411,"id":2593,"parentId":2584,"tags":{},"startTime":1727853503460,"traceId":"007913bbb71a9a03"},{"name":"postcss-loader","duration":4344397,"timestamp":1592533725454,"id":2584,"parentId":2576,"tags":{},"startTime":1727853503458,"traceId":"007913bbb71a9a03"},{"name":"css-loader","duration":237040,"timestamp":1592538070188,"id":2678,"parentId":2576,"tags":{"astUsed":"true"},"startTime":1727853507803,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14096,"timestamp":1592538354670,"id":2707,"parentId":2684,"tags":{},"startTime":1727853508087,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14267,"timestamp":1592538354831,"id":2708,"parentId":2694,"tags":{},"startTime":1727853508087,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14674,"timestamp":1592538354872,"id":2709,"parentId":2701,"tags":{},"startTime":1727853508087,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14996,"timestamp":1592538354901,"id":2710,"parentId":2702,"tags":{},"startTime":1727853508087,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":68736,"timestamp":1592538368871,"id":2759,"parentId":2684,"tags":{},"startTime":1727853508101,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":68489,"timestamp":1592538369183,"id":2760,"parentId":2694,"tags":{},"startTime":1727853508102,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":68041,"timestamp":1592538369649,"id":2761,"parentId":2701,"tags":{},"startTime":1727853508102,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":67703,"timestamp":1592538370003,"id":2762,"parentId":2702,"tags":{},"startTime":1727853508102,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":97565,"timestamp":1592538344984,"id":2684,"parentId":2438,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\server\\future\\helpers\\interception-routes.js","layer":"app-pages-browser"},"startTime":1727853508077,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":95803,"timestamp":1592538349122,"id":2694,"parentId":2562,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\lib\\url.js","layer":"app-pages-browser"},"startTime":1727853508082,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":94359,"timestamp":1592538352008,"id":2701,"parentId":2545,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\api\\image.js","layer":"app-pages-browser"},"startTime":1727853508084,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":94946,"timestamp":1592538352496,"id":2702,"parentId":2543,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\api\\link.js","layer":"app-pages-browser"},"startTime":1727853508085,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":97185,"timestamp":1592538358279,"id":2712,"parentId":2711,"tags":{},"startTime":1727853508091,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":97568,"timestamp":1592538357945,"id":2711,"parentId":2679,"tags":{},"startTime":1727853508090,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":116469,"timestamp":1592538342356,"id":2679,"parentId":2504,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\path-has-prefix.js","layer":"app-pages-browser"},"startTime":1727853508075,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":100114,"timestamp":1592538358919,"id":2716,"parentId":2715,"tags":{},"startTime":1727853508091,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":100442,"timestamp":1592538358649,"id":2715,"parentId":2681,"tags":{},"startTime":1727853508091,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":121517,"timestamp":1592538343710,"id":2681,"parentId":2511,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\compute-changed-path.js","layer":"app-pages-browser"},"startTime":1727853508076,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":106894,"timestamp":1592538358605,"id":2714,"parentId":2713,"tags":{},"startTime":1727853508091,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":107213,"timestamp":1592538358328,"id":2713,"parentId":2680,"tags":{},"startTime":1727853508091,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":128465,"timestamp":1592538342981,"id":2680,"parentId":2511,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1727853508075,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":112171,"timestamp":1592538359486,"id":2720,"parentId":2719,"tags":{},"startTime":1727853508092,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":112454,"timestamp":1592538359247,"id":2719,"parentId":2683,"tags":{},"startTime":1727853508092,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":132718,"timestamp":1592538344563,"id":2683,"parentId":2511,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1727853508077,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":118301,"timestamp":1592538359204,"id":2718,"parentId":2717,"tags":{},"startTime":1727853508092,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":118585,"timestamp":1592538358962,"id":2717,"parentId":2682,"tags":{},"startTime":1727853508091,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":141306,"timestamp":1592538344154,"id":2682,"parentId":2511,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1727853508077,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":125893,"timestamp":1592538359777,"id":2722,"parentId":2721,"tags":{},"startTime":1727853508092,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":126184,"timestamp":1592538359528,"id":2721,"parentId":2685,"tags":{},"startTime":1727853508092,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":145649,"timestamp":1592538345494,"id":2685,"parentId":2514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\shared.js","layer":"app-pages-browser"},"startTime":1727853508078,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":131305,"timestamp":1592538360059,"id":2724,"parentId":2723,"tags":{},"startTime":1727853508092,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":131587,"timestamp":1592538359820,"id":2723,"parentId":2686,"tags":{},"startTime":1727853508092,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":151426,"timestamp":1592538345930,"id":2686,"parentId":2514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\app\\ReactDevOverlay.js","layer":"app-pages-browser"},"startTime":1727853508078,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":136939,"timestamp":1592538360624,"id":2728,"parentId":2727,"tags":{},"startTime":1727853508093,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":137213,"timestamp":1592538360391,"id":2727,"parentId":2688,"tags":{},"startTime":1727853508093,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":156033,"timestamp":1592538346718,"id":2688,"parentId":2514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\parseStack.js","layer":"app-pages-browser"},"startTime":1727853508079,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":141757,"timestamp":1592538361193,"id":2732,"parentId":2731,"tags":{},"startTime":1727853508094,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":142032,"timestamp":1592538360959,"id":2731,"parentId":2690,"tags":{},"startTime":1727853508093,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":158594,"timestamp":1592538347531,"id":2690,"parentId":2514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\runtime-error-handler.js","layer":"app-pages-browser"},"startTime":1727853508080,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":145994,"timestamp":1592538360350,"id":2726,"parentId":2725,"tags":{},"startTime":1727853508093,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":146303,"timestamp":1592538360099,"id":2725,"parentId":2687,"tags":{},"startTime":1727853508092,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":170834,"timestamp":1592538346323,"id":2687,"parentId":2514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\format-webpack-messages.js","layer":"app-pages-browser"},"startTime":1727853508079,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":156454,"timestamp":1592538360917,"id":2730,"parentId":2729,"tags":{},"startTime":1727853508093,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":156748,"timestamp":1592538360666,"id":2729,"parentId":2689,"tags":{},"startTime":1727853508093,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":175730,"timestamp":1592538347122,"id":2689,"parentId":2514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\use-error-handler.js","layer":"app-pages-browser"},"startTime":1727853508080,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":160987,"timestamp":1592538362065,"id":2738,"parentId":2737,"tags":{},"startTime":1727853508094,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":161278,"timestamp":1592538361817,"id":2737,"parentId":2693,"tags":{},"startTime":1727853508094,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":177457,"timestamp":1592538348722,"id":2693,"parentId":2514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\strip-ansi\\index.js","layer":"app-pages-browser"},"startTime":1727853508081,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":164917,"timestamp":1592538361469,"id":2734,"parentId":2733,"tags":{},"startTime":1727853508094,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":165196,"timestamp":1592538361233,"id":2733,"parentId":2691,"tags":{},"startTime":1727853508094,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":184807,"timestamp":1592538347939,"id":2691,"parentId":2514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\use-websocket.js","layer":"app-pages-browser"},"startTime":1727853508080,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":171191,"timestamp":1592538361774,"id":2736,"parentId":2735,"tags":{},"startTime":1727853508094,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":171498,"timestamp":1592538361510,"id":2735,"parentId":2692,"tags":{},"startTime":1727853508094,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":190287,"timestamp":1592538348325,"id":2692,"parentId":2514,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\parse-component-stack.js","layer":"app-pages-browser"},"startTime":1727853508081,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":176475,"timestamp":1592538362341,"id":2740,"parentId":2739,"tags":{},"startTime":1727853508095,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":176753,"timestamp":1592538362106,"id":2739,"parentId":2695,"tags":{},"startTime":1727853508095,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":193209,"timestamp":1592538349605,"id":2695,"parentId":2562,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\hooks-server-context.js","layer":"app-pages-browser"},"startTime":1727853508082,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":180387,"timestamp":1592538362609,"id":2742,"parentId":2741,"tags":{},"startTime":1727853508095,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":180656,"timestamp":1592538362381,"id":2741,"parentId":2696,"tags":{},"startTime":1727853508095,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":196842,"timestamp":1592538350035,"id":2696,"parentId":2562,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\static-generation-bailout.js","layer":"app-pages-browser"},"startTime":1727853508082,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":183604,"timestamp":1592538363457,"id":2748,"parentId":2747,"tags":{},"startTime":1727853508096,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":183889,"timestamp":1592538363212,"id":2747,"parentId":2699,"tags":{},"startTime":1727853508096,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":199393,"timestamp":1592538351227,"id":2699,"parentId":2566,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\redirect-status-code.js","layer":"app-pages-browser"},"startTime":1727853508084,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":187097,"timestamp":1592538363728,"id":2750,"parentId":2749,"tags":{},"startTime":1727853508096,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":187370,"timestamp":1592538363498,"id":2749,"parentId":2700,"tags":{},"startTime":1727853508096,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":202653,"timestamp":1592538351610,"id":2700,"parentId":2565,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\lazy-dynamic\\bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1727853508084,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":190467,"timestamp":1592538364025,"id":2752,"parentId":2751,"tags":{},"startTime":1727853508096,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":190754,"timestamp":1592538363784,"id":2751,"parentId":2703,"tags":{},"startTime":1727853508096,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":204682,"timestamp":1592538352984,"id":2703,"parentId":2555,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1727853508085,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":193568,"timestamp":1592538364302,"id":2754,"parentId":2753,"tags":{},"startTime":1727853508097,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":193846,"timestamp":1592538364066,"id":2753,"parentId":2704,"tags":{},"startTime":1727853508096,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":207685,"timestamp":1592538353374,"id":2704,"parentId":2555,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\parse-path.js","layer":"app-pages-browser"},"startTime":1727853508086,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":196672,"timestamp":1592538364580,"id":2756,"parentId":2755,"tags":{},"startTime":1727853508097,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":196954,"timestamp":1592538364342,"id":2755,"parentId":2705,"tags":{},"startTime":1727853508097,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":212056,"timestamp":1592538353778,"id":2705,"parentId":2552,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\hydration-error-info.js","layer":"app-pages-browser"},"startTime":1727853508086,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":201131,"timestamp":1592538364878,"id":2758,"parentId":2757,"tags":{},"startTime":1727853508097,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":201441,"timestamp":1592538364621,"id":2757,"parentId":2706,"tags":{},"startTime":1727853508097,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":215969,"timestamp":1592538354190,"id":2706,"parentId":2552,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\get-socket-url.js","layer":"app-pages-browser"},"startTime":1727853508087,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":207163,"timestamp":1592538363172,"id":2746,"parentId":2745,"tags":{},"startTime":1727853508096,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":207438,"timestamp":1592538362939,"id":2745,"parentId":2698,"tags":{},"startTime":1727853508095,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":226826,"timestamp":1592538350839,"id":2698,"parentId":2566,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\action-async-storage.external.js","layer":"shared"},"startTime":1727853508083,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":214968,"timestamp":1592538362898,"id":2744,"parentId":2743,"tags":{},"startTime":1727853508095,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":215261,"timestamp":1592538362649,"id":2743,"parentId":2697,"tags":{},"startTime":1727853508095,"traceId":"007913bbb71a9a03"}] +[{"name":"build-module-js","duration":232218,"timestamp":1592538350426,"id":2697,"parentId":2566,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\request-async-storage.external.js","layer":"shared"},"startTime":1727853508083,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8174,"timestamp":1592538620803,"id":2788,"parentId":2771,"tags":{},"startTime":1727853508353,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8431,"timestamp":1592538620853,"id":2789,"parentId":2772,"tags":{},"startTime":1727853508353,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8659,"timestamp":1592538620885,"id":2790,"parentId":2773,"tags":{},"startTime":1727853508353,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8896,"timestamp":1592538620911,"id":2791,"parentId":2774,"tags":{},"startTime":1727853508353,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9207,"timestamp":1592538620938,"id":2792,"parentId":2775,"tags":{},"startTime":1727853508353,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9461,"timestamp":1592538620963,"id":2793,"parentId":2776,"tags":{},"startTime":1727853508353,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10155,"timestamp":1592538620989,"id":2794,"parentId":2777,"tags":{},"startTime":1727853508353,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11052,"timestamp":1592538621032,"id":2795,"parentId":2778,"tags":{},"startTime":1727853508353,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":12062,"timestamp":1592538621065,"id":2796,"parentId":2779,"tags":{},"startTime":1727853508353,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":12707,"timestamp":1592538621094,"id":2797,"parentId":2780,"tags":{},"startTime":1727853508353,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":12950,"timestamp":1592538621121,"id":2798,"parentId":2781,"tags":{},"startTime":1727853508354,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":13203,"timestamp":1592538621150,"id":2799,"parentId":2782,"tags":{},"startTime":1727853508354,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":13437,"timestamp":1592538621177,"id":2800,"parentId":2783,"tags":{},"startTime":1727853508354,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":13702,"timestamp":1592538621206,"id":2801,"parentId":2784,"tags":{},"startTime":1727853508354,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":13940,"timestamp":1592538621233,"id":2802,"parentId":2785,"tags":{},"startTime":1727853508354,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":57535,"timestamp":1592538629073,"id":2819,"parentId":2771,"tags":{},"startTime":1727853508361,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":57322,"timestamp":1592538629353,"id":2820,"parentId":2772,"tags":{},"startTime":1727853508362,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":57088,"timestamp":1592538629606,"id":2821,"parentId":2773,"tags":{},"startTime":1727853508362,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":56835,"timestamp":1592538629874,"id":2822,"parentId":2774,"tags":{},"startTime":1727853508362,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":56491,"timestamp":1592538630231,"id":2823,"parentId":2775,"tags":{},"startTime":1727853508363,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":52863,"timestamp":1592538633877,"id":2832,"parentId":2780,"tags":{},"startTime":1727853508366,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":52644,"timestamp":1592538634138,"id":2833,"parentId":2781,"tags":{},"startTime":1727853508367,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":52383,"timestamp":1592538634422,"id":2834,"parentId":2782,"tags":{},"startTime":1727853508367,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":52139,"timestamp":1592538634681,"id":2835,"parentId":2783,"tags":{},"startTime":1727853508367,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":51861,"timestamp":1592538634972,"id":2836,"parentId":2784,"tags":{},"startTime":1727853508367,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":51568,"timestamp":1592538635278,"id":2837,"parentId":2785,"tags":{},"startTime":1727853508368,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":79428,"timestamp":1592538610174,"id":2771,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-motion-value.mjs","layer":"app-pages-browser"},"startTime":1727853508343,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":80976,"timestamp":1592538610712,"id":2772,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-motion-template.mjs","layer":"app-pages-browser"},"startTime":1727853508343,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":82712,"timestamp":1592538611269,"id":2773,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-transform.mjs","layer":"app-pages-browser"},"startTime":1727853508344,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":85483,"timestamp":1592538611832,"id":2774,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-spring.mjs","layer":"app-pages-browser"},"startTime":1727853508344,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":86946,"timestamp":1592538612334,"id":2775,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-velocity.mjs","layer":"app-pages-browser"},"startTime":1727853508345,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":85487,"timestamp":1592538614967,"id":2780,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\features-min.mjs","layer":"app-pages-browser"},"startTime":1727853508347,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":86152,"timestamp":1592538615495,"id":2781,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\features-animation.mjs","layer":"app-pages-browser"},"startTime":1727853508348,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":86873,"timestamp":1592538615987,"id":2782,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\features-max.mjs","layer":"app-pages-browser"},"startTime":1727853508348,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":87813,"timestamp":1592538616476,"id":2783,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\utils\\resolve-motion-value.mjs","layer":"app-pages-browser"},"startTime":1727853508349,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":88448,"timestamp":1592538617009,"id":2784,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\components\\motion\\proxy.mjs","layer":"app-pages-browser"},"startTime":1727853508349,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":89092,"timestamp":1592538617531,"id":2785,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\components\\m\\proxy.mjs","layer":"app-pages-browser"},"startTime":1727853508350,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":89217,"timestamp":1592538625973,"id":2810,"parentId":2809,"tags":{},"startTime":1727853508358,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":89560,"timestamp":1592538625681,"id":2809,"parentId":2766,"tags":{},"startTime":1727853508358,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":113484,"timestamp":1592538605326,"id":2766,"parentId":2578,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\is-dynamic.js","layer":"app-pages-browser"},"startTime":1727853508338,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":94044,"timestamp":1592538624961,"id":2804,"parentId":2803,"tags":{},"startTime":1727853508357,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":94457,"timestamp":1592538624590,"id":2803,"parentId":2763,"tags":{},"startTime":1727853508357,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":118834,"timestamp":1592538603786,"id":2763,"parentId":2569,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\route-matcher.js","layer":"app-pages-browser"},"startTime":1727853508336,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":96145,"timestamp":1592538626700,"id":2814,"parentId":2813,"tags":{},"startTime":1727853508359,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":96521,"timestamp":1592538626368,"id":2813,"parentId":2768,"tags":{},"startTime":1727853508359,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":116523,"timestamp":1592538608709,"id":2768,"parentId":2549,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\24\\outline\\esm\\Bars3Icon.js","layer":"app-pages-browser"},"startTime":1727853508341,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":99813,"timestamp":1592538625635,"id":2808,"parentId":2807,"tags":{},"startTime":1727853508358,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":100142,"timestamp":1592538625347,"id":2807,"parentId":2765,"tags":{},"startTime":1727853508358,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":128281,"timestamp":1592538604881,"id":2765,"parentId":2578,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\sorted-routes.js","layer":"app-pages-browser"},"startTime":1727853508337,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":107036,"timestamp":1592538626322,"id":2812,"parentId":2811,"tags":{},"startTime":1727853508359,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":107383,"timestamp":1592538626018,"id":2811,"parentId":2767,"tags":{},"startTime":1727853508358,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":131200,"timestamp":1592538605784,"id":2767,"parentId":2424,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\static-generation-async-storage-instance.js","layer":"shared"},"startTime":1727853508338,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":111902,"timestamp":1592538625300,"id":2806,"parentId":2805,"tags":{},"startTime":1727853508358,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":112230,"timestamp":1592538625013,"id":2805,"parentId":2764,"tags":{},"startTime":1727853508357,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":141238,"timestamp":1592538604403,"id":2764,"parentId":2569,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\route-regex.js","layer":"app-pages-browser"},"startTime":1727853508337,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":118782,"timestamp":1592538627082,"id":2816,"parentId":2815,"tags":{},"startTime":1727853508359,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":119160,"timestamp":1592538626747,"id":2815,"parentId":2769,"tags":{},"startTime":1727853508359,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":138755,"timestamp":1592538609223,"id":2769,"parentId":2549,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\24\\outline\\esm\\XMarkIcon.js","layer":"app-pages-browser"},"startTime":1727853508342,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":121600,"timestamp":1592538627433,"id":2818,"parentId":2817,"tags":{},"startTime":1727853508360,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":121955,"timestamp":1592538627124,"id":2817,"parentId":2770,"tags":{},"startTime":1727853508360,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":164246,"timestamp":1592538609691,"id":2770,"parentId":2550,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\components\\tabs\\tabs.js","layer":"app-pages-browser"},"startTime":1727853508342,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4358,"timestamp":1592538797289,"id":2851,"parentId":2841,"tags":{},"startTime":1727853508530,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4656,"timestamp":1592538797337,"id":2852,"parentId":2842,"tags":{},"startTime":1727853508530,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4900,"timestamp":1592538797368,"id":2853,"parentId":2843,"tags":{},"startTime":1727853508530,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5137,"timestamp":1592538797398,"id":2854,"parentId":2844,"tags":{},"startTime":1727853508530,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5389,"timestamp":1592538797427,"id":2855,"parentId":2845,"tags":{},"startTime":1727853508530,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5626,"timestamp":1592538797455,"id":2856,"parentId":2846,"tags":{},"startTime":1727853508530,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6084,"timestamp":1592538797483,"id":2857,"parentId":2847,"tags":{},"startTime":1727853508530,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6353,"timestamp":1592538797511,"id":2858,"parentId":2848,"tags":{},"startTime":1727853508530,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6955,"timestamp":1592538797541,"id":2859,"parentId":2849,"tags":{},"startTime":1727853508530,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":80959,"timestamp":1592538801744,"id":2860,"parentId":2841,"tags":{},"startTime":1727853508534,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":80716,"timestamp":1592538802068,"id":2861,"parentId":2842,"tags":{},"startTime":1727853508534,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":80471,"timestamp":1592538802336,"id":2862,"parentId":2843,"tags":{},"startTime":1727853508535,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":80221,"timestamp":1592538802601,"id":2863,"parentId":2844,"tags":{},"startTime":1727853508535,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":79950,"timestamp":1592538802885,"id":2864,"parentId":2845,"tags":{},"startTime":1727853508535,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":79702,"timestamp":1592538803146,"id":2865,"parentId":2846,"tags":{},"startTime":1727853508536,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":79216,"timestamp":1592538803646,"id":2866,"parentId":2847,"tags":{},"startTime":1727853508536,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":78310,"timestamp":1592538804569,"id":2869,"parentId":2849,"tags":{},"startTime":1727853508537,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":94887,"timestamp":1592538791488,"id":2841,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-scroll.mjs","layer":"app-pages-browser"},"startTime":1727853508524,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":95451,"timestamp":1592538792356,"id":2842,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-time.mjs","layer":"app-pages-browser"},"startTime":1727853508525,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":96153,"timestamp":1592538792939,"id":2843,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-motion-value-event.mjs","layer":"app-pages-browser"},"startTime":1727853508525,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":97564,"timestamp":1592538793481,"id":2844,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-animation-frame.mjs","layer":"app-pages-browser"},"startTime":1727853508526,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":98705,"timestamp":1592538794120,"id":2845,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-cycle.mjs","layer":"app-pages-browser"},"startTime":1727853508527,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":100211,"timestamp":1592538794682,"id":2846,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-in-view.mjs","layer":"app-pages-browser"},"startTime":1727853508527,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":101202,"timestamp":1592538795222,"id":2847,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\events\\use-dom-event.mjs","layer":"app-pages-browser"},"startTime":1727853508528,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":115700,"timestamp":1592538796337,"id":2849,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\VisualElement.mjs","layer":"app-pages-browser"},"startTime":1727853508529,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":281967,"timestamp":1592538632023,"id":2827,"parentId":2826,"tags":{},"startTime":1727853508364,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":282761,"timestamp":1592538631277,"id":2826,"parentId":2777,"tags":{},"startTime":1727853508364,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":303283,"timestamp":1592538613341,"id":2777,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\MotionConfig\\index.mjs","layer":"app-pages-browser"},"startTime":1727853508346,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":283785,"timestamp":1592538633065,"id":2829,"parentId":2828,"tags":{},"startTime":1727853508365,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":284703,"timestamp":1592538632190,"id":2828,"parentId":2778,"tags":{},"startTime":1727853508365,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":305616,"timestamp":1592538613892,"id":2778,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\LazyMotion\\index.mjs","layer":"app-pages-browser"},"startTime":1727853508346,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":285968,"timestamp":1592538633741,"id":2831,"parentId":2830,"tags":{},"startTime":1727853508366,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":286531,"timestamp":1592538633219,"id":2830,"parentId":2779,"tags":{},"startTime":1727853508366,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":308189,"timestamp":1592538614420,"id":2779,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\LayoutGroup\\index.mjs","layer":"app-pages-browser"},"startTime":1727853508347,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":291845,"timestamp":1592538631034,"id":2825,"parentId":2824,"tags":{},"startTime":1727853508363,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":292435,"timestamp":1592538630488,"id":2824,"parentId":2776,"tags":{},"startTime":1727853508363,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":315442,"timestamp":1592538612830,"id":2776,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\AnimatePresence\\index.mjs","layer":"app-pages-browser"},"startTime":1727853508345,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4480,"timestamp":1592538959254,"id":2871,"parentId":2870,"tags":{},"startTime":1727853508692,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":86671,"timestamp":1592538963857,"id":2872,"parentId":2870,"tags":{},"startTime":1727853508696,"traceId":"007913bbb71a9a03"}] +[{"name":"build-module-mjs","duration":95786,"timestamp":1592538958436,"id":2870,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-instant-transition.mjs","layer":"app-pages-browser"},"startTime":1727853508691,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":251120,"timestamp":1592538804440,"id":2868,"parentId":2867,"tags":{},"startTime":1727853508537,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":251672,"timestamp":1592538803934,"id":2867,"parentId":2848,"tags":{},"startTime":1727853508536,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":264618,"timestamp":1592538795817,"id":2848,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\index.mjs","layer":"app-pages-browser"},"startTime":1727853508528,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5625,"timestamp":1592539111599,"id":2924,"parentId":2873,"tags":{},"startTime":1727853508844,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6021,"timestamp":1592539111668,"id":2925,"parentId":2874,"tags":{},"startTime":1727853508844,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6422,"timestamp":1592539111705,"id":2926,"parentId":2875,"tags":{},"startTime":1727853508844,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6770,"timestamp":1592539111738,"id":2927,"parentId":2876,"tags":{},"startTime":1727853508844,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7133,"timestamp":1592539111793,"id":2928,"parentId":2877,"tags":{},"startTime":1727853508844,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7487,"timestamp":1592539111825,"id":2929,"parentId":2878,"tags":{},"startTime":1727853508844,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7835,"timestamp":1592539111863,"id":2930,"parentId":2879,"tags":{},"startTime":1727853508844,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8203,"timestamp":1592539111897,"id":2931,"parentId":2880,"tags":{},"startTime":1727853508844,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8570,"timestamp":1592539111933,"id":2932,"parentId":2881,"tags":{},"startTime":1727853508844,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8951,"timestamp":1592539111965,"id":2933,"parentId":2882,"tags":{},"startTime":1727853508844,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9305,"timestamp":1592539112021,"id":2934,"parentId":2883,"tags":{},"startTime":1727853508844,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9604,"timestamp":1592539112062,"id":2935,"parentId":2884,"tags":{},"startTime":1727853508844,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9871,"timestamp":1592539112093,"id":2936,"parentId":2885,"tags":{},"startTime":1727853508844,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10162,"timestamp":1592539112123,"id":2937,"parentId":2886,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10423,"timestamp":1592539112158,"id":2938,"parentId":2887,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10717,"timestamp":1592539112192,"id":2939,"parentId":2888,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10960,"timestamp":1592539112223,"id":2940,"parentId":2889,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11184,"timestamp":1592539112261,"id":2941,"parentId":2890,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11413,"timestamp":1592539112297,"id":2942,"parentId":2891,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11656,"timestamp":1592539112334,"id":2943,"parentId":2892,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11938,"timestamp":1592539112365,"id":2944,"parentId":2893,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":12215,"timestamp":1592539112395,"id":2945,"parentId":2894,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":12486,"timestamp":1592539112429,"id":2946,"parentId":2895,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":12717,"timestamp":1592539112463,"id":2947,"parentId":2896,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":12951,"timestamp":1592539112498,"id":2948,"parentId":2897,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":13178,"timestamp":1592539112531,"id":2949,"parentId":2898,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":13435,"timestamp":1592539112561,"id":2950,"parentId":2899,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":13664,"timestamp":1592539112595,"id":2951,"parentId":2900,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":13952,"timestamp":1592539112626,"id":2952,"parentId":2901,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14693,"timestamp":1592539112655,"id":2953,"parentId":2902,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":15261,"timestamp":1592539112683,"id":2954,"parentId":2903,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":15802,"timestamp":1592539112712,"id":2955,"parentId":2904,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":16372,"timestamp":1592539112740,"id":2956,"parentId":2905,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":16612,"timestamp":1592539112785,"id":2957,"parentId":2906,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":16847,"timestamp":1592539112820,"id":2958,"parentId":2907,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":17369,"timestamp":1592539112849,"id":2959,"parentId":2908,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":17646,"timestamp":1592539112879,"id":2960,"parentId":2909,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":17906,"timestamp":1592539112908,"id":2961,"parentId":2910,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":18134,"timestamp":1592539112942,"id":2962,"parentId":2911,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":18354,"timestamp":1592539112974,"id":2963,"parentId":2912,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":18936,"timestamp":1592539113003,"id":2964,"parentId":2913,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19183,"timestamp":1592539113032,"id":2965,"parentId":2914,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19428,"timestamp":1592539113060,"id":2966,"parentId":2915,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19660,"timestamp":1592539113088,"id":2967,"parentId":2916,"tags":{},"startTime":1727853508845,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19911,"timestamp":1592539113116,"id":2968,"parentId":2917,"tags":{},"startTime":1727853508846,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20136,"timestamp":1592539113145,"id":2969,"parentId":2918,"tags":{},"startTime":1727853508846,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20376,"timestamp":1592539113174,"id":2970,"parentId":2919,"tags":{},"startTime":1727853508846,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20634,"timestamp":1592539113202,"id":2971,"parentId":2920,"tags":{},"startTime":1727853508846,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20872,"timestamp":1592539113231,"id":2972,"parentId":2921,"tags":{},"startTime":1727853508846,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":42512,"timestamp":1592539117347,"id":2976,"parentId":2873,"tags":{},"startTime":1727853508850,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":42095,"timestamp":1592539117819,"id":2977,"parentId":2874,"tags":{},"startTime":1727853508850,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":41713,"timestamp":1592539118218,"id":2978,"parentId":2875,"tags":{},"startTime":1727853508851,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":41348,"timestamp":1592539118598,"id":2979,"parentId":2876,"tags":{},"startTime":1727853508851,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":40945,"timestamp":1592539119015,"id":2980,"parentId":2877,"tags":{},"startTime":1727853508851,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":40577,"timestamp":1592539119397,"id":2981,"parentId":2878,"tags":{},"startTime":1727853508852,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":40182,"timestamp":1592539119805,"id":2982,"parentId":2879,"tags":{},"startTime":1727853508852,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39812,"timestamp":1592539120189,"id":2983,"parentId":2880,"tags":{},"startTime":1727853508853,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39425,"timestamp":1592539120590,"id":2984,"parentId":2881,"tags":{},"startTime":1727853508853,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39023,"timestamp":1592539121004,"id":2985,"parentId":2882,"tags":{},"startTime":1727853508853,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":38623,"timestamp":1592539121418,"id":2986,"parentId":2883,"tags":{},"startTime":1727853508854,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":38311,"timestamp":1592539121743,"id":2987,"parentId":2884,"tags":{},"startTime":1727853508854,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":38022,"timestamp":1592539122045,"id":2988,"parentId":2885,"tags":{},"startTime":1727853508854,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":37703,"timestamp":1592539122377,"id":2989,"parentId":2886,"tags":{},"startTime":1727853508855,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":37414,"timestamp":1592539122679,"id":2990,"parentId":2887,"tags":{},"startTime":1727853508855,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":37128,"timestamp":1592539122977,"id":2991,"parentId":2888,"tags":{},"startTime":1727853508855,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":36870,"timestamp":1592539123248,"id":2992,"parentId":2889,"tags":{},"startTime":1727853508856,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":36620,"timestamp":1592539123512,"id":2993,"parentId":2890,"tags":{},"startTime":1727853508856,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":36350,"timestamp":1592539123794,"id":2994,"parentId":2891,"tags":{},"startTime":1727853508856,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":36098,"timestamp":1592539124060,"id":2995,"parentId":2892,"tags":{},"startTime":1727853508856,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":35799,"timestamp":1592539124372,"id":2996,"parentId":2893,"tags":{},"startTime":1727853508857,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":35524,"timestamp":1592539124676,"id":2997,"parentId":2894,"tags":{},"startTime":1727853508857,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":35233,"timestamp":1592539124984,"id":2998,"parentId":2895,"tags":{},"startTime":1727853508857,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34985,"timestamp":1592539125245,"id":2999,"parentId":2896,"tags":{},"startTime":1727853508858,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34731,"timestamp":1592539125514,"id":3000,"parentId":2897,"tags":{},"startTime":1727853508858,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34468,"timestamp":1592539125790,"id":3001,"parentId":2898,"tags":{},"startTime":1727853508858,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34207,"timestamp":1592539126063,"id":3002,"parentId":2899,"tags":{},"startTime":1727853508858,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":33960,"timestamp":1592539126324,"id":3003,"parentId":2900,"tags":{},"startTime":1727853508859,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31115,"timestamp":1592539129186,"id":3012,"parentId":2905,"tags":{},"startTime":1727853508862,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":30850,"timestamp":1592539129465,"id":3013,"parentId":2906,"tags":{},"startTime":1727853508862,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":30595,"timestamp":1592539129734,"id":3014,"parentId":2907,"tags":{},"startTime":1727853508862,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":30044,"timestamp":1592539130299,"id":3015,"parentId":2908,"tags":{},"startTime":1727853508863,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":29764,"timestamp":1592539130592,"id":3016,"parentId":2909,"tags":{},"startTime":1727853508863,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":29487,"timestamp":1592539130883,"id":3017,"parentId":2910,"tags":{},"startTime":1727853508863,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":29241,"timestamp":1592539131141,"id":3018,"parentId":2911,"tags":{},"startTime":1727853508864,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":28384,"timestamp":1592539132012,"id":3021,"parentId":2913,"tags":{},"startTime":1727853508864,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":28128,"timestamp":1592539132281,"id":3022,"parentId":2914,"tags":{},"startTime":1727853508865,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":27867,"timestamp":1592539132555,"id":3023,"parentId":2915,"tags":{},"startTime":1727853508865,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":27602,"timestamp":1592539132833,"id":3024,"parentId":2916,"tags":{},"startTime":1727853508865,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":27355,"timestamp":1592539133092,"id":3025,"parentId":2917,"tags":{},"startTime":1727853508865,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":27113,"timestamp":1592539133347,"id":3026,"parentId":2918,"tags":{},"startTime":1727853508866,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":26855,"timestamp":1592539133619,"id":3027,"parentId":2919,"tags":{},"startTime":1727853508866,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":26583,"timestamp":1592539133904,"id":3028,"parentId":2920,"tags":{},"startTime":1727853508866,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":26330,"timestamp":1592539134169,"id":3029,"parentId":2921,"tags":{},"startTime":1727853508867,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":83871,"timestamp":1592539078726,"id":2873,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\use-instant-layout-transition.mjs","layer":"app-pages-browser"},"startTime":1727853508811,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":84772,"timestamp":1592539079385,"id":2874,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\use-reset-projection.mjs","layer":"app-pages-browser"},"startTime":1727853508812,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":85254,"timestamp":1592539079953,"id":2875,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\store.mjs","layer":"app-pages-browser"},"startTime":1727853508812,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":85764,"timestamp":1592539080505,"id":2876,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\GlobalConfig.mjs","layer":"app-pages-browser"},"startTime":1727853508813,"traceId":"007913bbb71a9a03"}] +[{"name":"build-module-mjs","duration":87746,"timestamp":1592539081049,"id":2877,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\scroll\\use-element-scroll.mjs","layer":"app-pages-browser"},"startTime":1727853508813,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":88749,"timestamp":1592539081586,"id":2878,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\scroll\\use-viewport-scroll.mjs","layer":"app-pages-browser"},"startTime":1727853508814,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":89507,"timestamp":1592539082131,"id":2879,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-will-change\\index.mjs","layer":"app-pages-browser"},"startTime":1727853508815,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":90912,"timestamp":1592539082670,"id":2880,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\reduced-motion\\use-reduced-motion.mjs","layer":"app-pages-browser"},"startTime":1727853508815,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":91882,"timestamp":1592539083218,"id":2881,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\reduced-motion\\use-reduced-motion-config.mjs","layer":"app-pages-browser"},"startTime":1727853508816,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":94504,"timestamp":1592539083737,"id":2882,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\hooks\\animation-controls.mjs","layer":"app-pages-browser"},"startTime":1727853508816,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":95555,"timestamp":1592539084275,"id":2883,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\hooks\\use-animate.mjs","layer":"app-pages-browser"},"startTime":1727853508817,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":96434,"timestamp":1592539084818,"id":2884,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\hooks\\use-animation.mjs","layer":"app-pages-browser"},"startTime":1727853508817,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":98011,"timestamp":1592539085333,"id":2885,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\interfaces\\visual-element.mjs","layer":"app-pages-browser"},"startTime":1727853508818,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":99013,"timestamp":1592539085869,"id":2886,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\valid-prop.mjs","layer":"app-pages-browser"},"startTime":1727853508818,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":100564,"timestamp":1592539086379,"id":2887,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\AnimatePresence\\use-presence.mjs","layer":"app-pages-browser"},"startTime":1727853508819,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":101953,"timestamp":1592539086925,"id":2888,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\drag\\use-drag-controls.mjs","layer":"app-pages-browser"},"startTime":1727853508819,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":102722,"timestamp":1592539087462,"id":2889,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\is-motion-component.mjs","layer":"app-pages-browser"},"startTime":1727853508820,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":103489,"timestamp":1592539087995,"id":2890,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\unwrap-motion-component.mjs","layer":"app-pages-browser"},"startTime":1727853508820,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":104118,"timestamp":1592539088526,"id":2891,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\styles\\scale-correction.mjs","layer":"app-pages-browser"},"startTime":1727853508821,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":115476,"timestamp":1592539089084,"id":2892,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\MainThreadAnimation.mjs","layer":"app-pages-browser"},"startTime":1727853508821,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":123461,"timestamp":1592539089620,"id":2893,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\AcceleratedAnimation.mjs","layer":"app-pages-browser"},"startTime":1727853508822,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":128584,"timestamp":1592539090156,"id":2894,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\optimized-appear\\start.mjs","layer":"app-pages-browser"},"startTime":1727853508823,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":129888,"timestamp":1592539090675,"id":2895,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\optimized-appear\\data-id.mjs","layer":"app-pages-browser"},"startTime":1727853508823,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":132151,"timestamp":1592539091211,"id":2896,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\utils\\build-transform.mjs","layer":"app-pages-browser"},"startTime":1727853508824,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":133579,"timestamp":1592539091773,"id":2897,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\color\\index.mjs","layer":"app-pages-browser"},"startTime":1727853508824,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":138153,"timestamp":1592539092284,"id":2898,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\complex\\index.mjs","layer":"app-pages-browser"},"startTime":1727853508825,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":139640,"timestamp":1592539092818,"id":2899,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\numbers\\units.mjs","layer":"app-pages-browser"},"startTime":1727853508825,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":143604,"timestamp":1592539093324,"id":2900,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\generators\\spring\\index.mjs","layer":"app-pages-browser"},"startTime":1727853508826,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":136874,"timestamp":1592539101392,"id":2905,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\DeprecatedLayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1727853508834,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":138598,"timestamp":1592539101980,"id":2906,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-inverted-scale.mjs","layer":"app-pages-browser"},"startTime":1727853508834,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":139864,"timestamp":1592539102513,"id":2907,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\AnimateSharedLayout.mjs","layer":"app-pages-browser"},"startTime":1727853508835,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":146559,"timestamp":1592539103059,"id":2908,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\index.mjs","layer":"app-pages-browser"},"startTime":1727853508835,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":149865,"timestamp":1592539103580,"id":2909,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animate.mjs","layer":"app-pages-browser"},"startTime":1727853508836,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":151550,"timestamp":1592539104142,"id":2910,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\transform.mjs","layer":"app-pages-browser"},"startTime":1727853508837,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":152197,"timestamp":1592539104650,"id":2911,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\clamp.mjs","layer":"app-pages-browser"},"startTime":1727853508837,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":152970,"timestamp":1592539105699,"id":2913,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\flat-tree.mjs","layer":"app-pages-browser"},"startTime":1727853508838,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":155232,"timestamp":1592539106251,"id":2914,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\hooks\\use-animated-state.mjs","layer":"app-pages-browser"},"startTime":1727853508839,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":155784,"timestamp":1592539106814,"id":2915,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\Reorder\\namespace.mjs","layer":"app-pages-browser"},"startTime":1727853508839,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":157360,"timestamp":1592539107331,"id":2916,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\stagger.mjs","layer":"app-pages-browser"},"startTime":1727853508840,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":158265,"timestamp":1592539107890,"id":2917,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\mix\\index.mjs","layer":"app-pages-browser"},"startTime":1727853508840,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":162193,"timestamp":1592539108415,"id":2918,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\generators\\spring\\find.mjs","layer":"app-pages-browser"},"startTime":1727853508841,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":164962,"timestamp":1592539108955,"id":2919,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\index.mjs","layer":"app-pages-browser"},"startTime":1727853508841,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":167985,"timestamp":1592539109464,"id":2920,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\track.mjs","layer":"app-pages-browser"},"startTime":1727853508842,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":169617,"timestamp":1592539109989,"id":2921,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\viewport\\index.mjs","layer":"app-pages-browser"},"startTime":1727853508842,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":669110,"timestamp":1592538620476,"id":2787,"parentId":2786,"tags":{},"startTime":1727853508353,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":673178,"timestamp":1592538618065,"id":2786,"parentId":2373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\react\\jsx-runtime.js","layer":"app-pages-browser"},"startTime":1727853508350,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":176172,"timestamp":1592539116827,"id":2975,"parentId":2974,"tags":{},"startTime":1727853508849,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":176747,"timestamp":1592539116301,"id":2974,"parentId":2923,"tags":{},"startTime":1727853508849,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":187236,"timestamp":1592539111054,"id":2923,"parentId":2552,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\app-link-gc.js","layer":"app-pages-browser"},"startTime":1727853508843,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":170682,"timestamp":1592539127899,"id":3007,"parentId":3006,"tags":{},"startTime":1727853508860,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":171202,"timestamp":1592539127423,"id":3006,"parentId":2902,"tags":{},"startTime":1727853508860,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":205570,"timestamp":1592539094391,"id":2902,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\PresenceContext.mjs","layer":"app-pages-browser"},"startTime":1727853508827,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":171666,"timestamp":1592539128469,"id":3009,"parentId":3008,"tags":{},"startTime":1727853508861,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":172155,"timestamp":1592539128019,"id":3008,"parentId":2903,"tags":{},"startTime":1727853508860,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":206471,"timestamp":1592539094918,"id":2903,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\LayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1727853508827,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":172910,"timestamp":1592539129068,"id":3011,"parentId":3010,"tags":{},"startTime":1727853508861,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":173420,"timestamp":1592539128603,"id":3010,"parentId":2904,"tags":{},"startTime":1727853508861,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":202554,"timestamp":1592539100649,"id":2904,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\SwitchLayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1727853508833,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":176400,"timestamp":1592539127300,"id":3005,"parentId":3004,"tags":{},"startTime":1727853508860,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":177095,"timestamp":1592539126650,"id":3004,"parentId":2901,"tags":{},"startTime":1727853508859,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":211273,"timestamp":1592539093882,"id":2901,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\MotionConfigContext.mjs","layer":"app-pages-browser"},"startTime":1727853508826,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":176601,"timestamp":1592539131893,"id":3020,"parentId":3019,"tags":{},"startTime":1727853508864,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":177132,"timestamp":1592539131408,"id":3019,"parentId":2912,"tags":{},"startTime":1727853508864,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":204567,"timestamp":1592539105181,"id":2912,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\MotionContext\\index.mjs","layer":"app-pages-browser"},"startTime":1727853508838,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":671740,"timestamp":1592538790583,"id":2839,"parentId":2838,"tags":{},"startTime":1727853508523,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":673376,"timestamp":1592538790337,"id":2838,"parentId":2383,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\react\\jsx-dev-runtime.js","layer":"app-pages-browser"},"startTime":1727853508523,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":666740,"timestamp":1592538797148,"id":2850,"parentId":2840,"tags":{},"startTime":1727853508530,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":270,"timestamp":1592539463978,"id":3030,"parentId":2840,"tags":{},"startTime":1727853509196,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":678524,"timestamp":1592538790838,"id":2840,"parentId":2371,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\internal\\helpers.js","layer":"app-pages-browser"},"startTime":1727853508523,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5413,"timestamp":1592539507912,"id":3058,"parentId":3034,"tags":{},"startTime":1727853509240,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5688,"timestamp":1592539507972,"id":3059,"parentId":3035,"tags":{},"startTime":1727853509240,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5944,"timestamp":1592539508009,"id":3060,"parentId":3036,"tags":{},"startTime":1727853509240,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6182,"timestamp":1592539508040,"id":3061,"parentId":3037,"tags":{},"startTime":1727853509240,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6420,"timestamp":1592539508070,"id":3062,"parentId":3038,"tags":{},"startTime":1727853509240,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6648,"timestamp":1592539508100,"id":3063,"parentId":3039,"tags":{},"startTime":1727853509240,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6892,"timestamp":1592539508131,"id":3064,"parentId":3040,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7125,"timestamp":1592539508160,"id":3065,"parentId":3041,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7347,"timestamp":1592539508190,"id":3066,"parentId":3042,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7621,"timestamp":1592539508219,"id":3067,"parentId":3043,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7849,"timestamp":1592539508248,"id":3068,"parentId":3044,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8072,"timestamp":1592539508277,"id":3069,"parentId":3045,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8300,"timestamp":1592539508305,"id":3070,"parentId":3046,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8537,"timestamp":1592539508334,"id":3071,"parentId":3047,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8783,"timestamp":1592539508363,"id":3072,"parentId":3048,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9009,"timestamp":1592539508391,"id":3073,"parentId":3049,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9239,"timestamp":1592539508418,"id":3074,"parentId":3050,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9486,"timestamp":1592539508445,"id":3075,"parentId":3051,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9718,"timestamp":1592539508473,"id":3076,"parentId":3052,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9945,"timestamp":1592539508502,"id":3077,"parentId":3053,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10173,"timestamp":1592539508531,"id":3078,"parentId":3054,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10435,"timestamp":1592539508561,"id":3079,"parentId":3055,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10669,"timestamp":1592539508589,"id":3080,"parentId":3056,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10895,"timestamp":1592539508616,"id":3081,"parentId":3057,"tags":{},"startTime":1727853509241,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":60538,"timestamp":1592539513434,"id":3084,"parentId":3034,"tags":{},"startTime":1727853509246,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":60305,"timestamp":1592539513734,"id":3085,"parentId":3035,"tags":{},"startTime":1727853509246,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":60034,"timestamp":1592539514023,"id":3086,"parentId":3036,"tags":{},"startTime":1727853509246,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":59779,"timestamp":1592539514292,"id":3087,"parentId":3037,"tags":{},"startTime":1727853509247,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":59529,"timestamp":1592539514556,"id":3088,"parentId":3038,"tags":{},"startTime":1727853509247,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":59268,"timestamp":1592539514831,"id":3089,"parentId":3039,"tags":{},"startTime":1727853509247,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":59026,"timestamp":1592539515088,"id":3090,"parentId":3040,"tags":{},"startTime":1727853509247,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":58777,"timestamp":1592539515350,"id":3091,"parentId":3041,"tags":{},"startTime":1727853509248,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":58538,"timestamp":1592539515603,"id":3092,"parentId":3042,"tags":{},"startTime":1727853509248,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":58248,"timestamp":1592539515906,"id":3093,"parentId":3043,"tags":{},"startTime":1727853509248,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":58005,"timestamp":1592539516163,"id":3094,"parentId":3044,"tags":{},"startTime":1727853509249,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":57766,"timestamp":1592539516415,"id":3095,"parentId":3045,"tags":{},"startTime":1727853509249,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":58564,"timestamp":1592539516668,"id":3096,"parentId":3046,"tags":{},"startTime":1727853509249,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":58334,"timestamp":1592539516937,"id":3097,"parentId":3047,"tags":{},"startTime":1727853509249,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":58076,"timestamp":1592539517210,"id":3098,"parentId":3048,"tags":{},"startTime":1727853509250,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":57834,"timestamp":1592539517467,"id":3099,"parentId":3049,"tags":{},"startTime":1727853509250,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":57590,"timestamp":1592539517723,"id":3100,"parentId":3050,"tags":{},"startTime":1727853509250,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":57326,"timestamp":1592539518001,"id":3101,"parentId":3051,"tags":{},"startTime":1727853509250,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":57085,"timestamp":1592539518257,"id":3102,"parentId":3052,"tags":{},"startTime":1727853509251,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":56843,"timestamp":1592539518512,"id":3103,"parentId":3053,"tags":{},"startTime":1727853509251,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":56599,"timestamp":1592539518769,"id":3104,"parentId":3054,"tags":{},"startTime":1727853509251,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":56317,"timestamp":1592539519064,"id":3105,"parentId":3055,"tags":{},"startTime":1727853509251,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":56073,"timestamp":1592539519322,"id":3106,"parentId":3056,"tags":{},"startTime":1727853509252,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":55832,"timestamp":1592539519576,"id":3107,"parentId":3057,"tags":{},"startTime":1727853509252,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":82124,"timestamp":1592539494822,"id":3034,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\pipe.mjs","layer":"app-pages-browser"},"startTime":1727853509227,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":82811,"timestamp":1592539495381,"id":3035,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\progress.mjs","layer":"app-pages-browser"},"startTime":1727853509228,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":83384,"timestamp":1592539495928,"id":3036,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\wrap.mjs","layer":"app-pages-browser"},"startTime":1727853509228,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":84530,"timestamp":1592539496452,"id":3037,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\frameloop\\index-legacy.mjs","layer":"app-pages-browser"},"startTime":1727853509229,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":85296,"timestamp":1592539497020,"id":3038,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\anticipate.mjs","layer":"app-pages-browser"},"startTime":1727853509229,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":86140,"timestamp":1592539497538,"id":3039,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\back.mjs","layer":"app-pages-browser"},"startTime":1727853509230,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":86953,"timestamp":1592539498076,"id":3040,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\circ.mjs","layer":"app-pages-browser"},"startTime":1727853509230,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":87678,"timestamp":1592539498614,"id":3041,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\ease.mjs","layer":"app-pages-browser"},"startTime":1727853509231,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":89618,"timestamp":1592539499172,"id":3042,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\cubic-bezier.mjs","layer":"app-pages-browser"},"startTime":1727853509232,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":90696,"timestamp":1592539499681,"id":3043,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\steps.mjs","layer":"app-pages-browser"},"startTime":1727853509232,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":91880,"timestamp":1592539500201,"id":3044,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\delay.mjs","layer":"app-pages-browser"},"startTime":1727853509233,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":92681,"timestamp":1592539500715,"id":3045,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\distance.mjs","layer":"app-pages-browser"},"startTime":1727853509233,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":93972,"timestamp":1592539501257,"id":3046,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\errors.mjs","layer":"app-pages-browser"},"startTime":1727853509234,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":96697,"timestamp":1592539501761,"id":3047,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\interpolate.mjs","layer":"app-pages-browser"},"startTime":1727853509234,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":97594,"timestamp":1592539502285,"id":3048,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\frameloop\\frame.mjs","layer":"app-pages-browser"},"startTime":1727853509235,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":98391,"timestamp":1592539502814,"id":3049,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\events\\add-pointer-event.mjs","layer":"app-pages-browser"},"startTime":1727853509235,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":99259,"timestamp":1592539503543,"id":3050,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\events\\event-info.mjs","layer":"app-pages-browser"},"startTime":1727853509236,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":99715,"timestamp":1592539504111,"id":3051,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\is-browser.mjs","layer":"app-pages-browser"},"startTime":1727853509237,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":100421,"timestamp":1592539504627,"id":3052,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-unmount-effect.mjs","layer":"app-pages-browser"},"startTime":1727853509237,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":101062,"timestamp":1592539505157,"id":3053,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-isomorphic-effect.mjs","layer":"app-pages-browser"},"startTime":1727853509238,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":102224,"timestamp":1592539505676,"id":3054,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-force-update.mjs","layer":"app-pages-browser"},"startTime":1727853509238,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":102866,"timestamp":1592539506219,"id":3055,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\modifiers\\mirror.mjs","layer":"app-pages-browser"},"startTime":1727853509239,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":103403,"timestamp":1592539506731,"id":3056,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\modifiers\\reverse.mjs","layer":"app-pages-browser"},"startTime":1727853509239,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":104031,"timestamp":1592539507256,"id":3057,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\animations.mjs","layer":"app-pages-browser"},"startTime":1727853509240,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":101200,"timestamp":1592539512974,"id":3083,"parentId":3082,"tags":{},"startTime":1727853509245,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":101673,"timestamp":1592539512549,"id":3082,"parentId":3031,"tags":{},"startTime":1727853509245,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":124658,"timestamp":1592539493835,"id":3031,"parentId":2552,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1727853509226,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19298,"timestamp":1592539661640,"id":3158,"parentId":3108,"tags":{},"startTime":1727853509394,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19607,"timestamp":1592539661712,"id":3159,"parentId":3109,"tags":{},"startTime":1727853509394,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19847,"timestamp":1592539661758,"id":3160,"parentId":3110,"tags":{},"startTime":1727853509394,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20057,"timestamp":1592539661852,"id":3161,"parentId":3111,"tags":{},"startTime":1727853509394,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20246,"timestamp":1592539661928,"id":3162,"parentId":3112,"tags":{},"startTime":1727853509394,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20528,"timestamp":1592539662012,"id":3163,"parentId":3113,"tags":{},"startTime":1727853509394,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20825,"timestamp":1592539662093,"id":3164,"parentId":3115,"tags":{},"startTime":1727853509394,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":21241,"timestamp":1592539662282,"id":3166,"parentId":3133,"tags":{},"startTime":1727853509395,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":21399,"timestamp":1592539662469,"id":3168,"parentId":3153,"tags":{},"startTime":1727853509395,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":21860,"timestamp":1592539662511,"id":3169,"parentId":3154,"tags":{},"startTime":1727853509395,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":22194,"timestamp":1592539662540,"id":3170,"parentId":3155,"tags":{},"startTime":1727853509395,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":22675,"timestamp":1592539662569,"id":3171,"parentId":3156,"tags":{},"startTime":1727853509395,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":23111,"timestamp":1592539662597,"id":3172,"parentId":3157,"tags":{},"startTime":1727853509395,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":50146,"timestamp":1592539681077,"id":3235,"parentId":3108,"tags":{},"startTime":1727853509413,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":49904,"timestamp":1592539681395,"id":3236,"parentId":3109,"tags":{},"startTime":1727853509414,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":49622,"timestamp":1592539681695,"id":3237,"parentId":3110,"tags":{},"startTime":1727853509414,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":49353,"timestamp":1592539681978,"id":3238,"parentId":3111,"tags":{},"startTime":1727853509414,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":49076,"timestamp":1592539682270,"id":3239,"parentId":3112,"tags":{},"startTime":1727853509415,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":48727,"timestamp":1592539682633,"id":3240,"parentId":3113,"tags":{},"startTime":1727853509415,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":48329,"timestamp":1592539683045,"id":3241,"parentId":3115,"tags":{},"startTime":1727853509415,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":47756,"timestamp":1592539683631,"id":3242,"parentId":3133,"tags":{},"startTime":1727853509416,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":47380,"timestamp":1592539684022,"id":3243,"parentId":3153,"tags":{},"startTime":1727853509416,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":46935,"timestamp":1592539684480,"id":3244,"parentId":3154,"tags":{},"startTime":1727853509417,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":46480,"timestamp":1592539684949,"id":3245,"parentId":3155,"tags":{},"startTime":1727853509417,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":46076,"timestamp":1592539685366,"id":3246,"parentId":3156,"tags":{},"startTime":1727853509418,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":45667,"timestamp":1592539685790,"id":3247,"parentId":3157,"tags":{},"startTime":1727853509418,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":96919,"timestamp":1592539636420,"id":3108,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\geometry\\models.mjs","layer":"app-pages-browser"},"startTime":1727853509369,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":100103,"timestamp":1592539637121,"id":3109,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\geometry\\delta-calc.mjs","layer":"app-pages-browser"},"startTime":1727853509370,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":104902,"timestamp":1592539637683,"id":3110,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\use-visual-state.mjs","layer":"app-pages-browser"},"startTime":1727853509370,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":105514,"timestamp":1592539638215,"id":3111,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\utils\\is-motion-value.mjs","layer":"app-pages-browser"},"startTime":1727853509371,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":107480,"timestamp":1592539638772,"id":3112,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\filter-props.mjs","layer":"app-pages-browser"},"startTime":1727853509371,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":108879,"timestamp":1592539639298,"id":3113,"parentId":2551,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\drag\\utils\\lock.mjs","layer":"app-pages-browser"},"startTime":1727853509372,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":154199,"timestamp":1592539640327,"id":3115,"parentId":2659,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\picomatch\\index.js","layer":"app-pages-browser"},"startTime":1727853509373,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":155984,"timestamp":1592539650612,"id":3133,"parentId":2688,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\stacktrace-parser\\stack-trace-parser.cjs.js","layer":"app-pages-browser"},"startTime":1727853509383,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":149333,"timestamp":1592539658892,"id":3153,"parentId":2771,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-constant.mjs","layer":"app-pages-browser"},"startTime":1727853509391,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":150691,"timestamp":1592539659401,"id":3154,"parentId":2772,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-combine-values.mjs","layer":"app-pages-browser"},"startTime":1727853509392,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":151695,"timestamp":1592539659947,"id":3155,"parentId":2773,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-computed.mjs","layer":"app-pages-browser"},"startTime":1727853509392,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":152753,"timestamp":1592539660451,"id":3156,"parentId":2783,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\resolve-value.mjs","layer":"app-pages-browser"},"startTime":1727853509393,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":153694,"timestamp":1592539660986,"id":3157,"parentId":2780,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\create-visual-element.mjs","layer":"app-pages-browser"},"startTime":1727853509393,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":702613,"timestamp":1592539113258,"id":2973,"parentId":2922,"tags":{},"startTime":1727853508846,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":262,"timestamp":1592539815968,"id":3248,"parentId":2922,"tags":{},"startTime":1727853509548,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":707378,"timestamp":1592539110521,"id":2922,"parentId":2553,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\deployment-id.js","layer":"app-pages-browser"},"startTime":1727853508843,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":153568,"timestamp":1592539666134,"id":3180,"parentId":3179,"tags":{},"startTime":1727853509399,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":153881,"timestamp":1592539665870,"id":3179,"parentId":3121,"tags":{},"startTime":1727853509398,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":178368,"timestamp":1592539645478,"id":3121,"parentId":2689,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\is-hydration-error.js","layer":"app-pages-browser"},"startTime":1727853509378,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":158551,"timestamp":1592539665484,"id":3176,"parentId":3175,"tags":{},"startTime":1727853509398,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":158882,"timestamp":1592539665194,"id":3175,"parentId":3119,"tags":{},"startTime":1727853509398,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":183327,"timestamp":1592539644544,"id":3119,"parentId":2701,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\image-external.js","layer":"app-pages-browser"},"startTime":1727853509377,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":162257,"timestamp":1592539665824,"id":3178,"parentId":3177,"tags":{},"startTime":1727853509398,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":162592,"timestamp":1592539665531,"id":3177,"parentId":3120,"tags":{},"startTime":1727853509398,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":187164,"timestamp":1592539645017,"id":3120,"parentId":2683,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\apply-flight-data.js","layer":"app-pages-browser"},"startTime":1727853509377,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":167255,"timestamp":1592539665139,"id":3174,"parentId":3173,"tags":{},"startTime":1727853509398,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":167677,"timestamp":1592539664762,"id":3173,"parentId":3114,"tags":{},"startTime":1727853509397,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":196944,"timestamp":1592539639841,"id":3114,"parentId":2661,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\router-reducer.js","layer":"app-pages-browser"},"startTime":1727853509372,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":170532,"timestamp":1592539666436,"id":3182,"parentId":3181,"tags":{},"startTime":1727853509399,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":170831,"timestamp":1592539666180,"id":3181,"parentId":3122,"tags":{},"startTime":1727853509399,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":194230,"timestamp":1592539645922,"id":3122,"parentId":2706,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\normalized-asset-prefix.js","layer":"app-pages-browser"},"startTime":1727853509378,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":173583,"timestamp":1592539666756,"id":3184,"parentId":3183,"tags":{},"startTime":1727853509399,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":173903,"timestamp":1592539666481,"id":3183,"parentId":3123,"tags":{},"startTime":1727853509399,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":197742,"timestamp":1592539646349,"id":3123,"parentId":2684,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\router\\utils\\app-paths.js","layer":"app-pages-browser"},"startTime":1727853509379,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":177198,"timestamp":1592539667081,"id":3186,"parentId":3185,"tags":{},"startTime":1727853509399,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":177520,"timestamp":1592539666801,"id":3185,"parentId":3124,"tags":{},"startTime":1727853509399,"traceId":"007913bbb71a9a03"}] +[{"name":"build-module-js","duration":202814,"timestamp":1592539646786,"id":3124,"parentId":2682,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1727853509379,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":182494,"timestamp":1592539667385,"id":3188,"parentId":3187,"tags":{},"startTime":1727853509400,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":182799,"timestamp":1592539667127,"id":3187,"parentId":3125,"tags":{},"startTime":1727853509400,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":206744,"timestamp":1592539647230,"id":3125,"parentId":2686,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\ShadowPortal.js","layer":"app-pages-browser"},"startTime":1727853509380,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":186470,"timestamp":1592539667707,"id":3190,"parentId":3189,"tags":{},"startTime":1727853509400,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":186792,"timestamp":1592539667429,"id":3189,"parentId":3126,"tags":{},"startTime":1727853509400,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":212168,"timestamp":1592539647666,"id":3126,"parentId":2686,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\container\\BuildError.js","layer":"app-pages-browser"},"startTime":1727853509380,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":191711,"timestamp":1592539668307,"id":3194,"parentId":3193,"tags":{},"startTime":1727853509401,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":192009,"timestamp":1592539668051,"id":3193,"parentId":3128,"tags":{},"startTime":1727853509400,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":215465,"timestamp":1592539648487,"id":3128,"parentId":2686,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\styles\\Base.js","layer":"app-pages-browser"},"startTime":1727853509381,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":195533,"timestamp":1592539668606,"id":3196,"parentId":3195,"tags":{},"startTime":1727853509401,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":195831,"timestamp":1592539668351,"id":3195,"parentId":3129,"tags":{},"startTime":1727853509401,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":219810,"timestamp":1592539648929,"id":3129,"parentId":2686,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\styles\\ComponentStyles.js","layer":"app-pages-browser"},"startTime":1727853509381,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":199586,"timestamp":1592539669546,"id":3202,"parentId":3201,"tags":{},"startTime":1727853509402,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":199880,"timestamp":1592539669294,"id":3201,"parentId":3132,"tags":{},"startTime":1727853509402,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":222102,"timestamp":1592539650176,"id":3132,"parentId":2691,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\dev\\noop-turbopack-hmr.js","layer":"app-pages-browser"},"startTime":1727853509383,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":203518,"timestamp":1592539668945,"id":3198,"parentId":3197,"tags":{},"startTime":1727853509401,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":203838,"timestamp":1592539668666,"id":3197,"parentId":3130,"tags":{},"startTime":1727853509401,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":227380,"timestamp":1592539649339,"id":3130,"parentId":2686,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\styles\\CssReset.js","layer":"app-pages-browser"},"startTime":1727853509382,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":207670,"timestamp":1592539669250,"id":3200,"parentId":3199,"tags":{},"startTime":1727853509402,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":207975,"timestamp":1592539668989,"id":3199,"parentId":3131,"tags":{},"startTime":1727853509401,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":231618,"timestamp":1592539649764,"id":3131,"parentId":2686,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\container\\root-layout-missing-tags-error.js","layer":"app-pages-browser"},"startTime":1727853509382,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":210993,"timestamp":1592539670572,"id":3208,"parentId":3207,"tags":{},"startTime":1727853509403,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":211322,"timestamp":1592539670284,"id":3207,"parentId":3139,"tags":{},"startTime":1727853509403,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":229879,"timestamp":1592539652925,"id":3139,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-id.js","layer":"app-pages-browser"},"startTime":1727853509385,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":212740,"timestamp":1592539670240,"id":3206,"parentId":3205,"tags":{},"startTime":1727853509403,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":213064,"timestamp":1592539669954,"id":3205,"parentId":3138,"tags":{},"startTime":1727853509402,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":232430,"timestamp":1592539652475,"id":3138,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-event.js","layer":"app-pages-browser"},"startTime":1727853509385,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":215215,"timestamp":1592539669909,"id":3204,"parentId":3203,"tags":{},"startTime":1727853509402,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":215575,"timestamp":1592539669590,"id":3203,"parentId":3137,"tags":{},"startTime":1727853509402,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":236484,"timestamp":1592539652044,"id":3137,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-active-press.js","layer":"app-pages-browser"},"startTime":1727853509384,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":217785,"timestamp":1592539670941,"id":3210,"parentId":3209,"tags":{},"startTime":1727853509403,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":218137,"timestamp":1592539670631,"id":3209,"parentId":3140,"tags":{},"startTime":1727853509403,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":236888,"timestamp":1592539653341,"id":3140,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-iso-morphic-effect.js","layer":"app-pages-browser"},"startTime":1727853509386,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":219130,"timestamp":1592539671273,"id":3212,"parentId":3211,"tags":{},"startTime":1727853509404,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":219457,"timestamp":1592539670987,"id":3211,"parentId":3141,"tags":{},"startTime":1727853509403,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":238112,"timestamp":1592539653770,"id":3141,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-latest-value.js","layer":"app-pages-browser"},"startTime":1727853509386,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":224151,"timestamp":1592539668007,"id":3192,"parentId":3191,"tags":{},"startTime":1727853509400,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":224449,"timestamp":1592539667751,"id":3191,"parentId":3127,"tags":{},"startTime":1727853509400,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":254891,"timestamp":1592539648078,"id":3127,"parentId":2686,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\container\\Errors.js","layer":"app-pages-browser"},"startTime":1727853509380,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":231531,"timestamp":1592539671650,"id":3214,"parentId":3213,"tags":{},"startTime":1727853509404,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":231905,"timestamp":1592539671318,"id":3213,"parentId":3142,"tags":{},"startTime":1727853509404,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":251241,"timestamp":1592539654181,"id":3142,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-resolve-button-type.js","layer":"app-pages-browser"},"startTime":1727853509387,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":233640,"timestamp":1592539671987,"id":3216,"parentId":3215,"tags":{},"startTime":1727853509404,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":233976,"timestamp":1592539671697,"id":3215,"parentId":3143,"tags":{},"startTime":1727853509404,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":253827,"timestamp":1592539654632,"id":3143,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-sync-refs.js","layer":"app-pages-browser"},"startTime":1727853509387,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":236357,"timestamp":1592539672317,"id":3218,"parentId":3217,"tags":{},"startTime":1727853509405,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":236684,"timestamp":1592539672033,"id":3217,"parentId":3144,"tags":{},"startTime":1727853509404,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":255841,"timestamp":1592539655049,"id":3144,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\internal\\focus-sentinel.js","layer":"app-pages-browser"},"startTime":1727853509387,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":238438,"timestamp":1592539672660,"id":3220,"parentId":3219,"tags":{},"startTime":1727853509405,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":238775,"timestamp":1592539672363,"id":3219,"parentId":3145,"tags":{},"startTime":1727853509405,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":257967,"timestamp":1592539655462,"id":3145,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\internal\\hidden.js","layer":"app-pages-browser"},"startTime":1727853509388,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":240305,"timestamp":1592539673341,"id":3224,"parentId":3223,"tags":{},"startTime":1727853509406,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":240636,"timestamp":1592539673053,"id":3223,"parentId":3147,"tags":{},"startTime":1727853509405,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":259247,"timestamp":1592539656323,"id":3147,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\match.js","layer":"app-pages-browser"},"startTime":1727853509389,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":242083,"timestamp":1592539673688,"id":3226,"parentId":3225,"tags":{},"startTime":1727853509406,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":242425,"timestamp":1592539673387,"id":3225,"parentId":3148,"tags":{},"startTime":1727853509406,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":260381,"timestamp":1592539656749,"id":3148,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\micro-task.js","layer":"app-pages-browser"},"startTime":1727853509389,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":243292,"timestamp":1592539674018,"id":3228,"parentId":3227,"tags":{},"startTime":1727853509406,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243614,"timestamp":1592539673735,"id":3227,"parentId":3149,"tags":{},"startTime":1727853509406,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":261726,"timestamp":1592539657165,"id":3149,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\owner.js","layer":"app-pages-browser"},"startTime":1727853509390,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":244059,"timestamp":1592539675025,"id":3234,"parentId":3233,"tags":{},"startTime":1727853509407,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":244385,"timestamp":1592539674740,"id":3233,"parentId":3152,"tags":{},"startTime":1727853509407,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":261982,"timestamp":1592539658457,"id":3152,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\components\\keyboard.js","layer":"app-pages-browser"},"startTime":1727853509391,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":245961,"timestamp":1592539674694,"id":3232,"parentId":3231,"tags":{},"startTime":1727853509407,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":246303,"timestamp":1592539674393,"id":3231,"parentId":3151,"tags":{},"startTime":1727853509407,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":265799,"timestamp":1592539658026,"id":3151,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\stable-collection.js","layer":"app-pages-browser"},"startTime":1727853509390,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":251085,"timestamp":1592539673008,"id":3222,"parentId":3221,"tags":{},"startTime":1727853509405,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":251430,"timestamp":1592539672705,"id":3221,"parentId":3146,"tags":{},"startTime":1727853509405,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":280281,"timestamp":1592539655897,"id":3146,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\focus-management.js","layer":"app-pages-browser"},"startTime":1727853509388,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":262154,"timestamp":1592539674348,"id":3230,"parentId":3229,"tags":{},"startTime":1727853509407,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":262482,"timestamp":1592539674064,"id":3229,"parentId":3150,"tags":{},"startTime":1727853509406,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":291046,"timestamp":1592539657580,"id":3150,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\render.js","layer":"app-pages-browser"},"startTime":1727853509390,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5550,"timestamp":1592540162343,"id":3290,"parentId":3249,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5852,"timestamp":1592540162396,"id":3291,"parentId":3250,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6129,"timestamp":1592540162423,"id":3292,"parentId":3251,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6375,"timestamp":1592540162459,"id":3293,"parentId":3253,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6598,"timestamp":1592540162505,"id":3294,"parentId":3254,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6854,"timestamp":1592540162542,"id":3295,"parentId":3255,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7081,"timestamp":1592540162569,"id":3296,"parentId":3256,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7304,"timestamp":1592540162594,"id":3297,"parentId":3257,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7534,"timestamp":1592540162620,"id":3298,"parentId":3258,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7771,"timestamp":1592540162647,"id":3299,"parentId":3259,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7988,"timestamp":1592540162684,"id":3300,"parentId":3260,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8206,"timestamp":1592540162714,"id":3301,"parentId":3261,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8583,"timestamp":1592540162740,"id":3302,"parentId":3262,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9121,"timestamp":1592540162784,"id":3303,"parentId":3263,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9359,"timestamp":1592540162816,"id":3304,"parentId":3264,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9588,"timestamp":1592540162856,"id":3305,"parentId":3265,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9939,"timestamp":1592540162880,"id":3306,"parentId":3266,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10198,"timestamp":1592540162904,"id":3307,"parentId":3267,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10455,"timestamp":1592540162928,"id":3308,"parentId":3268,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10684,"timestamp":1592540162952,"id":3309,"parentId":3269,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10926,"timestamp":1592540162977,"id":3310,"parentId":3270,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11153,"timestamp":1592540163000,"id":3311,"parentId":3271,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11392,"timestamp":1592540163025,"id":3312,"parentId":3272,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11924,"timestamp":1592540163048,"id":3313,"parentId":3273,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":12183,"timestamp":1592540163071,"id":3314,"parentId":3274,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":12416,"timestamp":1592540163101,"id":3315,"parentId":3275,"tags":{},"startTime":1727853509895,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":12642,"timestamp":1592540163126,"id":3316,"parentId":3276,"tags":{},"startTime":1727853509896,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":12866,"timestamp":1592540163153,"id":3317,"parentId":3283,"tags":{},"startTime":1727853509896,"traceId":"007913bbb71a9a03"}] +[{"name":"read-resource","duration":13896,"timestamp":1592540163178,"id":3318,"parentId":3284,"tags":{},"startTime":1727853509896,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14172,"timestamp":1592540163202,"id":3319,"parentId":3285,"tags":{},"startTime":1727853509896,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14428,"timestamp":1592540163226,"id":3320,"parentId":3286,"tags":{},"startTime":1727853509896,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14693,"timestamp":1592540163250,"id":3321,"parentId":3287,"tags":{},"startTime":1727853509896,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14918,"timestamp":1592540163282,"id":3322,"parentId":3288,"tags":{},"startTime":1727853509896,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":40931,"timestamp":1592540168014,"id":3331,"parentId":3249,"tags":{},"startTime":1727853509900,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":40678,"timestamp":1592540168334,"id":3332,"parentId":3250,"tags":{},"startTime":1727853509901,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":40409,"timestamp":1592540168624,"id":3333,"parentId":3251,"tags":{},"startTime":1727853509901,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":40146,"timestamp":1592540168902,"id":3334,"parentId":3253,"tags":{},"startTime":1727853509901,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39906,"timestamp":1592540169165,"id":3335,"parentId":3254,"tags":{},"startTime":1727853509902,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39626,"timestamp":1592540169461,"id":3336,"parentId":3255,"tags":{},"startTime":1727853509902,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39388,"timestamp":1592540169712,"id":3337,"parentId":3256,"tags":{},"startTime":1727853509902,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39151,"timestamp":1592540169963,"id":3338,"parentId":3257,"tags":{},"startTime":1727853509902,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":38897,"timestamp":1592540170230,"id":3339,"parentId":3258,"tags":{},"startTime":1727853509903,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":38654,"timestamp":1592540170486,"id":3340,"parentId":3259,"tags":{},"startTime":1727853509903,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":38421,"timestamp":1592540170733,"id":3341,"parentId":3260,"tags":{},"startTime":1727853509903,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":38175,"timestamp":1592540170993,"id":3342,"parentId":3261,"tags":{},"startTime":1727853509903,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":37206,"timestamp":1592540171977,"id":3345,"parentId":3263,"tags":{},"startTime":1727853509904,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":36943,"timestamp":1592540172255,"id":3346,"parentId":3264,"tags":{},"startTime":1727853509905,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":36660,"timestamp":1592540172551,"id":3347,"parentId":3265,"tags":{},"startTime":1727853509905,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":36332,"timestamp":1592540172892,"id":3348,"parentId":3266,"tags":{},"startTime":1727853509905,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":36072,"timestamp":1592540173166,"id":3349,"parentId":3267,"tags":{},"startTime":1727853509906,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":35805,"timestamp":1592540173445,"id":3350,"parentId":3268,"tags":{},"startTime":1727853509906,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":35566,"timestamp":1592540173697,"id":3351,"parentId":3269,"tags":{},"startTime":1727853509906,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":35313,"timestamp":1592540173964,"id":3352,"parentId":3270,"tags":{},"startTime":1727853509906,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":35075,"timestamp":1592540174215,"id":3353,"parentId":3271,"tags":{},"startTime":1727853509907,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34263,"timestamp":1592540175040,"id":3356,"parentId":3273,"tags":{},"startTime":1727853509907,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":33998,"timestamp":1592540175318,"id":3357,"parentId":3274,"tags":{},"startTime":1727853509908,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":33751,"timestamp":1592540175578,"id":3358,"parentId":3275,"tags":{},"startTime":1727853509908,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":33514,"timestamp":1592540175828,"id":3359,"parentId":3276,"tags":{},"startTime":1727853509908,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":32507,"timestamp":1592540176848,"id":3360,"parentId":3283,"tags":{},"startTime":1727853509909,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":32203,"timestamp":1592540177164,"id":3361,"parentId":3284,"tags":{},"startTime":1727853509910,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31924,"timestamp":1592540177456,"id":3362,"parentId":3285,"tags":{},"startTime":1727853509910,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31660,"timestamp":1592540177733,"id":3363,"parentId":3286,"tags":{},"startTime":1727853509910,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31391,"timestamp":1592540178015,"id":3364,"parentId":3287,"tags":{},"startTime":1727853509910,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31158,"timestamp":1592540178260,"id":3365,"parentId":3288,"tags":{},"startTime":1727853509911,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":70339,"timestamp":1592540140959,"id":3249,"parentId":2781,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\gestures.mjs","layer":"app-pages-browser"},"startTime":1727853509873,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":70997,"timestamp":1592540141695,"id":3250,"parentId":2782,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\drag.mjs","layer":"app-pages-browser"},"startTime":1727853509874,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":71649,"timestamp":1592540142257,"id":3251,"parentId":2782,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\layout.mjs","layer":"app-pages-browser"},"startTime":1727853509875,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":73041,"timestamp":1592540143264,"id":3253,"parentId":2784,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\components\\create-proxy.mjs","layer":"app-pages-browser"},"startTime":1727853509876,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":73913,"timestamp":1592540143835,"id":3254,"parentId":2784,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\components\\motion\\create.mjs","layer":"app-pages-browser"},"startTime":1727853509876,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":74688,"timestamp":1592540144355,"id":3255,"parentId":2785,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\components\\m\\create.mjs","layer":"app-pages-browser"},"startTime":1727853509877,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":75340,"timestamp":1592540144891,"id":3256,"parentId":2847,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\events\\add-dom-event.mjs","layer":"app-pages-browser"},"startTime":1727853509877,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":76998,"timestamp":1592540145564,"id":3257,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\subscription-manager.mjs","layer":"app-pages-browser"},"startTime":1727853509878,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":77696,"timestamp":1592540146130,"id":3258,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\warn-once.mjs","layer":"app-pages-browser"},"startTime":1727853509879,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":78435,"timestamp":1592540146645,"id":3259,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\is-numerical-string.mjs","layer":"app-pages-browser"},"startTime":1727853509879,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":79087,"timestamp":1592540147181,"id":3260,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\is-zero-value-string.mjs","layer":"app-pages-browser"},"startTime":1727853509880,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":80312,"timestamp":1592540147684,"id":3261,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\frameloop\\sync-time.mjs","layer":"app-pages-browser"},"startTime":1727853509880,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":80904,"timestamp":1592540148825,"id":3263,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\reduced-motion\\index.mjs","layer":"app-pages-browser"},"startTime":1727853509881,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":81775,"timestamp":1592540149339,"id":3264,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\reduced-motion\\state.mjs","layer":"app-pages-browser"},"startTime":1727853509882,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":82797,"timestamp":1592540149908,"id":3265,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\is-controlling-variants.mjs","layer":"app-pages-browser"},"startTime":1727853509882,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":84880,"timestamp":1592540150483,"id":3266,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\motion-values.mjs","layer":"app-pages-browser"},"startTime":1727853509883,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":86210,"timestamp":1592540151032,"id":3267,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\resolve-variants.mjs","layer":"app-pages-browser"},"startTime":1727853509883,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":87094,"timestamp":1592540151577,"id":3268,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\definitions.mjs","layer":"app-pages-browser"},"startTime":1727853509884,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":91463,"timestamp":1592540152138,"id":3269,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\KeyframesResolver.mjs","layer":"app-pages-browser"},"startTime":1727853509885,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":92232,"timestamp":1592540152711,"id":3270,"parentId":2778,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\load-features.mjs","layer":"app-pages-browser"},"startTime":1727853509885,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":93293,"timestamp":1592540153596,"id":3271,"parentId":2779,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\node\\group.mjs","layer":"app-pages-browser"},"startTime":1727853509886,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":93796,"timestamp":1592540154687,"id":3273,"parentId":2776,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\AnimatePresence\\utils.mjs","layer":"app-pages-browser"},"startTime":1727853509887,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":94425,"timestamp":1592540155226,"id":3274,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\utils\\transform.mjs","layer":"app-pages-browser"},"startTime":1727853509888,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":95251,"timestamp":1592540155776,"id":3275,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\find.mjs","layer":"app-pages-browser"},"startTime":1727853509888,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":96182,"timestamp":1592540156337,"id":3276,"parentId":2849,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\animatable-none.mjs","layer":"app-pages-browser"},"startTime":1727853509889,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":94921,"timestamp":1592540158574,"id":3283,"parentId":2870,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-instant-transition-state.mjs","layer":"app-pages-browser"},"startTime":1727853509891,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":98859,"timestamp":1592540159118,"id":3284,"parentId":2848,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\use-visual-element.mjs","layer":"app-pages-browser"},"startTime":1727853509892,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":100070,"timestamp":1592540159667,"id":3285,"parentId":2848,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\use-motion-ref.mjs","layer":"app-pages-browser"},"startTime":1727853509892,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":101291,"timestamp":1592540160218,"id":3286,"parentId":2848,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\MotionContext\\create.mjs","layer":"app-pages-browser"},"startTime":1727853509893,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":101831,"timestamp":1592540160741,"id":3287,"parentId":2848,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\symbol.mjs","layer":"app-pages-browser"},"startTime":1727853509893,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":103784,"timestamp":1592540161300,"id":3288,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\import.mjs","layer":"app-pages-browser"},"startTime":1727853509894,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":773244,"timestamp":1592539494628,"id":3033,"parentId":3032,"tags":{},"startTime":1727853509227,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":775199,"timestamp":1592539494410,"id":3032,"parentId":2373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\react\\index.js","layer":"app-pages-browser"},"startTime":1727853509227,"traceId":"007913bbb71a9a03"},{"name":"build-module-css","duration":6621865,"timestamp":1592533653354,"id":2576,"parentId":2441,"tags":{"name":"D:\\github\\ourverse_new\\src\\styles\\tailwind.css.webpack[javascript/auto]!=!D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[13].oneOf[12].use[2]!D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[13].oneOf[12].use[3]!D:\\github\\ourverse_new\\src\\styles\\tailwind.css","layer":null},"startTime":1727853503386,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":109512,"timestamp":1592540166033,"id":3324,"parentId":3323,"tags":{},"startTime":1727853509898,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":109947,"timestamp":1592540165642,"id":3323,"parentId":3252,"tags":{},"startTime":1727853509898,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":136827,"timestamp":1592540142799,"id":3252,"parentId":2764,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\escape-regexp.js","layer":"app-pages-browser"},"startTime":1727853509875,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":113132,"timestamp":1592540166667,"id":3328,"parentId":3327,"tags":{},"startTime":1727853509899,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":113465,"timestamp":1592540166389,"id":3327,"parentId":3282,"tags":{},"startTime":1727853509899,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":125068,"timestamp":1592540158181,"id":3282,"parentId":2698,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\action-async-storage-instance.js","layer":"shared"},"startTime":1727853509891,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":117070,"timestamp":1592540166344,"id":3326,"parentId":3325,"tags":{},"startTime":1727853509899,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":117368,"timestamp":1592540166083,"id":3325,"parentId":3281,"tags":{},"startTime":1727853509898,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":128798,"timestamp":1592540157719,"id":3281,"parentId":2697,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\request-async-storage-instance.js","layer":"shared"},"startTime":1727853509890,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":119767,"timestamp":1592540166926,"id":3330,"parentId":3329,"tags":{},"startTime":1727853509899,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":120033,"timestamp":1592540166712,"id":3329,"parentId":3289,"tags":{},"startTime":1727853509899,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":128470,"timestamp":1592540161811,"id":3289,"parentId":2767,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\async-local-storage.js","layer":"shared"},"startTime":1727853509894,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":3859,"timestamp":1592540331866,"id":3392,"parentId":3366,"tags":{},"startTime":1727853510064,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4194,"timestamp":1592540331927,"id":3393,"parentId":3367,"tags":{},"startTime":1727853510064,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4509,"timestamp":1592540331957,"id":3394,"parentId":3368,"tags":{},"startTime":1727853510064,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4772,"timestamp":1592540331986,"id":3395,"parentId":3369,"tags":{},"startTime":1727853510064,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5006,"timestamp":1592540332013,"id":3396,"parentId":3370,"tags":{},"startTime":1727853510064,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5228,"timestamp":1592540332038,"id":3397,"parentId":3371,"tags":{},"startTime":1727853510064,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5467,"timestamp":1592540332062,"id":3398,"parentId":3372,"tags":{},"startTime":1727853510064,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5688,"timestamp":1592540332089,"id":3399,"parentId":3373,"tags":{},"startTime":1727853510064,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5918,"timestamp":1592540332121,"id":3400,"parentId":3374,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6153,"timestamp":1592540332148,"id":3401,"parentId":3375,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6399,"timestamp":1592540332173,"id":3402,"parentId":3376,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6625,"timestamp":1592540332197,"id":3403,"parentId":3377,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6874,"timestamp":1592540332222,"id":3404,"parentId":3378,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7117,"timestamp":1592540332247,"id":3405,"parentId":3379,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7352,"timestamp":1592540332272,"id":3406,"parentId":3380,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7572,"timestamp":1592540332297,"id":3407,"parentId":3381,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7800,"timestamp":1592540332340,"id":3408,"parentId":3382,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8020,"timestamp":1592540332370,"id":3409,"parentId":3383,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8267,"timestamp":1592540332395,"id":3410,"parentId":3384,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"}] +[{"name":"read-resource","duration":9468,"timestamp":1592540332433,"id":3411,"parentId":3385,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9720,"timestamp":1592540332459,"id":3412,"parentId":3386,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9956,"timestamp":1592540332484,"id":3413,"parentId":3387,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10195,"timestamp":1592540332507,"id":3414,"parentId":3388,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10431,"timestamp":1592540332532,"id":3415,"parentId":3389,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10669,"timestamp":1592540332556,"id":3416,"parentId":3390,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10904,"timestamp":1592540332579,"id":3417,"parentId":3391,"tags":{},"startTime":1727853510065,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":77187,"timestamp":1592540335853,"id":3418,"parentId":3366,"tags":{},"startTime":1727853510068,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":76911,"timestamp":1592540336194,"id":3419,"parentId":3367,"tags":{},"startTime":1727853510069,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":76586,"timestamp":1592540336536,"id":3420,"parentId":3368,"tags":{},"startTime":1727853510069,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":76312,"timestamp":1592540336822,"id":3421,"parentId":3369,"tags":{},"startTime":1727853510069,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":76086,"timestamp":1592540337076,"id":3422,"parentId":3370,"tags":{},"startTime":1727853510069,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":75853,"timestamp":1592540337324,"id":3423,"parentId":3371,"tags":{},"startTime":1727853510070,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":75601,"timestamp":1592540337588,"id":3424,"parentId":3372,"tags":{},"startTime":1727853510070,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":75368,"timestamp":1592540337833,"id":3425,"parentId":3373,"tags":{},"startTime":1727853510070,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":75118,"timestamp":1592540338095,"id":3426,"parentId":3374,"tags":{},"startTime":1727853510070,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":74868,"timestamp":1592540338358,"id":3427,"parentId":3375,"tags":{},"startTime":1727853510071,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":74607,"timestamp":1592540338630,"id":3428,"parentId":3376,"tags":{},"startTime":1727853510071,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":74358,"timestamp":1592540338893,"id":3429,"parentId":3377,"tags":{},"startTime":1727853510071,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":74108,"timestamp":1592540339156,"id":3430,"parentId":3378,"tags":{},"startTime":1727853510072,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":73841,"timestamp":1592540339436,"id":3431,"parentId":3379,"tags":{},"startTime":1727853510072,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":73608,"timestamp":1592540339680,"id":3432,"parentId":3380,"tags":{},"startTime":1727853510072,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":73378,"timestamp":1592540339923,"id":3433,"parentId":3381,"tags":{},"startTime":1727853510072,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":73114,"timestamp":1592540340200,"id":3434,"parentId":3382,"tags":{},"startTime":1727853510073,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":72862,"timestamp":1592540340463,"id":3435,"parentId":3383,"tags":{},"startTime":1727853510073,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":71653,"timestamp":1592540341684,"id":3436,"parentId":3384,"tags":{},"startTime":1727853510074,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":71384,"timestamp":1592540341966,"id":3437,"parentId":3385,"tags":{},"startTime":1727853510074,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":71123,"timestamp":1592540342238,"id":3438,"parentId":3386,"tags":{},"startTime":1727853510075,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":70876,"timestamp":1592540342498,"id":3439,"parentId":3387,"tags":{},"startTime":1727853510075,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":70625,"timestamp":1592540342760,"id":3440,"parentId":3388,"tags":{},"startTime":1727853510075,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":70378,"timestamp":1592540343020,"id":3441,"parentId":3389,"tags":{},"startTime":1727853510075,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":70127,"timestamp":1592540343283,"id":3442,"parentId":3390,"tags":{},"startTime":1727853510076,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":69883,"timestamp":1592540343539,"id":3443,"parentId":3391,"tags":{},"startTime":1727853510076,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":102832,"timestamp":1592540312122,"id":3366,"parentId":2892,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\time-conversion.mjs","layer":"app-pages-browser"},"startTime":1727853510045,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":103417,"timestamp":1592540312818,"id":3367,"parentId":2893,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\memo.mjs","layer":"app-pages-browser"},"startTime":1727853510045,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":103822,"timestamp":1592540313405,"id":3368,"parentId":2893,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\noop.mjs","layer":"app-pages-browser"},"startTime":1727853510046,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":105299,"timestamp":1592540314209,"id":3369,"parentId":2873,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\node\\HTMLProjectionNode.mjs","layer":"app-pages-browser"},"startTime":1727853510047,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":106718,"timestamp":1592540314745,"id":3370,"parentId":2879,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-will-change\\WillChangeMotionValue.mjs","layer":"app-pages-browser"},"startTime":1727853510047,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":108353,"timestamp":1592540315280,"id":3371,"parentId":2882,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\setters.mjs","layer":"app-pages-browser"},"startTime":1727853510048,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":109244,"timestamp":1592540315827,"id":3372,"parentId":2885,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\resolve-dynamic-variants.mjs","layer":"app-pages-browser"},"startTime":1727853510048,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":112058,"timestamp":1592540316620,"id":3373,"parentId":2885,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\interfaces\\visual-element-target.mjs","layer":"app-pages-browser"},"startTime":1727853510049,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":115133,"timestamp":1592540317183,"id":3374,"parentId":2885,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\interfaces\\visual-element-variant.mjs","layer":"app-pages-browser"},"startTime":1727853510050,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":112811,"timestamp":1592540322842,"id":3375,"parentId":2892,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\generators\\inertia.mjs","layer":"app-pages-browser"},"startTime":1727853510055,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":114724,"timestamp":1592540323412,"id":3376,"parentId":2892,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\generators\\keyframes.mjs","layer":"app-pages-browser"},"startTime":1727853510056,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":118121,"timestamp":1592540323937,"id":3377,"parentId":2892,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\BaseAnimation.mjs","layer":"app-pages-browser"},"startTime":1727853510056,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":122996,"timestamp":1592540324466,"id":3378,"parentId":2893,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\DOMKeyframesResolver.mjs","layer":"app-pages-browser"},"startTime":1727853510057,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":124504,"timestamp":1592540324995,"id":3379,"parentId":2894,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\optimized-appear\\store-id.mjs","layer":"app-pages-browser"},"startTime":1727853510057,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":125868,"timestamp":1592540325528,"id":3380,"parentId":2894,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\optimized-appear\\handoff.mjs","layer":"app-pages-browser"},"startTime":1727853510058,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":126432,"timestamp":1592540326028,"id":3381,"parentId":2894,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\optimized-appear\\store.mjs","layer":"app-pages-browser"},"startTime":1727853510058,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":127045,"timestamp":1592540326546,"id":3382,"parentId":2894,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\optimized-appear\\get-appear-id.mjs","layer":"app-pages-browser"},"startTime":1727853510059,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":128774,"timestamp":1592540327089,"id":3383,"parentId":2897,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\utils.mjs","layer":"app-pages-browser"},"startTime":1727853510059,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":129701,"timestamp":1592540327608,"id":3384,"parentId":2892,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\generators\\utils\\calc-duration.mjs","layer":"app-pages-browser"},"startTime":1727853510060,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":130862,"timestamp":1592540328123,"id":3385,"parentId":2892,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\drivers\\driver-frameloop.mjs","layer":"app-pages-browser"},"startTime":1727853510061,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":131369,"timestamp":1592540328646,"id":3386,"parentId":2892,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\generators\\utils\\is-generator.mjs","layer":"app-pages-browser"},"startTime":1727853510061,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":131860,"timestamp":1592540329162,"id":3387,"parentId":2893,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\utils\\accelerated-values.mjs","layer":"app-pages-browser"},"startTime":1727853510062,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":133195,"timestamp":1592540329678,"id":3388,"parentId":2893,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\waapi\\index.mjs","layer":"app-pages-browser"},"startTime":1727853510062,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":135117,"timestamp":1592540330180,"id":3389,"parentId":2893,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\waapi\\easing.mjs","layer":"app-pages-browser"},"startTime":1727853510063,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":135871,"timestamp":1592540330698,"id":3390,"parentId":2895,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\camel-to-dash.mjs","layer":"app-pages-browser"},"startTime":1727853510063,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":136575,"timestamp":1592540331208,"id":3391,"parentId":2896,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\get-as-type.mjs","layer":"app-pages-browser"},"startTime":1727853510064,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":296824,"timestamp":1592540171859,"id":3344,"parentId":3343,"tags":{},"startTime":1727853509904,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":297324,"timestamp":1592540171399,"id":3343,"parentId":3262,"tags":{},"startTime":1727853509904,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":321698,"timestamp":1592540148264,"id":3262,"parentId":2778,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\LazyContext.mjs","layer":"app-pages-browser"},"startTime":1727853509881,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":295281,"timestamp":1592540174927,"id":3355,"parentId":3354,"tags":{},"startTime":1727853509907,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":295768,"timestamp":1592540174478,"id":3354,"parentId":3272,"tags":{},"startTime":1727853509907,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":319437,"timestamp":1592540154154,"id":3272,"parentId":2776,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\AnimatePresence\\PresenceChild.mjs","layer":"app-pages-browser"},"startTime":1727853509887,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":821859,"timestamp":1592539651886,"id":3136,"parentId":3135,"tags":{},"startTime":1727853509384,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":822945,"timestamp":1592539651692,"id":3135,"parentId":2432,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\react-server-dom-webpack\\client.js","layer":"app-pages-browser"},"startTime":1727853509384,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":812674,"timestamp":1592539662137,"id":3165,"parentId":3118,"tags":{},"startTime":1727853509395,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":260,"timestamp":1592540474905,"id":3444,"parentId":3118,"tags":{},"startTime":1727853510207,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":832750,"timestamp":1592539643701,"id":3118,"parentId":2371,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\react-refresh\\runtime.js","layer":"app-pages-browser"},"startTime":1727853509376,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":833120,"timestamp":1592539643504,"id":3117,"parentId":3116,"tags":{},"startTime":1727853509376,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":839278,"timestamp":1592539640904,"id":3116,"parentId":2571,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\runtime\\api.js","layer":null},"startTime":1727853509373,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":818369,"timestamp":1592539662327,"id":3167,"parentId":3134,"tags":{},"startTime":1727853509395,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":266,"timestamp":1592540480779,"id":3445,"parentId":3134,"tags":{},"startTime":1727853510213,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":833336,"timestamp":1592539651150,"id":3134,"parentId":2552,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\polyfills\\polyfill-module.js","layer":"app-pages-browser"},"startTime":1727853509384,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":7540278,"timestamp":1592533073189,"id":2439,"parentId":2343,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}","layer":"app-pages-browser"},"startTime":1727853502806,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":7497609,"timestamp":1592533123250,"id":2440,"parentId":2343,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}","layer":"app-pages-browser"},"startTime":1727853502856,"traceId":"007913bbb71a9a03"},{"name":"build-module-css","duration":7508119,"timestamp":1592533124666,"id":2441,"parentId":2343,"tags":{"name":"D:\\github\\ourverse_new\\src\\styles\\tailwind.css","layer":"app-pages-browser"},"startTime":1727853502857,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":93425,"timestamp":1592540539459,"id":3477,"parentId":3446,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":93691,"timestamp":1592540539520,"id":3478,"parentId":3447,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":93926,"timestamp":1592540539557,"id":3479,"parentId":3448,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":94160,"timestamp":1592540539587,"id":3480,"parentId":3449,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":94402,"timestamp":1592540539615,"id":3481,"parentId":3450,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":94630,"timestamp":1592540539641,"id":3482,"parentId":3451,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":94845,"timestamp":1592540539678,"id":3483,"parentId":3452,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":95091,"timestamp":1592540539707,"id":3484,"parentId":3453,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":95318,"timestamp":1592540539734,"id":3485,"parentId":3454,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":95545,"timestamp":1592540539761,"id":3486,"parentId":3455,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":95767,"timestamp":1592540539788,"id":3487,"parentId":3456,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":95997,"timestamp":1592540539818,"id":3488,"parentId":3457,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":96219,"timestamp":1592540539848,"id":3489,"parentId":3458,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":96441,"timestamp":1592540539873,"id":3490,"parentId":3459,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":96666,"timestamp":1592540539923,"id":3491,"parentId":3460,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":96872,"timestamp":1592540539979,"id":3492,"parentId":3461,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":97420,"timestamp":1592540540050,"id":3493,"parentId":3462,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":97950,"timestamp":1592540540092,"id":3494,"parentId":3463,"tags":{},"startTime":1727853510272,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":98187,"timestamp":1592540540119,"id":3495,"parentId":3464,"tags":{},"startTime":1727853510273,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":98419,"timestamp":1592540540145,"id":3496,"parentId":3465,"tags":{},"startTime":1727853510273,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":98650,"timestamp":1592540540170,"id":3497,"parentId":3466,"tags":{},"startTime":1727853510273,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":98878,"timestamp":1592540540196,"id":3498,"parentId":3467,"tags":{},"startTime":1727853510273,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":99105,"timestamp":1592540540222,"id":3499,"parentId":3468,"tags":{},"startTime":1727853510273,"traceId":"007913bbb71a9a03"}] +[{"name":"read-resource","duration":100261,"timestamp":1592540540247,"id":3500,"parentId":3469,"tags":{},"startTime":1727853510273,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":100503,"timestamp":1592540540273,"id":3501,"parentId":3470,"tags":{},"startTime":1727853510273,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":100731,"timestamp":1592540540297,"id":3502,"parentId":3471,"tags":{},"startTime":1727853510273,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":100962,"timestamp":1592540540321,"id":3503,"parentId":3472,"tags":{},"startTime":1727853510273,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":101196,"timestamp":1592540540345,"id":3504,"parentId":3473,"tags":{},"startTime":1727853510273,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":101432,"timestamp":1592540540368,"id":3505,"parentId":3474,"tags":{},"startTime":1727853510273,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":101658,"timestamp":1592540540392,"id":3506,"parentId":3475,"tags":{},"startTime":1727853510273,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":101876,"timestamp":1592540540424,"id":3507,"parentId":3476,"tags":{},"startTime":1727853510273,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":64957,"timestamp":1592540632958,"id":3508,"parentId":3446,"tags":{},"startTime":1727853510365,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":64705,"timestamp":1592540633278,"id":3509,"parentId":3447,"tags":{},"startTime":1727853510366,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":64456,"timestamp":1592540633544,"id":3510,"parentId":3448,"tags":{},"startTime":1727853510366,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":64187,"timestamp":1592540633825,"id":3511,"parentId":3449,"tags":{},"startTime":1727853510366,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":63945,"timestamp":1592540634079,"id":3512,"parentId":3450,"tags":{},"startTime":1727853510366,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":63707,"timestamp":1592540634329,"id":3513,"parentId":3451,"tags":{},"startTime":1727853510367,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":63468,"timestamp":1592540634580,"id":3514,"parentId":3452,"tags":{},"startTime":1727853510367,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":63200,"timestamp":1592540634861,"id":3515,"parentId":3453,"tags":{},"startTime":1727853510367,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":62962,"timestamp":1592540635110,"id":3516,"parentId":3454,"tags":{},"startTime":1727853510368,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":62721,"timestamp":1592540635364,"id":3517,"parentId":3455,"tags":{},"startTime":1727853510368,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":62486,"timestamp":1592540635612,"id":3518,"parentId":3456,"tags":{},"startTime":1727853510368,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":62234,"timestamp":1592540635876,"id":3519,"parentId":3457,"tags":{},"startTime":1727853510368,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":61997,"timestamp":1592540636125,"id":3520,"parentId":3458,"tags":{},"startTime":1727853510369,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":61764,"timestamp":1592540636370,"id":3521,"parentId":3459,"tags":{},"startTime":1727853510369,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":61499,"timestamp":1592540636647,"id":3522,"parentId":3460,"tags":{},"startTime":1727853510369,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":60053,"timestamp":1592540638108,"id":3527,"parentId":3463,"tags":{},"startTime":1727853510371,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":59808,"timestamp":1592540638366,"id":3528,"parentId":3464,"tags":{},"startTime":1727853510371,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":59567,"timestamp":1592540638619,"id":3529,"parentId":3465,"tags":{},"startTime":1727853510371,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":59318,"timestamp":1592540638880,"id":3530,"parentId":3466,"tags":{},"startTime":1727853510371,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":59075,"timestamp":1592540639134,"id":3531,"parentId":3467,"tags":{},"startTime":1727853510372,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":57913,"timestamp":1592540640308,"id":3532,"parentId":3468,"tags":{},"startTime":1727853510373,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":57658,"timestamp":1592540640575,"id":3533,"parentId":3469,"tags":{},"startTime":1727853510373,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":57407,"timestamp":1592540640838,"id":3534,"parentId":3470,"tags":{},"startTime":1727853510373,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":57170,"timestamp":1592540641086,"id":3535,"parentId":3471,"tags":{},"startTime":1727853510373,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":56929,"timestamp":1592540641339,"id":3536,"parentId":3472,"tags":{},"startTime":1727853510374,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":56682,"timestamp":1592540641598,"id":3537,"parentId":3473,"tags":{},"startTime":1727853510374,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":56432,"timestamp":1592540641860,"id":3538,"parentId":3474,"tags":{},"startTime":1727853510374,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":56194,"timestamp":1592540642109,"id":3539,"parentId":3475,"tags":{},"startTime":1727853510375,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":55958,"timestamp":1592540642357,"id":3540,"parentId":3476,"tags":{},"startTime":1727853510375,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":185838,"timestamp":1592540515172,"id":3446,"parentId":2896,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\number.mjs","layer":"app-pages-browser"},"startTime":1727853510248,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":187636,"timestamp":1592540515814,"id":3447,"parentId":2897,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\color\\hex.mjs","layer":"app-pages-browser"},"startTime":1727853510248,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":188733,"timestamp":1592540516652,"id":3448,"parentId":2897,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\color\\hsla.mjs","layer":"app-pages-browser"},"startTime":1727853510249,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":190194,"timestamp":1592540517223,"id":3449,"parentId":2897,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\color\\rgba.mjs","layer":"app-pages-browser"},"startTime":1727853510250,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":191091,"timestamp":1592540517736,"id":3450,"parentId":2900,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\generators\\utils\\velocity.mjs","layer":"app-pages-browser"},"startTime":1727853510250,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":192133,"timestamp":1592540518274,"id":3451,"parentId":2892,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\waapi\\utils\\get-final-keyframe.mjs","layer":"app-pages-browser"},"startTime":1727853510251,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":193692,"timestamp":1592540518815,"id":3452,"parentId":2770,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\import.mjs","layer":"app-pages-browser"},"startTime":1727853510251,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":194323,"timestamp":1592540519353,"id":3453,"parentId":2908,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\velocity-per-second.mjs","layer":"app-pages-browser"},"startTime":1727853510252,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":197329,"timestamp":1592540520104,"id":3454,"parentId":2909,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\GroupPlaybackControls.mjs","layer":"app-pages-browser"},"startTime":1727853510252,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":198616,"timestamp":1592540520639,"id":3455,"parentId":2913,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\array.mjs","layer":"app-pages-browser"},"startTime":1727853510253,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":199198,"timestamp":1592540521186,"id":3456,"parentId":2909,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\is-dom-keyframes.mjs","layer":"app-pages-browser"},"startTime":1727853510254,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":200429,"timestamp":1592540521689,"id":3457,"parentId":2909,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\create-visual-element.mjs","layer":"app-pages-browser"},"startTime":1727853510254,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":201413,"timestamp":1592540522208,"id":3458,"parentId":2909,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\interfaces\\single-value.mjs","layer":"app-pages-browser"},"startTime":1727853510255,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":207596,"timestamp":1592540523182,"id":3459,"parentId":2909,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\sequence\\create.mjs","layer":"app-pages-browser"},"startTime":1727853510256,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":208122,"timestamp":1592540523714,"id":3460,"parentId":2913,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\compare-by-depth.mjs","layer":"app-pages-browser"},"startTime":1727853510256,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":208615,"timestamp":1592540525408,"id":3463,"parentId":2916,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\utils\\map.mjs","layer":"app-pages-browser"},"startTime":1727853510258,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":217913,"timestamp":1592540525921,"id":3464,"parentId":2917,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\mix\\complex.mjs","layer":"app-pages-browser"},"startTime":1727853510258,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":218555,"timestamp":1592540526589,"id":3465,"parentId":2917,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\mix\\number.mjs","layer":"app-pages-browser"},"startTime":1727853510259,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":219897,"timestamp":1592540527126,"id":3466,"parentId":2909,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\resolve-element.mjs","layer":"app-pages-browser"},"startTime":1727853510260,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":221034,"timestamp":1592540527640,"id":3467,"parentId":2919,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\observe.mjs","layer":"app-pages-browser"},"startTime":1727853510260,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":221711,"timestamp":1592540528176,"id":3468,"parentId":2919,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\supports.mjs","layer":"app-pages-browser"},"startTime":1727853510261,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":222555,"timestamp":1592540528694,"id":3469,"parentId":2920,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\resize\\index.mjs","layer":"app-pages-browser"},"startTime":1727853510261,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":224471,"timestamp":1592540529212,"id":3470,"parentId":2920,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\info.mjs","layer":"app-pages-browser"},"startTime":1727853510262,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":226590,"timestamp":1592540529715,"id":3471,"parentId":2920,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\on-scroll-handler.mjs","layer":"app-pages-browser"},"startTime":1727853510262,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":229574,"timestamp":1592540530511,"id":3472,"parentId":3037,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\frameloop\\batcher.mjs","layer":"app-pages-browser"},"startTime":1727853510263,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":230439,"timestamp":1592540531253,"id":3473,"parentId":3054,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\use-is-mounted.mjs","layer":"app-pages-browser"},"startTime":1727853510264,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":231397,"timestamp":1592540531771,"id":3474,"parentId":3050,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\events\\utils\\is-primary-pointer.mjs","layer":"app-pages-browser"},"startTime":1727853510264,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":233394,"timestamp":1592540532300,"id":3475,"parentId":3057,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\animation\\index.mjs","layer":"app-pages-browser"},"startTime":1727853510265,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":235135,"timestamp":1592540532819,"id":3476,"parentId":3057,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\animation\\exit.mjs","layer":"app-pages-browser"},"startTime":1727853510265,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6707,"timestamp":1592540805210,"id":3545,"parentId":3543,"tags":{},"startTime":1727853510538,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7124,"timestamp":1592540805270,"id":3546,"parentId":3544,"tags":{},"startTime":1727853510538,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":97161,"timestamp":1592540812018,"id":3551,"parentId":3543,"tags":{},"startTime":1727853510544,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":96739,"timestamp":1592540812508,"id":3552,"parentId":3544,"tags":{},"startTime":1727853510545,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":108467,"timestamp":1592540803977,"id":3543,"parentId":3121,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\lib\\is-error.js","layer":"app-pages-browser"},"startTime":1727853510536,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":109137,"timestamp":1592540804512,"id":3544,"parentId":3156,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\is-keyframes-target.mjs","layer":"app-pages-browser"},"startTime":1727853510537,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":757337,"timestamp":1592540157574,"id":3280,"parentId":3279,"tags":{},"startTime":1727853509890,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":759271,"timestamp":1592540157377,"id":3279,"parentId":2552,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\react-dom\\client.js","layer":"app-pages-browser"},"startTime":1727853509890,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":759679,"timestamp":1592540157110,"id":3278,"parentId":3277,"tags":{},"startTime":1727853509890,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":761696,"timestamp":1592540156867,"id":3277,"parentId":2373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\react-dom\\index.js","layer":"app-pages-browser"},"startTime":1727853509889,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":281658,"timestamp":1592540637420,"id":3524,"parentId":3523,"tags":{},"startTime":1727853510370,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":282209,"timestamp":1592540636910,"id":3523,"parentId":3461,"tags":{},"startTime":1727853510369,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":398536,"timestamp":1592540524306,"id":3461,"parentId":2915,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\Reorder\\Group.mjs","layer":"app-pages-browser"},"startTime":1727853510257,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":285057,"timestamp":1592540637999,"id":3526,"parentId":3525,"tags":{},"startTime":1727853510370,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":285556,"timestamp":1592540637537,"id":3525,"parentId":3462,"tags":{},"startTime":1727853510370,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":401950,"timestamp":1592540524877,"id":3462,"parentId":2915,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\Reorder\\Item.mjs","layer":"app-pages-browser"},"startTime":1727853510257,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":116429,"timestamp":1592540810956,"id":3548,"parentId":3547,"tags":{},"startTime":1727853510543,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":116886,"timestamp":1592540810546,"id":3547,"parentId":3541,"tags":{},"startTime":1727853510543,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":126058,"timestamp":1592540802849,"id":3541,"parentId":3137,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-disposables.js","layer":"app-pages-browser"},"startTime":1727853510535,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":117791,"timestamp":1592540811309,"id":3550,"parentId":3549,"tags":{},"startTime":1727853510544,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":118130,"timestamp":1592540811005,"id":3549,"parentId":3542,"tags":{},"startTime":1727853510543,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":128231,"timestamp":1592540803489,"id":3542,"parentId":3140,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\env.js","layer":"app-pages-browser"},"startTime":1727853510536,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":18966,"timestamp":1592540960854,"id":3597,"parentId":3553,"tags":{},"startTime":1727853510693,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19261,"timestamp":1592540960910,"id":3598,"parentId":3554,"tags":{},"startTime":1727853510693,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19508,"timestamp":1592540960941,"id":3599,"parentId":3555,"tags":{},"startTime":1727853510693,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19760,"timestamp":1592540960969,"id":3600,"parentId":3556,"tags":{},"startTime":1727853510693,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19984,"timestamp":1592540961004,"id":3601,"parentId":3559,"tags":{},"startTime":1727853510693,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20198,"timestamp":1592540961040,"id":3602,"parentId":3572,"tags":{},"startTime":1727853510693,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20428,"timestamp":1592540961071,"id":3603,"parentId":3592,"tags":{},"startTime":1727853510693,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20799,"timestamp":1592540961094,"id":3604,"parentId":3593,"tags":{},"startTime":1727853510693,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":21054,"timestamp":1592540961117,"id":3605,"parentId":3594,"tags":{},"startTime":1727853510694,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":21446,"timestamp":1592540961138,"id":3606,"parentId":3595,"tags":{},"startTime":1727853510694,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":21946,"timestamp":1592540961158,"id":3607,"parentId":3596,"tags":{},"startTime":1727853510694,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":41607,"timestamp":1592540979929,"id":3666,"parentId":3553,"tags":{},"startTime":1727853510712,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":41361,"timestamp":1592540980237,"id":3667,"parentId":3554,"tags":{},"startTime":1727853510713,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":42108,"timestamp":1592540980510,"id":3668,"parentId":3555,"tags":{},"startTime":1727853510713,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":41862,"timestamp":1592540980791,"id":3669,"parentId":3556,"tags":{},"startTime":1727853510713,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":41622,"timestamp":1592540981044,"id":3670,"parentId":3559,"tags":{},"startTime":1727853510713,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":41391,"timestamp":1592540981295,"id":3671,"parentId":3572,"tags":{},"startTime":1727853510714,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":41140,"timestamp":1592540981558,"id":3672,"parentId":3592,"tags":{},"startTime":1727853510714,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":40734,"timestamp":1592540981975,"id":3673,"parentId":3593,"tags":{},"startTime":1727853510714,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":40491,"timestamp":1592540982230,"id":3674,"parentId":3594,"tags":{},"startTime":1727853510715,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39996,"timestamp":1592540982737,"id":3675,"parentId":3595,"tags":{},"startTime":1727853510715,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39532,"timestamp":1592540983214,"id":3676,"parentId":3596,"tags":{},"startTime":1727853510716,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":83310,"timestamp":1592540941039,"id":3553,"parentId":3110,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\is-animation-controls.mjs","layer":"app-pages-browser"},"startTime":1727853510673,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":84278,"timestamp":1592540941685,"id":3554,"parentId":3110,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-will-change\\get-will-change-name.mjs","layer":"app-pages-browser"},"startTime":1727853510674,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":87319,"timestamp":1592540942286,"id":3555,"parentId":3157,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\HTMLVisualElement.mjs","layer":"app-pages-browser"},"startTime":1727853510675,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":89583,"timestamp":1592540942824,"id":3556,"parentId":3157,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\SVGVisualElement.mjs","layer":"app-pages-browser"},"startTime":1727853510675,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":89751,"timestamp":1592540944272,"id":3559,"parentId":3157,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\is-svg-component.mjs","layer":"app-pages-browser"},"startTime":1727853510677,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":85058,"timestamp":1592540950248,"id":3572,"parentId":3126,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_tagged_template_literal_loose.js","layer":"app-pages-browser"},"startTime":1727853510683,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":101226,"timestamp":1592540957844,"id":3592,"parentId":3288,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\FocusScope.mjs","layer":"app-pages-browser"},"startTime":1727853510690,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":102646,"timestamp":1592540958351,"id":3593,"parentId":3288,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\FocusRing.mjs","layer":"app-pages-browser"},"startTime":1727853510691,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":104658,"timestamp":1592540959198,"id":3594,"parentId":3288,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\useFocusable.mjs","layer":"app-pages-browser"},"startTime":1727853510692,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":106556,"timestamp":1592540959747,"id":3595,"parentId":3288,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\useFocusRing.mjs","layer":"app-pages-browser"},"startTime":1727853510692,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":107745,"timestamp":1592540960241,"id":3596,"parentId":3288,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\focusSafely.mjs","layer":"app-pages-browser"},"startTime":1727853510693,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":105194,"timestamp":1592540966183,"id":3613,"parentId":3612,"tags":{},"startTime":1727853510699,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":105530,"timestamp":1592540965893,"id":3612,"parentId":3560,"tags":{},"startTime":1727853510698,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":129467,"timestamp":1592540944798,"id":3560,"parentId":3123,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\page-path\\ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1727853510677,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":108613,"timestamp":1592540965850,"id":3611,"parentId":3610,"tags":{},"startTime":1727853510698,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":108959,"timestamp":1592540965541,"id":3610,"parentId":3558,"tags":{},"startTime":1727853510698,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":135546,"timestamp":1592540943829,"id":3558,"parentId":3120,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1727853510676,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":114090,"timestamp":1592540965492,"id":3609,"parentId":3608,"tags":{},"startTime":1727853510698,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":114490,"timestamp":1592540965130,"id":3608,"parentId":3557,"tags":{},"startTime":1727853510698,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":142041,"timestamp":1592540943337,"id":3557,"parentId":3124,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\promise-queue.js","layer":"app-pages-browser"},"startTime":1727853510676,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":118775,"timestamp":1592540966800,"id":3617,"parentId":3616,"tags":{},"startTime":1727853510699,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":119086,"timestamp":1592540966526,"id":3616,"parentId":3562,"tags":{},"startTime":1727853510699,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":144651,"timestamp":1592540945673,"id":3562,"parentId":3114,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1727853510678,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":123425,"timestamp":1592540967092,"id":3619,"parentId":3618,"tags":{},"startTime":1727853510699,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":123714,"timestamp":1592540966841,"id":3618,"parentId":3563,"tags":{},"startTime":1727853510699,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":148891,"timestamp":1592540946107,"id":3563,"parentId":3114,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\restore-reducer.js","layer":"app-pages-browser"},"startTime":1727853510679,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":127848,"timestamp":1592540967381,"id":3621,"parentId":3620,"tags":{},"startTime":1727853510700,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":128135,"timestamp":1592540967132,"id":3620,"parentId":3564,"tags":{},"startTime":1727853510700,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":161129,"timestamp":1592540946516,"id":3564,"parentId":3114,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\refresh-reducer.js","layer":"app-pages-browser"},"startTime":1727853510679,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":141455,"timestamp":1592540966486,"id":3615,"parentId":3614,"tags":{},"startTime":1727853510699,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":141757,"timestamp":1592540966225,"id":3614,"parentId":3561,"tags":{},"startTime":1727853510699,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":177443,"timestamp":1592540945225,"id":3561,"parentId":3114,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\navigate-reducer.js","layer":"app-pages-browser"},"startTime":1727853510678,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":154620,"timestamp":1592540968289,"id":3627,"parentId":3626,"tags":{},"startTime":1727853510701,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":154915,"timestamp":1592540968042,"id":3626,"parentId":3567,"tags":{},"startTime":1727853510700,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":180713,"timestamp":1592540947907,"id":3567,"parentId":3126,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\noop-template.js","layer":"app-pages-browser"},"startTime":1727853510680,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":161197,"timestamp":1592540967688,"id":3623,"parentId":3622,"tags":{},"startTime":1727853510700,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":161515,"timestamp":1592540967421,"id":3622,"parentId":3565,"tags":{},"startTime":1727853510700,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":189648,"timestamp":1592540946939,"id":3565,"parentId":3114,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\fast-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1727853510679,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":168214,"timestamp":1592540968575,"id":3629,"parentId":3628,"tags":{},"startTime":1727853510701,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":168497,"timestamp":1592540968329,"id":3628,"parentId":3568,"tags":{},"startTime":1727853510701,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":192317,"timestamp":1592540948347,"id":3568,"parentId":3129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\CodeFrame\\styles.js","layer":"app-pages-browser"},"startTime":1727853510681,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":172907,"timestamp":1592540968001,"id":3625,"parentId":3624,"tags":{},"startTime":1727853510700,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":173220,"timestamp":1592540967727,"id":3624,"parentId":3566,"tags":{},"startTime":1727853510700,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":202044,"timestamp":1592540947363,"id":3566,"parentId":3114,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\reducers\\server-action-reducer.js","layer":"app-pages-browser"},"startTime":1727853510680,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":180704,"timestamp":1592540968884,"id":3631,"parentId":3630,"tags":{},"startTime":1727853510701,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":180996,"timestamp":1592540968630,"id":3630,"parentId":3569,"tags":{},"startTime":1727853510701,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":204446,"timestamp":1592540948783,"id":3569,"parentId":3129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\LeftRightDialogHeader\\styles.js","layer":"app-pages-browser"},"startTime":1727853510681,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":184237,"timestamp":1592540969169,"id":3633,"parentId":3632,"tags":{},"startTime":1727853510702,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":184518,"timestamp":1592540968924,"id":3632,"parentId":3570,"tags":{},"startTime":1727853510701,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":207620,"timestamp":1592540949209,"id":3570,"parentId":3129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Overlay\\styles.js","layer":"app-pages-browser"},"startTime":1727853510682,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":187533,"timestamp":1592540969473,"id":3635,"parentId":3634,"tags":{},"startTime":1727853510702,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":187836,"timestamp":1592540969208,"id":3634,"parentId":3571,"tags":{},"startTime":1727853510702,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":210813,"timestamp":1592540949651,"id":3571,"parentId":3129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Terminal\\styles.js","layer":"app-pages-browser"},"startTime":1727853510682,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":190867,"timestamp":1592540969778,"id":3637,"parentId":3636,"tags":{},"startTime":1727853510702,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":191168,"timestamp":1592540969513,"id":3636,"parentId":3573,"tags":{},"startTime":1727853510702,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":213653,"timestamp":1592540950807,"id":3573,"parentId":3126,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Dialog\\index.js","layer":"app-pages-browser"},"startTime":1727853510683,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":194575,"timestamp":1592540970066,"id":3639,"parentId":3638,"tags":{},"startTime":1727853510702,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":194859,"timestamp":1592540969819,"id":3638,"parentId":3574,"tags":{},"startTime":1727853510702,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":217103,"timestamp":1592540951230,"id":3574,"parentId":3126,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Overlay\\index.js","layer":"app-pages-browser"},"startTime":1727853510684,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":198166,"timestamp":1592540970351,"id":3641,"parentId":3640,"tags":{},"startTime":1727853510703,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":198448,"timestamp":1592540970106,"id":3640,"parentId":3575,"tags":{},"startTime":1727853510702,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":221646,"timestamp":1592540951666,"id":3575,"parentId":3126,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Terminal\\index.js","layer":"app-pages-browser"},"startTime":1727853510684,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":202846,"timestamp":1592540970649,"id":3643,"parentId":3642,"tags":{},"startTime":1727853510703,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":203144,"timestamp":1592540970389,"id":3642,"parentId":3576,"tags":{},"startTime":1727853510703,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":224979,"timestamp":1592540952089,"id":3576,"parentId":3126,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\VersionStalenessInfo\\index.js","layer":"app-pages-browser"},"startTime":1727853510684,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":206333,"timestamp":1592540970935,"id":3645,"parentId":3644,"tags":{},"startTime":1727853510703,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":206617,"timestamp":1592540970690,"id":3644,"parentId":3577,"tags":{},"startTime":1727853510703,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":228253,"timestamp":1592540952495,"id":3577,"parentId":3129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Toast\\index.js","layer":"app-pages-browser"},"startTime":1727853510685,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":209064,"timestamp":1592540971875,"id":3651,"parentId":3650,"tags":{},"startTime":1727853510704,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":209412,"timestamp":1592540971565,"id":3650,"parentId":3580,"tags":{},"startTime":1727853510704,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":228850,"timestamp":1592540953771,"id":3580,"parentId":3144,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\hooks\\use-is-mounted.js","layer":"app-pages-browser"},"startTime":1727853510686,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":211288,"timestamp":1592540971525,"id":3649,"parentId":3648,"tags":{},"startTime":1727853510704,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":211572,"timestamp":1592540971277,"id":3648,"parentId":3579,"tags":{},"startTime":1727853510704,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":234448,"timestamp":1592540953332,"id":3579,"parentId":3131,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\hot-linked-text\\index.js","layer":"app-pages-browser"},"startTime":1727853510686,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":215782,"timestamp":1592540972205,"id":3653,"parentId":3652,"tags":{},"startTime":1727853510705,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":216109,"timestamp":1592540971915,"id":3652,"parentId":3581,"tags":{},"startTime":1727853510704,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":237540,"timestamp":1592540954204,"id":3581,"parentId":3146,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\disposables.js","layer":"app-pages-browser"},"startTime":1727853510687,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":219408,"timestamp":1592540972522,"id":3655,"parentId":3654,"tags":{},"startTime":1727853510705,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":219721,"timestamp":1592540972245,"id":3654,"parentId":3582,"tags":{},"startTime":1727853510705,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":238870,"timestamp":1592540954632,"id":3582,"parentId":3150,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@headlessui\\react\\dist\\utils\\class-names.js","layer":"app-pages-browser"},"startTime":1727853510687,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":222481,"timestamp":1592540971237,"id":3647,"parentId":3646,"tags":{},"startTime":1727853510704,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":222779,"timestamp":1592540970975,"id":3646,"parentId":3578,"tags":{},"startTime":1727853510703,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":247040,"timestamp":1592540952925,"id":3578,"parentId":3129,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\container\\RuntimeError\\index.js","layer":"app-pages-browser"},"startTime":1727853510685,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":227350,"timestamp":1592540972827,"id":3657,"parentId":3656,"tags":{},"startTime":1727853510705,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":227654,"timestamp":1592540972561,"id":3656,"parentId":3583,"tags":{},"startTime":1727853510705,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":248457,"timestamp":1592540955043,"id":3583,"parentId":3127,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\error-source.js","layer":"app-pages-browser"},"startTime":1727853510687,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":230558,"timestamp":1592540973130,"id":3659,"parentId":3658,"tags":{},"startTime":1727853510706,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":230859,"timestamp":1592540972867,"id":3658,"parentId":3584,"tags":{},"startTime":1727853510705,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":252124,"timestamp":1592540955467,"id":3584,"parentId":3127,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\getErrorByType.js","layer":"app-pages-browser"},"startTime":1727853510688,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":234365,"timestamp":1592540973416,"id":3661,"parentId":3660,"tags":{},"startTime":1727853510706,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":234648,"timestamp":1592540973170,"id":3660,"parentId":3585,"tags":{},"startTime":1727853510706,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":255435,"timestamp":1592540955914,"id":3585,"parentId":3127,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\icons\\CloseIcon.js","layer":"app-pages-browser"},"startTime":1727853510688,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-transform","duration":238111,"timestamp":1592540974269,"id":3665,"parentId":3664,"tags":{},"startTime":1727853510707,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":238404,"timestamp":1592540974018,"id":3664,"parentId":3587,"tags":{},"startTime":1727853510706,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":259266,"timestamp":1592540956744,"id":3587,"parentId":3127,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\LeftRightDialogHeader\\index.js","layer":"app-pages-browser"},"startTime":1727853510689,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":242457,"timestamp":1592540973975,"id":3663,"parentId":3662,"tags":{},"startTime":1727853510706,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":243018,"timestamp":1592540973455,"id":3662,"parentId":3586,"tags":{},"startTime":1727853510706,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":267637,"timestamp":1592540956317,"id":3586,"parentId":3127,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\container\\RuntimeError\\component-stack-pseudo-html.js","layer":"app-pages-browser"},"startTime":1727853510689,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4066,"timestamp":1592541377782,"id":3697,"parentId":3677,"tags":{},"startTime":1727853511110,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4290,"timestamp":1592541377901,"id":3698,"parentId":3678,"tags":{},"startTime":1727853511110,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4526,"timestamp":1592541377934,"id":3699,"parentId":3679,"tags":{},"startTime":1727853511110,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4726,"timestamp":1592541377981,"id":3700,"parentId":3680,"tags":{},"startTime":1727853511110,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4970,"timestamp":1592541378007,"id":3701,"parentId":3681,"tags":{},"startTime":1727853511110,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5190,"timestamp":1592541378030,"id":3702,"parentId":3682,"tags":{},"startTime":1727853511110,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5409,"timestamp":1592541378053,"id":3703,"parentId":3683,"tags":{},"startTime":1727853511110,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5622,"timestamp":1592541378076,"id":3704,"parentId":3684,"tags":{},"startTime":1727853511110,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5858,"timestamp":1592541378099,"id":3705,"parentId":3685,"tags":{},"startTime":1727853511110,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6087,"timestamp":1592541378123,"id":3706,"parentId":3686,"tags":{},"startTime":1727853511111,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6303,"timestamp":1592541378145,"id":3707,"parentId":3687,"tags":{},"startTime":1727853511111,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6522,"timestamp":1592541378170,"id":3708,"parentId":3688,"tags":{},"startTime":1727853511111,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6742,"timestamp":1592541378194,"id":3709,"parentId":3689,"tags":{},"startTime":1727853511111,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6987,"timestamp":1592541378217,"id":3710,"parentId":3690,"tags":{},"startTime":1727853511111,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7595,"timestamp":1592541378242,"id":3711,"parentId":3691,"tags":{},"startTime":1727853511111,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7877,"timestamp":1592541378265,"id":3712,"parentId":3692,"tags":{},"startTime":1727853511111,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8103,"timestamp":1592541378287,"id":3713,"parentId":3693,"tags":{},"startTime":1727853511111,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8320,"timestamp":1592541378310,"id":3714,"parentId":3694,"tags":{},"startTime":1727853511111,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8535,"timestamp":1592541378333,"id":3715,"parentId":3695,"tags":{},"startTime":1727853511111,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8770,"timestamp":1592541378355,"id":3716,"parentId":3696,"tags":{},"startTime":1727853511111,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":80551,"timestamp":1592541381944,"id":3717,"parentId":3677,"tags":{},"startTime":1727853511114,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":80301,"timestamp":1592541382257,"id":3718,"parentId":3678,"tags":{},"startTime":1727853511115,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":80058,"timestamp":1592541382516,"id":3719,"parentId":3679,"tags":{},"startTime":1727853511115,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":79824,"timestamp":1592541382762,"id":3720,"parentId":3680,"tags":{},"startTime":1727853511115,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":79564,"timestamp":1592541383035,"id":3721,"parentId":3681,"tags":{},"startTime":1727853511115,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":79336,"timestamp":1592541383275,"id":3722,"parentId":3682,"tags":{},"startTime":1727853511116,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":79108,"timestamp":1592541383514,"id":3723,"parentId":3683,"tags":{},"startTime":1727853511116,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":78881,"timestamp":1592541383753,"id":3724,"parentId":3684,"tags":{},"startTime":1727853511116,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":78632,"timestamp":1592541384014,"id":3725,"parentId":3685,"tags":{},"startTime":1727853511116,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":78395,"timestamp":1592541384262,"id":3726,"parentId":3686,"tags":{},"startTime":1727853511117,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":78164,"timestamp":1592541384505,"id":3727,"parentId":3687,"tags":{},"startTime":1727853511117,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":77932,"timestamp":1592541384747,"id":3728,"parentId":3688,"tags":{},"startTime":1727853511117,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":77682,"timestamp":1592541385008,"id":3729,"parentId":3689,"tags":{},"startTime":1727853511117,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":76790,"timestamp":1592541385915,"id":3732,"parentId":3691,"tags":{},"startTime":1727853511118,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":76516,"timestamp":1592541386201,"id":3733,"parentId":3692,"tags":{},"startTime":1727853511119,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":76285,"timestamp":1592541386444,"id":3734,"parentId":3693,"tags":{},"startTime":1727853511119,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":76059,"timestamp":1592541386682,"id":3735,"parentId":3694,"tags":{},"startTime":1727853511119,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":75833,"timestamp":1592541386921,"id":3736,"parentId":3695,"tags":{},"startTime":1727853511119,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":75585,"timestamp":1592541387182,"id":3737,"parentId":3696,"tags":{},"startTime":1727853511120,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":98819,"timestamp":1592541366945,"id":3677,"parentId":3288,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\useHasTabbableChild.mjs","layer":"app-pages-browser"},"startTime":1727853511099,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":100845,"timestamp":1592541367615,"id":3678,"parentId":3249,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\hover.mjs","layer":"app-pages-browser"},"startTime":1727853511100,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":102882,"timestamp":1592541368164,"id":3679,"parentId":3249,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\focus.mjs","layer":"app-pages-browser"},"startTime":1727853511101,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":108510,"timestamp":1592541368683,"id":3680,"parentId":3249,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\press.mjs","layer":"app-pages-browser"},"startTime":1727853511101,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":109151,"timestamp":1592541369227,"id":3681,"parentId":3284,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\frameloop\\microtask.mjs","layer":"app-pages-browser"},"startTime":1727853511102,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":109815,"timestamp":1592541369736,"id":3682,"parentId":3284,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\is-ref-object.mjs","layer":"app-pages-browser"},"startTime":1727853511102,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":111368,"timestamp":1592541370258,"id":3683,"parentId":3250,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\drag\\index.mjs","layer":"app-pages-browser"},"startTime":1727853511103,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":113941,"timestamp":1592541370784,"id":3684,"parentId":3250,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\pan\\index.mjs","layer":"app-pages-browser"},"startTime":1727853511103,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":114940,"timestamp":1592541371312,"id":3685,"parentId":3265,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\is-variant-label.mjs","layer":"app-pages-browser"},"startTime":1727853511104,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":115528,"timestamp":1592541371823,"id":3686,"parentId":3265,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\variant-props.mjs","layer":"app-pages-browser"},"startTime":1727853511104,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":116591,"timestamp":1592541372342,"id":3687,"parentId":3286,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\MotionContext\\utils.mjs","layer":"app-pages-browser"},"startTime":1727853511105,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":117797,"timestamp":1592541372839,"id":3688,"parentId":3254,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\components\\create-factory.mjs","layer":"app-pages-browser"},"startTime":1727853511105,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":120235,"timestamp":1592541373499,"id":3689,"parentId":3249,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\viewport\\index.mjs","layer":"app-pages-browser"},"startTime":1727853511106,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":122899,"timestamp":1592541374542,"id":3691,"parentId":3269,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\unit-conversion.mjs","layer":"app-pages-browser"},"startTime":1727853511107,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":123992,"timestamp":1592541375086,"id":3692,"parentId":3275,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\dimensions.mjs","layer":"app-pages-browser"},"startTime":1727853511107,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":124542,"timestamp":1592541375594,"id":3693,"parentId":3275,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\test.mjs","layer":"app-pages-browser"},"startTime":1727853511108,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":126162,"timestamp":1592541376108,"id":3694,"parentId":3276,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\complex\\filter.mjs","layer":"app-pages-browser"},"startTime":1727853511109,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":127137,"timestamp":1592541376606,"id":3695,"parentId":3276,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\defaults.mjs","layer":"app-pages-browser"},"startTime":1727853511109,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":170415,"timestamp":1592541377179,"id":3696,"parentId":3369,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\node\\create-projection-node.mjs","layer":"app-pages-browser"},"startTime":1727853511110,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":288818,"timestamp":1592541385779,"id":3731,"parentId":3730,"tags":{},"startTime":1727853511118,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":289401,"timestamp":1592541385258,"id":3730,"parentId":3690,"tags":{},"startTime":1727853511118,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":305913,"timestamp":1592541374043,"id":3690,"parentId":3250,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\layout\\MeasureLayout.mjs","layer":"app-pages-browser"},"startTime":1727853511106,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":724071,"timestamp":1592540957348,"id":3589,"parentId":3588,"tags":{},"startTime":1727853510690,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":744541,"timestamp":1592540957164,"id":3588,"parentId":2838,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\react\\cjs\\react-jsx-dev-runtime.development.js","layer":"app-pages-browser"},"startTime":1727853510690,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":744172,"timestamp":1592540957704,"id":3591,"parentId":3590,"tags":{},"startTime":1727853510690,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":767734,"timestamp":1592540957510,"id":3590,"parentId":2786,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\react\\cjs\\react-jsx-runtime.development.js","layer":"app-pages-browser"},"startTime":1727853510690,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":738,"timestamp":1592541737490,"id":3754,"parentId":2439,"tags":{},"startTime":1727853511470,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":191,"timestamp":1592541738345,"id":3755,"parentId":2440,"tags":{},"startTime":1727853511471,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":236,"timestamp":1592541738611,"id":3756,"parentId":2441,"tags":{},"startTime":1727853511471,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6119,"timestamp":1592541766062,"id":3807,"parentId":3738,"tags":{},"startTime":1727853511498,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6384,"timestamp":1592541766142,"id":3808,"parentId":3739,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6639,"timestamp":1592541766176,"id":3809,"parentId":3740,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6878,"timestamp":1592541766210,"id":3810,"parentId":3741,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7123,"timestamp":1592541766239,"id":3811,"parentId":3742,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7349,"timestamp":1592541766265,"id":3812,"parentId":3743,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7562,"timestamp":1592541766297,"id":3813,"parentId":3744,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7772,"timestamp":1592541766331,"id":3814,"parentId":3745,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7999,"timestamp":1592541766363,"id":3815,"parentId":3746,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8545,"timestamp":1592541766392,"id":3816,"parentId":3747,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8782,"timestamp":1592541766420,"id":3817,"parentId":3748,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9046,"timestamp":1592541766446,"id":3818,"parentId":3749,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9298,"timestamp":1592541766478,"id":3819,"parentId":3750,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9665,"timestamp":1592541766510,"id":3820,"parentId":3751,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9928,"timestamp":1592541766539,"id":3821,"parentId":3757,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10167,"timestamp":1592541766568,"id":3822,"parentId":3758,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10511,"timestamp":1592541766595,"id":3823,"parentId":3759,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10772,"timestamp":1592541766620,"id":3824,"parentId":3760,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11034,"timestamp":1592541766650,"id":3825,"parentId":3761,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11262,"timestamp":1592541766676,"id":3826,"parentId":3762,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11499,"timestamp":1592541766702,"id":3827,"parentId":3763,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11750,"timestamp":1592541766726,"id":3828,"parentId":3764,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11982,"timestamp":1592541766750,"id":3829,"parentId":3765,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":12237,"timestamp":1592541766774,"id":3830,"parentId":3766,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":12590,"timestamp":1592541766800,"id":3831,"parentId":3767,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":12822,"timestamp":1592541766824,"id":3832,"parentId":3768,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":13046,"timestamp":1592541766854,"id":3833,"parentId":3769,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"}] +[{"name":"read-resource","duration":14259,"timestamp":1592541766881,"id":3834,"parentId":3770,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14512,"timestamp":1592541766905,"id":3835,"parentId":3771,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14736,"timestamp":1592541766930,"id":3836,"parentId":3772,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14956,"timestamp":1592541766954,"id":3837,"parentId":3773,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":15175,"timestamp":1592541766983,"id":3838,"parentId":3774,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":15407,"timestamp":1592541767010,"id":3839,"parentId":3775,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":15679,"timestamp":1592541767038,"id":3840,"parentId":3776,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":15895,"timestamp":1592541767065,"id":3841,"parentId":3777,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":16116,"timestamp":1592541767089,"id":3842,"parentId":3778,"tags":{},"startTime":1727853511499,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":16354,"timestamp":1592541767112,"id":3843,"parentId":3779,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":16580,"timestamp":1592541767135,"id":3844,"parentId":3780,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":16802,"timestamp":1592541767162,"id":3845,"parentId":3781,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":17016,"timestamp":1592541767190,"id":3846,"parentId":3782,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":17252,"timestamp":1592541767214,"id":3847,"parentId":3783,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":17473,"timestamp":1592541767238,"id":3848,"parentId":3784,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":17676,"timestamp":1592541767284,"id":3849,"parentId":3785,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":17895,"timestamp":1592541767315,"id":3850,"parentId":3786,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":18136,"timestamp":1592541767341,"id":3851,"parentId":3788,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":18690,"timestamp":1592541767369,"id":3852,"parentId":3789,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":18955,"timestamp":1592541767399,"id":3853,"parentId":3792,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19188,"timestamp":1592541767425,"id":3854,"parentId":3793,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19431,"timestamp":1592541767449,"id":3855,"parentId":3794,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19656,"timestamp":1592541767472,"id":3856,"parentId":3795,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19894,"timestamp":1592541767496,"id":3857,"parentId":3797,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20124,"timestamp":1592541767519,"id":3858,"parentId":3798,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20358,"timestamp":1592541767541,"id":3859,"parentId":3799,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20577,"timestamp":1592541767564,"id":3860,"parentId":3800,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20819,"timestamp":1592541767587,"id":3861,"parentId":3801,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":21046,"timestamp":1592541767610,"id":3862,"parentId":3802,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":21270,"timestamp":1592541767631,"id":3863,"parentId":3803,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":21488,"timestamp":1592541767653,"id":3864,"parentId":3804,"tags":{},"startTime":1727853511500,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":40068,"timestamp":1592541772272,"id":3873,"parentId":3738,"tags":{},"startTime":1727853511505,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39800,"timestamp":1592541772592,"id":3874,"parentId":3739,"tags":{},"startTime":1727853511505,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39532,"timestamp":1592541772876,"id":3875,"parentId":3740,"tags":{},"startTime":1727853511505,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39273,"timestamp":1592541773148,"id":3876,"parentId":3741,"tags":{},"startTime":1727853511506,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":39011,"timestamp":1592541773423,"id":3877,"parentId":3742,"tags":{},"startTime":1727853511506,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":38773,"timestamp":1592541773673,"id":3878,"parentId":3743,"tags":{},"startTime":1727853511506,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":38541,"timestamp":1592541773917,"id":3879,"parentId":3744,"tags":{},"startTime":1727853511506,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":38312,"timestamp":1592541774158,"id":3880,"parentId":3745,"tags":{},"startTime":1727853511507,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":37483,"timestamp":1592541775002,"id":3883,"parentId":3747,"tags":{},"startTime":1727853511507,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":37220,"timestamp":1592541775278,"id":3884,"parentId":3748,"tags":{},"startTime":1727853511508,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":36956,"timestamp":1592541775554,"id":3885,"parentId":3749,"tags":{},"startTime":1727853511508,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":36645,"timestamp":1592541775877,"id":3886,"parentId":3750,"tags":{},"startTime":1727853511508,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":36290,"timestamp":1592541776243,"id":3887,"parentId":3751,"tags":{},"startTime":1727853511509,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":36019,"timestamp":1592541776528,"id":3888,"parentId":3757,"tags":{},"startTime":1727853511509,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":35713,"timestamp":1592541776846,"id":3889,"parentId":3758,"tags":{},"startTime":1727853511509,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":35396,"timestamp":1592541777175,"id":3890,"parentId":3759,"tags":{},"startTime":1727853511510,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":35130,"timestamp":1592541777453,"id":3891,"parentId":3760,"tags":{},"startTime":1727853511510,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34853,"timestamp":1592541777742,"id":3892,"parentId":3761,"tags":{},"startTime":1727853511510,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34612,"timestamp":1592541777994,"id":3893,"parentId":3762,"tags":{},"startTime":1727853511510,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34362,"timestamp":1592541778257,"id":3894,"parentId":3763,"tags":{},"startTime":1727853511511,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34095,"timestamp":1592541778535,"id":3895,"parentId":3764,"tags":{},"startTime":1727853511511,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":33853,"timestamp":1592541778789,"id":3896,"parentId":3765,"tags":{},"startTime":1727853511511,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":33569,"timestamp":1592541779084,"id":3897,"parentId":3766,"tags":{},"startTime":1727853511511,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":33211,"timestamp":1592541779455,"id":3898,"parentId":3767,"tags":{},"startTime":1727853511512,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":32974,"timestamp":1592541779703,"id":3899,"parentId":3768,"tags":{},"startTime":1727853511512,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31761,"timestamp":1592541780928,"id":3900,"parentId":3769,"tags":{},"startTime":1727853511513,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31495,"timestamp":1592541781206,"id":3901,"parentId":3770,"tags":{},"startTime":1727853511514,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31236,"timestamp":1592541781477,"id":3902,"parentId":3771,"tags":{},"startTime":1727853511514,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31004,"timestamp":1592541781721,"id":3903,"parentId":3772,"tags":{},"startTime":1727853511514,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":30770,"timestamp":1592541781967,"id":3904,"parentId":3773,"tags":{},"startTime":1727853511514,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":30533,"timestamp":1592541782216,"id":3905,"parentId":3774,"tags":{},"startTime":1727853511515,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":30285,"timestamp":1592541782476,"id":3906,"parentId":3775,"tags":{},"startTime":1727853511515,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":29999,"timestamp":1592541782774,"id":3907,"parentId":3776,"tags":{},"startTime":1727853511515,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":29769,"timestamp":1592541783016,"id":3908,"parentId":3777,"tags":{},"startTime":1727853511515,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":29536,"timestamp":1592541783260,"id":3909,"parentId":3778,"tags":{},"startTime":1727853511516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":29285,"timestamp":1592541783523,"id":3910,"parentId":3779,"tags":{},"startTime":1727853511516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":29049,"timestamp":1592541783770,"id":3911,"parentId":3780,"tags":{},"startTime":1727853511516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":28811,"timestamp":1592541784020,"id":3912,"parentId":3781,"tags":{},"startTime":1727853511516,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":28580,"timestamp":1592541784263,"id":3913,"parentId":3782,"tags":{},"startTime":1727853511517,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":28332,"timestamp":1592541784523,"id":3914,"parentId":3783,"tags":{},"startTime":1727853511517,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":28100,"timestamp":1592541784767,"id":3915,"parentId":3784,"tags":{},"startTime":1727853511517,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":27861,"timestamp":1592541785018,"id":3916,"parentId":3785,"tags":{},"startTime":1727853511517,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":27625,"timestamp":1592541785265,"id":3917,"parentId":3786,"tags":{},"startTime":1727853511518,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":26781,"timestamp":1592541786121,"id":3920,"parentId":3789,"tags":{},"startTime":1727853511519,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":26501,"timestamp":1592541786413,"id":3921,"parentId":3792,"tags":{},"startTime":1727853511519,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":26245,"timestamp":1592541786681,"id":3922,"parentId":3793,"tags":{},"startTime":1727853511519,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":25999,"timestamp":1592541786939,"id":3923,"parentId":3794,"tags":{},"startTime":1727853511519,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":25766,"timestamp":1592541787183,"id":3924,"parentId":3795,"tags":{},"startTime":1727853511520,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":25514,"timestamp":1592541787448,"id":3925,"parentId":3797,"tags":{},"startTime":1727853511520,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":25273,"timestamp":1592541787701,"id":3926,"parentId":3798,"tags":{},"startTime":1727853511520,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":25030,"timestamp":1592541787955,"id":3927,"parentId":3799,"tags":{},"startTime":1727853511520,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":24799,"timestamp":1592541788198,"id":3928,"parentId":3800,"tags":{},"startTime":1727853511521,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":24545,"timestamp":1592541788464,"id":3929,"parentId":3801,"tags":{},"startTime":1727853511521,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":24309,"timestamp":1592541788712,"id":3930,"parentId":3802,"tags":{},"startTime":1727853511521,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":24078,"timestamp":1592541788955,"id":3931,"parentId":3803,"tags":{},"startTime":1727853511521,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":23848,"timestamp":1592541789196,"id":3932,"parentId":3804,"tags":{},"startTime":1727853511522,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":86586,"timestamp":1592541728561,"id":3738,"parentId":3369,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\node\\DocumentProjectionNode.mjs","layer":"app-pages-browser"},"startTime":1727853511461,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":89950,"timestamp":1592541729298,"id":3739,"parentId":3373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\interfaces\\motion-value.mjs","layer":"app-pages-browser"},"startTime":1727853511462,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":90706,"timestamp":1592541730026,"id":3740,"parentId":3373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\transitions.mjs","layer":"app-pages-browser"},"startTime":1727853511462,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":91859,"timestamp":1592541730597,"id":3741,"parentId":3373,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-will-change\\add-will-change.mjs","layer":"app-pages-browser"},"startTime":1727853511463,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":92420,"timestamp":1592541731139,"id":3742,"parentId":3376,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\utils\\is-easing-array.mjs","layer":"app-pages-browser"},"startTime":1727853511464,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":93190,"timestamp":1592541731678,"id":3743,"parentId":3376,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\offsets\\default.mjs","layer":"app-pages-browser"},"startTime":1727853511464,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":93732,"timestamp":1592541732199,"id":3744,"parentId":3376,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\offsets\\time.mjs","layer":"app-pages-browser"},"startTime":1727853511465,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":94535,"timestamp":1592541732709,"id":3745,"parentId":3378,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\is-none.mjs","layer":"app-pages-browser"},"startTime":1727853511465,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":94129,"timestamp":1592541734273,"id":3747,"parentId":3389,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\utils\\is-bezier-definition.mjs","layer":"app-pages-browser"},"startTime":1727853511467,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":95833,"timestamp":1592541734778,"id":3748,"parentId":3377,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\animators\\utils\\can-animate.mjs","layer":"app-pages-browser"},"startTime":1727853511467,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":99549,"timestamp":1592541735316,"id":3749,"parentId":3378,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\css-variables-conversion.mjs","layer":"app-pages-browser"},"startTime":1727853511468,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":102070,"timestamp":1592541735829,"id":3750,"parentId":3378,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\is-css-variable.mjs","layer":"app-pages-browser"},"startTime":1727853511468,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":104765,"timestamp":1592541736365,"id":3751,"parentId":3378,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\utils\\make-none-animatable.mjs","layer":"app-pages-browser"},"startTime":1727853511469,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":104246,"timestamp":1592541738950,"id":3757,"parentId":3452,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\Pressable.mjs","layer":"app-pages-browser"},"startTime":1727853511471,"traceId":"007913bbb71a9a03"}] +[{"name":"build-module-mjs","duration":107441,"timestamp":1592541739527,"id":3758,"parentId":3452,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\PressResponder.mjs","layer":"app-pages-browser"},"startTime":1727853511472,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":109061,"timestamp":1592541740036,"id":3759,"parentId":3452,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useFocus.mjs","layer":"app-pages-browser"},"startTime":1727853511472,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":116166,"timestamp":1592541740563,"id":3760,"parentId":3452,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useFocusVisible.mjs","layer":"app-pages-browser"},"startTime":1727853511473,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":117927,"timestamp":1592541741126,"id":3761,"parentId":3452,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useFocusWithin.mjs","layer":"app-pages-browser"},"startTime":1727853511474,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":121356,"timestamp":1592541741625,"id":3762,"parentId":3452,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useHover.mjs","layer":"app-pages-browser"},"startTime":1727853511474,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":124777,"timestamp":1592541742137,"id":3763,"parentId":3452,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useInteractOutside.mjs","layer":"app-pages-browser"},"startTime":1727853511475,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":125829,"timestamp":1592541742632,"id":3764,"parentId":3452,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useKeyboard.mjs","layer":"app-pages-browser"},"startTime":1727853511475,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":137748,"timestamp":1592541743170,"id":3765,"parentId":3452,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useMove.mjs","layer":"app-pages-browser"},"startTime":1727853511476,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":155282,"timestamp":1592541743662,"id":3766,"parentId":3452,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\usePress.mjs","layer":"app-pages-browser"},"startTime":1727853511476,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":154969,"timestamp":1592541745773,"id":3767,"parentId":3452,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useScrollWheel.mjs","layer":"app-pages-browser"},"startTime":1727853511478,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":156790,"timestamp":1592541746814,"id":3768,"parentId":3452,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\useLongPress.mjs","layer":"app-pages-browser"},"startTime":1727853511479,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":158534,"timestamp":1592541747352,"id":3769,"parentId":3472,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\frameloop\\render-step.mjs","layer":"app-pages-browser"},"startTime":1727853511480,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":159678,"timestamp":1592541747904,"id":3770,"parentId":3459,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\utils\\create-generator-easing.mjs","layer":"app-pages-browser"},"startTime":1727853511480,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":160619,"timestamp":1592541748434,"id":3771,"parentId":3459,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\offsets\\fill.mjs","layer":"app-pages-browser"},"startTime":1727853511481,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":162919,"timestamp":1592541748945,"id":3772,"parentId":3464,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\mix\\color.mjs","layer":"app-pages-browser"},"startTime":1727853511481,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":163766,"timestamp":1592541749462,"id":3773,"parentId":3464,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\mix\\visibility.mjs","layer":"app-pages-browser"},"startTime":1727853511482,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":164337,"timestamp":1592541749962,"id":3774,"parentId":3464,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\mix\\immediate.mjs","layer":"app-pages-browser"},"startTime":1727853511482,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":171173,"timestamp":1592541750489,"id":3775,"parentId":3475,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\animation-state.mjs","layer":"app-pages-browser"},"startTime":1727853511483,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":171957,"timestamp":1592541750987,"id":3776,"parentId":3475,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\Feature.mjs","layer":"app-pages-browser"},"startTime":1727853511483,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":172519,"timestamp":1592541751501,"id":3777,"parentId":3457,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\utils\\is-svg-element.mjs","layer":"app-pages-browser"},"startTime":1727853511484,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":173434,"timestamp":1592541752003,"id":3778,"parentId":3459,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\sequence\\utils\\calc-time.mjs","layer":"app-pages-browser"},"startTime":1727853511484,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":174870,"timestamp":1592541752535,"id":3779,"parentId":3459,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\sequence\\utils\\edit.mjs","layer":"app-pages-browser"},"startTime":1727853511485,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":175576,"timestamp":1592541753032,"id":3780,"parentId":3459,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\sequence\\utils\\sort.mjs","layer":"app-pages-browser"},"startTime":1727853511485,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":176459,"timestamp":1592541753551,"id":3781,"parentId":3446,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\numbers\\index.mjs","layer":"app-pages-browser"},"startTime":1727853511486,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":177089,"timestamp":1592541754047,"id":3782,"parentId":3446,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\type-int.mjs","layer":"app-pages-browser"},"startTime":1727853511486,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":178541,"timestamp":1592541754602,"id":3783,"parentId":3447,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\types\\color\\utils.mjs","layer":"app-pages-browser"},"startTime":1727853511487,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":181064,"timestamp":1592541755112,"id":3784,"parentId":3469,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\resize\\handle-element.mjs","layer":"app-pages-browser"},"startTime":1727853511488,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":182164,"timestamp":1592541755611,"id":3785,"parentId":3469,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\resize\\handle-window.mjs","layer":"app-pages-browser"},"startTime":1727853511488,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":184432,"timestamp":1592541756130,"id":3786,"parentId":3471,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\offsets\\index.mjs","layer":"app-pages-browser"},"startTime":1727853511489,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":184825,"timestamp":1592541757647,"id":3789,"parentId":3461,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\Reorder\\utils\\check-reorder.mjs","layer":"app-pages-browser"},"startTime":1727853511490,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":186230,"timestamp":1592541758513,"id":3792,"parentId":3592,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\focus\\dist\\isElementVisible.mjs","layer":"app-pages-browser"},"startTime":1727853511491,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":187309,"timestamp":1592541759043,"id":3793,"parentId":3555,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\utils\\measure.mjs","layer":"app-pages-browser"},"startTime":1727853511491,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":188567,"timestamp":1592541759558,"id":3794,"parentId":3555,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\DOMVisualElement.mjs","layer":"app-pages-browser"},"startTime":1727853511492,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":189144,"timestamp":1592541760068,"id":3795,"parentId":3559,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\lowercase-elements.mjs","layer":"app-pages-browser"},"startTime":1727853511492,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":190805,"timestamp":1592541761013,"id":3797,"parentId":3555,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\utils\\build-styles.mjs","layer":"app-pages-browser"},"startTime":1727853511493,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":192254,"timestamp":1592541761528,"id":3798,"parentId":3555,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\utils\\scrape-motion-values.mjs","layer":"app-pages-browser"},"startTime":1727853511494,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":193056,"timestamp":1592541762033,"id":3799,"parentId":3555,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\utils\\render.mjs","layer":"app-pages-browser"},"startTime":1727853511494,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":194448,"timestamp":1592541762543,"id":3800,"parentId":3556,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\scrape-motion-values.mjs","layer":"app-pages-browser"},"startTime":1727853511495,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":196122,"timestamp":1592541763057,"id":3801,"parentId":3556,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\build-attrs.mjs","layer":"app-pages-browser"},"startTime":1727853511495,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":196790,"timestamp":1592541763570,"id":3802,"parentId":3556,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\camel-case-attrs.mjs","layer":"app-pages-browser"},"startTime":1727853511496,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":197827,"timestamp":1592541764076,"id":3803,"parentId":3556,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\render.mjs","layer":"app-pages-browser"},"startTime":1727853511496,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":198789,"timestamp":1592541764588,"id":3804,"parentId":3556,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\is-svg-tag.mjs","layer":"app-pages-browser"},"startTime":1727853511497,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":194653,"timestamp":1592541770642,"id":3868,"parentId":3867,"tags":{},"startTime":1727853511503,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":195006,"timestamp":1592541770355,"id":3867,"parentId":3796,"tags":{},"startTime":1727853511503,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":209225,"timestamp":1592541760580,"id":3796,"parentId":3558,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1727853511493,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":198752,"timestamp":1592541771249,"id":3872,"parentId":3871,"tags":{},"startTime":1727853511504,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":199051,"timestamp":1592541770988,"id":3871,"parentId":3806,"tags":{},"startTime":1727853511503,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":208094,"timestamp":1592541765553,"id":3806,"parentId":3562,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1727853511498,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":203549,"timestamp":1592541770289,"id":3866,"parentId":3865,"tags":{},"startTime":1727853511503,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":203969,"timestamp":1592541769908,"id":3865,"parentId":3787,"tags":{},"startTime":1727853511502,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":220437,"timestamp":1592541756663,"id":3787,"parentId":3543,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\is-plain-object.js","layer":"app-pages-browser"},"startTime":1727853511489,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":206358,"timestamp":1592541770947,"id":3870,"parentId":3869,"tags":{},"startTime":1727853511503,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":206679,"timestamp":1592541770684,"id":3869,"parentId":3805,"tags":{},"startTime":1727853511503,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":217085,"timestamp":1592541765129,"id":3805,"parentId":3562,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1727853511498,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":369376,"timestamp":1592541786010,"id":3919,"parentId":3918,"tags":{},"startTime":1727853511518,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":369912,"timestamp":1592541785538,"id":3918,"parentId":3788,"tags":{},"startTime":1727853511518,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":399890,"timestamp":1592541757129,"id":3788,"parentId":3461,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\context\\ReorderContext.mjs","layer":"app-pages-browser"},"startTime":1727853511490,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":382363,"timestamp":1592541774891,"id":3882,"parentId":3881,"tags":{},"startTime":1727853511507,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":382881,"timestamp":1592541774427,"id":3881,"parentId":3746,"tags":{},"startTime":1727853511507,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":427389,"timestamp":1592541733736,"id":3746,"parentId":3272,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\components\\AnimatePresence\\PopChild.mjs","layer":"app-pages-browser"},"startTime":1727853511466,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":129689,"timestamp":1592542031779,"id":3935,"parentId":3934,"tags":{},"startTime":1727853511764,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":130122,"timestamp":1592542031386,"id":3934,"parentId":3933,"tags":{},"startTime":1727853511764,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":142580,"timestamp":1592542025949,"id":3933,"parentId":3562,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\handle-mutable.js","layer":"app-pages-browser"},"startTime":1727853511758,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14107,"timestamp":1592542203227,"id":3987,"parentId":3941,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14378,"timestamp":1592542203305,"id":3988,"parentId":3942,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14330,"timestamp":1592542203621,"id":3991,"parentId":3963,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14549,"timestamp":1592542203661,"id":3992,"parentId":3964,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":14819,"timestamp":1592542203688,"id":3993,"parentId":3965,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":15118,"timestamp":1592542203714,"id":3994,"parentId":3966,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":15368,"timestamp":1592542203740,"id":3995,"parentId":3967,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":15607,"timestamp":1592542203765,"id":3996,"parentId":3968,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":15831,"timestamp":1592542203790,"id":3997,"parentId":3969,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":16050,"timestamp":1592542203815,"id":3998,"parentId":3970,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":16284,"timestamp":1592542203840,"id":3999,"parentId":3971,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":16523,"timestamp":1592542203864,"id":4000,"parentId":3972,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":16760,"timestamp":1592542203891,"id":4001,"parentId":3973,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":16985,"timestamp":1592542203918,"id":4002,"parentId":3974,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":17211,"timestamp":1592542203940,"id":4003,"parentId":3975,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":17458,"timestamp":1592542203963,"id":4004,"parentId":3976,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":17687,"timestamp":1592542203986,"id":4005,"parentId":3977,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":18006,"timestamp":1592542204010,"id":4006,"parentId":3978,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":18289,"timestamp":1592542204034,"id":4007,"parentId":3979,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":18728,"timestamp":1592542204057,"id":4008,"parentId":3980,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19201,"timestamp":1592542204080,"id":4009,"parentId":3981,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19461,"timestamp":1592542204102,"id":4010,"parentId":3982,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":19828,"timestamp":1592542204127,"id":4011,"parentId":3985,"tags":{},"startTime":1727853511937,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":20085,"timestamp":1592542204150,"id":4012,"parentId":3986,"tags":{},"startTime":1727853511937,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":9386,"timestamp":1592542217444,"id":4059,"parentId":3941,"tags":{},"startTime":1727853511950,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":9125,"timestamp":1592542217749,"id":4060,"parentId":3942,"tags":{},"startTime":1727853511950,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":8877,"timestamp":1592542218012,"id":4061,"parentId":3963,"tags":{},"startTime":1727853511950,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":8602,"timestamp":1592542218299,"id":4062,"parentId":3964,"tags":{},"startTime":1727853511951,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":8344,"timestamp":1592542218569,"id":4063,"parentId":3965,"tags":{},"startTime":1727853511951,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":8027,"timestamp":1592542218898,"id":4064,"parentId":3966,"tags":{},"startTime":1727853511951,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":7770,"timestamp":1592542219167,"id":4065,"parentId":3967,"tags":{},"startTime":1727853511952,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":7517,"timestamp":1592542219432,"id":4066,"parentId":3968,"tags":{},"startTime":1727853511952,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":7284,"timestamp":1592542219677,"id":4067,"parentId":3969,"tags":{},"startTime":1727853511952,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":7049,"timestamp":1592542219923,"id":4068,"parentId":3970,"tags":{},"startTime":1727853511952,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":6802,"timestamp":1592542220183,"id":4069,"parentId":3971,"tags":{},"startTime":1727853511953,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":6552,"timestamp":1592542220444,"id":4070,"parentId":3972,"tags":{},"startTime":1727853511953,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":6299,"timestamp":1592542220709,"id":4071,"parentId":3973,"tags":{},"startTime":1727853511953,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":6058,"timestamp":1592542220961,"id":4072,"parentId":3974,"tags":{},"startTime":1727853511953,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":7085,"timestamp":1592542221208,"id":4073,"parentId":3975,"tags":{},"startTime":1727853511954,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":6865,"timestamp":1592542221480,"id":4074,"parentId":3976,"tags":{},"startTime":1727853511954,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":6635,"timestamp":1592542221731,"id":4075,"parentId":3977,"tags":{},"startTime":1727853511954,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":6295,"timestamp":1592542222101,"id":4076,"parentId":3978,"tags":{},"startTime":1727853511954,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":6066,"timestamp":1592542222383,"id":4077,"parentId":3979,"tags":{},"startTime":1727853511955,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":5551,"timestamp":1592542222937,"id":4078,"parentId":3980,"tags":{},"startTime":1727853511955,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":5153,"timestamp":1592542223359,"id":4079,"parentId":3981,"tags":{},"startTime":1727853511956,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":4899,"timestamp":1592542223625,"id":4080,"parentId":3982,"tags":{},"startTime":1727853511956,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":4512,"timestamp":1592542224025,"id":4081,"parentId":3985,"tags":{},"startTime":1727853511956,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":4217,"timestamp":1592542224332,"id":4082,"parentId":3986,"tags":{},"startTime":1727853511957,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":50897,"timestamp":1592542180619,"id":3941,"parentId":3557,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1727853511913,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":52151,"timestamp":1592542181141,"id":3942,"parentId":3557,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1727853511914,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":44263,"timestamp":1592542190433,"id":3963,"parentId":3684,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\get-context-window.mjs","layer":"app-pages-browser"},"startTime":1727853511923,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":44938,"timestamp":1592542190942,"id":3964,"parentId":3680,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\utils\\is-node-or-child.mjs","layer":"app-pages-browser"},"startTime":1727853511923,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":64475,"timestamp":1592542191460,"id":3965,"parentId":3683,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\drag\\VisualElementDragControls.mjs","layer":"app-pages-browser"},"startTime":1727853511924,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":70854,"timestamp":1592542191969,"id":3966,"parentId":3684,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\pan\\PanSession.mjs","layer":"app-pages-browser"},"startTime":1727853511924,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":72870,"timestamp":1592542192514,"id":3967,"parentId":3688,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\config-motion.mjs","layer":"app-pages-browser"},"startTime":1727853511925,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":73663,"timestamp":1592542193010,"id":3968,"parentId":3688,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\config-motion.mjs","layer":"app-pages-browser"},"startTime":1727853511925,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":75398,"timestamp":1592542193533,"id":3969,"parentId":3688,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\use-render.mjs","layer":"app-pages-browser"},"startTime":1727853511926,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":79119,"timestamp":1592542194062,"id":3970,"parentId":3696,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\animation\\mix-values.mjs","layer":"app-pages-browser"},"startTime":1727853511926,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":80056,"timestamp":1592542194601,"id":3971,"parentId":3696,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\geometry\\copy.mjs","layer":"app-pages-browser"},"startTime":1727853511927,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":83525,"timestamp":1592542195095,"id":3972,"parentId":3696,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\geometry\\delta-apply.mjs","layer":"app-pages-browser"},"startTime":1727853511927,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":85778,"timestamp":1592542195618,"id":3973,"parentId":3696,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\geometry\\delta-remove.mjs","layer":"app-pages-browser"},"startTime":1727853511928,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":87305,"timestamp":1592542196121,"id":3974,"parentId":3696,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\geometry\\utils.mjs","layer":"app-pages-browser"},"startTime":1727853511929,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":90223,"timestamp":1592542197100,"id":3975,"parentId":3696,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\shared\\stack.mjs","layer":"app-pages-browser"},"startTime":1727853511929,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":92009,"timestamp":1592542197939,"id":3976,"parentId":3696,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\styles\\transform.mjs","layer":"app-pages-browser"},"startTime":1727853511930,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":92526,"timestamp":1592542198485,"id":3977,"parentId":3696,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\utils\\each-axis.mjs","layer":"app-pages-browser"},"startTime":1727853511931,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":93693,"timestamp":1592542198986,"id":3978,"parentId":3696,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\utils\\has-transform.mjs","layer":"app-pages-browser"},"startTime":1727853511931,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":94171,"timestamp":1592542199527,"id":3979,"parentId":3696,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\node\\state.mjs","layer":"app-pages-browser"},"startTime":1727853511932,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":95896,"timestamp":1592542200024,"id":3980,"parentId":3689,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\features\\viewport\\observers.mjs","layer":"app-pages-browser"},"startTime":1727853511932,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":96430,"timestamp":1592542200547,"id":3981,"parentId":3692,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\value-types\\type-auto.mjs","layer":"app-pages-browser"},"startTime":1727853511933,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":100271,"timestamp":1592542201070,"id":3982,"parentId":3592,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\import.mjs","layer":"app-pages-browser"},"startTime":1727853511933,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":101270,"timestamp":1592542202068,"id":3985,"parentId":3690,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\styles\\scale-border-radius.mjs","layer":"app-pages-browser"},"startTime":1727853511934,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":103162,"timestamp":1592542202611,"id":3986,"parentId":3690,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\styles\\scale-box-shadow.mjs","layer":"app-pages-browser"},"startTime":1727853511935,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":101927,"timestamp":1592542205833,"id":4014,"parentId":4013,"tags":{},"startTime":1727853511938,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":102337,"timestamp":1592542205467,"id":4013,"parentId":3936,"tags":{},"startTime":1727853511938,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":133923,"timestamp":1592542177825,"id":3936,"parentId":3562,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1727853511910,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":105216,"timestamp":1592542206771,"id":4020,"parentId":4019,"tags":{},"startTime":1727853511939,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":105513,"timestamp":1592542206518,"id":4019,"parentId":3939,"tags":{},"startTime":1727853511939,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":136009,"timestamp":1592542179736,"id":3939,"parentId":3561,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1727853511912,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":109467,"timestamp":1592542206476,"id":4018,"parentId":4017,"tags":{},"startTime":1727853511939,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":109784,"timestamp":1592542206197,"id":4017,"parentId":3938,"tags":{},"startTime":1727853511939,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":140762,"timestamp":1592542179239,"id":3938,"parentId":3561,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1727853511912,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":113091,"timestamp":1592542207124,"id":4022,"parentId":4021,"tags":{},"startTime":1727853511940,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":113416,"timestamp":1592542206837,"id":4021,"parentId":3940,"tags":{},"startTime":1727853511939,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":144440,"timestamp":1592542180171,"id":3940,"parentId":3561,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1727853511913,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":117362,"timestamp":1592542207442,"id":4024,"parentId":4023,"tags":{},"startTime":1727853511940,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":117674,"timestamp":1592542207168,"id":4023,"parentId":3944,"tags":{},"startTime":1727853511940,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":147609,"timestamp":1592542182204,"id":3944,"parentId":3579,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\shared\\lib\\magic-identifier.js","layer":"app-pages-browser"},"startTime":1727853511915,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":122308,"timestamp":1592542207736,"id":4026,"parentId":4025,"tags":{},"startTime":1727853511940,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":122598,"timestamp":1592542207484,"id":4025,"parentId":3945,"tags":{},"startTime":1727853511940,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":155732,"timestamp":1592542182649,"id":3945,"parentId":3584,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\stack-frame.js","layer":"app-pages-browser"},"startTime":1727853511915,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":130544,"timestamp":1592542208025,"id":4028,"parentId":4027,"tags":{},"startTime":1727853511940,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":130829,"timestamp":1592542207777,"id":4027,"parentId":3946,"tags":{},"startTime":1727853511940,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":158898,"timestamp":1592542183072,"id":3946,"parentId":3578,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\group-stack-frames-by-framework.js","layer":"app-pages-browser"},"startTime":1727853511915,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":133838,"timestamp":1592542208333,"id":4030,"parentId":4029,"tags":{},"startTime":1727853511941,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":134141,"timestamp":1592542208067,"id":4029,"parentId":3947,"tags":{},"startTime":1727853511940,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":162473,"timestamp":1592542183514,"id":3947,"parentId":3586,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\icons\\CollapseIcon.js","layer":"app-pages-browser"},"startTime":1727853511916,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":136948,"timestamp":1592542209223,"id":4036,"parentId":4035,"tags":{},"startTime":1727853511942,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":137236,"timestamp":1592542208971,"id":4035,"parentId":3950,"tags":{},"startTime":1727853511941,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":164846,"timestamp":1592542184845,"id":3950,"parentId":3573,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Dialog\\DialogContent.js","layer":"app-pages-browser"},"startTime":1727853511917,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":140942,"timestamp":1592542208929,"id":4034,"parentId":4033,"tags":{},"startTime":1727853511941,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":141244,"timestamp":1592542208663,"id":4033,"parentId":3949,"tags":{},"startTime":1727853511941,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":169260,"timestamp":1592542184377,"id":3949,"parentId":3573,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Dialog\\DialogBody.js","layer":"app-pages-browser"},"startTime":1727853511917,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":145230,"timestamp":1592542208622,"id":4032,"parentId":4031,"tags":{},"startTime":1727853511941,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":145516,"timestamp":1592542208374,"id":4031,"parentId":3948,"tags":{},"startTime":1727853511941,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":174823,"timestamp":1592542183939,"id":3948,"parentId":3573,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Dialog\\Dialog.js","layer":"app-pages-browser"},"startTime":1727853511916,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":153233,"timestamp":1592542206153,"id":4016,"parentId":4015,"tags":{},"startTime":1727853511939,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":153543,"timestamp":1592542205885,"id":4015,"parentId":3937,"tags":{},"startTime":1727853511938,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":200208,"timestamp":1592542178481,"id":3937,"parentId":3563,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\router-reducer\\ppr-navigations.js","layer":"app-pages-browser"},"startTime":1727853511911,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":169389,"timestamp":1592542209530,"id":4038,"parentId":4037,"tags":{},"startTime":1727853511942,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":169676,"timestamp":1592542209279,"id":4037,"parentId":3951,"tags":{},"startTime":1727853511942,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":197653,"timestamp":1592542185260,"id":3951,"parentId":3573,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Dialog\\DialogHeader.js","layer":"app-pages-browser"},"startTime":1727853511918,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":173278,"timestamp":1592542209817,"id":4040,"parentId":4039,"tags":{},"startTime":1727853511942,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":173561,"timestamp":1592542209571,"id":4039,"parentId":3952,"tags":{},"startTime":1727853511942,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":200927,"timestamp":1592542185683,"id":3952,"parentId":3573,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Dialog\\styles.js","layer":"app-pages-browser"},"startTime":1727853511918,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":176056,"timestamp":1592542210738,"id":4046,"parentId":4045,"tags":{},"startTime":1727853511943,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":176361,"timestamp":1592542210469,"id":4045,"parentId":3955,"tags":{},"startTime":1727853511943,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":203329,"timestamp":1592542186937,"id":3955,"parentId":3576,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\VersionStalenessInfo\\styles.js","layer":"app-pages-browser"},"startTime":1727853511919,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":180101,"timestamp":1592542210427,"id":4044,"parentId":4043,"tags":{},"startTime":1727853511943,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":180421,"timestamp":1592542210144,"id":4043,"parentId":3954,"tags":{},"startTime":1727853511943,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":210905,"timestamp":1592542186513,"id":3954,"parentId":3575,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Terminal\\Terminal.js","layer":"app-pages-browser"},"startTime":1727853511919,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":187517,"timestamp":1592542210103,"id":4042,"parentId":4041,"tags":{},"startTime":1727853511942,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":187802,"timestamp":1592542209856,"id":4041,"parentId":3953,"tags":{},"startTime":1727853511942,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":216275,"timestamp":1592542186089,"id":3953,"parentId":3574,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Overlay\\Overlay.js","layer":"app-pages-browser"},"startTime":1727853511918,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":191542,"timestamp":1592542211026,"id":4048,"parentId":4047,"tags":{},"startTime":1727853511943,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":191827,"timestamp":1592542210779,"id":4047,"parentId":3956,"tags":{},"startTime":1727853511943,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":220871,"timestamp":1592542187361,"id":3956,"parentId":3576,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\VersionStalenessInfo\\VersionStalenessInfo.js","layer":"app-pages-browser"},"startTime":1727853511920,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":197117,"timestamp":1592542211329,"id":4050,"parentId":4049,"tags":{},"startTime":1727853511944,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":197418,"timestamp":1592542211067,"id":4049,"parentId":3957,"tags":{},"startTime":1727853511943,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":224377,"timestamp":1592542187766,"id":3957,"parentId":3577,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Toast\\styles.js","layer":"app-pages-browser"},"startTime":1727853511920,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":200757,"timestamp":1592542211613,"id":4052,"parentId":4051,"tags":{},"startTime":1727853511944,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":201041,"timestamp":1592542211369,"id":4051,"parentId":3958,"tags":{},"startTime":1727853511944,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":228011,"timestamp":1592542188180,"id":3958,"parentId":3577,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Toast\\Toast.js","layer":"app-pages-browser"},"startTime":1727853511921,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":204748,"timestamp":1592542211901,"id":4054,"parentId":4053,"tags":{},"startTime":1727853511944,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":205057,"timestamp":1592542211654,"id":4053,"parentId":3959,"tags":{},"startTime":1727853511944,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":232810,"timestamp":1592542188612,"id":3959,"parentId":3578,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\container\\RuntimeError\\GroupedStackFrames.js","layer":"app-pages-browser"},"startTime":1727853511921,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":209090,"timestamp":1592542212514,"id":4058,"parentId":4057,"tags":{},"startTime":1727853511945,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":209391,"timestamp":1592542212250,"id":4057,"parentId":3961,"tags":{},"startTime":1727853511945,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":235230,"timestamp":1592542189436,"id":3961,"parentId":3578,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\CodeFrame\\index.js","layer":"app-pages-browser"},"startTime":1727853511922,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":212693,"timestamp":1592542212208,"id":4056,"parentId":4055,"tags":{},"startTime":1727853511945,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":213982,"timestamp":1592542211942,"id":4055,"parentId":3960,"tags":{},"startTime":1727853511944,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":243632,"timestamp":1592542189014,"id":3960,"parentId":3587,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\LeftRightDialogHeader\\LeftRightDialogHeader.js","layer":"app-pages-browser"},"startTime":1727853511921,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":848082,"timestamp":1592541758345,"id":3791,"parentId":3790,"tags":{},"startTime":1727853511491,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":849726,"timestamp":1592541758165,"id":3790,"parentId":3135,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\react-server-dom-webpack\\client.browser.js","layer":"app-pages-browser"},"startTime":1727853511491,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":871883,"timestamp":1592541737100,"id":3753,"parentId":3752,"tags":{},"startTime":1727853511469,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":914351,"timestamp":1592541736869,"id":3752,"parentId":3032,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\react\\cjs\\react.development.js","layer":"app-pages-browser"},"startTime":1727853511469,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":10548831,"timestamp":1592532136570,"id":2337,"parentId":2333,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727853501869,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4429,"timestamp":1592542685926,"id":4104,"parentId":4083,"tags":{},"startTime":1727853512418,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4708,"timestamp":1592542685976,"id":4105,"parentId":4084,"tags":{},"startTime":1727853512418,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4959,"timestamp":1592542686003,"id":4106,"parentId":4085,"tags":{},"startTime":1727853512418,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5237,"timestamp":1592542686028,"id":4107,"parentId":4086,"tags":{},"startTime":1727853512418,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5882,"timestamp":1592542686055,"id":4108,"parentId":4087,"tags":{},"startTime":1727853512418,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6144,"timestamp":1592542686080,"id":4109,"parentId":4088,"tags":{},"startTime":1727853512418,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6372,"timestamp":1592542686103,"id":4110,"parentId":4089,"tags":{},"startTime":1727853512418,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6615,"timestamp":1592542686127,"id":4111,"parentId":4090,"tags":{},"startTime":1727853512419,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6836,"timestamp":1592542686150,"id":4112,"parentId":4091,"tags":{},"startTime":1727853512419,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7060,"timestamp":1592542686173,"id":4113,"parentId":4092,"tags":{},"startTime":1727853512419,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7284,"timestamp":1592542686197,"id":4114,"parentId":4093,"tags":{},"startTime":1727853512419,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7548,"timestamp":1592542686221,"id":4115,"parentId":4094,"tags":{},"startTime":1727853512419,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7782,"timestamp":1592542686243,"id":4116,"parentId":4095,"tags":{},"startTime":1727853512419,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8005,"timestamp":1592542686264,"id":4117,"parentId":4096,"tags":{},"startTime":1727853512419,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8207,"timestamp":1592542686321,"id":4118,"parentId":4097,"tags":{},"startTime":1727853512419,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8429,"timestamp":1592542686350,"id":4119,"parentId":4098,"tags":{},"startTime":1727853512419,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8652,"timestamp":1592542686374,"id":4120,"parentId":4099,"tags":{},"startTime":1727853512419,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8872,"timestamp":1592542686395,"id":4121,"parentId":4100,"tags":{},"startTime":1727853512419,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9105,"timestamp":1592542686417,"id":4122,"parentId":4101,"tags":{},"startTime":1727853512419,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9341,"timestamp":1592542686440,"id":4123,"parentId":4102,"tags":{},"startTime":1727853512419,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9562,"timestamp":1592542686463,"id":4124,"parentId":4103,"tags":{},"startTime":1727853512419,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":77405,"timestamp":1592542690437,"id":4125,"parentId":4083,"tags":{},"startTime":1727853512423,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":77157,"timestamp":1592542690748,"id":4126,"parentId":4084,"tags":{},"startTime":1727853512423,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":76873,"timestamp":1592542691049,"id":4127,"parentId":4085,"tags":{},"startTime":1727853512423,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":76607,"timestamp":1592542691328,"id":4128,"parentId":4086,"tags":{},"startTime":1727853512424,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":75937,"timestamp":1592542692011,"id":4129,"parentId":4087,"tags":{},"startTime":1727853512424,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":75676,"timestamp":1592542692284,"id":4130,"parentId":4088,"tags":{},"startTime":1727853512425,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":75423,"timestamp":1592542692549,"id":4131,"parentId":4089,"tags":{},"startTime":1727853512425,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":75184,"timestamp":1592542692800,"id":4132,"parentId":4090,"tags":{},"startTime":1727853512425,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":74953,"timestamp":1592542693042,"id":4133,"parentId":4091,"tags":{},"startTime":1727853512425,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":74718,"timestamp":1592542693290,"id":4134,"parentId":4092,"tags":{},"startTime":1727853512426,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":74459,"timestamp":1592542693560,"id":4135,"parentId":4093,"tags":{},"startTime":1727853512426,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":74206,"timestamp":1592542693826,"id":4136,"parentId":4094,"tags":{},"startTime":1727853512426,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":73964,"timestamp":1592542694080,"id":4137,"parentId":4095,"tags":{},"startTime":1727853512426,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":73733,"timestamp":1592542694323,"id":4138,"parentId":4096,"tags":{},"startTime":1727853512427,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":73484,"timestamp":1592542694585,"id":4139,"parentId":4097,"tags":{},"startTime":1727853512427,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":73245,"timestamp":1592542694835,"id":4140,"parentId":4098,"tags":{},"startTime":1727853512427,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":73014,"timestamp":1592542695080,"id":4141,"parentId":4099,"tags":{},"startTime":1727853512427,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":72786,"timestamp":1592542695322,"id":4142,"parentId":4100,"tags":{},"startTime":1727853512428,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":72540,"timestamp":1592542695580,"id":4143,"parentId":4101,"tags":{},"startTime":1727853512428,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":72295,"timestamp":1592542695836,"id":4144,"parentId":4102,"tags":{},"startTime":1727853512428,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":72065,"timestamp":1592542696078,"id":4145,"parentId":4103,"tags":{},"startTime":1727853512428,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":96537,"timestamp":1592542673410,"id":4083,"parentId":3758,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\context.mjs","layer":"app-pages-browser"},"startTime":1727853512406,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":99700,"timestamp":1592542674139,"id":4084,"parentId":3759,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\utils.mjs","layer":"app-pages-browser"},"startTime":1727853512407,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":100643,"timestamp":1592542674691,"id":4085,"parentId":3764,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\createEventHandler.mjs","layer":"app-pages-browser"},"startTime":1727853512407,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":102605,"timestamp":1592542675215,"id":4086,"parentId":3765,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\interactions\\dist\\textSelection.mjs","layer":"app-pages-browser"},"startTime":1727853512408,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":104203,"timestamp":1592542675748,"id":4087,"parentId":3772,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\hsla-to-rgba.mjs","layer":"app-pages-browser"},"startTime":1727853512408,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":105076,"timestamp":1592542676262,"id":4088,"parentId":3775,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\utils\\shallow-compare.mjs","layer":"app-pages-browser"},"startTime":1727853512409,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":106348,"timestamp":1592542676858,"id":4089,"parentId":3739,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\default-transitions.mjs","layer":"app-pages-browser"},"startTime":1727853512409,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":107263,"timestamp":1592542677374,"id":4090,"parentId":3741,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\value\\use-will-change\\is.mjs","layer":"app-pages-browser"},"startTime":1727853512410,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":108620,"timestamp":1592542677898,"id":4091,"parentId":3775,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\utils\\get-variant-context.mjs","layer":"app-pages-browser"},"startTime":1727853512410,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":109697,"timestamp":1592542678403,"id":4092,"parentId":3793,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\projection\\geometry\\conversion.mjs","layer":"app-pages-browser"},"startTime":1727853512411,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":110716,"timestamp":1592542678946,"id":4093,"parentId":3748,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\animation\\utils\\is-animatable.mjs","layer":"app-pages-browser"},"startTime":1727853512411,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":111489,"timestamp":1592542679459,"id":4094,"parentId":3779,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\easing\\utils\\get-easing-for-segment.mjs","layer":"app-pages-browser"},"startTime":1727853512412,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":112819,"timestamp":1592542679990,"id":4095,"parentId":3798,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\motion\\utils\\is-forced-motion-value.mjs","layer":"app-pages-browser"},"startTime":1727853512412,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":113850,"timestamp":1592542680503,"id":4096,"parentId":3801,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\transform-origin.mjs","layer":"app-pages-browser"},"startTime":1727853512413,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":115169,"timestamp":1592542681037,"id":4097,"parentId":3801,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\path.mjs","layer":"app-pages-browser"},"startTime":1727853512413,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":116025,"timestamp":1592542681568,"id":4098,"parentId":3766,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_private_field_get.js","layer":"app-pages-browser"},"startTime":1727853512414,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":116775,"timestamp":1592542682086,"id":4099,"parentId":3766,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_private_field_init.js","layer":"app-pages-browser"},"startTime":1727853512414,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":117642,"timestamp":1592542682600,"id":4100,"parentId":3766,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_private_field_set.js","layer":"app-pages-browser"},"startTime":1727853512415,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":118989,"timestamp":1592542683097,"id":4101,"parentId":3786,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\offsets\\inset.mjs","layer":"app-pages-browser"},"startTime":1727853512415,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":119544,"timestamp":1592542683650,"id":4102,"parentId":3786,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\offsets\\presets.mjs","layer":"app-pages-browser"},"startTime":1727853512416,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":120991,"timestamp":1592542684147,"id":4103,"parentId":3786,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\offsets\\offset.mjs","layer":"app-pages-browser"},"startTime":1727853512417,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":2299,"timestamp":1592542841270,"id":4183,"parentId":4146,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":2575,"timestamp":1592542841325,"id":4184,"parentId":4147,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":2809,"timestamp":1592542841352,"id":4185,"parentId":4148,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":3029,"timestamp":1592542841382,"id":4186,"parentId":4149,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":3356,"timestamp":1592542841408,"id":4187,"parentId":4150,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":3598,"timestamp":1592542841433,"id":4188,"parentId":4151,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":3833,"timestamp":1592542841456,"id":4189,"parentId":4152,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4083,"timestamp":1592542841479,"id":4190,"parentId":4153,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4287,"timestamp":1592542841522,"id":4191,"parentId":4154,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4522,"timestamp":1592542841549,"id":4192,"parentId":4155,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":4759,"timestamp":1592542841572,"id":4193,"parentId":4156,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5011,"timestamp":1592542841594,"id":4194,"parentId":4157,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5245,"timestamp":1592542841620,"id":4195,"parentId":4158,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5470,"timestamp":1592542841643,"id":4196,"parentId":4159,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5689,"timestamp":1592542841669,"id":4197,"parentId":4160,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5933,"timestamp":1592542841695,"id":4198,"parentId":4161,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6157,"timestamp":1592542841716,"id":4199,"parentId":4162,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6378,"timestamp":1592542841739,"id":4200,"parentId":4163,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6598,"timestamp":1592542841761,"id":4201,"parentId":4164,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":6843,"timestamp":1592542841783,"id":4202,"parentId":4165,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7071,"timestamp":1592542841803,"id":4203,"parentId":4166,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7291,"timestamp":1592542841824,"id":4204,"parentId":4167,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7518,"timestamp":1592542841845,"id":4205,"parentId":4168,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7758,"timestamp":1592542841868,"id":4206,"parentId":4169,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":7988,"timestamp":1592542841888,"id":4207,"parentId":4170,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8210,"timestamp":1592542841909,"id":4208,"parentId":4171,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8440,"timestamp":1592542841929,"id":4209,"parentId":4172,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8755,"timestamp":1592542841949,"id":4210,"parentId":4173,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":8987,"timestamp":1592542841970,"id":4211,"parentId":4174,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9208,"timestamp":1592542841992,"id":4212,"parentId":4175,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":9442,"timestamp":1592542842013,"id":4213,"parentId":4176,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"}] +[{"name":"read-resource","duration":10621,"timestamp":1592542842043,"id":4214,"parentId":4177,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":10858,"timestamp":1592542842069,"id":4215,"parentId":4178,"tags":{},"startTime":1727853512574,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11053,"timestamp":1592542842117,"id":4216,"parentId":4179,"tags":{},"startTime":1727853512575,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11285,"timestamp":1592542842149,"id":4217,"parentId":4180,"tags":{},"startTime":1727853512575,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11524,"timestamp":1592542842173,"id":4218,"parentId":4181,"tags":{},"startTime":1727853512575,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11757,"timestamp":1592542842194,"id":4219,"parentId":4182,"tags":{},"startTime":1727853512575,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":35612,"timestamp":1592542843667,"id":4220,"parentId":4146,"tags":{},"startTime":1727853512576,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":35400,"timestamp":1592542843966,"id":4221,"parentId":4147,"tags":{},"startTime":1727853512576,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":35188,"timestamp":1592542844220,"id":4222,"parentId":4148,"tags":{},"startTime":1727853512577,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34970,"timestamp":1592542844468,"id":4223,"parentId":4149,"tags":{},"startTime":1727853512577,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34633,"timestamp":1592542844834,"id":4224,"parentId":4150,"tags":{},"startTime":1727853512577,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34433,"timestamp":1592542845088,"id":4225,"parentId":4151,"tags":{},"startTime":1727853512577,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":34211,"timestamp":1592542845346,"id":4226,"parentId":4152,"tags":{},"startTime":1727853512578,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":33965,"timestamp":1592542845620,"id":4227,"parentId":4153,"tags":{},"startTime":1727853512578,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":33752,"timestamp":1592542845865,"id":4228,"parentId":4154,"tags":{},"startTime":1727853512578,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":33518,"timestamp":1592542846131,"id":4229,"parentId":4155,"tags":{},"startTime":1727853512579,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":33302,"timestamp":1592542846386,"id":4230,"parentId":4156,"tags":{},"startTime":1727853512579,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":33040,"timestamp":1592542846664,"id":4231,"parentId":4157,"tags":{},"startTime":1727853512579,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":32793,"timestamp":1592542846925,"id":4232,"parentId":4158,"tags":{},"startTime":1727853512579,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":32562,"timestamp":1592542847169,"id":4233,"parentId":4159,"tags":{},"startTime":1727853512580,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":32331,"timestamp":1592542847413,"id":4234,"parentId":4160,"tags":{},"startTime":1727853512580,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":32071,"timestamp":1592542847685,"id":4235,"parentId":4161,"tags":{},"startTime":1727853512580,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31837,"timestamp":1592542847930,"id":4236,"parentId":4162,"tags":{},"startTime":1727853512580,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31607,"timestamp":1592542848172,"id":4237,"parentId":4163,"tags":{},"startTime":1727853512581,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31378,"timestamp":1592542848413,"id":4238,"parentId":4164,"tags":{},"startTime":1727853512581,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31119,"timestamp":1592542848684,"id":4239,"parentId":4165,"tags":{},"startTime":1727853512581,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":30886,"timestamp":1592542848929,"id":4240,"parentId":4166,"tags":{},"startTime":1727853512581,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":30654,"timestamp":1592542849172,"id":4241,"parentId":4167,"tags":{},"startTime":1727853512582,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":30420,"timestamp":1592542849418,"id":4242,"parentId":4168,"tags":{},"startTime":1727853512582,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":30166,"timestamp":1592542849684,"id":4243,"parentId":4169,"tags":{},"startTime":1727853512582,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":29930,"timestamp":1592542849931,"id":4244,"parentId":4170,"tags":{},"startTime":1727853512582,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":29700,"timestamp":1592542850173,"id":4245,"parentId":4171,"tags":{},"startTime":1727853512583,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":29449,"timestamp":1592542850437,"id":4246,"parentId":4172,"tags":{},"startTime":1727853512583,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":29135,"timestamp":1592542850764,"id":4247,"parentId":4173,"tags":{},"startTime":1727853512583,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":28897,"timestamp":1592542851013,"id":4248,"parentId":4174,"tags":{},"startTime":1727853512583,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":28666,"timestamp":1592542851255,"id":4249,"parentId":4175,"tags":{},"startTime":1727853512584,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":27488,"timestamp":1592542852446,"id":4250,"parentId":4176,"tags":{},"startTime":1727853512585,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":27216,"timestamp":1592542852729,"id":4251,"parentId":4177,"tags":{},"startTime":1727853512585,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":26974,"timestamp":1592542852984,"id":4252,"parentId":4178,"tags":{},"startTime":1727853512585,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":26743,"timestamp":1592542853226,"id":4253,"parentId":4179,"tags":{},"startTime":1727853512586,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":26477,"timestamp":1592542853503,"id":4254,"parentId":4180,"tags":{},"startTime":1727853512586,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":26238,"timestamp":1592542853754,"id":4255,"parentId":4181,"tags":{},"startTime":1727853512586,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":25997,"timestamp":1592542854008,"id":4256,"parentId":4182,"tags":{},"startTime":1727853512586,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":63180,"timestamp":1592542820877,"id":4146,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useId.mjs","layer":"app-pages-browser"},"startTime":1727853512553,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":63726,"timestamp":1592542821645,"id":4147,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\chain.mjs","layer":"app-pages-browser"},"startTime":1727853512554,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":64705,"timestamp":1592542822217,"id":4148,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\domHelpers.mjs","layer":"app-pages-browser"},"startTime":1727853512555,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":66402,"timestamp":1592542822789,"id":4149,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\mergeProps.mjs","layer":"app-pages-browser"},"startTime":1727853512555,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":67098,"timestamp":1592542823455,"id":4150,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\mergeRefs.mjs","layer":"app-pages-browser"},"startTime":1727853512556,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":68580,"timestamp":1592542823981,"id":4151,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\filterDOMProps.mjs","layer":"app-pages-browser"},"startTime":1727853512556,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":70389,"timestamp":1592542824516,"id":4152,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\focusWithoutScrolling.mjs","layer":"app-pages-browser"},"startTime":1727853512557,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":70900,"timestamp":1592542825222,"id":4153,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\getOffset.mjs","layer":"app-pages-browser"},"startTime":1727853512558,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":75476,"timestamp":1592542825760,"id":4154,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\openLink.mjs","layer":"app-pages-browser"},"startTime":1727853512558,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":77511,"timestamp":1592542826259,"id":4155,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\runAfterTransition.mjs","layer":"app-pages-browser"},"startTime":1727853512559,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":80833,"timestamp":1592542826776,"id":4156,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useDrag1D.mjs","layer":"app-pages-browser"},"startTime":1727853512559,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":82710,"timestamp":1592542827291,"id":4157,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useGlobalListeners.mjs","layer":"app-pages-browser"},"startTime":1727853512560,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":83861,"timestamp":1592542828057,"id":4158,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useLabels.mjs","layer":"app-pages-browser"},"startTime":1727853512560,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":84733,"timestamp":1592542828719,"id":4159,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useObjectRef.mjs","layer":"app-pages-browser"},"startTime":1727853512561,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":85787,"timestamp":1592542829313,"id":4160,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useUpdateEffect.mjs","layer":"app-pages-browser"},"startTime":1727853512562,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":86469,"timestamp":1592542829863,"id":4161,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useLayoutEffect.mjs","layer":"app-pages-browser"},"startTime":1727853512562,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":87809,"timestamp":1592542830359,"id":4162,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useResizeObserver.mjs","layer":"app-pages-browser"},"startTime":1727853512563,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":88627,"timestamp":1592542830897,"id":4163,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useSyncRef.mjs","layer":"app-pages-browser"},"startTime":1727853512563,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":89607,"timestamp":1592542831399,"id":4164,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\getScrollParent.mjs","layer":"app-pages-browser"},"startTime":1727853512564,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":90448,"timestamp":1592542831908,"id":4165,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\getScrollParents.mjs","layer":"app-pages-browser"},"startTime":1727853512564,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":91406,"timestamp":1592542832400,"id":4166,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\isScrollable.mjs","layer":"app-pages-browser"},"startTime":1727853512565,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":93359,"timestamp":1592542832913,"id":4167,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useViewportSize.mjs","layer":"app-pages-browser"},"startTime":1727853512565,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":95114,"timestamp":1592542833419,"id":4168,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useDescription.mjs","layer":"app-pages-browser"},"startTime":1727853512566,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":97958,"timestamp":1592542833933,"id":4169,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\platform.mjs","layer":"app-pages-browser"},"startTime":1727853512566,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":99381,"timestamp":1592542834424,"id":4170,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useEvent.mjs","layer":"app-pages-browser"},"startTime":1727853512567,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":100781,"timestamp":1592542834934,"id":4171,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useValueEffect.mjs","layer":"app-pages-browser"},"startTime":1727853512567,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":104069,"timestamp":1592542835442,"id":4172,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\scrollIntoView.mjs","layer":"app-pages-browser"},"startTime":1727853512568,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":105388,"timestamp":1592542835946,"id":4173,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\isVirtualEvent.mjs","layer":"app-pages-browser"},"startTime":1727853512568,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":106522,"timestamp":1592542836435,"id":4174,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useEffectEvent.mjs","layer":"app-pages-browser"},"startTime":1727853512569,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":107398,"timestamp":1592542836948,"id":4175,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useDeepMemo.mjs","layer":"app-pages-browser"},"startTime":1727853512569,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":108864,"timestamp":1592542837460,"id":4176,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\utils\\dist\\useFormReset.mjs","layer":"app-pages-browser"},"startTime":1727853512570,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":111307,"timestamp":1592542837980,"id":4177,"parentId":3969,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\use-props.mjs","layer":"app-pages-browser"},"startTime":1727853512570,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":112503,"timestamp":1592542838546,"id":4178,"parentId":3969,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\use-props.mjs","layer":"app-pages-browser"},"startTime":1727853512571,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":115996,"timestamp":1592542839045,"id":4179,"parentId":3965,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\gestures\\drag\\utils\\constraints.mjs","layer":"app-pages-browser"},"startTime":1727853512571,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":116601,"timestamp":1592542839594,"id":4180,"parentId":3967,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\svg\\utils\\create-render-state.mjs","layer":"app-pages-browser"},"startTime":1727853512572,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":117181,"timestamp":1592542840102,"id":4181,"parentId":3968,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\html\\utils\\create-render-state.mjs","layer":"app-pages-browser"},"startTime":1727853512572,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":117822,"timestamp":1592542840622,"id":4182,"parentId":3760,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\ssr\\dist\\import.mjs","layer":"app-pages-browser"},"startTime":1727853512573,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":757579,"timestamp":1592542203482,"id":3990,"parentId":3962,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":260,"timestamp":1592542961144,"id":4257,"parentId":3962,"tags":{},"startTime":1727853512694,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":777831,"timestamp":1592542189855,"id":3962,"parentId":2439,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\mini-css-extract-plugin\\hmr\\hotModuleReplacement.js","layer":"app-pages-browser"},"startTime":1727853511922,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":764504,"timestamp":1592542203341,"id":3989,"parentId":3943,"tags":{},"startTime":1727853511936,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":318,"timestamp":1592542967920,"id":4258,"parentId":3943,"tags":{},"startTime":1727853512700,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":796872,"timestamp":1592542181689,"id":3943,"parentId":3118,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\react-refresh\\cjs\\react-refresh-runtime.development.js","layer":"app-pages-browser"},"startTime":1727853511914,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":10845175,"timestamp":1592532135360,"id":2334,"parentId":2333,"tags":{"request":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1727853501868,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":10881852,"timestamp":1592532136711,"id":2338,"parentId":2333,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Cgoogle%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Cgoogle%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cstyles%5C%5Ctailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727853501869,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":5694,"timestamp":1592543018720,"id":4267,"parentId":4266,"tags":{},"startTime":1727853512751,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":46617,"timestamp":1592543024519,"id":4282,"parentId":4266,"tags":{},"startTime":1727853512757,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":64793,"timestamp":1592543017972,"id":4266,"parentId":3954,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\anser\\index.js","layer":"app-pages-browser"},"startTime":1727853512750,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":63421,"timestamp":1592543021031,"id":4269,"parentId":4268,"tags":{},"startTime":1727853512753,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":63841,"timestamp":1592543020672,"id":4268,"parentId":4259,"tags":{},"startTime":1727853512753,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":73870,"timestamp":1592543014646,"id":4259,"parentId":3948,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\hooks\\use-on-click-outside.js","layer":"app-pages-browser"},"startTime":1727853512747,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":67331,"timestamp":1592543021408,"id":4271,"parentId":4270,"tags":{},"startTime":1727853512754,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":67700,"timestamp":1592543021078,"id":4270,"parentId":4260,"tags":{},"startTime":1727853512753,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":79306,"timestamp":1592543015278,"id":4260,"parentId":3959,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\icons\\FrameworkIcon.js","layer":"app-pages-browser"},"startTime":1727853512748,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":73059,"timestamp":1592543021740,"id":4273,"parentId":4272,"tags":{},"startTime":1727853512754,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":73387,"timestamp":1592543021451,"id":4272,"parentId":4261,"tags":{},"startTime":1727853512754,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":84975,"timestamp":1592543015778,"id":4261,"parentId":3954,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Terminal\\EditorLink.js","layer":"app-pages-browser"},"startTime":1727853512748,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":78648,"timestamp":1592543022337,"id":4277,"parentId":4276,"tags":{},"startTime":1727853512755,"traceId":"007913bbb71a9a03"}] +[{"name":"next-swc-loader","duration":79916,"timestamp":1592543022085,"id":4276,"parentId":4263,"tags":{},"startTime":1727853512754,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":89233,"timestamp":1592543016675,"id":4263,"parentId":3953,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Overlay\\body-locker.js","layer":"app-pages-browser"},"startTime":1727853512749,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":83477,"timestamp":1592543022651,"id":4279,"parentId":4278,"tags":{},"startTime":1727853512755,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":83788,"timestamp":1592543022378,"id":4278,"parentId":4264,"tags":{},"startTime":1727853512755,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":93476,"timestamp":1592543017099,"id":4264,"parentId":3959,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\container\\RuntimeError\\CallStackFrame.js","layer":"app-pages-browser"},"startTime":1727853512749,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":87866,"timestamp":1592543022963,"id":4281,"parentId":4280,"tags":{},"startTime":1727853512755,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":88175,"timestamp":1592543022692,"id":4280,"parentId":4265,"tags":{},"startTime":1727853512755,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":101915,"timestamp":1592543017538,"id":4265,"parentId":3961,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\CodeFrame\\CodeFrame.js","layer":"app-pages-browser"},"startTime":1727853512750,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1830,"timestamp":1592543137317,"id":4289,"parentId":4283,"tags":{},"startTime":1727853512870,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1998,"timestamp":1592543137488,"id":4290,"parentId":4284,"tags":{},"startTime":1727853512870,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":2173,"timestamp":1592543137578,"id":4291,"parentId":4285,"tags":{},"startTime":1727853512870,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":2332,"timestamp":1592543137669,"id":4292,"parentId":4286,"tags":{},"startTime":1727853512870,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":2542,"timestamp":1592543137732,"id":4293,"parentId":4287,"tags":{},"startTime":1727853512870,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":2754,"timestamp":1592543137778,"id":4294,"parentId":4288,"tags":{},"startTime":1727853512870,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":44427,"timestamp":1592543139260,"id":4295,"parentId":4283,"tags":{},"startTime":1727853512872,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":44195,"timestamp":1592543139552,"id":4296,"parentId":4284,"tags":{},"startTime":1727853512872,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":43954,"timestamp":1592543139810,"id":4297,"parentId":4285,"tags":{},"startTime":1727853512872,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":43718,"timestamp":1592543140058,"id":4298,"parentId":4286,"tags":{},"startTime":1727853512872,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":43458,"timestamp":1592543140333,"id":4299,"parentId":4287,"tags":{},"startTime":1727853512873,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":43215,"timestamp":1592543140589,"id":4300,"parentId":4288,"tags":{},"startTime":1727853512873,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":52233,"timestamp":1592543133148,"id":4283,"parentId":4098,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_apply_descriptor_get.js","layer":"app-pages-browser"},"startTime":1727853512866,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":52959,"timestamp":1592543133904,"id":4284,"parentId":4098,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_extract_field_descriptor.js","layer":"app-pages-browser"},"startTime":1727853512866,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":53462,"timestamp":1592543134682,"id":4285,"parentId":4099,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_check_private_redeclaration.js","layer":"app-pages-browser"},"startTime":1727853512867,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":54262,"timestamp":1592543135226,"id":4286,"parentId":4100,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@swc\\helpers\\esm\\_class_apply_descriptor_set.js","layer":"app-pages-browser"},"startTime":1727853512868,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":55627,"timestamp":1592543135792,"id":4287,"parentId":4103,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\framer-motion\\dist\\es\\render\\dom\\scroll\\offsets\\edge.mjs","layer":"app-pages-browser"},"startTime":1727853512868,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":56335,"timestamp":1592543136399,"id":4288,"parentId":3982,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-stately\\utils\\dist\\import.mjs","layer":"app-pages-browser"},"startTime":1727853512869,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":993395,"timestamp":1592542201808,"id":3984,"parentId":3983,"tags":{},"startTime":1727853511934,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":1712117,"timestamp":1592542201599,"id":3983,"parentId":3277,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\react-dom\\cjs\\react-dom.development.js","layer":"app-pages-browser"},"startTime":1727853511934,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":894058,"timestamp":1592543022043,"id":4275,"parentId":4274,"tags":{},"startTime":1727853512754,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":894360,"timestamp":1592543021783,"id":4274,"parentId":4262,"tags":{},"startTime":1727853512754,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":965067,"timestamp":1592543016215,"id":4262,"parentId":3953,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\components\\Overlay\\maintain--tab-focus.js","layer":"app-pages-browser"},"startTime":1727853512749,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":667,"timestamp":1592543985253,"id":4302,"parentId":4301,"tags":{},"startTime":1727853513718,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":11799,"timestamp":1592543985992,"id":4303,"parentId":4301,"tags":{},"startTime":1727853513718,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":21152,"timestamp":1592543984524,"id":4301,"parentId":4182,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-aria\\ssr\\dist\\SSRProvider.mjs","layer":"app-pages-browser"},"startTime":1727853513717,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":115,"timestamp":1592544017960,"id":4313,"parentId":4309,"tags":{},"startTime":1727853513750,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":362,"timestamp":1592544018005,"id":4314,"parentId":4310,"tags":{},"startTime":1727853513750,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":606,"timestamp":1592544018031,"id":4315,"parentId":4311,"tags":{},"startTime":1727853513750,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1069,"timestamp":1592544018054,"id":4316,"parentId":4312,"tags":{},"startTime":1727853513750,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":1238,"timestamp":1592544018147,"id":4317,"parentId":4309,"tags":{},"startTime":1727853513751,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":995,"timestamp":1592544018438,"id":4318,"parentId":4310,"tags":{},"startTime":1727853513751,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":760,"timestamp":1592544018687,"id":4319,"parentId":4311,"tags":{},"startTime":1727853513751,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":285,"timestamp":1592544019174,"id":4320,"parentId":4312,"tags":{},"startTime":1727853513752,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":6863,"timestamp":1592544015594,"id":4309,"parentId":4288,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-stately\\utils\\dist\\useControlledState.mjs","layer":"app-pages-browser"},"startTime":1727853513748,"traceId":"007913bbb71a9a03"},{"name":"build-module-mjs","duration":8843,"timestamp":1592544016236,"id":4310,"parentId":4288,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@react-stately\\utils\\dist\\number.mjs","layer":"app-pages-browser"},"startTime":1727853513749,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":39526,"timestamp":1592544016802,"id":4311,"parentId":4262,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\platform\\platform.js","layer":"app-pages-browser"},"startTime":1727853513749,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":42129,"timestamp":1592544017360,"id":4312,"parentId":4262,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\css.escape\\css.escape.js","layer":"app-pages-browser"},"startTime":1727853513750,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":50634,"timestamp":1592544010509,"id":4308,"parentId":4307,"tags":{},"startTime":1727853513743,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":51044,"timestamp":1592544010142,"id":4307,"parentId":4304,"tags":{},"startTime":1727853513743,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":57183,"timestamp":1592544008072,"id":4304,"parentId":4261,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\internal\\helpers\\use-open-in-editor.js","layer":"app-pages-browser"},"startTime":1727853513740,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":69184,"timestamp":1592544009459,"id":4306,"parentId":4305,"tags":{},"startTime":1727853513742,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":102829,"timestamp":1592544008645,"id":4305,"parentId":3790,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\react-server-dom-webpack\\cjs\\react-server-dom-webpack-client.browser.development.js","layer":"app-pages-browser"},"startTime":1727853513741,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":22352,"timestamp":1592544131188,"id":4322,"parentId":4321,"tags":{},"startTime":1727853513864,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":265,"timestamp":1592544153627,"id":4323,"parentId":4321,"tags":{},"startTime":1727853513886,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":25309,"timestamp":1592544130263,"id":4321,"parentId":3115,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\polyfills\\process.js","layer":"app-pages-browser"},"startTime":1727853513863,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":11431,"timestamp":1592544174311,"id":4325,"parentId":4324,"tags":{},"startTime":1727853513907,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":244,"timestamp":1592544185814,"id":4326,"parentId":4324,"tags":{},"startTime":1727853513918,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":13768,"timestamp":1592544173649,"id":4324,"parentId":3983,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\scheduler\\index.js","layer":"app-pages-browser"},"startTime":1727853513906,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":16459,"timestamp":1592544236036,"id":4330,"parentId":4329,"tags":{},"startTime":1727853513968,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":252,"timestamp":1592544252580,"id":4331,"parentId":4329,"tags":{},"startTime":1727853513985,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":22162,"timestamp":1592544235391,"id":4329,"parentId":4321,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\process\\browser.js","layer":"app-pages-browser"},"startTime":1727853513968,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":34219,"timestamp":1592544223674,"id":4328,"parentId":4327,"tags":{},"startTime":1727853513956,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":299,"timestamp":1592544257961,"id":4332,"parentId":4327,"tags":{},"startTime":1727853513990,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":45541,"timestamp":1592544222951,"id":4327,"parentId":4324,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\scheduler\\cjs\\scheduler.development.js","layer":"app-pages-browser"},"startTime":1727853513955,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":12133994,"timestamp":1592532136388,"id":2336,"parentId":2333,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727853501869,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":12133106,"timestamp":1592532137393,"id":2339,"parentId":2333,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727853501870,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":12133040,"timestamp":1592532137559,"id":2340,"parentId":2333,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Capp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cerror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Clayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Crender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727853501870,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":12134499,"timestamp":1592532136134,"id":2335,"parentId":2333,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727853501869,"traceId":"007913bbb71a9a03"},{"name":"make","duration":12201351,"timestamp":1592532069842,"id":2333,"parentId":2332,"tags":{},"startTime":1727853501802,"traceId":"007913bbb71a9a03"},{"name":"chunk-graph","duration":40466,"timestamp":1592544393343,"id":4334,"parentId":4333,"tags":{},"startTime":1727853514126,"traceId":"007913bbb71a9a03"},{"name":"optimize-modules","duration":73,"timestamp":1592544434093,"id":4336,"parentId":4333,"tags":{},"startTime":1727853514166,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunks","duration":826,"timestamp":1592544434660,"id":4337,"parentId":4333,"tags":{},"startTime":1727853514167,"traceId":"007913bbb71a9a03"},{"name":"optimize-tree","duration":82,"timestamp":1592544435870,"id":4338,"parentId":4333,"tags":{},"startTime":1727853514168,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunk-modules","duration":95,"timestamp":1592544436324,"id":4339,"parentId":4333,"tags":{},"startTime":1727853514169,"traceId":"007913bbb71a9a03"},{"name":"optimize","duration":14231,"timestamp":1592544434010,"id":4335,"parentId":4333,"tags":{},"startTime":1727853514166,"traceId":"007913bbb71a9a03"},{"name":"module-hash","duration":86093,"timestamp":1592544480883,"id":4340,"parentId":4333,"tags":{},"startTime":1727853514213,"traceId":"007913bbb71a9a03"},{"name":"code-generation","duration":348920,"timestamp":1592544567288,"id":4341,"parentId":4333,"tags":{},"startTime":1727853514300,"traceId":"007913bbb71a9a03"},{"name":"hash","duration":154141,"timestamp":1592544939290,"id":4342,"parentId":4333,"tags":{},"startTime":1727853514672,"traceId":"007913bbb71a9a03"},{"name":"code-generation-jobs","duration":3183,"timestamp":1592545093420,"id":4343,"parentId":4333,"tags":{},"startTime":1727853514826,"traceId":"007913bbb71a9a03"},{"name":"module-assets","duration":3002,"timestamp":1592545096482,"id":4344,"parentId":4333,"tags":{},"startTime":1727853514829,"traceId":"007913bbb71a9a03"},{"name":"create-chunk-assets","duration":777820,"timestamp":1592545099587,"id":4345,"parentId":4333,"tags":{},"startTime":1727853514832,"traceId":"007913bbb71a9a03"},{"name":"NextJsBuildManifest-generateClientManifest","duration":4661,"timestamp":1592545891630,"id":4347,"parentId":2332,"tags":{},"startTime":1727853515624,"traceId":"007913bbb71a9a03"},{"name":"NextJsBuildManifest-createassets","duration":8820,"timestamp":1592545887538,"id":4346,"parentId":2332,"tags":{},"startTime":1727853515620,"traceId":"007913bbb71a9a03"},{"name":"seal","duration":1554123,"timestamp":1592544371678,"id":4333,"parentId":2332,"tags":{},"startTime":1727853514104,"traceId":"007913bbb71a9a03"},{"name":"webpack-compilation","duration":13882675,"timestamp":1592532043731,"id":2332,"parentId":431,"tags":{"name":"client"},"startTime":1727853501776,"traceId":"007913bbb71a9a03"},{"name":"emit","duration":324889,"timestamp":1592545927008,"id":4348,"parentId":431,"tags":{},"startTime":1727853515659,"traceId":"007913bbb71a9a03"},{"name":"compile-path","duration":37382266,"timestamp":1592508880990,"id":117,"tags":{"trigger":"/","isTurbopack":false},"startTime":1727853478614,"traceId":"007913bbb71a9a03"},{"name":"webpack-invalidated-client","duration":24759886,"timestamp":1592521510441,"id":431,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727853491243,"traceId":"007913bbb71a9a03"}] +[{"name":"handle-request","duration":39638217,"timestamp":1592508727671,"id":115,"tags":{"url":"/","isTurbopack":false},"startTime":1727853478460,"traceId":"007913bbb71a9a03"},{"name":"memory-usage","duration":9,"timestamp":1592548366341,"id":4349,"parentId":115,"tags":{"url":"/","memory.rss":"576315392","memory.heapUsed":"360251912","memory.heapTotal":"399863808"},"startTime":1727853518099,"traceId":"007913bbb71a9a03"},{"name":"client-success","duration":736,"timestamp":1592551586677,"id":4350,"parentId":3,"tags":{},"startTime":1727853521320,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":500747,"timestamp":1592579688475,"id":4357,"parentId":4355,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=D%3A%5Cgithub%5Courverse_new%5Csrc%5Capp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=D%3A%5Cgithub%5Courverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727853549421,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":95253,"timestamp":1592580128077,"id":4358,"parentId":4356,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-app-loader.js?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=D%3A%5Cgithub%5Courverse_new%5Csrc%5Capp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=D%3A%5Cgithub%5Courverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1727853549860,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":545389,"timestamp":1592579687483,"id":4356,"parentId":4355,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=D%3A%5Cgithub%5Courverse_new%5Csrc%5Capp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=D%3A%5Cgithub%5Courverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727853549420,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":1183,"timestamp":1592580363844,"id":4371,"parentId":4354,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-flight-client-entry-loader.js?server=true!","layer":"ssr"},"startTime":1727853550096,"traceId":"007913bbb71a9a03"},{"name":"make","duration":811479,"timestamp":1592579667996,"id":4355,"parentId":4354,"tags":{},"startTime":1727853549400,"traceId":"007913bbb71a9a03"},{"name":"chunk-graph","duration":24191,"timestamp":1592580547444,"id":4373,"parentId":4372,"tags":{},"startTime":1727853550280,"traceId":"007913bbb71a9a03"},{"name":"optimize-modules","duration":231,"timestamp":1592580572330,"id":4375,"parentId":4372,"tags":{},"startTime":1727853550305,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunks","duration":29171,"timestamp":1592580573105,"id":4376,"parentId":4372,"tags":{},"startTime":1727853550306,"traceId":"007913bbb71a9a03"},{"name":"optimize-tree","duration":1234,"timestamp":1592580603891,"id":4377,"parentId":4372,"tags":{},"startTime":1727853550336,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunk-modules","duration":2039,"timestamp":1592580606047,"id":4378,"parentId":4372,"tags":{},"startTime":1727853550338,"traceId":"007913bbb71a9a03"},{"name":"optimize","duration":45337,"timestamp":1592580571977,"id":4374,"parentId":4372,"tags":{},"startTime":1727853550304,"traceId":"007913bbb71a9a03"},{"name":"module-hash","duration":6427,"timestamp":1592580642972,"id":4379,"parentId":4372,"tags":{},"startTime":1727853550375,"traceId":"007913bbb71a9a03"},{"name":"code-generation","duration":21484,"timestamp":1592580649748,"id":4380,"parentId":4372,"tags":{},"startTime":1727853550382,"traceId":"007913bbb71a9a03"},{"name":"hash","duration":27118,"timestamp":1592580691822,"id":4381,"parentId":4372,"tags":{},"startTime":1727853550424,"traceId":"007913bbb71a9a03"},{"name":"code-generation-jobs","duration":1585,"timestamp":1592580718929,"id":4382,"parentId":4372,"tags":{},"startTime":1727853550451,"traceId":"007913bbb71a9a03"},{"name":"module-assets","duration":2137,"timestamp":1592580720242,"id":4383,"parentId":4372,"tags":{},"startTime":1727853550453,"traceId":"007913bbb71a9a03"},{"name":"create-chunk-assets","duration":17302,"timestamp":1592580722480,"id":4384,"parentId":4372,"tags":{},"startTime":1727853550455,"traceId":"007913bbb71a9a03"},{"name":"seal","duration":234828,"timestamp":1592580522765,"id":4372,"parentId":4354,"tags":{},"startTime":1727853550255,"traceId":"007913bbb71a9a03"},{"name":"webpack-compilation","duration":1131625,"timestamp":1592579643462,"id":4354,"parentId":4352,"tags":{"name":"server"},"startTime":1727853549376,"traceId":"007913bbb71a9a03"},{"name":"emit","duration":44815,"timestamp":1592580777045,"id":4385,"parentId":4352,"tags":{},"startTime":1727853550509,"traceId":"007913bbb71a9a03"},{"name":"webpack-invalidated-server","duration":1227663,"timestamp":1592579607390,"id":4352,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727853549340,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":29614,"timestamp":1592580929875,"id":4393,"parentId":4387,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727853550662,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":89776,"timestamp":1592580928616,"id":4388,"parentId":4387,"tags":{"request":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1727853550661,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":162336,"timestamp":1592580929570,"id":4391,"parentId":4387,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727853550662,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":2096,"timestamp":1592581300296,"id":4399,"parentId":4395,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-flight-client-entry-loader.js?server=false!","layer":"app-pages-browser"},"startTime":1727853551033,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":374442,"timestamp":1592580930232,"id":4395,"parentId":4387,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1727853550663,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":379324,"timestamp":1592580930047,"id":4394,"parentId":4387,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Capp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cerror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Clayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Crender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727853550662,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":240028,"timestamp":1592581070585,"id":4398,"parentId":4397,"tags":{},"startTime":1727853550803,"traceId":"007913bbb71a9a03"},{"name":"postcss-process","duration":951703,"timestamp":1592581311007,"id":4401,"parentId":4400,"tags":{},"startTime":1727853551043,"traceId":"007913bbb71a9a03"},{"name":"postcss-loader","duration":984170,"timestamp":1592581310802,"id":4400,"parentId":4397,"tags":{},"startTime":1727853551043,"traceId":"007913bbb71a9a03"},{"name":"css-loader","duration":235284,"timestamp":1592582295407,"id":4402,"parentId":4397,"tags":{"astUsed":"true"},"startTime":1727853552028,"traceId":"007913bbb71a9a03"},{"name":"build-module-css","duration":1471703,"timestamp":1592581069066,"id":4397,"parentId":4396,"tags":{"name":"D:\\github\\ourverse_new\\src\\styles\\tailwind.css.webpack[javascript/auto]!=!D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[13].oneOf[12].use[2]!D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[13].oneOf[12].use[3]!D:\\github\\ourverse_new\\src\\styles\\tailwind.css","layer":null},"startTime":1727853550801,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":1616252,"timestamp":1592580929210,"id":4389,"parentId":4387,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727853550662,"traceId":"007913bbb71a9a03"},{"name":"build-module-css","duration":1630999,"timestamp":1592580962014,"id":4396,"parentId":4386,"tags":{"name":"D:\\github\\ourverse_new\\src\\styles\\tailwind.css","layer":"app-pages-browser"},"startTime":1727853550694,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":888,"timestamp":1592582602951,"id":4403,"parentId":4396,"tags":{},"startTime":1727853552335,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":1674346,"timestamp":1592580929713,"id":4392,"parentId":4387,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Cgoogle%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Cgoogle%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cstyles%5C%5Ctailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727853550662,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":1675801,"timestamp":1592580929409,"id":4390,"parentId":4387,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727853550662,"traceId":"007913bbb71a9a03"},{"name":"make","duration":1728727,"timestamp":1592580876809,"id":4387,"parentId":4386,"tags":{},"startTime":1727853550609,"traceId":"007913bbb71a9a03"},{"name":"chunk-graph","duration":15188,"timestamp":1592582652287,"id":4405,"parentId":4404,"tags":{},"startTime":1727853552385,"traceId":"007913bbb71a9a03"},{"name":"optimize-modules","duration":72,"timestamp":1592582667780,"id":4407,"parentId":4404,"tags":{},"startTime":1727853552400,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunks","duration":648,"timestamp":1592582668360,"id":4408,"parentId":4404,"tags":{},"startTime":1727853552401,"traceId":"007913bbb71a9a03"},{"name":"optimize-tree","duration":66,"timestamp":1592582669196,"id":4409,"parentId":4404,"tags":{},"startTime":1727853552402,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunk-modules","duration":66,"timestamp":1592582669447,"id":4410,"parentId":4404,"tags":{},"startTime":1727853552402,"traceId":"007913bbb71a9a03"},{"name":"optimize","duration":11374,"timestamp":1592582667695,"id":4406,"parentId":4404,"tags":{},"startTime":1727853552400,"traceId":"007913bbb71a9a03"},{"name":"module-hash","duration":6657,"timestamp":1592582690158,"id":4411,"parentId":4404,"tags":{},"startTime":1727853552423,"traceId":"007913bbb71a9a03"},{"name":"code-generation","duration":16249,"timestamp":1592582697052,"id":4412,"parentId":4404,"tags":{},"startTime":1727853552429,"traceId":"007913bbb71a9a03"},{"name":"hash","duration":31322,"timestamp":1592582737455,"id":4413,"parentId":4404,"tags":{},"startTime":1727853552470,"traceId":"007913bbb71a9a03"},{"name":"code-generation-jobs","duration":1208,"timestamp":1592582768768,"id":4414,"parentId":4404,"tags":{},"startTime":1727853552501,"traceId":"007913bbb71a9a03"},{"name":"module-assets","duration":1535,"timestamp":1592582769865,"id":4415,"parentId":4404,"tags":{},"startTime":1727853552502,"traceId":"007913bbb71a9a03"},{"name":"create-chunk-assets","duration":22690,"timestamp":1592582771505,"id":4416,"parentId":4404,"tags":{},"startTime":1727853552504,"traceId":"007913bbb71a9a03"},{"name":"NextJsBuildManifest-generateClientManifest","duration":4714,"timestamp":1592582811034,"id":4418,"parentId":4386,"tags":{},"startTime":1727853552543,"traceId":"007913bbb71a9a03"},{"name":"NextJsBuildManifest-createassets","duration":8241,"timestamp":1592582807604,"id":4417,"parentId":4386,"tags":{},"startTime":1727853552540,"traceId":"007913bbb71a9a03"},{"name":"seal","duration":204813,"timestamp":1592582634857,"id":4404,"parentId":4386,"tags":{},"startTime":1727853552367,"traceId":"007913bbb71a9a03"},{"name":"webpack-compilation","duration":1970084,"timestamp":1592580869994,"id":4386,"parentId":4370,"tags":{"name":"client"},"startTime":1727853550602,"traceId":"007913bbb71a9a03"},{"name":"emit","duration":57720,"timestamp":1592582840596,"id":4419,"parentId":4370,"tags":{},"startTime":1727853552573,"traceId":"007913bbb71a9a03"},{"name":"compile-path","duration":3298195,"timestamp":1592579608359,"id":4353,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1727853549341,"traceId":"007913bbb71a9a03"},{"name":"webpack-invalidated-client","duration":2641866,"timestamp":1592580270473,"id":4370,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727853550003,"traceId":"007913bbb71a9a03"}] +[{"name":"client-hmr-latency","duration":3506000,"timestamp":1592580275504,"id":4422,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1727853553521,"traceId":"007913bbb71a9a03"},{"name":"handle-request","duration":944262,"timestamp":1592582944704,"id":4421,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1727853552677,"traceId":"007913bbb71a9a03"},{"name":"memory-usage","duration":8,"timestamp":1592583889578,"id":4423,"parentId":4421,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"559366144","memory.heapUsed":"286728360","memory.heapTotal":"351010816"},"startTime":1727853553622,"traceId":"007913bbb71a9a03"},{"name":"handle-request","duration":4315877,"timestamp":1592579579990,"id":4351,"tags":{"url":"/features.html","isTurbopack":false},"startTime":1727853549312,"traceId":"007913bbb71a9a03"},{"name":"memory-usage","duration":7,"timestamp":1592583896066,"id":4424,"parentId":4351,"tags":{"url":"/features.html","memory.rss":"559366144","memory.heapUsed":"286761840","memory.heapTotal":"351010816"},"startTime":1727853553628,"traceId":"007913bbb71a9a03"},{"name":"client-success","duration":29,"timestamp":1592585476573,"id":4425,"parentId":3,"tags":{},"startTime":1727853555209,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":95275,"timestamp":1592593205128,"id":4432,"parentId":4430,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=D%3A%5Cgithub%5Courverse_new%5Csrc%5Capp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=D%3A%5Cgithub%5Courverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727853562938,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":97903,"timestamp":1592593204555,"id":4431,"parentId":4430,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=D%3A%5Cgithub%5Courverse_new%5Csrc%5Capp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=D%3A%5Cgithub%5Courverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727853562937,"traceId":"007913bbb71a9a03"},{"name":"build-module","duration":126958,"timestamp":1592593260293,"id":4434,"parentId":4433,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-app-loader.js?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%2Fpage.jsx&appDir=D%3A%5Cgithub%5Courverse_new%5Csrc%5Capp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=D%3A%5Cgithub%5Courverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1727853562993,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":7480,"timestamp":1592593414882,"id":4438,"parentId":4437,"tags":{},"startTime":1727853563148,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":9570,"timestamp":1592593412853,"id":4437,"parentId":4435,"tags":{},"startTime":1727853563146,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":16518,"timestamp":1592593410366,"id":4435,"parentId":4434,"tags":{"name":"D:\\github\\ourverse_new\\src\\app\\features\\page.jsx","layer":"rsc"},"startTime":1727853563143,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":11421,"timestamp":1592593415722,"id":4440,"parentId":4439,"tags":{},"startTime":1727853563148,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":12183,"timestamp":1592593415007,"id":4439,"parentId":4436,"tags":{},"startTime":1727853563148,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":17085,"timestamp":1592593411693,"id":4436,"parentId":4434,"tags":{"name":"D:\\github\\ourverse_new\\src\\app\\features\\layout.jsx","layer":"rsc"},"startTime":1727853563144,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":8955,"timestamp":1592593575699,"id":4454,"parentId":4453,"tags":{},"startTime":1727853563308,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":9502,"timestamp":1592593575222,"id":4453,"parentId":4444,"tags":{},"startTime":1727853563308,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":18583,"timestamp":1592593571511,"id":4444,"parentId":4435,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Studio.jsx","layer":"rsc"},"startTime":1727853563304,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":16305,"timestamp":1592593575149,"id":4452,"parentId":4451,"tags":{},"startTime":1727853563308,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":16727,"timestamp":1592593574780,"id":4451,"parentId":4443,"tags":{},"startTime":1727853563308,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":25461,"timestamp":1592593570863,"id":4443,"parentId":4435,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Build.jsx","layer":"rsc"},"startTime":1727853563304,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":22419,"timestamp":1592593574198,"id":4448,"parentId":4447,"tags":{},"startTime":1727853563307,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":22930,"timestamp":1592593573735,"id":4447,"parentId":4441,"tags":{},"startTime":1727853563307,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":31231,"timestamp":1592593569315,"id":4441,"parentId":4435,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Communicate.jsx","layer":"rsc"},"startTime":1727853563302,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":26236,"timestamp":1592593574702,"id":4450,"parentId":4449,"tags":{},"startTime":1727853563307,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":26708,"timestamp":1592593574277,"id":4449,"parentId":4442,"tags":{},"startTime":1727853563307,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":35247,"timestamp":1592593570161,"id":4442,"parentId":4435,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Collaborate.jsx","layer":"rsc"},"startTime":1727853563303,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":30456,"timestamp":1592593576195,"id":4456,"parentId":4455,"tags":{},"startTime":1727853563309,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":30889,"timestamp":1592593575814,"id":4455,"parentId":4445,"tags":{},"startTime":1727853563309,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":38435,"timestamp":1592593572217,"id":4445,"parentId":4435,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Eventmgmt.jsx","layer":"rsc"},"startTime":1727853563305,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":30870,"timestamp":1592593580006,"id":4461,"parentId":4460,"tags":{},"startTime":1727853563313,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":31317,"timestamp":1592593579605,"id":4460,"parentId":4459,"tags":{},"startTime":1727853563312,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":34524,"timestamp":1592593578850,"id":4459,"parentId":4435,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Featurehero.jsx","layer":"rsc"},"startTime":1727853563312,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":36941,"timestamp":1592593576692,"id":4458,"parentId":4457,"tags":{},"startTime":1727853563309,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":37422,"timestamp":1592593576271,"id":4457,"parentId":4446,"tags":{},"startTime":1727853563309,"traceId":"007913bbb71a9a03"},{"name":"build-module-jsx","duration":45106,"timestamp":1592593572887,"id":4446,"parentId":4435,"tags":{"name":"D:\\github\\ourverse_new\\src\\components\\Crm.jsx","layer":"rsc"},"startTime":1727853563306,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1506,"timestamp":1592593638743,"id":4465,"parentId":4462,"tags":{},"startTime":1727853563372,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1724,"timestamp":1592593638987,"id":4466,"parentId":4463,"tags":{},"startTime":1727853563372,"traceId":"007913bbb71a9a03"},{"name":"read-resource","duration":1977,"timestamp":1592593639053,"id":4467,"parentId":4464,"tags":{},"startTime":1727853563372,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":4736,"timestamp":1592593643531,"id":4471,"parentId":4470,"tags":{},"startTime":1727853563376,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":5088,"timestamp":1592593643234,"id":4470,"parentId":4463,"tags":{},"startTime":1727853563376,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":12715,"timestamp":1592593637207,"id":4463,"parentId":4442,"tags":{"name":"__barrel_optimize__?names=CloudArrowUpIcon,LockClosedIcon,ServerIcon!=!D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\index.js","layer":"rsc"},"startTime":1727853563370,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":10793,"timestamp":1592593642643,"id":4469,"parentId":4468,"tags":{},"startTime":1727853563375,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":11545,"timestamp":1592593641960,"id":4468,"parentId":4462,"tags":{},"startTime":1727853563375,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":18700,"timestamp":1592593636484,"id":4462,"parentId":4444,"tags":{"name":"__barrel_optimize__?names=CloudArrowUpIcon,ComputerDesktopIcon,LockClosedIcon,MicrophoneIcon,ServerIcon,UserGroupIcon,VideoCameraIcon!=!D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\index.js","layer":"rsc"},"startTime":1727853563369,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":10705,"timestamp":1592593644682,"id":4473,"parentId":4472,"tags":{},"startTime":1727853563377,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":11076,"timestamp":1592593644356,"id":4472,"parentId":4464,"tags":{},"startTime":1727853563377,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":18803,"timestamp":1592593637791,"id":4464,"parentId":4459,"tags":{"name":"__barrel_optimize__?names=LifebuoyIcon,NewspaperIcon,PhoneIcon!=!D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\index.js","layer":"rsc"},"startTime":1727853563371,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":7027,"timestamp":1592593754505,"id":4484,"parentId":4483,"tags":{},"startTime":1727853563487,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":7445,"timestamp":1592593754205,"id":4483,"parentId":4475,"tags":{},"startTime":1727853563487,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":16070,"timestamp":1592593750395,"id":4475,"parentId":4462,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\VideoCameraIcon.js","layer":"rsc"},"startTime":1727853563483,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":12462,"timestamp":1592593754846,"id":4486,"parentId":4485,"tags":{},"startTime":1727853563488,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":12785,"timestamp":1592593754576,"id":4485,"parentId":4476,"tags":{},"startTime":1727853563487,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":18293,"timestamp":1592593750972,"id":4476,"parentId":4462,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\MicrophoneIcon.js","layer":"rsc"},"startTime":1727853563484,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":13663,"timestamp":1592593755858,"id":4492,"parentId":4491,"tags":{},"startTime":1727853563489,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":13969,"timestamp":1592593755600,"id":4491,"parentId":4479,"tags":{},"startTime":1727853563488,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":18704,"timestamp":1592593752680,"id":4479,"parentId":4462,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\UserGroupIcon.js","layer":"rsc"},"startTime":1727853563485,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":15965,"timestamp":1592593756190,"id":4494,"parentId":4493,"tags":{},"startTime":1727853563489,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":16277,"timestamp":1592593755928,"id":4493,"parentId":4480,"tags":{},"startTime":1727853563489,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":20901,"timestamp":1592593753214,"id":4480,"parentId":4464,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\LifebuoyIcon.js","layer":"rsc"},"startTime":1727853563486,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":26174,"timestamp":1592593754129,"id":4482,"parentId":4481,"tags":{},"startTime":1727853563487,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":26579,"timestamp":1592593753782,"id":4481,"parentId":4474,"tags":{},"startTime":1727853563487,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":33034,"timestamp":1592593749641,"id":4474,"parentId":4462,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\ComputerDesktopIcon.js","layer":"rsc"},"startTime":1727853563482,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":29537,"timestamp":1592593755179,"id":4488,"parentId":4487,"tags":{},"startTime":1727853563488,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":29852,"timestamp":1592593754917,"id":4487,"parentId":4477,"tags":{},"startTime":1727853563488,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":35389,"timestamp":1592593751573,"id":4477,"parentId":4464,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\NewspaperIcon.js","layer":"rsc"},"startTime":1727853563484,"traceId":"007913bbb71a9a03"},{"name":"next-swc-transform","duration":35202,"timestamp":1592593755528,"id":4490,"parentId":4489,"tags":{},"startTime":1727853563488,"traceId":"007913bbb71a9a03"},{"name":"next-swc-loader","duration":35539,"timestamp":1592593755249,"id":4489,"parentId":4478,"tags":{},"startTime":1727853563488,"traceId":"007913bbb71a9a03"},{"name":"build-module-js","duration":40838,"timestamp":1592593752115,"id":4478,"parentId":4464,"tags":{"name":"D:\\github\\ourverse_new\\node_modules\\@heroicons\\react\\20\\solid\\esm\\PhoneIcon.js","layer":"rsc"},"startTime":1727853563485,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":590318,"timestamp":1592593205336,"id":4433,"parentId":4430,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%2Fpage.jsx&appDir=D%3A%5Cgithub%5Courverse_new%5Csrc%5Capp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=D%3A%5Cgithub%5Courverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1727853562938,"traceId":"007913bbb71a9a03"},{"name":"make","duration":824914,"timestamp":1592593185112,"id":4430,"parentId":4429,"tags":{},"startTime":1727853562918,"traceId":"007913bbb71a9a03"},{"name":"chunk-graph","duration":15755,"timestamp":1592594074953,"id":4513,"parentId":4512,"tags":{},"startTime":1727853563808,"traceId":"007913bbb71a9a03"},{"name":"optimize-modules","duration":68,"timestamp":1592594091017,"id":4515,"parentId":4512,"tags":{},"startTime":1727853563824,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunks","duration":29251,"timestamp":1592594091608,"id":4516,"parentId":4512,"tags":{},"startTime":1727853563824,"traceId":"007913bbb71a9a03"},{"name":"optimize-tree","duration":66,"timestamp":1592594121082,"id":4517,"parentId":4512,"tags":{},"startTime":1727853563854,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunk-modules","duration":67,"timestamp":1592594121322,"id":4518,"parentId":4512,"tags":{},"startTime":1727853563854,"traceId":"007913bbb71a9a03"},{"name":"optimize","duration":38264,"timestamp":1592594090932,"id":4514,"parentId":4512,"tags":{},"startTime":1727853563824,"traceId":"007913bbb71a9a03"},{"name":"module-hash","duration":9011,"timestamp":1592594144720,"id":4519,"parentId":4512,"tags":{},"startTime":1727853563877,"traceId":"007913bbb71a9a03"},{"name":"code-generation","duration":45755,"timestamp":1592594153920,"id":4520,"parentId":4512,"tags":{},"startTime":1727853563887,"traceId":"007913bbb71a9a03"},{"name":"hash","duration":11238,"timestamp":1592594219308,"id":4521,"parentId":4512,"tags":{},"startTime":1727853563952,"traceId":"007913bbb71a9a03"},{"name":"code-generation-jobs","duration":900,"timestamp":1592594230538,"id":4522,"parentId":4512,"tags":{},"startTime":1727853563963,"traceId":"007913bbb71a9a03"},{"name":"module-assets","duration":1333,"timestamp":1592594231303,"id":4523,"parentId":4512,"tags":{},"startTime":1727853563964,"traceId":"007913bbb71a9a03"},{"name":"create-chunk-assets","duration":46871,"timestamp":1592594232733,"id":4524,"parentId":4512,"tags":{},"startTime":1727853563966,"traceId":"007913bbb71a9a03"},{"name":"seal","duration":237565,"timestamp":1592594055225,"id":4512,"parentId":4429,"tags":{},"startTime":1727853563788,"traceId":"007913bbb71a9a03"},{"name":"webpack-compilation","duration":1138392,"timestamp":1592593182680,"id":4429,"parentId":4427,"tags":{"name":"server"},"startTime":1727853562915,"traceId":"007913bbb71a9a03"},{"name":"emit","duration":49020,"timestamp":1592594321459,"id":4525,"parentId":4427,"tags":{},"startTime":1727853564054,"traceId":"007913bbb71a9a03"},{"name":"webpack-invalidated-server","duration":1205137,"timestamp":1592593167793,"id":4427,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727853562901,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":27747,"timestamp":1592594435751,"id":4533,"parentId":4527,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727853564169,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":28018,"timestamp":1592594435928,"id":4535,"parentId":4527,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1727853564169,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":28023,"timestamp":1592594436000,"id":4536,"parentId":4527,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1727853564169,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":40042,"timestamp":1592594433590,"id":4528,"parentId":4527,"tags":{"request":"D:\\github\\ourverse_new\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1727853564166,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":47528,"timestamp":1592594435564,"id":4532,"parentId":4527,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Cgoogle%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Cgoogle%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cstyles%5C%5Ctailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727853564168,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":65677,"timestamp":1592594434867,"id":4531,"parentId":4527,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727853564168,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":64551,"timestamp":1592594436085,"id":4537,"parentId":4527,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1727853564169,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":77806,"timestamp":1592594435862,"id":4534,"parentId":4527,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Capp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cerror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Clayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Cnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Ccomponents%5C%5Crender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1727853564169,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":82051,"timestamp":1592594434497,"id":4529,"parentId":4527,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1727853564167,"traceId":"007913bbb71a9a03"},{"name":"add-entry","duration":87678,"timestamp":1592594434700,"id":4530,"parentId":4527,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Cimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Cnode_modules%5C%5Cnext%5C%5Cdist%5C%5Cclient%5C%5Clink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Ccomponents%5C%5CProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Cbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Cstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22D%3A%5C%5Cgithub%5C%5Courverse_new%5C%5Csrc%5C%5Cimages%5C%5Clogos%5C%5Ctuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1727853564167,"traceId":"007913bbb71a9a03"},{"name":"make","duration":133746,"timestamp":1592594388889,"id":4527,"parentId":4526,"tags":{},"startTime":1727853564122,"traceId":"007913bbb71a9a03"},{"name":"chunk-graph","duration":12494,"timestamp":1592594558725,"id":4539,"parentId":4538,"tags":{},"startTime":1727853564291,"traceId":"007913bbb71a9a03"},{"name":"optimize-modules","duration":70,"timestamp":1592594571519,"id":4541,"parentId":4538,"tags":{},"startTime":1727853564304,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunks","duration":1243,"timestamp":1592594572081,"id":4542,"parentId":4538,"tags":{},"startTime":1727853564305,"traceId":"007913bbb71a9a03"}] +[{"name":"optimize-tree","duration":65,"timestamp":1592594574728,"id":4543,"parentId":4538,"tags":{},"startTime":1727853564308,"traceId":"007913bbb71a9a03"},{"name":"optimize-chunk-modules","duration":56,"timestamp":1592594574954,"id":4544,"parentId":4538,"tags":{},"startTime":1727853564308,"traceId":"007913bbb71a9a03"},{"name":"optimize","duration":8238,"timestamp":1592594571433,"id":4540,"parentId":4538,"tags":{},"startTime":1727853564304,"traceId":"007913bbb71a9a03"},{"name":"module-hash","duration":2561,"timestamp":1592594598653,"id":4545,"parentId":4538,"tags":{},"startTime":1727853564331,"traceId":"007913bbb71a9a03"},{"name":"code-generation","duration":16160,"timestamp":1592594601397,"id":4546,"parentId":4538,"tags":{},"startTime":1727853564334,"traceId":"007913bbb71a9a03"},{"name":"hash","duration":25897,"timestamp":1592594631995,"id":4547,"parentId":4538,"tags":{},"startTime":1727853564365,"traceId":"007913bbb71a9a03"},{"name":"code-generation-jobs","duration":1145,"timestamp":1592594657884,"id":4548,"parentId":4538,"tags":{},"startTime":1727853564391,"traceId":"007913bbb71a9a03"},{"name":"module-assets","duration":1345,"timestamp":1592594658919,"id":4549,"parentId":4538,"tags":{},"startTime":1727853564392,"traceId":"007913bbb71a9a03"},{"name":"create-chunk-assets","duration":20074,"timestamp":1592594660367,"id":4550,"parentId":4538,"tags":{},"startTime":1727853564393,"traceId":"007913bbb71a9a03"},{"name":"NextJsBuildManifest-generateClientManifest","duration":310,"timestamp":1592594686183,"id":4552,"parentId":4526,"tags":{},"startTime":1727853564419,"traceId":"007913bbb71a9a03"},{"name":"NextJsBuildManifest-createassets","duration":783,"timestamp":1592594685772,"id":4551,"parentId":4526,"tags":{},"startTime":1727853564419,"traceId":"007913bbb71a9a03"},{"name":"seal","duration":163659,"timestamp":1592594545613,"id":4538,"parentId":4526,"tags":{},"startTime":1727853564278,"traceId":"007913bbb71a9a03"},{"name":"webpack-compilation","duration":323056,"timestamp":1592594386606,"id":4526,"parentId":4511,"tags":{"name":"client"},"startTime":1727853564119,"traceId":"007913bbb71a9a03"},{"name":"emit","duration":60684,"timestamp":1592594709859,"id":4553,"parentId":4511,"tags":{},"startTime":1727853564443,"traceId":"007913bbb71a9a03"},{"name":"compile-path","duration":1606149,"timestamp":1592593168092,"id":4428,"tags":{"trigger":"/features","isTurbopack":false},"startTime":1727853562901,"traceId":"007913bbb71a9a03"},{"name":"webpack-invalidated-client","duration":947277,"timestamp":1592593830460,"id":4511,"parentId":3,"tags":{"trigger":"manual"},"startTime":1727853563563,"traceId":"007913bbb71a9a03"}] diff --git a/.next/types/app/(main)/layout.ts b/.next/types/app/(main)/layout.ts index 6dfc159..195c2c0 100644 --- a/.next/types/app/(main)/layout.ts +++ b/.next/types/app/(main)/layout.ts @@ -1,4 +1,4 @@ -// File: /Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/layout.jsx +// File: D:\github\ourverse_new\src\app\(main)\layout.jsx import * as entry from '../../../../src/app/(main)/layout.js' import type { ResolvingMetadata, ResolvingViewport } from 'next/dist/lib/metadata/types/metadata-interface.js' diff --git a/.next/types/app/(main)/page.ts b/.next/types/app/(main)/page.ts index de721db..d80f697 100644 --- a/.next/types/app/(main)/page.ts +++ b/.next/types/app/(main)/page.ts @@ -1,4 +1,4 @@ -// File: /Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page.jsx +// File: D:\github\ourverse_new\src\app\(main)\page.jsx import * as entry from '../../../../src/app/(main)/page.js' import type { ResolvingMetadata, ResolvingViewport } from 'next/dist/lib/metadata/types/metadata-interface.js'